   html, body {
		height: 100%;
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
		font-family: Verdana,Arial,sans-serif;
		text-align: left;
		color: #000000; 
		background:url("../images/bauteam_hintergrund_verlauf.jpg")  repeat-y;		
		background-color:#F2F2F2; 
   }
   
	ol,ul{
		list-style: none;
	}   

	h1 {
		display:inline;	
		font-weight:bold;
		font-size: 12px;
	}
   
	body {
		margin: 0; 
		padding: 0;
		background-color:#F2F2F2;
	}

	#wrapper {
		width: 100%; 
		margin: auto auto; 
		min-height: 100%; 

	}
	* html #wrapper {
		height: 100%;
	} /* IE Hack für 100 % Höhe */	
	
	

	#top2{
	position:relative;
	background:url("../images/bauteam_hintergrund_top_2.jpg") no-repeat;
	width:1024px;
	height: 91px;
	}		
	
	#main{
			position:absolute;
			top:225px;
			clear:both;
		}
	
	#teaserlinks{
	position:relative;
	float:left;
	width:400px;
	height:20px;
	}	
	
	#content{
	position:relative;
	float:left;
	width:550px;
	}

	#nav_left{
		position:absolute;
		float:left;
		top:157px;
		left:125px;
		color:#696A6C;

	}

	#navigationTop{
		position:absolute;
		float:right;
		font-size:13px;
		font-style:italic;
		top:137px;
		left:400px;
		color:#9A141B;
		width:600px;
	}
	
	.navPunkt{
		float:left;
		padding-left:5px;
		padding-right:5px;
		
	}	
	
	.navi_info{
	height: 14px !important; /*IE doesn't understands this*/
	overflow:hidden;
	}
	
	.navTrenner{
		width:20px;
		float:left;	
		text-align:center;
	}
	
	a.topnavi:link{
		color:#9A141B;
		text-decoration:none;
	}

	a.topnavi:visited{
		color:#9A141B;
		text-decoration:none;
	}	
	
	a.topnavi:hover{
		color:#E2E2E2;
		text-decoration:none;
	}		
	
	a:link{
		color:#9A141B;
		text-decoration:none;
	}

	a:visited{
		color:#9A141B;
		text-decoration:none;
	}	
	
	a:hover{
		color:#E2E2E2;
		text-decoration:none;
	}		
	
	#selected{
		padding-top:30px;
	}
	