@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	font-family:Arial, Helvetica, sans-serif;
}

/* Hauptdiv */

#wrapper {
	background-image: url(../img/startbild.jpg);
	height: 560px;
	width: 900px;
	margin: 10px auto 0px; auto;
	border: 1px solid #CF0;
	
}
#header {
	width: 900px;
	height: 150px;
	margin-top: 10px;
	text-align: center;
}
#nav {
	width: 900px;
	height: 125px;
	margin-top: 275px;
}
#anmeldung {
	width: 300px;
	height: 100px;
	background-color: #FFF;
	padding: 30px;
	margin: 30px auto auto auto;
	text-align: center;
}


/* Unterdiv's */

#login {
	float: right;
	height: 20px;
	width: 60px;
	margin-top: 30px;
}
/* Schriften */


/* Links */

#login a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
}

/* Sonstiges */

.links {
	float: left;
	margin: 30px;
	margin-left: 60px !important;
	margin-bottom: 0px !important;
}
.rechts {
	float: right;
	margin: 30px;
	margin-right: 60px !important;
	margin-bottom: 0px !important;
}
.clear {
	clear: both;
}
