/* CSS Document - www.bekleidungsundberatungsservice.de */

* {
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #545454;
	line-height: 150%;
	text-align: center;
	background: #FFFFFF url(../images/layout/bg.jpg) top center no-repeat fixed;
}
.clear {
	clear: both;
}
p {
	padding-bottom: 10px;
}
/***************************************************/
/* Schriften		                               */
/***************************************************/

h1 {
	color: #b00e18;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 15px;
	line-height: 25px;
}
h2 {
	color: #b00e18;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
}
.big {
	font-size: 14px;
}
.red {
	color: #b00e18;
}


/***************************************************/
/* Boxen			                               */
/***************************************************/

#hp {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 680px;
	margin-top: -340px;
	margin-left: -493px;
	background-image : url(../images/layout/bg_content_start.gif);
	z-index: -200;
}
#hp_kontakt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 680px;
	margin-top: -340px;
	margin-left: -493px;
	background-image : url(../images/layout/bg_content_kontakt.png);
	z-index: -200;
}
#hp_profil {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 680px;
	margin-top: -340px;
	margin-left: -493px;
	background-image : url(../images/layout/bg_content_profil.png);
	z-index: -200;
}
#hp_aktuelles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 680px;
	margin-top: -340px;
	margin-left: -493px;
	background-image : url(../images/layout/bg_content_aktuelles.png);
	z-index: -200;
}
#hp_angebote {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 680px;
	margin-top: -340px;
	margin-left: -493px;
	background-image : url(../images/layout/bg_content_angebote.png);
	z-index: 200;
}
#hp_service {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 680px;
	margin-top: -340px;
	margin-left: -493px;
	background-image : url(../images/layout/bg_content_service.png);
	z-index: -200;
}
#hp_referenzen {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 680px;
	margin-top: -340px;
	margin-left: -493px;
	background-image : url(../images/layout/bg_content_referenzen.png);
	z-index: -200;
}
#header {
	float: left;
	width: 1000px;
	height: 187px;
	padding: 0px;
}

#content_start {
	float: left;
	width: 1000px;
	height: 472px;
	margin-top: 0 auto;
	padding: 0px;
	text-align: left;
	clear: both;
	display: inline-block;	
}

#content {
	float: left;
	width: 820px;
	height: 385px;
	margin-top: 30px;
	margin-bottom: 22px;
	padding: 30px 80px 0px 100px;
	text-align: left;
	clear: both;
	display: inline-block;
	overflow:auto;
	z-index: 1;
}

#start_left {
	float: left;
	width: 200px;
	margin-top: 20px;
}

#start_right {
	float: left;
	width: 630px;
	margin: 80px 0px 0px 330px;
	text-align: left;
}

/***************************************************/
/* Links			                               */
/***************************************************/

a {
color: #b00e18;
text-decoration : underline;
}

a:link, visited, active  {
text-decoration: underline;
}

a:hover  {
color: #545454;
text-decoration: none;
}


/***************************************************/
/* Sonstiges		                               */
/***************************************************/

#content ul {
	padding-left: 40px;
}

#content ul li {
	margin-top: 8px;
}

#content blockquote {
	padding-left: 30px;
}

#content ol {
	padding-left: 50px;
}

/***************************************************/
/* Bilder			                               */
/***************************************************/

.img_left {
	display: inline;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	text-align: left;
	float: left;
}

.img_right {
	display: inline;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	float: right;
}
