/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 785px;
	height: 246px;
	margin-left: -393px; /* hälfte der breite */
	margin-top: -123px;  /* hälfte der höhe */
	z-index: 0;
}

a:link {
	
	color: #b5bd8c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	
	color: #b5bd8c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	
}

a:visited {
	
	color: #b5bd8c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	
}