

* {padding:0; margin:0;}


 p, ul, ol { margin-bottom: 1em; }

ul ul { margin-bottom: 0; }

li { margin-left: 1em; margin-bottom:10px; margin-top:10px;}


h2 {font-size:130%; margin-bottom:7px;}


body {
	font-family: Trebuchet MS, Arial, Microsoft JenghHei, Corbel;
	font-size:125%;
	background-color:#e1e5ed;
	line-height:1.5;
}

div#wrapper {
	background-color:#e1e5ed;
}	
		
div#header { 
	background-color:#52958b;
	font-size:90%;
	
	padding:15px;
	padding-left:80px;

	color:black;
	width:100%;


	
	
}

a.linkerrand {margin-left:50px;}
	
div#nav {	
	background-color:#004d47;
	border-top:1px solid white;
	
	position:sticky;
	top:0px;
	left:0px;
	
	padding-left:20px;
	padding-right:20px;
	padding:5px;
	
	
	width:100%;
	
	box-shadow:4px 6px 17px #dedede;
	
	
}



div#nav a {
	text-decoration:none;
	color:white;
	background-color:#004d47;
	
	padding-left:22px;
	padding-right:22px;
	padding-bottom:5px;
	padding-top:5px;
			
	margin-top:1px;
	margin-bottom:1px;
	

	
			
}

div#nav a.active {
 background-color:#52958b; color:black; border-radius:2px;
}

div#nav a:active {background-color:#52958b; color:black; border-radius:2px;}
div#nav a:hover {background-color:#128277; color:black; border-radius:2px;}



div#article {
	width:720px;
	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:40px;
	
	background-color:white;
	
	padding:30px;
	
	border-radius:4px;
	
	box-shadow:4px 6px 17px #dedede;
	
}




h1.ueberschrift {
	width:720px;
	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:60px;
	
	text-align: center;
	
	padding:20px;
	background-color:#e1e5ed;
	

}

div#footer {
	background-color:#e1e5ed;
	
	width:720px;
	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	margin-top:30px;
	
	padding-right:30px;
	padding-left:30px;
	
	font-weight:100;
	font-size:80%;
	
}

img.bild {border-radius:2px; margin-top:10px; margin-bottom:10px;}
p.bildschrift { font-size:90%;}

.box { 
	float:left;
	width:45%;
	padding:15px;
	padding-top:5px;
	padding-bottom:40px;
}


iframe.video {margin-bottom:20px; margin-top:20px;}	

div#article a {text-decoration:none; font-weight:bolder; color:blue;}	
div#article a:hover {color:red;}
div#article a:active {color:purple;}

img.alone {padding-bottom:30px;}

div#article a.namen {text-decoration:none; font-weight:bolder; color:black;}	
div#article a.namen:hover {color:red;}
div#article a.namen:active {color:purple;}