* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
	height: 100%
}

body {
  background: #121212 url(/images/design/splash/splash_bg.jpg) center top no-repeat;
}

#wrapper {
  height: 520px;
  width: 787px;
  margin: 90px auto 0;
  position: relative;
}

#footer {
  width: 787px;
  margin: 45px auto 0;
  color: #686a6c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-right:18px;
}

.left {
  float: left;
}
.right {
  float: right;
}

#ticketsfanshopwrapper {
  background: transparent url(/images/design/splash/startpage_tickets_fanshop_bg.png) center center no-repeat;
  width: 232px;
  height: 46px;
  position: absolute;
  right: 3px;
  bottom: -45px;
}
#ticketsfanshopwrapper span {
  display: none;
}
.tickets {
  display: block;
  width: 116px;
  height: 46px;
  position: absolute;
  right: 117px;
  bottom: 0;
}
.fanshop {
  position: absolute;
  right: 1px;
  bottom: 0;
  width: 116px;
  height: 46px;
}

#imagepanel {
  padding-top:45px;
}

#logo {
	background: transparent url(/images/design/splash/splash_eintracht_logo.png) center center no-repeat;
	height: 343px;
	width: 298px;
  position: absolute;
  top: 0;
  left: 245px;
}

#logo span {
	display: none;
}

.button {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 124px;
	width: 258px;
  position: absolute;
  bottom: -7px;
}

#link_verein {
	background-image: url(/images/design/splash/link_btn_verein.png);
  left:-7px;
}

#link_ag {
	background-image: url(/images/design/splash/link_btn_ag.png);
  right: -11px; 
}

.button span {
	display: none;
}

#fraportwrapper {
  position: absolute;
  left: 323px;
  bottom: 25px;
}

#fraport {
	background: transparent url(/images/design/splash/fraport.png) center no-repeat;
	height: 62px;
	width: 144px;
  display:block;
}

#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: 115px;
	width: 240px;
	left: 50%;
	top: 50%;
}

#english {
	background: transparent url(/images/v2007/splash/english.gif) right center no-repeat;
	float: right;
  padding-right: 20px;
  text-decoration: none;
  color: #686a6c;
}

#english:hover {
	text-decoration: underline;
	color: #ffffff;
}



