@charset "utf-8";
/* CSS Document */

body {
	background-image: url(fotos/hintergrund1.jpg);
                background-repeat: repeat;
	background-attachment: fixed;
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	
}
	
body a {color:#0066ff;}

header {
	background-image: url(fotos/hintergrund1.jpg);
                background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#ffffff;
	color: #000000;
	font-size: xx-large;
	font-style:italic;
	font-weight:bolder;
	padding: 10px;
	text-align:center;
	width: 100%;
	margin: 0 auto;
}
	
#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;
	background-image: url(fotos/hintergrund1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

main {
                background-image: url(fotos/hintergrund1.jpg);
                background-repeat: repeat;
	background-attachment: scroll;
	background-color:#999999;
	color: #000000;
	float:left;
	width:100%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;}		

article {border: 1px solid grey;
    color:#000000;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;}

footer {
                background-image: url(fotos/hintergrund1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	'background-color:#CC3333;
	color:#000000;
	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:#000000;
	padding:10.5px 11px;
	margin-bottom:10px;
	background-color:#db9464;
	display:block;
	border-radius:10px;
}
 
ul li a:visited {color: black;}
 
ul li a:hover, ul li .current {color:#635e63;
    background-color: grey;}
	
