/*Emile Nölting*/
* {
    margin:0;
    padding:0;
    }

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.65em;
    color:#343434;
    background:#00314b;
    }
#wrapper {
    background:#fff6fb;
    width:900px;
    margin:0 auto;
    font-size:1.15em;
    }
#kopf {
    background:url(/cms/upload/layoutbilder/head-repeat.jpg) repeat-x top left #fff6fb;
    overflow:hidden;
    }
#kopf h1 a img {
    border:none;
    }
#kopf h1 {
    position:relative;
    left:20px;
    float:left;
    border:none;
    margin:0;
    padding:0;
    }
#kopf h1#druck {
display:none;
}
#kopf h1 a {
    margin:0;
    }
#kopf #head-navi {
    padding:82px 22px 0 0;
    }
#kopf p {
    text-align:right;
    margin:0;
    margin-bottom:4px;
    }
#kopf #head-navi p:first-child {
    margin-bottom:6px;
    }
#kopf p a img {
    border:1px solid #7d7d7d;
    }
#kopf a {
    color:#7d7d7d;
    font-style:italic;
    margin:0 10px;
    text-decoration:none;
    }
#kopf a:hover {
    text-decoration:underline;
    }
#kopf #impressum {
    background:url(/cms/upload/layoutbilder/impressum.jpg) left center no-repeat;
    padding:1px 0 0 12px;
    }
#kopf #kontakt {
    background:url(/cms/upload/layoutbilder/kontakt.jpg) left center no-repeat;
    padding:1px 0 0 13px;
    }
#impressum.active, #kontakt.active {
color:#b0001c;
}
#navi {
    background:#ccd7e3;
    border-top:3px solid #00314b;
    border-bottom:3px solid #00314b;
    font-size:1.1em;
    font-weight:bold;
    overflow:hidden;
    clear:both;
    }
#navi ul {
    margin:0;
    }
#navi li {
    float:left;
    list-style:none;
    }
#navi a {
    display:block;
    padding:4px 15px;
    text-decoration:none;
    color:#00314b;
    }
#navi li.active a, #navi a:hover {
    color:#b0001c;
    }
#inhalt {
    background:url(/cms/upload/layoutbilder/wappen.jpg) center right #e3e8eb no-repeat;
    padding-right:226px;
    clear:both;
    }
#text {
    background:#fff6fb;
    min-height:483px;
    padding:30px 71px 20px 45px;
    }
#drei_bilder img {
    margin-left:1px;
    }
#drei_bilder img:firstchild {
    margin-left:0px;
    }
#aktuelles {
    padding:0px 0 0 0;
    margin:15px 0 0 0;
    border-top:1px solid #ccd7e3;
    }
.aktuelles {
    overflow:hidden;
    }
#fuss {
    color:#fff6fb;
    margin:10px auto;
    width:900px;
    text-align:center;
    font-size:1.1em;
    padding-bottom:20px;
    }
#fuss a {
    color:#fff6fb;
    text-decoration:none;
    }
#fuss a:hover {
    color:#b0001c;
    }

h1 {
    color:#b0001c;
    border-bottom:1px solid #007cbf;
    margin:0 0 10px -45px;
    padding:0 0 0 45px;
    clear:both;
    }
h2 {
    color:#007cbf;
    font-size:1.8em;
    margin:20px 0;
    clear:both;
    }
h3 {
    color:#007cbf;
    font-size:1.0em;
    margin:20px 0 -10px 0px;
    clear:both;
    }
p, table, ul {
    margin-bottom:15px;
    margin-top:15px;
    }
a {
    color:#b0001c;
    outline:none;
    }
a:hover {
    color:#b0001c;
    text-decoration:none;
    }
a img {
    border:none;
    }
ul {
    margin-left:30px;
    }
li ul {
    margin:0 0 15px 15px;   
    }
li ul li {
    list-style-type:disc;
    }
li {
    list-style-type:square;
    }
label {
    width:80px;
    float:left;
    }
input, textarea {
    border:1px solid #007CBF;
    background:#e3e8eb;
    width:220px;
    }
input:focus, textarea:focus {
    background:#fff6fb;
    }
textarea {
    width:300px;
    }
input#senden {
width:70px;
margin-left:230px;
background:#007CBF;
color:#ffffff;
font-weight:bold;
}
.fehlermeldung {
color:#B0001C;
padding-left:80px;
}
table {
    border-top:1px solid #CCD7E3;
    border-left:1px solid #CCD7E3;
    border-spacing:0;
    border-collapse:collapse;
    width:558px !important;
    }
td, th {
    vertical-align:top;
    text-align:left;
    border-bottom:1px solid #CCD7E3;
    border-right:1px solid #CCD7E3;
    padding:3px;
    }
table.randlos {
    border:none;
    }
table.randlos td, table.randlos th {
    border:none;
    padding:3px 3px 3px 0;
    }
.rechts {
    float:right;
    margin-left:15px;
    }
.links, .teaser_img {
    float:left;
    margin-right:15px;
    }