* {
    margin: 0;
}

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

header {
    background-image: url(head.jpg);
    background-color: black;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}

header p {
    padding: 10px 10px 0 100px;
    font-size: 1em;
    text-align: right;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", monospace;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffeeaa;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);

}

nav {
    background-color: #222233;
}

nav ul {
    padding: 0;
}

nav li {
    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: silver;
    text-decoration: none; 
}

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

.schatten {
    background-image: url(schatten.png);
    height: 12px;
}

article {
    margin: 20px 40px;
}

article h1 {
    margin-bottom: 0.4em;
}

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

footer {
    background-color: #222233;
	text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
        color: silver;

}
.selected
{
color:white;
}




