body {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 13pt;
    text-align: center;

    color: #990000;
    background-color: #c5c6c8;
    margin: 0px;
}

a:link {
    color: #990000;
    text-decoration: underline;
}
a:visited {
    color: #550000;
    text-decoration: underline;
}
a:hover {
    color: #990000;
    text-decoration: none;
}
a:active {
    color: #990000;
    text-decoration: none;
}

#logo {
    text-align: left;

    height: 122px;
    padding: 0px;

    background-image: url(http://altbamberg.de/images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #a4a5a9;
}
#links {
    text-align: left;

    float: left;
    width: 160px;
    margin: 10px;
    padding: 15px;

    border-right: 1px solid #990000;
    border-bottom: 1px solid #990000;
}
#content {
    text-align: left;

    float: left;
    width: 635px;
    margin: 15px 5px 5px 5px;
    padding: 5px;
}


h1 {
    font-size: 14pt;
    text-align: center;

    padding-bottom: 15px;
}
h2 {
    font-size: 10pt;
}
h3 {
    font-size: 9pt;
}

/* ensure gecko based browsers (like firefox) display no border: */
img {
    border: none;
}
