*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
body{
	background: #EEE;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper{
	width: 870px;
	margin: 20px auto;
	padding: 20px;
	background: white;
	height: 2275px;
}
header{

}
#logo{
	display: block;
	float: left;
}
#nav-menu{
	border-bottom: 3px solid white;
	margin-left: 5px;
}
#nav-img{
	border-bottom: 3px solid white;
}
#nav-bar{
	float: right;
}
#nav-bar nav{
	margin-top: -35px;
	text-align: center;
}
#nav-bar nav ul li{
	display: inline;
	margin-right: 2px;
}
#nav-bar nav ul li a:link{
	color: #444;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.9);
}
#nav-bar nav ul li a:hover{
	padding: 5px;
	color: white;
	background: rgb(210, 99, 18);
}
#nav-bar nav ul li a:visited{
	color: #333;
}
#left{
	margin-top: 25px;
	display: block;
	float: left;
	position: relativ;
	top: 140px;
}
#center{
	width: 655px;
	height: 400px;
	float: right;
	margin-top: 25px;
	position: relative;
	font-size: 12px;
}
#center h1{
	/*color: #D26312;*/
	color: #333;
	font-size: 20px;
}
#center h4{
	color: #D26312;
}
#center h5{
	font-size: 14px;
}
h3{
	padding: 10px 0px;
}
#center2{
	width: 655px;
	height: 400px;
	float: right;
	margin-top: 25px;
	position: relative;
	background-image: url(images/projekte.jpg);
	
}
#center2 div{
	padding: 15px;
}
#center2 div h1{
	/*color: #D26312;*/
	color: #333;
	font-size: 20px;
}
#center2 div h3{
	color: #D26312;
}
#center2 div h4{
	color: #D26312;
}
#center2 div h5{
	font-size: 17px;
}
#center2 div a:link, #center2 div a:active, #center2 div a:visited{
	text-decoration: none;
	color: #D26312;
}
#pro_cent h1{
	font-size: 17px;
}
#first{
	width: 350px;
	font-size: 13px;
}
#second{
	width: 250px;
	position: absolute;
	right: 0px;
	top: 110px;
	font-size: 13px;
}
footer{
	border-top: 3px solid rgb(210, 99, 18);
	padding: 5px 15px;
	float: left;
	margin: 50px 0 10px;
	width: 840px;
	color: #888;
	background: white;
}
footer a:link, footer a:hover, footer a:visited{
	text-decoration: none;
	color: #888;
	float: right;
	letter-spacing: 2px;
}
.start{
	position: relativ;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(images/start.jpg);
}
.start h2{
	color: rgb(210, 99, 18);
	padding: 5px 10px;
	font-size: 30px;
	background: rgba(255, 255, 255, 0.8);
}
.start h3{
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.8);
	margin-top: -14px;
}
/************************* Projekte Styles *************************/
.artikel{
	position: relativ;
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	height: 100%;
	background-image: url(Projekte/projekte.jpg);
}
.artikel a{
	position: absolute;
}
.artikel a:link, .artikel a:visited, .artikel a:active{
	background: white;
	color: #333;
}
.artikel a img{
	width: 150px;
	border: 2px solid orange;
}
.artikel a h3{
	font-size: 15px;
}
#Kanalbau{
	right: 150px;
	top: 50px;
}
#Kanalbau h3{
	position: absolute;
	left: -85px;
	top: 50px;
}
#Kanalsanierung{
	position: absolute;
	left: 10px;
	top: 70px;
}
#Kanalsanierung h3{
	position: absolute;
	top: 130px;
	right: -140px;
}
#Tiefbau{
	position: absolute;
	bottom: -30px;
	left: 120px;
}
#Tiefbau h3{
	position: absolute;
	top: 70px;
	right: -150px;
}
#Strassenbau{
	position: absolute;
	bottom: 30px;
	right: 50px;
}
#Strassenbau h3{
	position: absolute;
	left: -105px;
	top: 10px;
}
#center-projekte{
	width: 655px;
	height: 2125px;
	float: right;
	margin-top: 25px;
	font-size: 11px;
}
#Unterprojekt{
	padding: 30px;
}
#Unterprojekt img{
	width: 30%;
}
/************************* Projekte Ende *************************/