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

div {
    width: 952px;
    height: 1598px;
    #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: 1225px;
    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: 1253px;
    float: left;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    background-color: #FFFFE2;
}

section p {
    font-family: Arial;
    font-weight: lighter;
    font-size: 11pt;
    text-decoration: none;
    color: #224C56;
    text-align: left;
    padding-left: 50px;
}

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

section table {
    margin-left: 50px;
    text-align: left;
    width: 670px;
    font-family: Arial;
    font-size: 11pt;
    text-decoration: none;
    color: #224C56;
}

.ereignis{
    width: 500px;
    font-weight: lighter;
}

.daten {
    width: 30%;
    vertical-align:top;
    font-weight: normal;
}

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;
}