body  {
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	color: #000000;
	background:  url(bilder/roseback.gif);
	padding: 0; 
	margin-top : 0px;
	margin-left : 0px;
}
p  {
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	color: #000000;
}

a  {
	color : #9AAB3C;
	text-decoration : none;
}
a:link  {
	color : #9AAB3C;
		}
a:hover  {
	color : #941A1B;
}

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


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

/* - Menü - */
#menu { 
 font-family: Times;
 font-weight: bold;
 font-size: 9pt; 
 letter-spacing: 2px;
 color: #941A1B; /* Hier deffinieren wir die Farbe des Menüpunktes welcher kein Link ist, also den Menüpunkt der Seite auf der wir uns gerade befinden. */
 border-bottom: 1px dashed #9AAB3C;
}

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

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

/* - Inhalt - */
#main { 
 background: #FFFFFF;
 font-family: Verdana;
 font-size: 9pt; 
 width: 800px;
 margin: auto; /* Hiermit zentrieren wir unsere Seite */
 padding: 5px;
 min-height: 400px;
}

#bilder { 
 background: #FFFFFF;
 font-family: Verdana;
 font-size: 8pt; 
 width: 800px;
 margin: auto; /* Hiermit zentrieren wir unsere Seite */
 padding: 5px;
 min-height: 250px;
 border-bottom: 1px dashed #9AAB3C;
}

div#bildspalte {
 width: 16em; /* 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;
 border-right: 1px dashed #9AAB3C; /* Hiermit trennen wir optisch die Subnavigation vom eigentlichen Inhalt ab. */
}
 
div#inhalt { 
 background: #FFFFFF;
 font-family: Verdana;
 font-size: 9pt; 
 padding: 0px;
  margin: 10px 80px 10px 10px;}
