@charset "utf-8";
/* CSS Document */

/*Kalibrierung*/
html {
	height: 101%; 		/*erzwingt einen Rollbalken*/
}						
*{
	margin: 0;			/*unterdrückt Standardabstände*/
	padding: 0;
}
p, ul, h1, h2 {
	margin-bottom:17px;
}

ul ul {
	margin-bottom:0;	/*kein Abstand unten*/
}


/*allgemeine Selektoren*/
body { background-image:url(../images/hintergrund.png) ;
	color:#333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
p {
	color: #CCC ;
	text-align: left;
}
h1 {
	color: #CCC  ;
	font-size:22px;
	text-align:left;
}
h2 {
	color: #CCC ;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}



a { color: #CCC ; text-decoration:none; }

a:hover { color: #C00; }




/*Klasse*/

.farbe_schrift{  
	color: #C00 ; 
	 
	
}


/*Layout*/
#container {   	 
	margin:217px auto;
	padding:0px 0px 0px 0px;
	width:1100px;
	height:320px; 
	
	
}

#content_bilder { background-image:url(../images/textbalken2.png);  
	 float:left;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:886px; 
	height:320px;
	
	
		}	
		
#content_left{
	color:#CCC;
	margin:0px 0px 0px 0px;
	padding:130px 0px 0px 0px ;
	float:left;
	height:184px;
	width:170px;
	
}		


#content_mitte { 
	padding:20px 0px 0px 120px ;
	float:left;
	height:140px;
	width:765px;
	
}

#content_right { 
	padding:80px 140px 0px 40px ;
	float:left;
	height:70px;
	width:705px;
		}	
		

#footer { 
	
	margin:0 auto; 
	padding:0px 0px 0px 1010px;	
	height:40px;
	width:220px;
	float:left;
}
	


		

