body {
    background-color: #FFF8D6;
    color: #422300;
    font-size: 10pt;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    text-align: center;
}

a, a:visited, a:hover, a:active {
    color: #422400;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5 {
    color: #422300
}

div#Container {
    width: 800px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFDC3F;
    border-left:1px solid #774200;
    border-right:1px solid #774200;
    border-top:1px solid #774200;
    text-align: left;
}

div#Header {
    height: 150px;
    background-image: url(Sonnenaufgang.jpg);
}

ul#Contact, div#Footer {
    font-size: 11px;
    text-transform:uppercase;
    background-color: #F8BA16;
    border-top: 1px solid #774200;
    border-bottom: 1px solid #774200;
    padding:5px 15px;
    margin:0px;
    text-align: right;
}

ul#Contact li {
    display: inline;
    margin-left: 1.5em;
}

ul#Navigation {
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
}

ul#Navigation li {
    list-style: none;
    margin: 1em;
}

div#Content, #EditorBody {
    background-color: #FFE98A;
    text-align: left;
}

div#Content {
    padding: 10px;
    margin-left: 180px;
    min-height: 460px;
    height: expression(this.scrollHeight > 460 ? "auto":"460px");
}

div#Content li, div#Content p {
    line-height: 1.5em;
}

div#Content a {
    text-decoration: underline;
}

.Field {
    border: 1px solid #774200;
    background-color: white;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    width: 400px;
}
