* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 20px 0;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment: fixed;
	background-color: #a2c9e8;
	}

#wrapper {
	position: relative;
	width: 905px;
	margin: 0 auto;
	}

	#header_wrapper {
		width: 905px;
		height: 97px;
		}

		#header_oben {
			width: 905px;
			height: 5px;
			background-image: url(images/wrapper_oben.png);
			background-repeat: no-repeat;
			}
			
		#header_mitte {
			width: 906px;
			height: 87px;
			}
		
		#header_unten {
			width: 905px;
			height: 5px;
			background-image: url(images/header_abschluss_unten.png);
			background-repeat: no-repeat;
			}
		
			#mainnav {
				width: 905px;
				height: 29px;
				}
				
			#mainnav ul {
				height: 29px;
				width: 100%;
				}
				
			#mainnav li {
				display: block;
				float: left;
				}
					
			#mainnav a {
				display: block;
				float: left;
				height: 29px;
				width: 181px;
				line-height: 27px;
				font-weight: bold;
				text-align: center;
				color: #fff;
				text-decoration: none;
				background: url(images/navi_normal.png) no-repeat;
				}
					
			#mainnav a:hover, #mainnav a.selected {
				background: url('images/navi_hover.png') no-repeat;
				}
					
				#content_wrapper {
					width: 905px;
					height: auto;
					}		
				
				#infobereich {
					float: left;
					width: 181px;
					}
					
				#infobereich_oben {
					width: 181px;
					height: 23px;
					background: url(images/infobereich_oben.png);
					background-repeat: no-repeat;
					line-height: 23px;
					color: #FFFFFF;
					font-size: 10px;
					font-weight: bold;
					}
					
				#infobereich_bg {
					width: 167px;
					background-image: url(images/infobereich_bg.png);
					background-repeat: repeat-y;
					padding-top: 2px;
					padding-right: 7px;
					padding-bottom: 2px;
					padding-left: 7px;
					}
					
				#infobereich_bg a{
					color: #0099FF;
					text-decoration: underline;
					}
					
				#infobereich_unten {
					width: 181px;
					height: 5px;
					background-image: url(images/infobereich_unten.png);
					background-repeat: no-repeat;
					}
					
				#Banner {
					width: 181px;
					}
				
				#content {
					float: right;
					width: 724px;
					left: 181px;
					}
					
				#content a{
					color: #0099FF;
					text-decoration: underline;
					}
					
				#content_oben {
					width: 724px;
					height: 5px;
					background-image: url(images/content_oben.png);
					background-repeat: no-repeat;
					}
					
				#content_bg {
					width: 704px;
					background-image: url(images/content_bg.png);
					background-repeat: repeat-y;
					padding-top: 5px;
					padding-right: 10px;
					padding-bottom: 5px;
					padding-left: 10px;
					}

				#content_unten {
					width: 724px;
					height: 5px;
					background-image: url(images/content_unten.png);
					background-repeat: no-repeat;
					}						

				#abstand {
					width: 724px;
					height: 20px;
					}

#leistungen_wrapper {
	width: 206px;
	height: 200px;
	float: left;
	}

#leistungen_oben_gelb {
	width: 206px;
	height: 33px;
	background-image: url(images/leistungen_oben_gelb.gif);
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	line-height: 32px;
	}
	
.leistungen_bg {
	font-size: 12px;
	width: 170px;
	height: 162px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(images/leistungen_bg.gif);
	background-repeat: repeat-y;
	}
	
.leistungen_unten {
	width: 206px;
	height: 5px;
	background-image: url(images/leistungen_unten.gif);
	}
	
#leistungen_oben_gruen {
	width: 206px;
	height: 33px;
	background-image: url(images/leistungen_oben_gruen.gif);
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #00CC00;
	}
										
#leistungen_oben_blau {
	width: 206px;
	height: 33px;
	background-image: url(images/leistungen_oben_blau.gif);
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #0099FF;
	}
						
label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	}					
	
.projektbilder {
	display: block;
	float: left;
	width: 205px;
	}

.normal {
	font-size: 12px;
}	
					
.ueberschrift1 {
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
}

.ueberschrift2 {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}

.ueberschrift3 {
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
}

.text-klein {
	font-size: 11px;
	color: #000000;
}

.text-sehrklein {
	font-size: 10px;
	color: #666666;
}

.text-rot {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.unsichtbar {
	display: none;
	}
	
.rahmen-tabelle {
	font-size: 12px;
	border: 1px solid #EEEEEE;
	}
