
body, div {
	padding: 0;
	margin: 0;
}

body {
	background-color: #a5a8aa;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.main {
	margin: 0 auto;
	margin-top: 50px;
	background-color: white;
	width: 700px;
	height: 530px;
}

.logo {
	width: 700px;
	height: 170px;
}
.wrapper {
	width: 700px;
	height: 330px;
	background-color: black;
	background-image: url('images/bild.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	overflow-y: hidden;
}
.content  {
	width: 330px;
	height: 300px;
	background-color: white;
	margin: 5px 30px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px;
	padding-bottom: 0xp;
	text-align: justify;
}
.impressum {
	width: 700px;
	height: 30px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #717171;
}
a:hover {
	text-decoration: underline;
}

input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}


