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

body {
	background-color:#000000;
	margin-top:0;
	margin-left:0;
	color: #FFF;
}
.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	 }
a { outline:none; } 
a:link {color: #FFFFFF; text-decoration: none;}     /* unvisited link */
a:visited {color: #FFFFFF; text-decoration: none;}  /* visited link */
a:hover {color: #FFFFFF; text-decoration: underline;
}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */
	

#logo {
	position:absolute;
	width:526px;
	height:500px;
	z-index:3;
	left: 29%;
	top: 14%;
}

#ohne {
	position:absolute;
	width:526px;
	height:500px;
	z-index:2;
	left: 29%;
	top: 14%;
}

#text {
	position:absolute;
	width: 377px;
	height: 207px;
	z-index:1;
	left: 12%;
	top: 33%;
}
.entry {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

