* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helventica, sans-serif;
}

header, nav, sectin, {
    display: block;
}

header {
    height: 150px;
    background-image: url(wolter-wuerfel.jpg),
    url(wuerfel-himmel.jpg);
    background-repeat: no-repeat, repeat-x;
    
}

header p {
    color: white;
    text-align: right;
    padding:0.4em 0.4em 0 0;
    font-size: 2em;
}

#schatten {
    height: 6px;
    background-color: #66BB60;
}

nav {
    color: red;
    background-color: #4B779E ;
}   

nav li {
    display: inline;
    border-right: solid thin black;
    margin: 1em;
    padding-right: 1em;
    list-style: none;
}

#haftung01 {
    padding-top: 2em;
}

section {
    padding: 1.5em;
}
section h1, h2, h3, p, ul, ol, li{
  padding-bottom:.7em;
}
section ul ol p li {
  padding-left:2em;
} 
.ul-ohnepunkte {
    list-style: none;
}


.blocktext {
    padding-bottom: 4em;
}
ul {
    
}
