/* ---- Global ---- */
html{
	background:url("../img/bg.gif") repeat-x #fff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

body{
	width:701px;
	margin:auto;
}

h1{
	display:none;	
}

b,i,em{
	font-style:normal;
	font-weight:normal;
}

strong{
	font-weight:bold;	
}

p{
	margin:0 0 10px 0;	
}

#left a{
	color:#3F94CB;	
}

h2{
	text-transform:uppercase;
	font-weight:normal;
	color:#3f94cb;
	font-size:22px;
	margin:0 0 15px 0;
	padding:2px 0 0 0;
}

h3,h4{
	margin:12px 0 8px 0;	
	font-weight:bold;
}

h4{
	color:#3F94CB;	
}


#die_aufloeser{
	float:left;	
	margin:40px 0 0 0;
}

#kostenvoranschlag{
	float:right;	
	margin:30px 0 0 0;
}



/* ---- Leistungen ---- */
#leistungen{
	width:100%;
	height:204px;
	float:left;
	margin:20px 0 0 0;
	background:url("../img/bg_leistungen.gif") no-repeat;
}

#leistungen ul{
	width:40%;
	float:left;
	margin:65px 4% 0 4%;
}

#leistungen li{
	margin:0 0 0 20px;
	list-style-type:disc;
	color:#fff;
}

#kontaktanfrage{
	clear:both;
	float:left;
	padding:10px 0 0 49px;
	color:#ffe6b5;
	font-weight:bold;
	text-decoration:none;
}




/* ---- Navigation ---- */
#navigation{
	float:left;
	width:100%;
	height:35px;
	background:url("../img/bg_navi.gif") no-repeat;
}

#navigation li{
	float:left;
	margin:5px 20px 0 20px;
}

#navigation li a{
	text-decoration:none;
	color:#fff;
}

#navigation .active{
	color:#01243a;
	color:#ffe6b5;	
	background:url("../img/bg_navi_active.gif") no-repeat;
}

#navigation a:hover{
	color:#ffe6b5;	
}



/* ----- Content ----- */
#content{
	width:610px;
	float:left;
	background:#fff;
	padding:30px 45px 20px 46px;
	color:#22618c;
}

#content #left{
	width:350px;
	float:left;
}

#content #right{
	float:right;	
	margin:39px 0 0 0;
}

#content ul li{
	margin:0 0 5px 20px;
	list-style-type:disc;
}

#content ul{
	margin:0 0 20px 0;	
}



/* ---- Footer ---- */
#footer{
	float:left;
	width:100%;
	margin:30px 0 20px 0;
	padding-left:20px;
	font-size:11px;
}

#footer li{
	float:left;
	padding:0 10px 0 10px;
	border-right:1px solid #4898cd;
}

#footer li a{
	text-decoration:none;
	color:#4898cd;
}


fieldset label{
	float:left;
	width:100px;
}

fieldset div{
	width:100%;
	float:left;
	margin:0 0 8px 0;
}

fieldset input, fieldset textarea{
	padding:2px;
	width:200px;
}

fieldset textarea{
	height:100px;
}

legend{
	display:none;	
}

fieldset{
	width:100%;
	float:left;
	margin:16px 0 0 0;
}
