#wrapper {
    width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial, sans-serif;
}

body {
	background-color: black;
}

header {
	height: 102px;
  	background: black;
	color: #d0d0d0;
	padding-top: 20px;
	font-weight: bold;
	border: 2px solid #d0d0d0;
	border-radius: 10px;
	margin-bottom: 3px;
	overflow: auto;
}

header img {
	float: left;
	padding-bottom: 2px;
	padding-left: 50px;
}

header a {
	float: center;
	font-size: 35px;
	font-weight: bold;
	margin-left: 160px;
	padding-top: 10px;
}

header p {
    float: center;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 100px;
}
	

nav {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background: black;
	border: 2px solid #d0d0d0;
	border-radius: 10px;
	margin-bottom: 3px;
}

nav ul {
	list-style-type: none;
	font-size: 10px;
}

nav li {
	display: inline;
	margin-right: 50px;
}

a {
	color: #d0d0d0;
	text-decoration: none;
    font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	

section {
    width: 956px;
	height: 420px;
	float: left;
	background: black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color: #d0d0d0;
	font-family: arial, sans-serif;
	font-size: 16px;
	border: 2px solid #d0d0d0;
	border-radius: 10px;
	margin-bottom: 3px;
}

section p {
	font-size: 14px;
	line-height: 150%;
	padding-right: 10px;
}

#datenschutz {
	height: 400px;
	overflow: auto;
}


footer {
	width: 996px;
	float: left;
	background: black;
	color: #777;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 2px solid #d0d0d0;
	border-radius: 10px;
}

footer p {
	font-size: small;
	text-align: right;
	margin-right: 20px;
}
