* {
    padding: 0;
    margin: 0;
}

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

body {
    background-color: lightblue;
    background-color: #ccd7da;
    background-color: silver;
    text-align: center;
    background-image: url(pictures/hintergrund.png);
}

#wrapper {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    background-image: url(pictures/bg.png);
	border-left: black 1px solid;
	border-right: black 1px solid;
}

header {
/*    background-color: deepskyblue;*/
    background-image: url(pictures/kopf.png);
    height: 200px;
}

header p {
    color: white;
    text-align: right;
    font-size: 2em;
    padding: 10px 40px 0 0;
	text-shadow: 1px 1px 1px black;
	opacity: 0.8;
}

nav {
    width: 234px;
    float: left;
    margin-left: 30px;
}

nav ul {
    list-style-type: none;    
	color: white;  /* damit Aufzählungszeichen weiß angezeigt werden */
}

nav li {
	margin-top: 1.0em;
}


nav a {
   color: white;
   text-decoration: none;
	width: 100%;
	display: inline-block;
	line-height: 1.4em;
	box-sizing: border-box;  
	padding-left: 6px;    
	padding-right: 20px;
}

nav li.aktiv a {
	background-color: #b7c5e2;
	background-image:none;		 
	text-decoration: none;
	cursor: default;             
}

nav img.menu_links {
	background-color: #b7c5e2;
	text-decoration: none;
	cursor: pointer;             
}

nav a:hover {
    text-decoration: underline;
	background: url(pictures/pfeil.png) center right no-repeat;	
}

article {
    margin: 20px 40px 30px 320px;
}


article h1,
article h2
{
    color: coral;
}

article p {
    padding-bottom: 1em;
    line-height: 1.7em;
}


article ul {
    padding-left: 1.4em;
    line-height: 1.7em;
	margin-bottom: 2em;
	list-style-type: circle;
}

article ul ul {
	margin-bottom: 0em;
	list-style-type: square;
}

footer {
    background-color: black;
	text-align: center;
    clear:both;
	line-height: 2em;
	color: silver;
	font-size: 80%;
}

footer a {
	color: silver;
	text-decoration: none;
}
