
#kopfbereich {
 
  background:url(bilder/bannerstartseite.jpg) no-repeat left top;
  height:75px;
  text-align:right;
  font: 100% Arial, Helvetica, sans-serif; 
  padding:0.4em 0.4em 0 0;

}

#logoschrift {
	font-size:1.8em;
	
}

#untertitel {
	font-size:1.0em;
	
}


#laenderwahl { 
	background-color:no;   border:no;  margin-left: 0em;

}



body {

	background-color:white;
	
 		
}


html, body {

  	font: 100% Arial, Helvetica, sans-serif;
	
}


#inhalt { 
	background-color:no;   border:no;  margin-left: 18em;

}

#navihaupt a:link    { color:red;   text-decoration:none; }
#navihaupt a:visited { color:gray;  text-decoration:none; }
#navihaupt a:focus   { color:yellow;  text-decoration:overline; }
#navihaupt a:hover   { color:red;    text-decoration:overline; }
#navihaupt a:active  { color:orange; text-decoration:underline; }

#navihaupt { 

	background-color:no;   border:no;   line-height:2em;
	margin-top:10px;               /* Außenabstand oben   */  
	margin-bottom:10px;            /* Außenabstand unten  */   
	margin-left:20px;              /* Außenabstand links  */  
	
	
}

#navihaupt ul { 
  
	list-style:none;               /* keine Aufzählungspunkte */ 
	}


#navihaupt  ul li {
	display:inline;
}


#fusszeile a:link    { color:black;   text-decoration:underline; }
#fusszeile a:visited { color:gray;  text-decoration:underline; }
#fusszeile a:focus   { color:yellow;  text-decoration:underline; }
#fusszeile a:hover   { color:red;    text-decoration:overline; }
#fusszeile a:active  { color:orange; text-decoration:underline; }

#fusszeile {

  	clear: both;
  	background-color: white;
	margin-left: 0em;
  	border-top-color:gray;
	border-top-style:dotted;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:gray;
	
	
}




 
