#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: arial, sans-serif;
	
}
body {
	background-image: url("Bilder/blutextb.gif");
	
}

header {
	height: auto;
	background: none;
	font-size: 46px;
	text-align: center;
	padding-left: 130px;
	
}



section {
	width: 830px;
	height: 650px;
	float: right;
	background: none; 
	font-size: 26px;
	text-align: center;
	color: #777;
	<img src="Bilder/pic_slogan.gif"/>
	
	
}


aside {
	width: 130px;
	height: 40px;
	float: left;
	background: none;
}


nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav li {
	position: relative;;
	
}

a{

	color: #777;
	text-decoration: none;
	font-family: arial, sans-serif;
	
}

footer {
	height: 50px;
	clear: both;
	background: none;
}