body {
    margin: 33px 0 0 0;
    padding: 0;
    background: url("../images/body_bg.jpg") repeat-x #ebf4fa;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #236da5;
}

/* Links allgemein */
a {
    color: #236da5;
}

a:focus {
    background: #ffab35;
}

a:hover {
    color: #ffab35;
    background: #FFF;
}

#sitebody {
    width: 780px;
    margin: 0 auto;
}

#oben {
    height: 332px;
}

#oben_kontaktdaten {
    height: 302px;
    background: url("../images/sidebox_oben_bg.jpg") no-repeat;
    width: 150px;
    color: #ffffff;
    float: left;
    padding-top: 30px;
    padding-left: 30px;
}

#oben_kontaktdaten a {
    color: #ffffff;
    text-decoration: underline;
}

#oben_kontaktdaten a:hover {
    color: #236da5;
}

#oben_diatomlogo {
    display: block;
    width: 117px;
    height: 40px;
    margin-top: 24px;
    margin-bottom: 15px;
}

#oben_diatomlogo:hover, #oben_diatomlogo:focus {
    background: none;
}

#header {
    width: 580px;
    height: 32px;
    background: url("../images/headerbild.jpg") no-repeat;
    color: #ffffff;
    float: right;
    padding-top: 300px;
    padding-left: 20px;
}

#unten {
    background: url("../images/unten_bg.gif") repeat-y #ffffff;
}

#textinhalt {
    width: 560px;
    min-height: 250px;
    float: right;
    padding: 20px;
}
* html #textinhalt {
    height: 250px;
}

#footer {
    background: url("../images/footer.jpg") no-repeat;
    height: 12px;
    margin-bottom: 7px;
}

#validate {
    text-align: right;
    padding-right: 15px;
    margin-bottom: 30px;
}

#sidebox {
    width: 180px;
    float: left;
    background: url("../images/sidebox_unten_ecke.jpg") no-repeat bottom left #d1e1ed;
}

#sidebox_oben {
    height: 332px;
    background: url("../images/sidebox_oben_bg.jpg") no-repeat;
    width: 180px;
    color: #ffffff;
}

#navibox {
    width: 180px;
    float: left;
}

#navigation {
    list-style-type: none;
    padding: 20px 0 0 0;
    margin: 0;
    height: 200px;
    display: block;
    background: url("../images/navi_verlauf_bg.jpg") repeat-x #d1e1ed;
}

#navigation li a {
    color: #236da5;
    text-decoration: none;
    display: block;
    padding: 3px 3px 3px 30px;
    margin: 0;
    width: 147px;
    height: 24px;
}

#navigation li a:hover {
    background: url("../images/navi_hover_verlauf_bg.jpg") repeat-x #fcac3a;
    color: #ffffff;
    border-right: 10px solid #236da5;
    width: 137px;
    height: 24px;
}

#navigation li a:focus {
    background: url("../images/navi_focus_verlauf_bg.jpg") repeat-x #fcac3a;
    color: #ffffff;
    border-right: 10px solid #FFAB36;
    width: 137px;
    height: 24px;
}


h1 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #236da5;
    border-bottom: 1px dotted #236da5;
    padding-bottom: 5px;
}

h2 {
    color: #236da5;
    border-bottom: 1px dotted #236da5;
    padding-bottom: 5px;
    width: 27em;
}

.unsichtbar {
    display: none;
}

span.title_name {
    display: block;
    color: #ffab35;
    font-weight: bold;
    margin-bottom: 10px;
}

span.title_name span.s1, span.title_name span.s2, span.title_name span.s3 {
    display: block;
}

span.title_name span.s2 {
    margin-left: 15px;
}

span.title_name span.s3 {
    margin-left: 30px;
}

#kontaktformular {
    padding: 5px 0;
}



#kontaktformular .des {
    clear: both;
    float: left;
    width: 9em;
    padding: 5px 0;
}



#kontaktformular br.clear {
    clear: both;
}



#kontaktformular .post {
    border: 1px #236da5 solid;
    background: #FFF;
    font-size: 100%;
}



#kontaktformular .post:focus {
    border: 1px #ffab35 solid;
}



#kontaktformular .big {
    font-size: 120%;
}



#kontaktformular input.w1 {
    width: 13em;
}



#kontaktformular input.w2 {
    width: 50px;
}



#kontaktformular .right {
    text-align: right;
    margin-right: 1em;
}



#kontaktformular .max {
    width: 80%;
    height: 15em;
}

/* Ende Kontaktformular */

div.left {
    float: left;
}


p.lastclear {
    clear: both;
    margin: 0;
    padding: 0;
}