
/* CSS Document */

/* styles for background-image */
html { 
	height: 100%; 
	overflow:hidden;
}

body { 
	background-color: #ccc; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	border-top: 1px transparent solid;
	margin-top: -1px; 
	z-index:0; 
	position:relative; 
	overflow: hidden;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

img{
	border: 0;
}

#full_content { 
	height: 100%;
	width: 100%;
	z-index: -1; 
	overflow: hidden;
}

#full_content.loading{
	background: url('/img/ajax-loader.gif') no-repeat 50% 50%;
}

img#background { 
	z-index: -1; 
	color: white; 
}

#f01{
	top: 20px;
	left: 80px;
	z-index: 50;
	position: absolute;
}


#dp{
	top: 85px;
	left: 80px;
	z-index: 50;
	position: absolute;
}

#impressum{
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	font-size: 10px;
	letter-spacing: 0.03em;
	font-weight: lighter;
	color: #fff;
	width: 100%;
	padding: 10px 0;
}

#impressum .box{
	float: left;
	width: 300px;
	margin: 0 0 0 80px;
}