/* CSS Document */

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

header {padding: 10px;
	text-align:center;
	background-image: url(../img/oben2.png);
	background-repeat: repeat-x;
	}

header h1 {font-size: 20px;
	font-family: Verdana;
	font-weight:bold;}

		/*Navigation*/
nav {margin:10px;
	text-align:center;}

	/*Alles was nicht Navigation ist*/
main {background-color:#fafafa;
	width:100%;}

	/*Definition der Überschrift H1*/	
main h1 {font-size: 22px;
 	margin-bottom: 10px;
	margin-top: 10px;}			

	/*Haupttext*/
article {font-family: Arial;
	font-size: 14px;
	margin:10px;}

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

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

	/*Überbox für "ul li a"  */
/* ul {margin:0; 
    padding:0;
    width:100%;
    
} */

	/*Boxen für Navigation*/
nav a {background-image: url(../img/navi.png);
	background-repeat: repeat-x;
	border-radius: 5px;
    text-decoration:none;
	font-weight: bold;
    padding:3px;
	margin-bottom:10px;
    display:block;
}

	/*besuchte Navigationen*/
nav a:visited {color: #000000;}

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