* {
    font-family: Verdana, sans-serif;
    padding: 0;
    margin: 0;
    border: none;
}

html {
    height: 101%;
    background-color: #333333;
}

img	{border: 0px; margin: 0px auto; padding: 0px;}

#wrapper {
    background-color: black;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    margin-top: 0px;
    width: 800px;
}

#banner {
	background-color: #ffffff;
	background-image: url(logo.jpg);
	width: 800px;
	height: 80px;
	position: absolute;
	top: 0px;
	color: #000000;
}

#menu {
	background-color: #ffffff;
	width: 800px;
	height: 240px;
	position: absolute;
	top: 80px;
	color: #000000;
}

#content {
	background-color: #000000;
	width: 800px;
	height: 500px;
	position: absolute;
	top: 320px;
	color: #ffffff;
	padding-bottom: 0px;
}

#content ul {
	list-style-type: none;
}


#content-links {
	float: left;
	width: 260px;
	margin-top: 25px;
	margin-left: 24px;
	margin-bottom: 25px;
	font-size: 12px;
	padding-bottom: 25px;
}

#content-links a {
	text-decoration: none;
	color: grey;
}

#content-links a:hover {
	color: white;
}

#content-links a.login {
	padding: 5px;
	color:white;
	border-style:solid;
	border-width:1px;
	border-color:orange;
}

#content-links a.login:hover {
	color:orange;
}

#content-rechts {
	color: grey;
	float: right;
	width: 500px;
	font-size: 12px;
	margin-top: 25px;
	padding-bottom: 25px;
}

#content-rechts white {
	color: white;
}

#video-rechts {
	color: grey;
	float: right;
	width: 500px;
	font-size: 12px;
	margin-top: 25px;
	padding: 0px;
}

#content-rechts p {
	padding-bottom: 25px;
	padding-right: 16px;
}

#content-rechts img {
	padding-top:5px;
	padding-bottom: 25px;
}

#content-rechts img.pdf {
	padding:0px;
	padding-right: 5px;
	margin:0px;
}

#content-rechts strong {
	color: white;
}

#content-rechts a {
	color: white;
	text-decoration: none;
}

#footer {
	position: absolute;
	top:420px;
	clear: both;
	width: 768px;
	background-color: #000000;
	padding: 0px;
	color: #555555;
	text-align: right;
	letter-spacing: 1px;
	font-size: 10px;
	word-spacing: 2px;
	margin: 16px;
}

#footer a {
	color: #777777;
	text-decoration: none;
}

.white {
	color: white;
}

.grey {
	color: grey;
}

#floatimage {
	position: absolute;
	left:00px;
	top:20px;
	width:300px;
	height:300px;
}