                * {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-color: #92C6ED;
    background-image: url(bilder/winterdienst-elbe-elster1);
    height: 205px;
    font-family: Arial, sans-serif;
    font-size: 90%;
}



header, nav, article, footer, kopf {
    display: block;
}

#mittig {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background-image: url(bilder/steuerung.jpg);

}

#partner {
    font-size: 110%

 }

header {
    background-color: #00D4FF;
    background-image: url(bilder/kopf.jpg);
    height: 205px;
}

kopf {
    text-align: center;
    background-color: #FFFFFF;
    height: 100px;
    font-family: Arial, sans-serif;
    font-size: 140%;
}

header p {
    color: white;
    text-align: left;
    font-size: 2.2em;
    font-weight: bold;
    padding: 5px 60px;
}

nav {
    float: left;
    width: 190px;
    margin-left: 2em;
    line-height: 1.8em;
    color: white;
    margin-top: 20px;
    font-size: 120%;
}

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

nav ul strong {
    color: black;
}


nav ul ul {
    margin-left: 1em;
    list-style-type: square;
    font-size: 80%;
}

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

nav a:hover {
    text-decoration: underline;
}


article {
    margin-left: 280px;
    margin-right: 40px;
    margin-top: 20px;
}

footer {
    background-color: #4B677D;
    clear: both;
    color: white;
}

footer p {
    font-size: .8em;
    padding: 3px 2em;
    text-align: center;
}

footer a {
    color: white;
    margin-right: 2em;
}

.bildrechts {
    float: right;
    border: 1px solid silver;
    background-color: #EEEEEE;
    margin: 10px 0 10px 10px;
    padding: 10px;
}

.bildoben {
    float: right;
    border: 1px solid silver;
    background-color: #EEEEEE;
    margin: 0px 0px 0px 0px;
    padding: 5px;
}

.bildlinks {
    float: left;
    border: 1px solid silver;
    background-color: #EEEEEE;
    margin: 10px 10px 10px 0px;
    padding: 10px;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
    padding-top: 0.8em;

}

p, ul, ol, dl {
    padding-bottom: 1.4em;
    line-height: 1.6em;
}

table , tbody {
    line-height: 1.6em;
}

table, tr, td {
    border: 1px solid silver;
}

th {
    color: white;
    background-color: #4B677D;
}

ul {
    margin-left: 1em;
}

dt {
    font-weight: bold;
    float: left;
    width: 150px;
}

dd {
    margin-left: 170px;
    padding-bottom: 1.4em;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
    line-height: 2.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}