@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;
	
	
}
wrapper {
	background-color: #ff55ff;
	width:900px;
    border: 2px solid red;
	margin: 0 auto;
}
body a {color:#0066ff;}

header {
	background-image: url(fotos/hintergrund1.jpg);
               	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-color:#251010;
	color: #000000;
	font-size: xx-large;
	font-style:italic;
	font-weight:bolder;
	padding: 10px;
	text-align:center;
	width: 1000px;
	margin: 0 auto;
			}
	
#hilfscontainer {margin:0px auto;
	 max-width:1024px;}

aside {float:left;
color: #808000;
	text-align:center;
	width:25%;}

nav {
	margin:10px;
	color: yellow;
	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: no-repeat;
	background-attachment: fixed;
	 'background-color:#999999;
	color: #000000;
	float:left;
	width:75%;
	'background-image: url(fotos/feuer.jpg);
}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;}		

article {
	border: 1px solid grey;
	color: #000;
	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;
               	clear: left;
	color:#000000;
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 1020px;
	margin: 0 auto;
}

img {max-width:100%; height:auto; }

ul {color:#0FC
	margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:large;
}

ul li a {
	text-decoration:none;
	color: black;
	padding:10.5px 11px;
	margin-bottom:10px;
	background-color:#db9464;
	display:block;
	border-radius:10px;
}

ul li a:visited {color:#ffffff;}
 
ul li a:hover, ul li .current {color:#635e63;
    background-color:grey;}
	
