/*Die ist ein CSS-Kommentar*/

body {
margin-top:0px;
margin-left:0px; 
margin-right:0px;
margin-bottom:0px;
background:#cc9933;
font-family:arial, sans-serif; }

#header {
top:0;
left:0;
height:15%;
text-align:center; }

#navigation {
width:20%;
height:100%;
float:left; }

#inhalt {
float:clear;
position:absolute;
left:300px;
margin-right:50px; }

.button {
display:block;
background:#7a340d;
color:#ccb868;
font-weight:bold;
margin:0 1px 3px 0;
padding: 2px 2px 2px 2px;
text-decoration:none;
border-width:2px;
border-color:#002300;
border-style:solid;
font-size:16px; }

.button1 {
display:block;
background:#7a340d;
color:#90939d;
font-weight:bold;
margin:0 1px 3px 0;
padding: 2px 2px 2px 2px;
text-decoration:none;
border-width:2px;
border-color:#002300;
border-style:solid;
font-size:16px; }

.aktuell {
display:block;
background:#7a340d;
color:#000000;
font-weight:bold;
margin:0 1px 3px 0;
padding: 2px 2px 2px 2px;
text-decoration:none;
border-width:2px;
border-color:#002300;
border-style:solid;
font-size:16px; }

.aktuell1 {
display:block;
background:#7a340d;
color:#90939d;
font-weight:bold;
margin:0 1px 3px 0;
padding: 2px 2px 2px 2px;
text-decoration:none;
border-width:2px;
border-color:#002300;
border-style:solid;
font-size:16px; }

#navigation a:hover {
background:#ffffff;
color:#000000 }

li {
list-style:none;
margin:0;
padding:0 }

select {
border-width: 1px;
border-color: #C0C0C0;
background:#7a340d;
color:#ccb868;
font-size:20px;
left:10px; }

img {
margin:5px; }



