* {margin: 0;
padding: 0;
}
html, body{ font-family: arial, sans-serif;
background-color:  cornflowerblue;
font-size: 20px;}

header
{background-image:url(Bilder/BG1.png);
height: 200px;
background-color: #FF4200;}
header p
{color: #4BCE16;
font-size: 6em;
padding-top: 2%;
padding-right: 5%;
text-align: center;}
nav ul{padding:  0;
background-color:  #2AF0E8}


nav li {
list-style-type: none;
height: 1.5em;
display: inline-block;
border-right: black 1px solid;
line-height: 1.5em;
padding: 0 1em; }
nav a { color: black;
text-decoration: none;}
nav a:hover { color: blue;
text-decoration: underline;}
.keinrahmen { border-right: 0;}

schatten { background-image: url(Bilder/schatten.png);
height: 12px;}

article { padding: 6em;}
article h1{ margin-bottom: 1em;
line-height: 2em;
text-decoration:underline;}
article p { margin-bottom: 2em;
line-height: 2em;
color: firebrick; }
article ul
{ list-style-type: none;
    margin-bottom: 2em;
line-height: 2em;}
article a {color: black;
text-decoration: none;}
article a:hover {color: blue;
text-decoration: underline;}
footer {padding-bottom: 1em;}
footer ul {background-color: #2AF0E8;}
footer li {list-style-type: none;
height: 1.5em;
display: inline-block;
border-right: black 1px solid;
line-height: 1.5em;
padding: 0 1em; }
footer a { color: black;
text-decoration: none;}
footer a:hover { color: blue;
text-decoration: underline;}
.keinrahmen { border-right: 0;}