* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
	height: 100%
}

body {
	background: #000000 url(/images/v2007/splash/background_bottom.jpg) left bottom repeat-x;
}

#wrapper {
	background: transparent url(/images/v2007/splash/background_top.jpg) -100px -30px repeat-x;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

#splash {
	/* DBG border: 1px solid #ffffff; */
	margin: -245px 0 0 -440px;
	position: absolute;
	height: 490px;
	width: 880px;
	left: 50%;
	top: 50%;
}

.picture {
	float: left;
}

.clear_both {
	clear: both;
}

#logo {
	background: transparent url(/images/v2007/splash/logo.gif) center 43px no-repeat;
	height: 367px;
	width: 243px;
	float: left;
}

#logo span {
	display: none;
}

.button {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 97px;
	width: 315px;
	float: left;
}

#link_verein {
	background-image: url(/images/v2007/splash/button_left.gif);
	margin-left: 5px;
}

#link_ag {
	background-image: url(/images/v2007/splash/button_right.gif);
}

.button span {
	display: none;
}

#fraport {
	background: transparent url(/images/v2007/splash/fraport.gif) center no-repeat;
	height: 97px;
	width: 240px;
	float: left;
}

#fraport span {
	display: none;
}

#cookie {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	text-align: center;
	font-size: 10px;
	display: block;
	color: #cccccc;
	margin-left: -120px;
	margin-top: 94px;
	width: 240px;
	left: 50%;
	top: 50%;
}

#english {
	background: transparent url(/images/v2007/splash/english.gif) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 590px;
	padding-left: 18px;
	font-weight: bold;
	margin-top: 5px;
	font-size: 9px;
	display: block;
	color: #cccccc;
	height: 10px;
	float: left;
}

* html #english {
	margin-left: 297px;
}

#english:hover {
	text-decoration: underline;
	color: #ffffff;
}


