body {
    width: 952px;
    height: 1253px;
    margin: 25px auto;
    margin-top: 0px;
    background-color: #EAF3FA;
    #background-color: #429FA4;
    background-image: url(Bilder/bg-türkis2.png);
}

div {
    width: 952px;
    height: 1218px;
    #box-shadow: 0px 0px 300px #C4D4DA;
    box-shadow: 0px 0px 900px #E5FFFF;
    background-color: #EAF3FA;
}

header {
    border: #FFFFFF 1px solid;
    margin-top: 20px;
    width: 950px;
    height: 300px;
}

nav {
    width: 185px;
    height: 845px;
    padding: 3px;
    padding-top:25px;
    text-align: left;
    background-color: #C4D4DA;
    float: left;
    border-left: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

nav ul {
    list-style-type: none;
    margin: auto;
}

nav a {
    font-family: Arial;
    font-weight: lighter;
    font-size: 11pt;
    text-decoration: none;
    color: #000000;
    text-shadow: grey 1px 1px 4px;
}

nav li {
    width: 165px;
    border: #FFFFFF 1px solid;
    margin-bottom: 5px;
    margin-left: -33px;
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 2px;
    background-image:url(Bilder/nav-bg2.png);
}

nav a:hover {
    text-shadow: none;
}

nav li:hover {
    border: #FFFFFF 1px inset;
}

#aktuell {
    background-image: url(Bilder/nav-bg-home2.png);
}

#aktuell:hover {
    border: #FFFFFF 1px solid;
    text-shadow: grey 1px 1px 4px;
}

section {
    background-color: #FFFFFF;
    width: 759px;
    height: 873px;
    float: left;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    background-color: #FFFFE2;
}

section h5 {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin-left: 50px;     /*Abischtlich von 60px verändert aufgrund langer /a */
    color: #000080;
    margin-top: 60px;
    line-height: 1.9;
}

section a {
    color: #0000FF;
    text-decoration: none;
}

section a:visited {
    color: #0000FF;
    text-decoration: none;
}

section a:hover {
    color: #0089F2;
    text-decoration: none;
}

section h3 {
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
    color: #006FDD;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

section img {
    border-radius:3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-color: #C4D4DA;
    border-width: 10px;
}

footer {
    border-bottom: #FFFFFF 1px solid;
    border-right: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
    width: 950px;
    height: 52px;
}
footer p {
    float: left;
    font-family: Arial;
    font-size: 9pt;
    color: #9F9F9F;
    margin-left: 10px;
}

#mail {
    margin-top: 5px;
    margin-right: 20px;
    width: 32px;
    height: 32px;
    background-color: #afafaf;
    float: right;
}

#mail:hover {
    background-color: #62a9c1;
}