html,
body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: rgb(226, 225, 210);
	font-family: Arial, sans-serif;
}

#content {
	width: 985px;	
}

#head {
	height: 114px;
	background: url(./zwischenseite.png) repeat-x 0 -207px;
	position: relative;
}

#rbbshop #logo {
	height: 70px;
	width: 110px;
	display: block;
	background: url(./zwischenseite.png) no-repeat -5px -344px;
	position: absolute;
	top: 25px;
	right: 20px;
}

#ticketshop #logo {
	height: 56px;
	width: 108px;
	display: block;
	background: url(./zwischenseite.png) no-repeat -441px -344px;
	position: absolute;
	top: 25px;
	right: 20px;
}

#link {
	display: block;
	height: 71px;
	width: 556px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background: url(./zwischenseite.png) no-repeat 0 -111px;
	color: rgb(226, 225, 210);
	text-decoration: none;
	font-size: 24px;
	line-height: 71px;
	text-align: center;
	font-weight: bold;
	margin-top: 130px
}

#link span {
	position: relative;
	left: -10px;
}

* html #link span {
	top: 20px;
}

#link span span {
	left: 15px;
	top: -2px;
	line-height: 17px;
	padding-left: 32px;
	font-size: 14px;
	background: url(./zwischenseite.png) no-repeat -1px -190px;
}

* html #link span span {
	display: inline-block;
}

*:first-child+html #link span span {
	display: inline-block;
}

#link:hover span span {
	background-position: -41px -190px;
}

#logos {
	height: 111px;
	width: 550px;
	background: url(./zwischenseite.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.hr {
	display: block;
	height: 1px;
	background: url(./zwischenseite.png) repeat-x 0 -186px;
	width: 607px;
	margin: 10px auto;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

#footer {
	text-align: right;
	width: 607px;
	margin: 0 auto;
	font-size: 11px;
	color: rgb(99, 98, 83);
	line-height: 110%;
	margin-top: -3px;
}
