body  {
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	color: #000000;
	background:  url(bilder/fussel.gif) #FFFFFF;
	padding: 0; 
	margin-top : 0px;
	margin-left : 0px;
}
td  {
	font-family : Arial;
	font-size : 11;
	line-height: 1.4em;
	text-align: left;
	color : #000000;
}
p  {
	font-family: Arial;
	font-size: 11;
	text-align: left;
	color: #000000;
}

a  {
	font-family : Arial;
	font-size : 11;
	font-weight: bold;
	line-height: 1.4em;
	color : #564D19;
	text-decoration : none;
}
a:link  {
	color : #564D19;
		}
a:hover  {
	color : #789E19;
}

.navi {
	font-family : Arial;
	font-size : 10;
	font-weight: bold
	line-height: 1.4em;
	color : #2D2706;
	text-decoration : none;
}

h1  {
	font-family : Arial;
	font-size : 14pt;
	color : #333300;
}
h2  {
	font-family : Arial;
	font-size : 11;
	font-weight : bold;
	letter-spacing: 0px;
	color : #333300;
}
h3  {
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	letter-spacing: 0px;
	color : #333300;
}


#container { 
 background: #EEE34D;
 font-family: Arial;
 font-size: 9pt; 
 width: 700px;
 margin: auto; /* Hiermit zentrieren wir unsere Seite */
 padding: 10px;
}

/* - Menü - */
#menu { 
 font-family: Arial;
 font-weight: normal;
 font-size: 8pt; 
 color: #2D2706; /* Hier deffinieren wir die Farbe des Menüpunktes welcher kein Link ist, also den Menüpunkt der Seite auf der wir uns gerade befinden. */
}

#menu a {
 color : #2D2706; /* Hier ist das mit der Linkfarbe genau so, sie soll 333300 sein. */
 text-decoration: none;
}

#menu a:hover {
 color : #789E19; /* Hier ist das mit der Linkfarbe genau so, sie soll 333300 sein. */
 text-decoration: none;
}

/* - Inhalt - */
#main { 
 background: #FFFFFF;
 font-family: Arial;
 font-size: 9pt; 
 width: 700px;
 margin: auto; /* Hiermit zentrieren wir unsere Seite */
 padding: 10px;
 min-height: 475px;
}

div#bildspalte {
 background: #FFFFFF;
 width: 350px; /* Je kleiner das Fenster desto kleiner soll auch die Breite der Subnavigation werden, damit immer genügend Platz für den richtigen Inhalt bleibt. */
 min-width: 10em; /* Damit uns die Subnavigarion nicht zu sehr zusammengeschoben wird. */
 float: left; /* Damit erreichen wir dass der Inhalt links neben der Subnavigation vorbeifließt und nicht erst unten drunter anfängt. */
 padding: 0px;
 margin: 10px 20px 10px 10px;
}
 
div#inhalt { 
 background: #FFFFFF;
 width: 330px;
 font-family: Arial;
 font-size: 9pt; 
 padding: 0px;
 margin: 10px;
}
