html, body {
background: #b6b49f;
margin: 0px;
padding: 0px;
height: 100%;
color:#cfcfcf;
font-family:"Trebuchet MS",verdana, Arial, Helvetica, sans-serif;
}

h1 {
color:#cfcfcf;
font-size:24px;
}

h2 {
color:#cfcfcf;
font-size:20px;
}

legend {
color:#cfcfcf;
}

#main {
padding-left: 198px;
padding-right: 25px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
height: 100%;
}

#layout {
width: 900px;
height: 100%;
padding: 0px 50px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background: url('images/lr_bg.jpg');
}

#scroller {
width: 900px;
height: 100%;
overflow: scroll;
overflow-x: hidden;
background: #000;
}

#leftimage {
float: left;
margin: 0px;
padding: 0px;
border: 0px;
}

#menu {
margin: 0px;
padding: 0px;
height: 83px;
}

#content {
margin-right: 25px;
height: 100%;
}

#content a, #content a:link {
color:#eeeeee;
text-decoration:underline;
} 
#content a:hover {
color:#eeeeee;
text-decoration:none;
}

#kontaktbox {
width: 300px;
float: right;
}

#adressbox {
width: 300px;
float: left;
}

.odd {
background: #333;
}

.even {
background: #555;
}
