/* CSS Document */

#zentriert {
	position:absolute;
 	top:50%;
 	left:50%;
 	width:616px;
	height:509px;
	margin-left:-300px;
	margin-top:-250px;
  }
  
#hint {
	z-index:4;
	position:absolute;
 	width:100%;
	height:100%;
	background-image: url(images/overlay.png);
	background-repeat:repeat;
	overflow: visible;
	visibility: hidden;
	filter:alpha(opacity=60);
	  }
	  
#poplayer {
	position:absolute;
	top:50%;
 	left:50%;
 	width:460px;
	height:460px;
	margin-left:-230px;
	margin-top:-230px;
	overflow: visible;
	visibility: hidden;
	z-index:5;
	  }
	  
#menu {
	position:absolute;
	top:50%;
 	left:50%;
 	width:235px;
	height:140px;
	margin-left:79px;
	margin-top:-173px;
	overflow: visible;
	visibility: visible;
	  }
	  
#banner {
	position:absolute;
	top:50%;
 	left:50%;
 	width:150px;
	height:150px;
	margin-left:225px;
	margin-top:-185px;
	overflow: visible;
	visibility: hidden;
	  }

#banner_impressum {
	position:absolute;
	top:50%;
 	left:50%;
 	width:150px;
	height:150px;
	margin-left:-275px;
	margin-top:80px;
	overflow: visible;
	visibility: visible;
	  }
  
    
.hint {
	width:616;
	height:509px;
	color:#FFFFFF;
	}
  
body {
	background-image:url(images/wall.gif);
	background-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0; 
	padding: 0;
}

.text {
	font-family:Helvetica, Arial, serif;
	font-size:11px;
	line-height:14px;
	color:#333333;
	letter-spacing:0px;
	word-spacing: normal;
}


.Headline_serif {
	font-family:Georgia, Times New Roman, Times, serif;
	color:#000000;
	font-size:16px;
	padding-left:0px;
}

a:link
{
text-decoration:none;
color:#666666;
}

a:hover
{
text-decoration:underline
}

a:visited
{
text-decoration:none;
color:#666666;
}
