*  { padding: 0; margin: 0; }
body { 
   color: black; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   background-color: #8c8c8c; 
   
   
}

a[href]:after { 
   content:" [Adresse: "attr(href)" ] "; 
  
} 


#wrapper {														/*  Gesamte seite */ 
	

}





#kopfbereich {display: none; }														/*  KOPF */ 

#wrapper_inhalt {
	position: relative;
	
	
  
}
#textbereich {														/*  FLIEßTEXT */ 
	margin-top:10px;
	margin-left: 40px;
	margin-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	}

*html #textbereich {						/* Patch */ 
height:400px;
}

#textbereich p{
	line-height: 18px;
	
	
h1 {
	margin-bottom: 10px;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	
} 


   
#textbereich a {
	font-weight: bold;
	color: black;
	 padding-left:10px;
   }  
   
   

   
     
#textbereich a:hover,
#textbereich a:focus{
	color: #E09C1F;
}  

#textbereich table {
	margin-left: 20px;
	width: 200px;
	line-height: 20px;
	padding-bottom: 10;
} 

#textbereich tr {
	font-size: 10px;
	color: Black;
	}

#textbereich hr {
	color: black;
	border: 1px;
	margin-bottom: 10px;
}
    
#spalte { display: none;														/*  NEWS-SPALTE */ 
  
}  









#menue_links {display: none;														/*  HAUPTMENUE */ 
	
	   } 
	   
	   
	   




