@charset "utf-8";
/* CSS Document */

body {background-color:#000000;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;}
	
body a {color:#ffffff;}

	
#hilfscontainer{width: 100%;}

aside {text-align:center;
	width:100%;}

nav {margin:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;}

main {background-color:#000000;
	color: #ffffff;
	width:100%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;}	
main a {text-decoration:none;
    color:#ffffff; 
    padding-top:10px;
    margin-bottom:10px;
    background-color:#333333;
    display:block;
	border-radius:10px;
}	
main a:hover, main .current {color: black;
    background-color: red;}



img {max-width:100%; height:auto; }

ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:large;
}

ul li a {
    text-decoration:none;
    color:white; 
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color:#333333;
    display:block;
	border-radius:10px;
}
 
ul li a:visited {color: white;}
 
ul li a:hover, ul li .current {color: black;
    background-color: red;}
	
