* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-color: #92C6ED;
    background-image:url(bilder/hintergrund.jpg);
    background-repeat:no-repeat;
    font-family: Arial, sans-serif;
    font-size: 90%;
}



#headline {
    width: 1050px;
    margin: 0 auto;
    text-align: left;

}

#maintext {
    width:1000px;
    margin: 0 auto;
    text-align: left;
   
}
header {
    background-image: url(bilder/header.gif);
    background-repeat:no-repeat;
    margin-top: 100px;
    height:300px;
    text-align:center;
    display: block;
}


nav {
    float: left;
    width: 190px;
    margin-left: 10px;
    line-height: 1.8em;
    color: #CCCC66;
    display: block;
    
}

nav ul {
    list-style-type: none;
}

nav ul ul {
    margin-left: 1em;
    list-style-type: square;
}

nav a {
    color: #CCCC66;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}


article {
    margin-left: 300px;
    margin-right: 40px;
    display: block;
}

footer {
    clear: both;
    color: white;
    display: block;
}

footer p {
    color: #CC9966;
    font-size: .8em;
    padding: 3px 2em;
}

footer a {
    color: #CC9966;
}

.bildrechts {
    float: right;
    border: 1px solid silver;
    background-color: #EEEEEE;
    margin: 10px 0 10px 10px;
    padding: 10px;
}

.bildlinks {
    float: left;
    border: 1px solid silver;
    background-color: #EEEEEE;
    margin: 10px 10px 10px 0px;
    padding: 10px;    
}

h1 {
    color: #CCCC66;
    font-size: 1.6em;
    height:100 px;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
    padding-top: 2em;
    
}

p, ul, ol, dl {
    color: #CCCC66;
    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;
}