html, body, td, input, textarea, select {
    font-family: Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: #002c75;
}

a {
    color: #002c75;
}

body {
    background: url("files/Image/body_bg.jpg") repeat-x #e6e8ee;
    padding-top: 60px;
}

#hauptbereich {
    width: 876px;
    margin: 0px auto;
}

#sidebox {
    width: 176px;
    float: left;
    height: 484px;
}

#sidebox .sidebox_navi_top {
    background: url("files/Image/sidebox_navi_top.jpg") no-repeat;
    height: 36px;
}

#sidebox .sidebox_navi_bg {
    background: url("files/Image/sidebox_navi_bg.jpg") repeat-x #4574b0;
    height: 280px;
}

#sidebox ul.menu {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
}

#sidebox ul.menu li {
    display: block;
    padding-bottom: 10px;
    margin: 0;
}

#sidebox ul.menu li a {
    display: block;
    font-size: 130%;
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    margin: 0;
    height: 1.3em;
/* padding-bottom: 10px; */
}

#sidebox .menu li a:hover {
    color: #fdb505;
}

#sidebox .sidebox_navi_bottom {
    background: url("files/Image/sidebox_navi_bottom.jpg") no-repeat;
    height: 36px;
    margin-bottom: 10px;
}

#sidebox .sidebox_anfahrt {
    height: 149px;
    background: url("files/Image/sidebox_anfahrt.jpg") no-repeat;
    color: #ffffff;
    padding: 20px;
}

#sidebox .sidebox_anfahrt a {
    color: #fff;
}


#sidebox .sidebox_anfahrt a:hover {
    color: #fdb505;
}

#sidebox .sidebox_logo {
    text-align: center;
}

#sidebox .sidebox_partner {
    padding: 20px 10px 10px 10px;
    text-align: center;
}

#main {
    width: 700px;
    float: right;
    min-height: 500px;
    background: #ffffff;
    margin-bottom: 50px;
}

#header {
    height: 274px;
    background: url("files/Image/header.jpg") no-repeat;
    float: right;
    width: 677px;
    /*clear: right; */
    padding-bottom: 20px;
}

#content {
    padding: 23px;
    width: 654px;
    min-height: 500px;
}

#content h1 {
    clear: both;
    font-size: 120%;
    font-weight: bold;
    padding-left: 50px;
    border-bottom: 1px solid #002c75;
    margin-bottom: 7px;
}

#content h2 {
    clear: both;
    font-size: 110%;
    font-weight: bold;
    padding-left: 25px;
    border-bottom: 1px solid #002c75;
    margin-bottom: 0;
    margin-top: 30px;
    width: 50%;
}

#content .datum {
    font-size: 80%;
}

#content p {
    padding-top: 7px;
    padding-bottom: 7px;
}

#content a {
    color: #467bb1;
    text-decoration: none;
    background-color: #e6e8ee;
}

#content a:hover {
    color: #ffffff;
    background-color: #022979;
}

#content a.img {
    padding: 0;
}

#content p.ende {
    clear: both;
    padding: 0;
    margin: 0;
}

#content div.content_news {
    clear: both;
    margin-bottom: 20px;
}

#footer {
    padding: 0px 23px;
    width: 654px;
    background: url("files/Image/footer.jpg") no-repeat right;
    height: 42px;
    /*float: right; */
    text-align: center;
    clear: both;
}


.unsichtbar {
    display: none;
}

.bild {
    border: 5px solid #e6e8ee;
    padding: 0;
}

.aktiv {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 6px solid #4ba432;
    padding: 3px;
}

.nichtaktiv {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 6px solid #cccccc;
    padding: 3px;
}

.button {
    padding: 3px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    font-weight: bold;
}

ul.liste {
    padding: 10px 20px;
    list-style-image: url("files/Image/bullet.gif");
}

ol {
    padding-bottom: 8px;
}

ol li {
    padding-bottom: 7px;
}

span.label {
    clear: both;
    display: block;
    float: left;
    width: 150px;
    height: 1.5em;
}


#kontaktformular {
    height: 400px;
    width: 200px;
    float: right;
}

#valide {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    background-color: #e6e8ee;
    padding-right: 60px;
}

#valide li {
    display: inline;
    font-size: 80%;
}

#valide li a {
    font-size: 100%;
}

form.formular {
    padding: 0 25px;
}

form.formular br.clear {
    clear: both;
}
form.formular input.w1 {

    width: 13em;

}

form.formular input.w2 {
    width: 4em;
}



form.formular .right {
    text-align: right;
    width: 8em;
    margin-right: 1em;
}



form.formular .h2 {
    height: 2em;
}

form.formular .h3 {
    height: 3em;
}

form.formular .max {
    width: 95%;
    height: 15em;
}

form.formular .des {
    clear: both;
    float: left;
    width: 10em;
    margin-bottom: 0.2em;
}

form.formular .post {
    border: 1px #002c75 solid;
    font-size: 80%;
}

span.small {
    font-size: 85%;
}

