body {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #555;
	margin: 0px;
	padding: 100px 0 0 0;
	background: fdfaf1;
}

#wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
header {
	height: 100px;
	width: 100%;
	padding: 0;
	background-image: url("bilder/top.png");
	position: fixed;
 	right: 0;
  	top: 0;
  	left: 0;
	text-align: center;
	color: white;
}
h1 	{
	font-size: 2.3em;
}

a 	{
	color: #ae0707;
}

nav {
	position: fixed;
 	right: 0;
  	top: 100;
  	left: 0;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #ae0707;
	text-align: center;
}
ul {
	margin: 0px 1%;
	padding: 0 0 0 37%;
	list-style-type: none;
	display: block;
}
nav ul li a {
	margin: 7px 14px 3px 14px;
	display: block;
	float: left;
	text-decoration: none;
	/*color: #333;*/
}
#sidebar {
	width: 26%;
	min-height: 400px;
	float: right;
	padding: 2%;
}
article {
	width: 50%;
  	min-height: 400px;
	float: left;
	padding: 2%;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 10%;
	border: 1px solid #ae0707;
}
footer {
	width: 100%;
	min-height: 80px;
	position: fixed;
 	right: 0;
  	bottom: 0;
  	left: 0;
	text-align: center;
	background-image: url("bilder/footer.png");
}