body {
    margin: 0;
    padding: 0 0 50px 0;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    background: url("../images/bodybg.jpg") repeat-x;
    color: #35697b;
}

#sitebody {
    width: 788px;
    margin: 0 auto;
}

#header {
    height: 351px;
    width: 788px;
    background: url("../images/headerbild.jpg") no-repeat;
    margin: 32px 0 0 0;
}

#contentbox {
    background: url("../images/content_bg.gif") repeat-y;
    margin: 0 19px;
    height: 100%;
}

.clear {
    clear: both;
}

#content {
    width: 478px;
    padding: 20px 2px 20px 20px;
    line-height: 150%;
    text-align: justify;
    float: left;
}

#sidebar_right {
    width: 200px;
    /*background: pink;*/
    float: right;
    padding: 20px 0 50px 0;
}

#sidebar_right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#sidebar_right ul li a {
    font-size: 1.1em;
    color: #35697b;  
    text-decoration: none;
    display: block;
    height: 20px;
    padding: 3px 10px 1px 10px;
    border-bottom: 1px solid #35697b;
    background: url("../images/navi_bg.jpg") repeat-x #d5e2e6;
}

#sidebar_right ul li ul li a {
    padding: 3px 30px 1px 30px;
    background: none;
    border: none;
}

#sidebar_right ul li a.first {
    border-top: 1px solid #35697b;
}

#sidebar_right ul li a:hover {
    background: url("../images/navi_bg_h.jpg") repeat-x #e7e7e7;
}

#footer {
    width: 788px;
    height: 100px;
    background: url("../images/footer.jpg") no-repeat 50%;
    margin: 0 auto;
    clear: both;
}

#footer_links {
    color: #9ae7ff;
    font-size: 0.8em;
    width: 520px;
    height: 36px;
    float: left;
    margin: 0 0 0 0;
    padding: 64px 0 0 19px;
    text-align: center;
}

#footer_rechts {
    color: #9ae7ff;
    font-size: 0.8em;
    width: 200px;
    height: 46px;
    float: right;
    margin: 0 0 0 0;
    padding: 54px 19px 0 0;
    text-align: center;
}

#footer_links a, #footer_rechts a {
    color: #9ae7ff;
    text-decoration: none;
}

#footer_links a:hover, #footer_rechts a:hover {
    background: none;
    text-decoration: underline;
}

h1 {
    font-size: 130%;
    margin: 0 0 0.8em 0;
    letter-spacing: -0.8pt;
}

h2 {
    font-size: 120%;
    margin: 0.8em 0 0.6em 0;
}

h3 {
    font-size: 110%;
    margin: 0.6em 0 0.4em 0;
}

h4 {
    font-size: 110%;
    margin: 0.5em 0 0.3em 0;
}

h5 {
    font-size: 100%;
    margin: 0.4em 0 0.2em 0;
    font-weight: bold;
}

h6 {
    font-size: 100%;
    margin: 0.3em 0 0.1em 0;
    text-decoration: underline;
}

p {
    margin: 1.2em 0;
}

a {
    color: #35697b;
    text-decoration: underline;
}

a:hover {
    color: #ffffff;
    background-color: #35697b;
    text-decoration: none;
}

a.pdflink {
   background: url("../images/pdf.gif") no-repeat 0% 50%;
   padding: 0 0 0 20px;
} 

a.pdflink:hover {
   background: url("../images/pdf.gif") no-repeat 0% 50% #35697b;
}

span.unsichtbar {
    color: #E9F0F2;
}

div.title {
    font-family: "Lucida Sans Unicode", sans-serif;
    letter-spacing: 2px;
    word-spacing: 7px;
    font-size: 1.2em;
    margin: 25px 0;
    text-align: center;
}

.bild {
    border: 5px solid #ffffff;
}

table.tabelle td {
    vertical-align: top;
    padding: 0 0 15px 0;
}

tr.alt {
    color: #93b2bc;
}
