html{
	background-color: #000000;
}
body{
	background-color: #000000;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bckg_horizon        
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
 
#bckg_content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -250px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 600px;
	height: 500px;
	visibility: visible;
	z-index: 1;
	}

#horizon        
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
 
#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -100px;
	position: absolute;
	top: -100px;
	left: 50%;
	width: 200px;
	height: 200px;
	visibility: visible;
	z-index: 100;
	}
.circle{
	position: relative;
}
.circle:hover, .circl:hover{
	cursor: pointer;
	cursor: hand;
}
.circl:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}
#kontakt{
	margin-left: 220px;
	position: absolute;
	top: -100px;
	top: 50%;
	left: 50%;
	width: 131px;
	height: 131px;
	display: none;
	z-index: 99;
}
#webhosting{
	margin-left: 220px;
	position: absolute;
	top: -100px;
	top: 50%;
	left: 50%;
	width: 131px;
	height: 131px;
	display: none;
	z-index: 99;
}
.simple_overlay {
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 20px;
	line-height: 18px;
	display: none;
}
.simple_overlay h1{
	color: #000;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	text-indent: 10px;
}
.simple_overlay a{
	color: #C9C;	
}
.simple_overlay .td{
	padding-left: 10px;
	
}
.simple_overlay .close {
	background-image:url(jquery_tool/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.snowfall-flakes{
	behavior: url(ie-css3.htc);
}

