* {
    padding: 0;
    marging: 0;
    font-family: "Yu Gothic UI", arial, sans-serif;
}

html {overflow-y: scroll;}



a.nav {
    font-size: 100%;
}
    a.nav:link, a.nav:visited {
        color: #e2edff;
        text-decoration: none;
        padding: 0px 10px;
    }
    a.nav:hover, a.nav:focus {
        color: #e2edff;
        text-decoration: underline;
        padding: 0px 10px;
    }
    a.nav:active {
        color: #347ace;
        padding: 0px 10px;
    }

.offlink {
    font-size: 100%;
    color: #347ace;
    padding: 0px 10px;
}







h1 {
    font-size: 120%;
    line-height: 0;
    text-indent: 0;
    font-weight: bold;
    font-style: normal;
    margin-left: 20px;
}

h2 {
    font-size: 120%;
    line-height: 0;
    text-indent: 0;
    font-weight: bold;
    font-style: normal;
    margin-left: 30px;
    margin-right: 40px;
    margin-bottom: 20px;
}

p.text {
    font-size: 100%;
    line-height: 1.6;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: justify;
    color: #000000;
    border: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 35px;
}

li.text {
    border-collapse: collapse;
    list-style-type: none;
}

ul.text {
    border-collapse: collapse;
    list-style-type: none;
    font-size: 100%;
    line-height: 1.6;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: justify;
    color: #000000;
    border: 0;
    margin-left: 40px;
    margin-bottom: 35px;
}

ul.liste {
    border-collapse: collapse;
    list-style-type: none;
    font-size: 100%;
    line-height: 1.6;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: justify;
    color: #000000;
    border: 0;
    margin-left: 40px;
    margin-bottom: 35px;
}




/*Classen und ID als Selektoren: class="logo" in CSS .logo{} oder id= header#logo {}*/
/* Container ist auf der neuen Webseite der Wrapper*/

#container {
    width: inherit;
    max-width: 940px;
    min-width: 768px;
    border: 0;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    box-shadow: 3px 0px 10px 0px #4260b6;
}

Body {
    background-image: radial-gradient(white 40%, cornflowerblue 120%);
    padding: 0;
    margin: 0;
    display: block;
}

header {
    background-color: #80b3ff;
    background-image: url(wolken1.jpg);
    height: 220px;
    width: 940;
    padding-bottom: 0px;
}

.logo {
    padding-top: 0px;
    padding-left: 50px;
}


table{
    border-collapse: collapse;
}


header ul.Erreichbarkeit {
    color: #000000;
    list-style-type: none;
    background-color: #ffffff;
    font-size: 100%;
    line-height: 1.6;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: justify;
    color: #000000;

    opacity: 0.7;
    width: inherit;
    max-width: 300px;
    min-width: 300px;
    border: 0;
    padding: 5px 5px 5px 15px;
    background-color: #ffffff;
    box-shadow: 3px 0px 10px 0px #4260b6;
}

nav.seitenwechsel{
    padding: 0px 0px 2px 0px;
}


nav {
    background-color: #80b3ff;
    height: auto;
    font-weight: bold;
}



main {
    background-color: #ffffff;
    margin: 0px 20px;
}


footer {
   background-color: #80b3ff;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 50px 20px;
}







/* Vorgabe für die Bilder */
.floatlinks {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.floatrechts {
    float: right;
    margin-left: 30px;
    margin-Top: 10px;
    margin-bottom: 8px;
}








a.impress {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #e2edff;
}
a.impress:link, a.impress:visited {
    color: #e2edff;
    text-decoration: none;
    padding: 5px 7px;
}
a.impress:hover, a.impress:focus {
    color: #e2edff;
    text-decoration: underline;
}
a.impress:active {
    color: #2175ff;
}
.impress {
    color: #e2edff;
}
