/*************************************
 +grunddesign
 *************************************/
html, body {
	margin:0;
	padding:0;
	height: 100%;
	overflow-x: hidden;
	background-color: #15572c;
	font-family: Verdana;
	font-size: 0.82em;
	color:#d9b86e;
}
a:link, a:visited, a:active {
	color:#d9b86e;
}
a:hover {
	color: #15572c;
}
div.main {
	position:fixed;
	bottom:10px;
	right:160px;
}
div.sponsoren {
	position:fixed;
	bottom:92px;
	right:10px;
}
div.counter {
	position:fixed;
	bottom:10px;
	right:10px;
}


div.logo {
	position:absolute;
	left: 50%;
	top: 55%;
	margin-top:-265px;
	margin-left:-275px;
	background-image: url(../images/bcc09.png);
	width:168px;
	height:100px;
	z-index:2;
}
div.intro {
	position:absolute;
	left: 50%;
	top: 55%;
	margin-top:-200px;
	margin-left:-265px;
	width:550px;
	height:450px;
	z-index:1;
}
div.skip {
	position:absolute;
	left: 47%;
	bottom: 20px;
	z-index:2;
}
