/* Allgemeines */
* {
    padding: 0;
    margin: 0;
}
html {
    font-size:65%;
    }
body {
    background-color: #767676;
    font-family:Verdana, Geneva, sans-serif;
    font-size:100%; /* ca. 10px ausgehen von 16px */
    color:#0f1b60;
    margin:0px;
    margin-top:0px;
}
p {
    margin-top:15px;
    margin-bottom:15px;
}
h1 {
    font-size: 140%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
h2 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
h3 {
    font-size:110%;
    }
a {
    color:#0f1b60;
    text-decoration:underline;
    }
a:hover {
    color:#585d8a;
    }
ul, ol {
    margin-left:20px;
}
a img {
    border:none;
    }
td {
    vertical-align:top;
    padding: 3px 5px 3px 5px;
    border-left:1px solid #0f1b60;
    border-top:1px solid #0f1b60;
    }
table {
    border-bottom:1px solid #0f1b60;
    border-right:1px solid #0f1b60;
    border-spacing:0px; 
    border-collapse:collapse;
    }
.links {
    float:left;
    margin: 0 10px 0px 0;
    }
.rechts {
    float:right;
    margin: 0 0px 0px 10px;
    }
/*Formular*/
/*fieldest { 
    width: 25em;
    background: #f1eb9f;
    overflow:hidden;
    padding: 20px;
    }*/
label {
    display:block;
    margin-bottom:0px;
    }
form p {
    margin-bottom:4px;
    }
input, textarea {
    width:20em;
    font-family:Verdana, Geneva, sans-serif;
    font-size:100%;
    border: solid 1px #193064;
    }
p#senden input {
    width:8em;
    background:#0F1B60;
    color: white;
    }
p#senden {
    width: 9em;
    padding-left:11em;
    }
.fehlertext {
    font-size:80%;
    color: #5E1A2C;
    font-weight:bold;
    }
/* #sprung_links */
#sprung_links {
    text-align:center;
    font-size:120%;
    color:#ffffff;
    margin-top:5px;
    }
.sprunglinks {
    position:absolute;
    left:-1000px;
    top:-1000px;
    }
#sprung_links a {
    color:white;
    }
/* #wrapper */
#wrapper {
    width:95%;
    min-width:780px;
    max-width:1500px;
    margin: 10px auto 0 auto;
    text-align:left;
    background:#c5c5c5;
    font-size:1.4em; /* 14px */
    overflow:hidden;
}
/* #spalte_rechts */
#spalte_rechts {
    float:right;
    display:inline;
    width:25%;
    overflow:hidden;
    }
/* #barierefrei */
#barierefrei p:first-child {
    background:url(/cms/upload/layoutbilder/sonne_blau.jpg) top right no-repeat;
    padding:170px 20px 0 20px;
    }
#barierefrei {
    background:#101a5f url(/cms/upload/layoutbilder/barrierefrei_ecke_unten.gif) bottom left no-repeat;
    color:white;
    padding-bottom:40px;
    font-size:110%;
    }
#barierefrei p {
    padding:0 20px 0 20px;
    margin-top:0;
    }

#barierefrei a {
    color:white;
    }
#barierefrei a:hover {
    color:#c5c5c5;
    }
/* #downloads */
#downloads {
    
    }
#downloads p {
    background:white url(/cms/upload/layoutbilder/downloads_oben.gif) top left no-repeat;
    }
#downloads a {
    display:block;
    background:url(/cms/upload/layoutbilder/downloads_unten.gif) bottom left no-repeat;
    padding:15px;
    }
/* #spalte_links */
#spalte_links {
    overflow:hidden;
    float:left;
        display:inline;
    width:75%;
    }
/* #kopf */
#kopf {
    background:#101a5f url(/cms/upload/layoutbilder/ecke_oben.gif) top left no-repeat;
    padding:30px 0 30px 30px;
    border-bottom:#c20003 7px solid;
    }
#kopf h1 {
    margin:0;
    }
/* #navi */
#navi {
    float:left;
    display:inline;
    width:20%;
    /*overflow:hidden;*/
    min-width:150px;
    margin:15px 15px 0 0;
    font-size:110%;
    /*position: relative;*/
    }
#navi ul li {
    list-style:none;
    padding:0px 15px;
    margin:0 20px;
    border-top:3px #1a215e solid;
    position: relative;
    }
#navi ul li:first-child {
    border-top:none;
    position: relative;
    }
#navi li a {
    text-decoration:none;
    display:block;
    color:#1a215e;
    margin:10px 5px;
    }
#navi li a:hover, ul li.active a {
    background:url(/cms/upload/layoutbilder/raute_blau.jpg) center left no-repeat;
    padding-left:20px;
    }
#navi ul {
    margin:0;
    padding:20px 0 30px 0;
    }
#navi ul#navi1 {
    background:url(/cms/upload/layoutbilder/navi_gelb_sonne.gif) bottom left no-repeat #f0e782;
    color:#1a215e;
    font-weight:bold;
    }
#navi ul#navi2 {
    background:url(/cms/upload/layoutbilder/navi_blau_sonne.gif) bottom right no-repeat #0f1b60;
    color:#1a215e;
    font-weight:bold;
    }
ul#navi2 a {
    color:white;
    }
ul#navi2 a:hover, ul#navi2 li.active a {
    background:url(/cms/upload/layoutbilder/raute_weiss.jpg) no-repeat left center;
    }
#navi ul#navi2 li {
    border-top:3px #ffffff solid;
    position: relative;
    }
#navi ul#navi2 li:first-child {
    border-top:none;
    position: relative;
    }
/* #inhalt */
#inhalt {
    overflow:hidden;
    background:#ffffff;
    /*position: relative;*/
    /*float:right;*/
    /*display:inline;*/
    padding:30px 35px 20px 35px;
    margin:15px 15px 0 15px;
    /*width:68%;*/
    }
/* #aktuelles */
.aktuelles {
    background:#eaeaea;
    margin:10px 0px;
    padding:10px;
    overflow:hidden;
    }
.aktuelles img {
    float:left;
        display:inline;
    margin: 0 10px 0px 0;
    }
.aktuelles p {
    margin:0;
    }
/* #fuss */
#fuss {
    float:left;
    width:100%;
    display:inline;
    text-align:center;
    margin-top: 30px;
    padding-bottom:10px;
    font-size:80%;
    clear:both;
}
