/* Body */
html {
    height: 100%;
    min-height: 100%;
}
body {
    height: 100%;
    font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color: #004c93;
    /*font-size: STYLECHOOSE*/
    margin: 0;
    padding: 0;
}


/* Overall */
#overall {
    position: relative;
    background: none;
    width: 800px;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
}
body>#overall {
    height: auto;
    min-height: 100%;
}


/* Header */
#headspacer {
    height: 30px;
}
#header {
    position: relative;
    background: url("../images/header.jpg") no-repeat bottom;
    height: 337px;
    padding: 0;
    margin: 0;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    height: 193px;
}

#reiter_telefon {
    background: url("../images/reiter_bg.gif") repeat-x #b7d0f2;
    position: absolute;
    top: 68px;
    left: 194px;
    height: 34px;
}

#reiter_left {
    width: 12px;
    background: url("../images/reiter_left.gif") no-repeat;
    height: 20px;
    float: left;
}

#reiter_content {
    float: left;
    background: url("../images/reiter_telefon.gif") no-repeat 0% 70%;
    /* font-size: STYLECHOOSE */
    /* padding: STYLECHOOSE */
}

#reiter_right {
    width: 12px;
    background: url("../images/reiter_right.gif") no-repeat;
    height: 20px;
    float: left;
}


/* Navgation Main */
#naviMain {
    height: 42px;
    background: url("../images/navi_bg.gif") repeat-x;
    padding: 0 0 20px 0;
    margin: 0; 
}

#naviMain_left {
    float: left;
    background: url("../images/navi_left.gif") repeat-x;
    width: 97px;
    height: 42px;
    padding: 0;
    margin: 0;
}

#naviMain ul {
    float: right;
    margin: 0;
    padding: 10px 7px 0 0;
    margin: 0;
    list-style-type: none;
}
#naviMain ul li {
    display: inline;
}
#naviMain ul li a {
    float: left;
    padding: 0 7px;
    margin: 0;
    text-decoration: none;
    color: #004c93;
    /* font-size: STYLECHOOSE */
    font-weight: bold;
}
#naviMain ul li a:hover, #naviMain ul li a.active {
    color: #83b817;
}


/* Sidebar */
#sidebar {
    float: left;
    width: 180px;
    padding: 0;
    margin: 0;
}

#sidebar h2 {
    background: url("../images/sidebar_headline_bullet.gif") no-repeat 100% 50% #004c93;
    color: #ffffff;
    /* font-size: STYLECHOOSE */
    padding: 2px 20px 2px 7px;
    margin: 0;
}

.sbblock {
    padding: 0 0 10px 0;
    margin: 0
}


/* Navigation Sub */
#naviSub {
    padding: 0;
    margin: 10px 0 0 0;
    list-style-type: none;
}
#naviSub li {
    padding: 0;
    margin: 0;
}
#naviSub li a {
    display: block;
    /*height: 18px;*/
    background: url("../images/subnavi_bullet.gif") no-repeat 0% 50%;
    padding: 4px 0 4px 15px;
    margin: 0;
    color: #004c93;
    text-decoration: none;
    font-weight: bold;
}
#naviSub li a:hover, #naviSub li a.active {
    background: url("../images/subnavi_bullet_h.gif") no-repeat 0% 50%;
    color: #83b817;
}

#naviSub li ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 20px;
}

#naviSub li ul li a {
    font-weight: normal;
}

ul#stylechoose {
    margin: 15px 0 10px 0;
    padding: 0;
    list-style-type: none;
}

ul#stylechoose li {
    margin: 0 0 6px 0;
    float: left;
}

ul#stylechoose li a span.hidden {
    display: none;
}

ul#stylechoose li a {
    height: 23px;
    width: 23px;
    display: block;
    float: left;
    margin: 0 10px 20px 0;
}

ul#stylechoose li a:hover {
    color: #004c93;
}

ul#stylechoose li a.style_1 {
    background: url("../images/style_1.gif") no-repeat;
}

ul#stylechoose li a.style_1:hover {
    background: url("../images/style_1_h.gif") no-repeat;
}

ul#stylechoose li a.style_2 {
    background: url("../images/style_2.gif") no-repeat;
}

ul#stylechoose li a.style_2:hover {
    background: url("../images/style_2_h.gif") no-repeat;
}

ul#stylechoose li a.style_3 {
    background: url("../images/style_3.gif") no-repeat;
}

ul#stylechoose li a.style_3:hover {
    background: url("../images/style_3_h.gif") no-repeat;
}


/* Content */
#content {
    float: right;
    width: 565px;
    padding: 0;
    margin: 0;
}


/* Footer */
#footer {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0 10px 0;
    margin: 20px 0 20px 0;
    /* font-size: STYLECHOOSE */
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer ul li {
    float: left;
    color: #727272;
    margin: 0 10px 0 0
    
}

#footer ul li a {
    color: #727272;
    text-decoration: none;
    padding: 0 10px 0 0;
    background: url("../images/footer_bullet.gif") no-repeat 100% 50%;
    /* font-size: STYLECHOOSE */
}

#footer ul li a:hover {
    color: #83b817;
    text-decoration: underline;
}

#footer ul li a.nobullet {
    padding: 0;
    background: none;
}

/* Custom */
.clear {
    clear: both;
}

.bild {
    border: 10px solid #d8d8d8;
}


#diatomlogo {
    float: right;
}

#breadcrumb {
    /* font-size: STYLECHOOSE */
    color: #717171;
    margin: 0 0 10px 0;
}

#breadcrumb a {
    color: #717171;
}

/* Search Box */
#searchBox {
    padding: 0;
    margin: 0;
}

#searchBox .input_field {
    float: left;
    font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, sans-serif;
    /* font-size: STYLECHOOSE */
    color: #004C93;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #a3a3a3;
    border-top: 1px solid #a3a3a3;
    background: #FFF;
    vertical-align: middle;
    font-size: 100%;
    width: 90px;
    padding: 2px 1px;
    margin: 0 2px 0 0;
}

#searchBox .input_field:focus {
    border: 1px #6C6C6C solid;
    background: #eeeeee;
}

#searchBox .input_button {
    float: left;
    font-weight: bold;
    /* font-size: STYLECHOOSE */
    width: 78px;
    height: 22px;
    color: #ffffff;
    /*background: #004C93;*/
    background: url("../images/search_bg.gif") #83b817 top left no-repeat;
    border: none;
    padding: 0 0 4px 20px;
    margin: 0;
    cursor: pointer;
}
* html #searchBox .input_button {
    padding: 0 0 0 17px;
    width: 80px;
}

/* Default */



h1 {
    background: url("../images/content_headline_bullet.gif") no-repeat 100% 50% #83b817;
    color: #ffffff;
    /* font-size: STYLECHOOSE */
    padding: 2px 20px 2px 16px;
    margin: 0 0 20px 0;
}

h2, h3, h4, h5, h6 {
    color: #83B817;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
}

a {
    color: #83b817;
    text-decoration: underline;
}
a:hover {
    color: #83b817;
    text-decoration: none;
}

a.pdflink {
    background: url("../images/pdf.gif") no-repeat 0% 50%;
    padding: 0 0 0 21px;
}

hr {
    background-color: #83B817; /* Farbe für Opera und Firefox */
    color: #83B817; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
    margin: 25px 0;
}

td.img_pressebild p {
    margin: 0;
    padding: 0;
}

.mitarbeiter_right {
    width: 430px;
    float: right;
}

.mitarbeiter_right h4 {
    margin: 0 0 -10px 0;
    color: #004C93;
}

.mitarbeiter_right div.spezial p {
    font-weight: bold;
}

.mitarbeiter_left {
    width: 120px;
    float: left;
}

.mitarbeiter_left img {
    border: 10px solid #d8d8d8;
    margin: -7px 0 0 0;
}

table.tabelle_team {
    border-collapse: collapse;
    width: 560px;
}

table.tabelle_team th, table.tabelle_team td {
    vertical-align: top;
    border: 1px solid #D8D8D8;
    padding: 0 10px;
}

table.tabelle_team th {
    text-align: left;
    width: 170px;
    padding: 13px 10px 0 10px;
}

.teaser_pdf {
    background: #ededed;
    float: left;
    width: 122px;
    height: 146px;  
    margin: 0 10px 10px 0;
    border: 1px solid #004C93;
    padding: 0 3px 4px 3px;
    text-align: center;
}

.teaser_pdf h3 {
    margin: 6px 0 6px 0;
}

.teaser_pdf p {
    margin: 6px 0 6px 0;
}

.teaser_pdf p.mini {
    font-size: 10px;
    color: #8b8b8a;
}

.login_lock {
    padding: 0 0 0 20px;
    background: url("../images/login_lock.gif") no-repeat 0% 50%;
    margin: 10px 0 5px 0;
}

.login_unlock {
    padding: 0 0 0 20px;
    background: url("../images/login_unlock.gif") no-repeat 0% 50%;
    margin: 0 0 10px 0;
}

span.oeff {
    float: left;
    width: 30px;
}
