body {
    background-color: #c8c8c8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0;
    padding: 0;
}

#header {
    height: 120px;
    background-color: #336699;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    background-position: 32px 20px;
    margin: 5px;
    padding-left: 250px;
    padding-top: 24px;
    padding-bottom: 15px;
    color: white;
}

#header p {
    font-size: 1.5em;
    margin-top: -10px;
/*    font-weight: bold; */
}

#navigation {
    background-color: #336699;
    color: white;
    width: 140px;
    margin-right: 5px;
    font-size: 1.1em;
    float: right;
}

#navigation a:link, #navigation a:visited {
    display: block;
    color: white;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
    border: 1px solid gray;
}

#navigation a:hover {
/*    font-weight: bold; */
    color: #ffcc33;
}

#content {
    background-color: white;
    margin: 5px;
    margin-top: 0px;
    margin-right: 150px;
    padding: 10px;
    padding-left: 20px;
}

#content h1 {
    font-size: 1.5em;
    font-weight: normal;
    color: #003366;
    border-bottom: 1px solid #00548c;
}

#content h2 {
    font-size: 1.2em;
    color: #003366;
}

#content a:link {
    color: #990066;
}

#content a:visited {
    color: #990066;
}

#footer {
    background-color: #336699;
    color: white;
    margin: 5px;
    margin-right: 150px;
    padding: 1px;
    padding-left: 10px;
    
}

#footer a:link, #footer a:visited {
    color: white;
}

#title {
    font-size: 1.5em;
    text-align: center;
}
#subtitle {
    font-size: 1.2em;
}

#title h1 {
    border: 0;
    color: black;
}

.announce {
    font-weight: bold;
    text-align: center;
}

#header p.headline {
    font-size: 2em;
}
#zitat {
    background-color: #ddffdd;
    margin-left: 80px;
    margin-right: 80px;
    border: black solid 1px;
    padding: 20px;
}
th {
    background-color: lightgray;
}

