@charset "UTF-8";

* { margin: 0; padding: 0; }
* html body { height: 100%; }

html {
    
	height: 100%;
	width: 100%;
}

body {
	background: #323232 url("../images/rrback.jpg") scroll no-repeat center top;
	position: relative;
    font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
    color: #ccc;
    font-size: 13px;
	width: 100%;
	text-align: center;
}

#main {
	position: relative;
	top: 0;
	width: 1040px;
	z-index: 15;
	text-align: center;
	margin: auto;
}   

#central {
	position: relative;
	top: 0px;
	right:14px;
	height: 650px;
	}	

.clearing {
	clear: both;
	}

.imprint {
	position: relative;
	margin: auto;
	display: block;
	width: 80px;
	height: 20px;
	margin-top: 75px;
	z-index: 100;
	}
		
	#fancybox-outer {
	background-color: #151515;
	}
	
#impressum {
	font-size:11px;
	width: 650px;
	padding: 15px;
	background-color: #151515;
	line-height: 17px;
	}

#impfr {
	position: absolute;
	top: 0;
}

#impressum > p {
	padding-bottom: 5px;
	}
	
a {
	color: white;
	}
	
#ani {
	position: relative;
	display: block;
	margin: auto;
	margin-top: 260px;
	width: 100%;
	height: 120px;
	}
#ani img {
	margin-left: 8px;
}