#navihaupt a:link    { color:black;   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; }

#navi a:link    { color:black;   text-decoration:underline; }
#navi a:visited { color:gray;  text-decoration:underline; }
#navi a:focus   { color:yellow;  text-decoration:overline; }
#navi a:hover   { color:red;    text-decoration:overline; }
#navi a:active  { color:orange; text-decoration:underline; }

#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; }

#links a:link    { color:black;   text-decoration:underline; }
#links a:visited { color:gray;  text-decoration:underline; }
#links a:focus   { color:yellow;  text-decoration:overline; }
#links a:hover   { color:red;    text-decoration:overline; }
#links a:active  { color:orange; text-decoration:underline; }

#kopfbereich {
 
  background:url(bilder/bannerstartseite.jpg) no-repeat left top;
  height:75px;
  text-align:right;
  font-size:1.2em;
  padding:0.4em 0.4em 0 0;

}

#logoschrift {
	font-size:1.8em;
	
}

#untertitel {
	font-size:0.8em;
	
}


#schriftkleiner {
	font-size:0.6em;
}

#schriftmittel {
	font-size:0.7em;
}

#schriftgross {
	font-size:0.8em;
}

html, body {

  	font: 100% Arial, Helvetica, sans-serif;
	
}


body {

	background-color:white;
	
 		
}


h1 {

	font-family:arial, "lucida console", sans-serif;
	letter-spacing:30;
	color:gray;
	
	}

h2 {

	font-family:arial, "lucida console", sans-serif;
	letter-spacing:25;
	color:gray;
	
	}

#navihaupt { 

	background-color:no;   border:no;  width:13em;  float:left; line-height:2em;
	margin-top:10px;               /* Außenabstand oben   */  
	margin-bottom:10px;            /* Außenabstand unten  */   
	margin-left:20px;              /* Außenabstand links  */  
	margin-right:15px;             /* Außenabstand rechts */
	
}

#navihaupt ul { 
  
	list-style:none;               /* keine Aufzählungspunkte */ 
	}


#navi { 

	background-color:no;   border:no;  width:13em;  float:left; line-height:1em;
	margin-top:10px;               /* Außenabstand oben   */  
	margin-bottom:10px;            /* Außenabstand unten  */   
	margin-left:10px;              /* Außenabstand links  */  
	margin-right:10px;             /* Außenabstand rechts */
	
}

#navi ul { 
  
	list-style:none;               /* keine Aufzählungspunkte */ 
	}


#inhalt { 
	background-color:no;   border:no;  margin-left: 15.35em;

}

#fusszeile {

  	clear: both;
  	background-color: white;
	margin-left: 18em;
  	border-top-color:gray;
	border-top-style:dotted;
	font-size:0.8em;
	color:gray;
	
}




 