/*-----Hauptgliederung--------------------*/

body {
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: #ffffff;
    color: black;
    font-size: 0.8em;
    position: relative;
    top: 20px;
    width: 910px;
    height: 670px;
    margin: auto;
    border: solid 1px;
}

#header {
    clear: both;
    height: 126px;
    background-color: white;
    background-image: url(../bilder/logo880.jpg);
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-left: 15px;
}

#header a {
    position: relative;
    left: 10px;
    color: #cd071e;
    font-weight: bold;
    text-decoration: none;
}

#header a:hover {
    color: #666666;
    text-decoration: none;
}

#contain {
    height: 460px;
}

#contain a {
    color: #cd071e;
    text-decoration: none;
}

#contain a:hover {
    color: #ffbdaa;
    text-decoration: underline;
}

#left {
    float: left;
    width: 240px;
    height: 460px;
}

#text {
    float: right;
    width: 560px;
    height: 440px;
    margin: 20px 40px 0 0;
    overflow-y: scroll;
}

#middle {
    padding: 0 174px 0 186px;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

#streifen {
    height: 9px;
}

img {
    margin: 0;
    padding: 0;
    border-style: none;
    display: block;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    font-stretch: expanded;
    text-align: left;
    padding: 0px 5px 5px 10px;
    margin-bottom: 5px;
}

h2 {
    font-size: 1.3em;
    font-weight: bolder;
    font-style: normal;
    font-stretch: expanded;
    padding: 10px 5px 2px 10px;
    text-align: left;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    padding: 2px 5px 2px 10px;
    margin-bottom: 5px;
    font-variant: small-caps;
}

p {
    font-size: 1em;
    text-align: left;
    padding: 0px 5px 5px 10px;
    margin-bottom: 5px;
}



/*-----NAVIGATION--------------------*/

#navigation ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 15px
}

.nav {
    top: 0;
    padding: 15px 5px 3px;
    border-right: 16pt none;
}

.nav a {
    color: white;
    text-decoration: none;
}

.nav a:focus {
    color: #fff5ee
}

.nav a:hover {
    color: #ffbdaa;
    text-decoration: underline;
}

.nav_aktiv a {
    color: white;
    text-decoration: none;
    padding: 4px 5px 3px;
}

.nav_aktiv a:hover {
    color: white;
}

.nav_sub {
    padding: 0 5px 3px;
}

.nav_sub a {
    color: white;
    background-image: url(../bilder/spirale_kl.jpg);
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 17px;
}

.nav_sub a:focus {
    background-color: #FDDEDB;
}

.nav_sub a:hover {
    color: #ffbdaa;
    text-decoration: underline;
}

.nav_sub_aktiv a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
}

.nav_sub_aktiv a:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.navaktiv a {
    color: #fff5ee;
}

.navigation a:focus,
a:active {
    color: white
}

.linie1 {
    border-bottom: 30px;
    position: absolute;
}

.linie2 {
    border-bottom: 15px;
}

.start {
    font-size: 1.2em;
    text-align: center;
    position: relative;
    top: 80px;
    width: 545px;
}


/*-----HOSP KOPIE--------------------*/

.kontakt {
    position: relative;
    top: 5px;
    left: 195px;
    float: left;
    color: #666666;
    bottom: 10px;
    height: auto;
}

.kontakt a {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.kontakt a:hover {
    color: #ffbdaa;
    text-decoration: underline;
}

.schrift-titel {
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 50px;
}