@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/hintergrund2.png) ;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
p {
	color: #666  ;
	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: #096; text-decoration:none; }

a:hover { color: #F90 ; }




/*Klasse*/

.farbe_schrift{  
	color: #F90 ; 
	 
	
}
.abstand_text { 
	margin-right:155px;
	}

/*Layout*/
#container {  	 
	margin:41px auto;
	padding:0px 0px 0px 0px;
	width:890px;
	height:615px; 
	
	
}

#content_mitte { 
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	float:left;
	height:540px;
	width:890px;
	
}

#content_text {  
	padding:0px 0px 15px 156px ;
	float:left;
	height:60px;
	width:700px; color:#666;
	 
	
	
		}	




	


		

