/* CSS Document */

body {background-color:#ffffff;
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;}
	
body a {color:#000066;}

#hilfscontainer {width:800px;
	 border: 1px solid grey;
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 margin-top: -300px;
	 margin-left: -400px;}
	 
	 
header {background-color:#cccccc;
	padding-top: 30px;
	text-align:center;
	max-width:100%;
	background-image: url(../img/oben.png);
	background-repeat: repeat-x;}
	
header h1 {font-size: 20px;
	font-family: Verdana;
	font-weight:bold;}	

	/*Navigation*/
nav {background-image: url(../img/navi.png);
	background-repeat: repeat-x;
	margin-top: 50px;
	padding-top:5px;
	text-align:center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	font-size:14px;}

	/*Alles was nicht Navigation ist*/	
main {background-color:#fafafa;
	float:left;
	width:100%;}
	
	/*Definition der Überschrift H1*/
main h1 {font-size: 18px;
 	margin-bottom: 10px;
	margin-top: 10px;}		

	/*Haupttext*/
article {float:left;
	font-family: Arial;
	font-size: 16px;
	margin:10px;
	width: 50%;
	}

	/*Fußzeile*/
footer {background-color:#cccccc;
	clear:left;
	font-size: 	10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom: 3px;
	text-align:center;
	width: 100%;}

	/*Bilder*/
img {max-width:30%;
	margin: 60px;
	height:auto; }

	/*Auflistungen*/
ul {list-style-type: square;}

ul ul {list-style-type: circle;}

	/*Boxen für Navigation*/
nav a {text-decoration:none;
	font-weight: bold;
    padding:5px 30px;
	margin:0px;
	max-width:100%;
}

	/*Wenn man auf Navigation drauf zeigt*/ 
nav a:hover{color:#000000;
    background-color:#fafafa;}
	
nav a:active{color:#000000;
    background-color:#fafafa;}
	
