#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	font: gothic;
	font-size: 20px;
	background-color: #000000;
	background-image:url(bilder/Hintergrund4.png) ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	
	
	
}










header {
	padding-top: 10px; 
	padding-bottom: 10px;
	height: auto;
	text-align: left;
	color: #FF00FF;
	background: #FFFFFF;
	
	
	
	
	
	
		
}

box {
     float: left;
     width: 30%;
     margin-right: 3.33333%;
     padding: 20px;
     background: #eee;
     box-sizing: border-box;
}



nav {
	text-align: center;
}
nav ul {
	list-style-type: none;
}
nav li {
	display: inline;
	margin-right: 100px;
}
a {
	color: #777;
	text-decoration: none;

}

b {
	color: #FF00FF;
	text-decoration: none;
	font: normal 5em gothic;	
	padding-left: 200px;	






}

c {
	color: #FF00FF;	 
	text-decoration: none;
	font: normal 2em gothic;


	
}

d {
	color: #FFFFF0;
	text-decoration: none;
	font: normal 1em gothic;
}

e {

	color: #000000;
	text-decoration: none;

}

f {
	color: #FFFFF0;
	text-decoration: none;
	font: normal 1em gothic;
	padding-left: 200px;	
	

}
g {
	color: #FF00FF;	 
	text-decoration: none;
	font: normal 1em gothic;


	
}

section {
	width: 10%;
	float: left;

}

aside {
	width: 90%;
	min-height: 900px;
	float: right;
	
	
	
}

	
	
footer {
	height: 60px;
	clear: both;
	background: #FFFFFF;
	text-align: center;
}
	