body{
background: #000000;
color: #FFFFFF;
}

/* ---------- LINKS ----------------*/
a {
	font-weight: bold;
	text-decoration: none;
	color: #90766F;
}

a:hover, a:focus {
	font-weight: bold;
	text-decoration: underline;
	color: #90766F;
	-moz-outline-style: none;
}

a:visited{
	color: #90766F;
}

a img {
	border: none;
}
/* --------- POSITIONS -------------*/
div.box{
	/*display: none;*/
	/*border: thin solid #aa7700;*/
	background: #FFFFFF;
	color: #9A9A9A;
	position: absolute;
	top: 50%;
	left: 50%;
	/*height: 38em;*/
	/*width: 50em;*/
	height: 600px;
	width: 800px;
	overflow: hidden;
	/*margin-top: -19em;*/
	/*margin-left: -25em;*/
	margin-top: -320px;
	margin-left: -400px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: normal;*/
	/*text-decoration: none;*/
}

#marqueediv {
	background: #FFFFFF;
	color: #9A9A9A;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 800px;
	margin-top: 300px;
	margin-left: -400px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div.inhalt
{
	width: 300px;
/*	border: thin solid #770077;*/
	margin-top: 35px;
	margin-left: 400px;
	font-size: 12px;
}
