html {
	margin:0;
	padding:0;
	position:relative;
}

body {
	margin:0;
	padding:0;
	position:relative;
	font-family:'Open Sans';
}

header {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background-color:#cc28b9;
}

#logo {
	position:absolute;
	top:20px;
	left:10px;
	color:white;
}

#logo h1 {
	font-size:24px;
	line-height:1;
	margin:0;
	padding:0;	
}

nav {
	position:relative;
	margin-top:75px;
	text-align:center;
	width:100%;
}

nav ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

nav li {
	float:left;
	margin:0;
	padding:0;
}

nav a {
	display:block;
	height:45px;
	line-height:45px;
	font-size:13px;
	text-decoration:none;
	color:white;
	padding:0 20px 0;
	font-weight:300;
}

nav a:hover {
	background-color:#9f168c;	
}

nav a.active {
	text-decoration:underline;
}

nav a#buy {
	height:31px;
	line-height:31px;
	margin:7px 0 7px 15px;
	background-color:green;
	border-right:none;
}

nav a#buy:hover {
	background-color:green;	
}

aside {
	position:fixed;
	top:50%;
	right:0;
	width:70px;
	height:200px;
	margin-top:-100px;
	background-color:#006887;
}

article {
	z-index:1;
	position:relative;
	width:100%;
	margin:125px auto 0;
}

section {
	position:relative;
	margin:0 auto 20px;
	padding:20px;
	width:920px;
	overflow:auto;
}

footer {
	z-index:1;
	text-align:center;
	position:relative;
	margin:0;
	padding:50px 0 10px;
	color:#666666;
	font-size:12px;
	line-height:24px;
}

.width-wrap {
	position:relative;
	width:920px;
	margin:0 auto;
	padding:0 20px 0;
	overflow:auto;
}

.s2 {
	position:relative;
	float:left;
	width:48%;
	padding:0 3.5% 0 0;
}

section .s2:last-child {
	padding:0;	
}

.s3 {
	position:relative;
	float:left;
	width:31%;
	padding:0 3.5% 0 0;
}

section .s3:last-child {
	padding:0;	
}

.s4 {
	position:relative;
	float:left;
	width:22.3%;
	padding:0 3.5% 0 0;
}

section .s4:last-child {
	padding:0;	
}

h1 {
	text-align:center;
	font-weight:300;
	font-size:36px;
	padding:0;
	margin:0 0 20px;
	line-height:1;
}

h2 {
	text-align:center;
	font-weight:400;
	font-size:28px;
	padding:0;
	margin:0 0 20px;
	line-height:1;
}

h3 {
	text-align:left;
	font-weight:600;
	font-size:16px;
	padding:0;
	margin:0 0 10px;
	line-height:1;
}

p {
	text-align:center;
	font-weight:300;
	font-size:16px;
	line-height:1.4;
	padding:0;
	margin:0 0 16px;
}

a {
	color:black;	
}

.address {
	margin-bottom:5px;	
}

.antwort {
	text-align:left;
	margin:0 0 25px;	
}

.antwort input {
	margin:0 3px 0 30px;
}

.antwort input:first-child {
	margin:0 3px 0 3px;
}

#ergebnis {
	background-color:#cc28b9;
	border-radius:15px;
	display:none;
}

section ul {
	font-weight:300;	
}

#stern {
	position:absolute;
	top:5px;
	right:10px;		
}

#stern img {
	height:70px;	
}