body {
    background-color: #FFF9F3;
    font-family: Lucida Grande, Arial, sans-serif;
}
h1, h2, h3, h4, div, ul, body {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 24px;
    color: #336600;
}
h2 {
    font-size: 22px;
    color: #336600;
}
h3 {
    font-size: 20px;
    color: #696969;
}
h4 {
    font-size: 18px;
    color: #696969;
}
p, li, a {
    color: #696969;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
img {
    max-height: 150px;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    margin: 0px;
    background-color: rgba(250,250,250,0.9);
    display: none;
}
#wrapper {
    height: 350px;
    width: 300px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}
#header {
    height: 165px;
    width: inherit;
    position: fixed;
    background-color: #F0F3CF;
}
#vb {
    position: absolute;
    left: 120px;
    top: 5px;
}
#logo {
    position: absolute;
    right: 20px;
    top: 5px;
}
#hp {
    position: absolute;
    right: 200px;
    top: 70px;
}
#hp1 {
    font-size: 45px;
    color: #336600;
    display: block;
    padding: 0px 2px;
    border-bottom: 2px solid #696969;
    text-align: center;
}
#hp2 {
    font-size: 18px;
    color: #9C9F66;
    display: block;
    margin-top: 5px;
    padding: 0px 2px;
}
#sidebar {
    position: absolute;
    top: 100px;
    left: 20px;
}
#navBT {
    float: left;
    padding: 0px;
    border: 0px;
    background-color: inherit;
}
#hauptmenu {
    display: none;
    background-color: #FFF9F3;
    padding: 10px;
    margin-left: -10px;
}
#designer {
    background-color: #FFF9F3;
    padding-bottom: 5px;
    text-align: center;
}
#designer p, a {
    font-size: 12px;
}
#content {
    margin-top: 170px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}
#content div:last-child {
    padding-bottom: 20px;
}
#content div:last-child div {
    padding-bottom: 0px;
}
@media (max-width: 850px) {
    #vb {
        display: none;
    }
}
@media (max-width: 650px) {
    #logo {
        display: none;
    }
    #hp {
        right: 10px;
    }
}
@media (max-width: 500px), (max-height: 500px) {
    img {
        max-height: 100px;
    }
    #header {
        height: 110px;
    }
    #hp {
        top: 15px;
    }
    #hp1 {
        font-size: 20px;
    }
    #hp2 {
        font-size: 16px;
        max-width: 130px;
        text-align: center;
    }
    #sidebar {
        top: 15px;
    }
    #content {
        margin-top: 110px;
    }
}
@media (orientation: portrait) {
    #content {
        height: 300px;
    }
}
#content div {
    margin-top: 20px;
}
#content div:first-child {
    margin-top: 0px;    
}
.border {
    border: 1px outset #3F6099;
}
#start {
    margin-top: 110px;
    height: 250px;
    text-align: center;
}
#start img {
    max-height: 80px;
}
#start p {
    padding: 10px;
    margin: 0px;
    font-size: 18px;
    color: #336600;
}