/* CSS Document */


 	body{
	font-size:13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	background-color:#000000;
	}

	h1{
	padding:0px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	}

	#zentriert {
  	position:absolute;
  	top:45%;
  	left:50%;
	width:50em;
 	height:10em;
  	margin-left:-25em;
  	margin-top:-5em;
	}
	
	A:link{
	color: #FFCC99;
	text-decoration: underline;
	}
	
	A:visited{
	color: #6699FF;
	text-decoration: underline;
	}
	
	A:hover{
	color: #FF0000;
	text-decoration: underline;
	}

	.layer_main  {
    display: none  !important; } 
	




