body {
    background: #F8F6DE;
    margin:0;
    text-align:center;
}
body, div, p, strong, span {
    font-family:Verdana, Arial, sans-serif;
}

#page {
    text-align:left;
    margin:auto;
    width:750px;
    background: #F0ECB9;
}

#header {
    background:#338800 url(../images/.gif) no-repeat;
    height:72px;
}
#menu {
    margin:0;
    height:20px;
    padding:0;
    background: #FBFAEA;
}
#menu li {
    display:block;
    float:left;
    list-style-type:none;
}
#menu li a {
    text-decoration:none;
    color:#000;
    font-size:10px;
    padding:4px 10px 4px 10px;
}
#menu li a.active, #menu li a:hover {
    border-bottom:1px solid #F0ECB9;
    background: #F0ECB9;
}

#content {
   clear:left;
}
#sidebar {
    width:170px;
}
#sidebar ul {
    margin:20px 0 0 0;
    padding:0;
}
#sidebar li {
    list-style-type:none;
    border-bottom:1px solid #cfcfcf;
}

#sidebar li a {
    display:block;
    color:#000;
    font-size:11px;
    padding:2px 0 2px 8px;
    text-decoration:none;
}
#sidebar li a:hover {
    background:#cfcfcf;
}

#contentbereich {
    width:560px;
    float:right;
    padding:10px;
    font:11px Verdana, Arial, sans-serif;
}
#contentbereich h1 {
    margin-top:0px;
    font:20px Verdana, Arial, sans-serif;
}

#footer {
    clear:both;
    font-size:11px;
    padding:10px 5px 10px 5px;
    margin-top:10px;
    border-top:1px solid #fff;
}