/* Allgemeines */
* {
    padding: 0;
    margin: 0;
}
html {
    font-size:75%;
    }
body {
    background-color: #767676;
    font-family:Verdana, Geneva, sans-serif;
    font-size:100%; /* ca. 10px ausgehen von 16px */
    color:yellow;
    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:yellow;
    font-weight:bold;
    text-decoration:underline;
    }
a:hover {
    color:white;
    background:blue;
    }
ul, ol {
    margin-left:20px;
}
a img {
    border:none;
    }
td {
    vertical-align:top;
    padding: 3px 5px 3px 5px;
    border-left:1px solid yellow;
    border-top:1px solid yellow;
    }
table {
    border-bottom:1px solid yellow;
    border-right:1px solid yellow;
    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 yellow;
    }
p#senden input {
    width:8em;
    background:#00008B;
    color: white;
    }
p#senden {
    width: 9em;
    padding-left:11em;
    }
.fehlertext {
    font-size:80%;
    color: yellow;
    font-weight:bold;
    }
/* #sprung_links */
#sprung_links {
    text-align:center;
    font-size:120%;
    color:yellow;
    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 {
    padding:170px 20px 0 20px;
    }
#barierefrei {
    background:#00008B;
    color:yellow;
    padding-bottom:10px;
    font-size:110%;
    }
#barierefrei p {
    padding:0 20px 0 20px;
    margin-top:0;
    }

#barierefrei a {
    color:yellow;
    }
#barierefrei a:hover {
    color:white;
    }
/* #downloads */
#downloads p {
    background:#00008B;
    }
#downloads a {
    display:block;
    background:#00008B;
    padding:15px;
    }
/* #spalte_links */
#spalte_links {
    overflow:hidden;
    float:left;
    width:75%;
    }
/* #kopf */
#kopf {
    background:#00008B;
    padding:30px 0 30px 30px;
    }
#kopf h1 {
    margin:0;
    }
/* #navi */
#navi {
    float:left;
    display:inline;
    width:20%;
    min-width:150px;
    margin:15px 15px 0 0;
    font-size:110%;
    }
#navi ul li {
    list-style:none;
    padding:10px 15px;
    margin:0 20px;
    border-top:3px white solid;
    position:relative;
    }
#navi ul li:first-child {
    border-top:none;
    position:relative;
    }
#navi li a {
    text-decoration:none;
    color:yellow;
    padding: 0 5px;
    }
#navi li a:hover, #navi ul li.active a {
    background:yellow;
    color:#00008B;
    }
#navi ul {
    margin:0;
    padding:20px 0 30px 0;
    }
#navi ul#navi1 {
    background:#00008B;
    color:yellow;
    font-weight:bold;
    }
#navi ul#navi2 {
    background:#00008B;
    color:yellow;
    font-weight:bold;
    }
ul#navi2 a {
    color:yellow;
    }
ul#navi2 a:hover, ul#navi2 li.active a {
    background:yellow;
    color:#00008B;
    }
#navi ul#navi2 li {
    border-top:3px #ffffff solid;
    }
#navi ul#navi2 li:first-child {
    border-top:none;
    }
/* #inhalt */
#inhalt {
    overflow:hidden;
    background:#00008B;
    padding:30px 35px 20px 35px;
    margin:15px 15px 0 15px;
    }
/* #aktuelles */
.aktuelles {
    border:2px solid white;
    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;
    background:#00008B;
}

