/* margin/padding: top right bottom left */

body {
background-color: rgb(153, 153, 255);
padding: 0px 5px 5px 5px;
font-family: Arial;
}

#spalte_menu {
float: left;
width: 15%;
}

#spalte_menu ul { /* Menüliste mit orangem Hintergrund */
background-color: rgb(255, 204, 51);
list-style: none;
margin: 20px 0px 0px 0px;	/* Listenkörper soll Spalte ausfüllen */
padding: 3px 0 3px 0;
}

#spalte_menu li { /* Schalter in Hellgelb und vom Rahmen abgesetzt*/
margin-bottom: 1px; /* Platz für Textrand li a */
margin-left: 5px;
}

#auswahl { /* Aktuelle Seite im Menü */
font-family:Verdana,Tahoma,Arial,sans-serif;
font-size: 12px;
font-weight:bold;
height: 20px;
line-height:130%;
text-decoration: none;
padding: 5px 0px 5px 13px;
background-color: rgb(255, 204, 51);
}


#spalte_menu li a {
font-family:Verdana,Tahoma,Arial,sans-serif;
font-size: 12px;
font-weight:bold;
line-height:130%;
text-decoration: none;
height: 20px;
display: block;
padding: 5px 0px 5px 8px;
margin: 5px 5px 0px 5px;
background-color:#ffff33;
border-bottom: 1px solid #BFBFBF;
border-right: 1px solid #BFBFBF;
}

#spalte_menu li a:hover {
background:#0000a0;
color:#ffff33;
}
#spalte_inhalt {
float: left;
width: 82%;	/* bei 85% wird kein Rand angezeigt */
border: solid 1px rgb(255, 204, 51);
padding: 10px 10px 10px 10px;
}

#anfang a {
font-weight: bold;
font-size: 80%;
text-decoration: none;
color:#0000a0;
background-color:#ffff33;
border-bottom: 1px solid #BFBFBF;
border-right: 1px solid #BFBFBF;
padding: 2px 5px 3px 5px;
}

#anfang a:hover {
background-color:#0000a0;
color:#ffff33;
}

#flyer ul {
list-style: none;
}

#flyer li {
float: left;
}

