body, div, ul {
    margin: 0px;
    padding: 0px;
    background-color: #f3f6f9;
    font-family: Lucida Grande, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
    margin: 5px 0px 2px 0px;
    padding: 0px;
}
h1 {
    font-size: 24px;
    color: #3F6099;
}
h2 {
    font-size: 22px;
    color: #3F6099;
}
h3 {
    font-size: 20px;
    color: #3c390f;
}
h4 {
    font-size: 18px;
    color: #3c390f;
}
h5 {
    font-size: 16px;
    color: #3c390f;
}
p, li, a {
    color: #3C390F;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
div, p, ul, img {
    clear: both;
}
#wrapper {
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}
#header {
    height: 140px;
    width: 100%;
    position: fixed;
    background-color: #F3F3F3;
}
#logo {
    float: left;
    background-color: #F3F3F3;
}
#logo img {
    margin-left: 10px;
    margin-top: 10px;
}
#banner {
    display: none;
}
#user {
    clear: both;
    position: absolute;
    right: 100px;
    top: 10px;
}
#user input[type='button'] {
    text-align: center;
    width: 100px;
    padding: 5px 0px;
    margin-bottom: 2px;
    border: 2px outset #3F6099;
    background-color: #f6f6f9;
    border-radius: 5px;
    color: #3F6099;
    font-weight: bold;
    font-size: 16px;
}
#sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
#navBT {
    float: right;
    padding: 0px;
    border: 0px;
    background-color: inherit;
}
#hauptmenu {
    display: none;
    margin-top: 55px;
    width: 150px;
    background-color: #F3F6F9;
}
#designer {
    background-color: #F3F6F9;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 30px;
}
#designer p,#designer a {
    font-size: 12px;
}
#content {
    margin-top: 140px;
    margin-left: 0px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}
@media (orientation: portrait) {
    #content {
        height: 300px;
    }
}
#content div {
    margin-top: 20px;
}
#content div:first-child {
    margin-top: 0px;    
}
.border {
    border: 1px solid #3F6099;
}
.clean {
    display: block;
    clear: both;
}
#start {
    margin-top: 140px;
    overflow: hidden;
    background-color: #FFF;
}
#start .headline {
    border-bottom: 2px solid #336600;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #FFF;
}
#start h1 {
    font-size: 22px;
    font-weight: normal;
}
#start .label p {
    font-size: 25px;
    text-align: center;
    background-color: #FFF;
}
#start .zitat {
    position: relative;
    padding-top: 30px;
    height: 125px;
    background-color: #FFF;
}
#start .zitat p {
    font-size: 20px;
    max-width: 340px;
    margin-left: 30px;
    margin-right: 30px;
}
#start .zitat span {
    font-size: 12px;
}
#start .zitat img {
    display: none;
}
#start .news {
    padding: 20px;
    background-color: #F3F3F3;
}
#start .news p {
    font-size: 16px;
}
#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;
}
@media (max-width: 400px), (max-height: 400px) {
    img {
        max-width: 120px;
        max-height: 120px;
    }
    #header img {
        max-height: 60px;
    }
    #header {
        height: 70px;
    }
    #content, #start {
        margin-top: 70px;
    }
}