@charset "utf-8";

div#wrapper {
	margin:0 auto;
	width:960px;
}


div#header {
	background:url(../images/header.jpg) no-repeat;
	height:446px;
	position:relative;
}

div#header a {
	font-weight:normal;
	text-decoration:none;
}





/* ---------- Main Navigation ---------- */
ul#naviMain {
	background:url(../images/navigation-main.png) 0 -72px no-repeat;
	height:36px;
	left:418px;
	list-style:none;
	position:absolute;
	top:68px;
	width:481px;
}

ul#naviMain li {
	background:url(../images/navigation-main.png) no-repeat;
	float:left;
	height:36px;
	margin:0 3px 0 0;
}

ul#naviMain a {
	background:url(../images/navigation-main.png) 0 0 no-repeat;
	display:block;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
}

ul#naviMain a:hover {
	background:none;
}

ul#naviMain li.current, ul#naviMain li.current a {
	background:none;
}


li#ueberuns {
	background-position:0 -36px !important;
}
li#ueberuns a {
	width:104px;
}

li#leistungen {
	background-position:-107px -36px !important;
}
li#leistungen a {
	background-position:-107px 0;
	width:104px;
}

li#baustellen {
	background-position:-214px -36px !important;
}
li#baustellen a {
	background-position:-214px 0;
	width:104px;
}

li#stellenangebote {
	background-position:-321px -36px !important;
}
li#stellenangebote a {
	background-position:-321px 0;
	width:140px;
}





/* ---------- Referenzen ---------- */
div#naviReferenzen {
	bottom:15px;
	left:10px;
	position:absolute;
	width:364px;
}

div#naviReferenzen h2 {
	color:#192779;
	font-size:1.4em;
	font-weight:normal;
	margin:0 0 3px 29px;
	text-transform:uppercase;
}

	div#naviReferenzen ul {
		list-style:none;
	}
	
	div#naviReferenzen li {
		background:url(../images/li-referenzen.png) 12px center no-repeat;
		border-top:1px solid #d4d4d4;
		padding:0 0 0 28px;
	}
	
	div#naviReferenzen li:first-child {
		border:none;
	}
	
	
	div#naviReferenzen li.current a {
		color:#425e99;
		font-weight:bold;
	}
	
	
	div#naviReferenzen a {
		color:#656f7c;
		display:block;
		font-size:1.15em;
		padding:4px 0;
		text-decoration:none;
	}
	
	div#naviReferenzen a:hover {
		color:#16267a;
		text-decoration:underline;
	}
	
	
div#abdeckung {
	background:url(../images/abdeckung.png) no-repeat;
	height:227px;
	position:absolute;
	left:220px;
	bottom:15px;
	width:146px;
}






/* ---------- General Navigation ---------- */
ul#naviGeneral {
	background:url(../images/navigation-small.png) 0 -50px no-repeat;
	height:50px;
	left:543px;
	list-style:none;
	position:absolute;
	top:2px;
	width:247px;
}

ul#naviGeneral li {
	float:left;
	height:50px;
}

ul#naviGeneral a {
	background:url(../images/navigation-small.png) no-repeat;
	display:block;
	height:50px;
	overflow:hidden;
	text-indent:-9999px;
}

ul#naviGeneral a:hover, ul#naviGeneral li.current a {
	background:none;
}


li#kontakt a {
	width:76px;
}

li#anfahrt a {
	background-position:-76px 0;
	width:74px;
}

li#impressum a {
	background-position:-150px 0;
	width:97px;
}









/* ---------- Content ---------- */
div#main {
	background:url(../images/content-hg.jpg) no-repeat;
	min-height:465px;
	padding:90px 40px 0 40px;
	position:relative;
}


div#main h2 {
	color:#16267a;
	font:2.3em "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
	margin:0 0 10px 0;
	text-transform:uppercase;
}


	div.content01 ul, div.content02 ul {
		list-style:none;
		margin:0 0 1.5em 0;
	}
	
	div.content01 ul li, div.content02 ul li {
		background:url(../images/li-referenzen.png) 5px 0.8em no-repeat;
		border-bottom:1px dashed #ccc;
		padding:5px 0 5px 20px;
	}
	
	div.baustellen{
	min-height:140px;
	}
	
	* html div.baustellen{
	height:140px;
	}
	
		div.baustellen_bilder{
		padding: 20px 0 25px 0;
		min-height:137px;
		width:250px;
		float:left;
		}
		
		* html div.baustellen_bilder{
		padding: 20px 0 25px 0;
		height:155px;
		width:250px;
		float:left;
		}
		
		*+ html div.baustellen_bilder{
		padding: 20px 0 25px 0;
		height:155px;
		width:250px;
		float:left;
		}
		
		
		div.baustellen_texte{
		padding: 0 0 25px 0;
		min-height:137px;
		width:530px;
		float:left;
		}
		
		div.baustellen_link {
		padding: 0 0 25px 0;
		min-height:137px;
		width:530px;
		float:left;
		text-decoration:underline;
		}
				
		
		* html div.baustellen_texte{
		padding: 0 0 25px 0;
		height:155px;
		width:460px;
		float:left;
		}
		
		*+ html div.baustellen_texte{
		padding: 0 0 25px 0;
		height:155px;
		width:460px;
		float:left;
		}
	
	
	


/* ### Left column ### */
div.content01 {
	float:left;
	width:420px;
}

/* ### Right column ### */
div.content02 {
	float:right;
	width:420px;
}






/* ---------- Footer ---------- */
div#footer {
	clear:both;
	color:#515151;
	padding:40px 0;
}

	div#footer h3 {
		border-bottom:1px solid #ccc;
		color:#16267a;
		font-size:1.4em;
		padding:0 0 5px 0;
	}

div#footer01 {
	float:left;
	padding:0 30px 0 0;
	width:430px;
}

div#footer02 {
	float:left;
	width:420px;
}







/* ---------- Formats ---------- */
.clear {
	clear:both;
}

div#euroweb {
	float:right;
	width:200px;
}





/* ---------- Float-Clearing ---------- */
div#main:after, div#footer:after, dl:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}