@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	background-image: url(bilder/rauteklein1.jpg);
	background-repeat: repeat-x;
}
	
body a {color:#0066ff;}

header {
	background-color:#63adff;
	color: #ffffff;
	font-size: xx-large;
	font-style:italic;
	font-weight:bolder;
	padding: 10px;
	text-align:center;
}
	
#hilfscontainer {margin:0px auto;
	 max-width:1024px;}

aside {float:left;
	text-align:center;
	width:25%;}

nav {margin:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;}

main {
	color: #000000;
	float:left;
	width:75%;
	background-color: #FFF;
}
	
main h1 {
	font-size: large;
	margin-bottom: 10px;
	margin-top: 0px;
}		
main h2 {
	font-size: large;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #009;
}
main h3 {
	font-size: large;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}





article {
	border: 1px solid grey;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

footer {background-color:#63adff;
	clear:left;
	color:#ffffff;
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;}

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:#ffffff; 
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color:#63adff;
    display:block;
	border-radius:10px;
}
.bild-link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul li a:visited {color:#ffffff;}
 
ul li a:hover, ul li .current {
	color:#FFF;
	background-color:#009;
}
	
