body {background-color:#CCC;
		font-family:Verdana, Arial, Helvetica, sans-serif;}
		/* background-color:#CCC; */
		/* background-color:#666; */

#container {
	width:980px;
	margin:auto;
	border:2px solid #000; 
	background:#FFF;
}

#foot {
	clear:both; /* Fussnote wird mindestens so hoch ausgedehnt wie #subnavi, falls #subnavi länger sein sollte */
	padding: 0 20px;
	font-size:12px;
	color: #602E04;
}
h1 {font-weight:normal;
	font-size:20px;
	line-height: 0.8em;
	padding: 1.2em 0 0.0em 0;
	margin:0;
}

h2, h3, {font-weight:lighter;
		 font-size:10px;} 
h1, h2, h3 {
color: #993300; /* Farbe des Titels */
	font-family: Verdana, Geneva, sans-serif;
}

#header {
	background:url(grafik/titel_bild.png);
	background-repeat:no-repeat;
	height:200px;
	padding: 0 20px;
	overflow:hidden;
	margin:0;
}
#navi {
	background-color:#333;
	padding: 1px 0%;
	margin:0;
	text-align:center;
}
#navi li {
	color: #602E04;
	display: inline;
	border-left: 1px solid #602E04;
	font-weight:bold;
}
#navi li a {
	color: #602E04;
	text-decoration:none;
}

#subnavi {
	width: 22%; /* Je kleiner das Fenster, desto kleiner soll auch der Subnavigationsbereich werden, damit genug Platz für den Inhalt der richtigen Seite bleibt */
	min-width:215px;
	padding: 12px 5px 10px 10px; /* Der Abstand nach rechts (5px) stellt sicher, dass die Überschrift sowie der Inhalt von #main so weit von #subnavi entfernt ist, dass sie sich optisch von einander abheben */
	float:left; /* Inhalt fliesst links an dem Subbereich vorbei */
	font-size:12px;
    margin-top: 6px;
	}
  
#subnavi li {
color:#993300;
display:inline-table;
border-left: 1px solid white;
font-weight:bold;
}
#subnavi li a {
color:#FFCC00;
text-decoration:none; }

#main {
	color: #000;
	background:#FFF;
	padding: 0 20px 0 25% ; /* Der linke Abstand (28%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
	line-height:1.5em; /*Erhöhter Zeilenabstand zur besseren Lesbarkeit */
	font-size:12px;}
	
	
#navigation td {
border-bottom: 1px solid #000;
}
#navigation a {
color: #900;
line-height:16px;
letter-spacing:0.1em;
text-decoration: none;
display:block;
padding:8px 6px 10px 10px;
font-family:Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: bold;
}
#navigation a:hover {
color:#900;
background-color: #000;
} 

.small {
	font-size:9px;}
