#wrapper {
	margin-top: 2%;
	width: 90%;
	max-width: 800px;
	font-family: Helvetica;
	font-weight: 100;
	font-Size: 1em;
	color: black;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 10px;
	box-shadow:5px 5px 20px black;
}

#logo {
	width: 96%;
	padding: 2%;
	float: right;
}

#navigation {
	width: 98%;
	margin: 0%;
	padding: 1%;
	float: right;
	background-color: #51A421;
}
#spalteeins {
	width: 60%;
	float: left;
	margin: 0%;
	padding: 3%;
	font-family: Helvetica;
	font-weight: 100;
	font-Size: 0.8em;
	text-align: left;
}

#spaltezwei {
	width: 29%;
	float: right;
	margin: 2%;
	border-radius: 10px;
}

#footer {
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
}

.clear {
	clear: both;
}

img {
	border: 0px;
	width: 100%;
	border-radius: 10px;
}

#logo img {
	width: 250px;
	float: right;
}

a {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: 100;
	font-Size: 0.8em;
	color: black;
}

#navigation a {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: 100;
	font-Size: 1em;
	color: black;
	margin-left: 2%;
}

#navigation a:hover {
	color: white;
}

a:hover {
	color: black;
}

h1 {
	font-family: Helvetica;
	font-weight: 100;
	font-Size: 1.6em;
	padding: 0%;
	margin: 0%;
	margin-bottom: 4%;
	text-decoration: none;
}

@media all and (max-width: 500px) {

	#spalteeins {
		width: 94%;
	}
	
	#spaltezwei {
		width: 96%;
	}
	
}