* {
    margin: 0;
}

html, body    {
    font-family: arial, sans-serif;
}

header {
    /* background-color: lightblue;*/
    background-image: url(bilder/logo.png);
    height: 365px;
}

header p {
    color: white;
    font-size: 1.8em;
    padding: 10px 10px 0 100px;
    text-align: right;
}

nav {
    background-color: ceecce;
}

nav ul {
    padding: 0;
}

nav li {
    /* background-color: orange; */
    list-style-type: none;
    display: inline-block;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
    border-right: black 1px solid;
}

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

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

.keinrahmen {
    border-right: 0;
}

.schatten {
    background-image: url(bilder/schatten.png);
    height: 12px;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 0.83em; }
p  { font-size: 1em; }

article {
    margin: 20px 40px;
/*	background-color: orange;*/
text-align: justify;
    text-align-last: left
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: #006600;
}

* {
    margin: 0;
}



p + ol,
p + ul {
  /*background-color: yellow;*/
  margin-top: -1em;
  margin-left: -1.5em;
}

article h1 {
    margin-bottom: -0.1em;
}

article p,
article ul
{
    margin-bottom: 0em;
    line-height: 1.5em;
}

footer {
    background-color: 000000;
	text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
}





