body {
    font-family: Lucida Grande, Arial, sans-serif;
    background-color: #FFF9F3;
}
body, div, ul {
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5{
    margin: 5px 0px 2px 0px;
    padding: 0px;
}
h1 {
    font-size: 24px;
    color: #336600;
}
h2 {
    font-size: 22px;
    color: #336600;
    font-weight: normal;
}
h3 {
    font-size: 20px;
    color: #696969;
}
h4 {
    font-size: 19px;
    color: #696969;
}
h5 {
    font-size: 18px;
    color: #696969;
}
p, li, a {
    color: #696969;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
}
input {
    color: #3C390F;
}
#wrapper {
    height: 500px;
    width: 800px;
    margin: 0px auto;
    overflow: hidden;
}
#header {
    height: 190px;
    width: inherit;
    position: fixed;
    background-color: #F0F3CF;
}
#vb {
    position: absolute;
    left: 20px;
    top: 5px;
}
#vb img {
    height: 170px;
}
#logo {
    position: absolute;
    right: 20px;
    top: 5px;
}
#logo img {
    height: 170px;
}
#hp {
    position: absolute;
    right: 250px;
    top: 70px;
}
#hp1 {
    font-size: 50px;
    color: #336600;
    display: inline;
    padding: 0px 2px;
    border-bottom: 2px solid #696969;
}
#hp2 {
    font-size: 20px;
    color: #9C9F66;
    display: block;
    padding: 0px 2px;
}
#user {
    clear: both;
    position: absolute;
    left: 10px;
    top: 10px;
}
#user input[type='button'] {
    text-align: center;
    width: 100px;
    padding: 5px 0px;
    margin-bottom: 2px;
    border: 2px outset #FF9F00;
    background-color: #FFF;
    border-radius: 5px;
    color: #F6C369;
    font-weight: bold;
    font-size: 16px;
}
#sidebar {
    position: fixed;
    top: 190px;
    width: 200px;
    float: left;
    background-color: #FFF9F3;
}
#navBT {
    display: none;
}
#hauptmenu {
    width: 160px;
    margin-left: 20px;
}
#designer {
    position: absolute;
    bottom: 5px;
    left: 25px;
}
#designer p, a {
    font-size: 12px;
}
#content {
    margin-left: 200px;
    margin-top: 190px;
    height: 360px;
    width: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    background-color: #FFF;
}
#content div {
    margin: 0px 50px 40px 50px;
}
#content div:first-child {
    margin-top: 20px;
}
.border {
    border: 1px solid #3F6099;
}
.clean {
    display: block;
    clear: both;
}
#start {
    margin-top: 190px;
    height: 310px;
    background-color: #FFF;
    text-align: center;
}
#start img {
    max-height: 160px;
}
#start p {
    padding: 10px;
    margin: 0px;
    font-size: 22px;
    color: #336600;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    margin: 0px;
    background-color: rgba(250,250,250,0.9);
    display: none;
}
#overlay img {
    background-color: #FFF;
    border: 0px solid #FFF;
    border-radius: 4px;
}