/*body {
	margin: 8px;  
	padding: 0; 
	font-family: verdana, sans-serif;
	font-size: 14px;
	}
*/	
ul#navigation {
	float: left;/* Damit Navigation links neben Inhalt steht*/
	/*width: 13em; Breite Navigation richtet sich nach Browserschriftgröße*/
	margin: 30px 0 0 0;
	padding: 0;
	width: 210px;/*?was macht diese fixe Breite?*/
	list-style: none; /*keine Bulletpoints*/
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase; /*setzt alles in Versalien*/
	}
		
#navigation li {
	margin: 0 0 51px 0; /*Abstand nach unten zur nächsten li 51px*/
	padding: 0 0 0 20px; /*Abstand innerhalb der li nach links 20px*/
	background: url(bilder/navilinien_bg.gif) top left no-repeat; /*das gif sitzt in der linken oberen Ecke und wird nicht gekachelt*/
	}
		
#navigation a {
	display: block;
	padding: 5px 0 5px 5px; /*Reihenfolge: oben, rechts, unten, links*/
	color: #9a9999;
	border-top: 1px solid #ffffff; /*unsichtbare Linie einfügen wie bei a:hover sonst wackeln die a-Links bei Mouse-over*/
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	line-height: 11px; /*Festlegung der Schrifthöhe für identische Darstellung auf Mac und PC*/
	width: 100%; /*IE auf PC stellt sonst nicht richtig dar*/	
	}
		
html>body #navigation a { width: auto; /*Rücknahme für standardkonforme Browser, IE versteht das nicht*/ 
	}
		 
#navigation a:hover {
	color: #211a88;
	border-top: 1px solid #9a9999; /*Linien identisch mit a, jetzt sichtbar*/
	border-bottom: 1px solid #9a9999;
	}
	
.copy {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	line-height: 15pt; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #211a88
	}
	
.rights {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #649945; 
	font-weight: normal; 
	line-height: 12pt; 
	text-decoration: none
	}

.adress {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; color: #9a9999; 
	font-weight: normal; 
	line-height: 13pt; 
	text-decoration: none
	}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #211a88;
	text-decoration: none;
	}

.leadin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 21pt;
	font-weight: normal;
	font-variant: normal;
	color: #211a88;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	text-decoration: none;
	text-align: left;
	}

.seitenanfang {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #211a88;
	font-style: normal;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	}

.rahmen {
	border: medium solid #211a88;
	}

.textbox {
	margin: 3px;
	height: auto;
	width: auto;
	}
	
a:link {
	color: #211a88;
	}
	
a:hover {
	color: #0000ff;
	}
	
a:visited {
	color: #999999;
	}