html {
	background: url(../gfx/bgr.main_top.jpg) no-repeat center top;
}

body {
	background: url(../gfx/bgr.main_bottom.jpg) no-repeat center bottom;
}

input {
	background: #9c0100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 1px 5px;
	vertical-align: top;
}

textarea {
	background: #9c0100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 1px 5px;
}

button {
	background: none;
	cursor: pointer;
	color: #9c0100;
}

/********** BASE **********/

.Base {
	width: 814px;
	margin: 0 auto;
	min-height: 1000px;
}

/********** HEAD **********/

.Base .Head {
	background: url(../gfx/bgr.head.png) no-repeat top left white;
	height: 130px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 4px 0;
	position: relative;
}

.Base .Head .Logo {
	position: absolute;
	top: 35px;
	right: 15px;
}

.Base .Head .Menu {
	position: absolute;
	left: 20px;
	top: 33px;
	line-height: 30px;
}

.Base .Head .Menu a {
	font-size: 10px;
	margin: 0 13px 0 0;
	color: #707173;
	text-decoration: none;
}

.Base .Head .Menu a.Selected {
	color: #9b1219;
}

/********** BODY **********/

.Base .Body {
	background: url(../gfx/bgr.body.png) no-repeat top left white;
	border: 1px solid #d2d2d2;
	position: relative;
}

.Base .Body .Player {
	position: absolute;
	right: 50px;
	top: 10px;
}

.Base .Body .Menu {
	position: absolute;
	left: 12px;
	top: -25px;
	height: 24px;
}

.Base .Body .Menu a {
	background: url(../gfx/bgr.tab.png) no-repeat 0 -24px;
	float: left;
	padding: 0 0 0 3px;
	text-decoration: none;
}

.Base .Body .Menu a span {
	background: url(../gfx/bgr.tab.png) no-repeat 100% 0;
	line-height: 24px;
	width: 84px;
	height: 24px;
	display: block;
	padding: 0 10px 0 5px;
	text-align: center;
	text-transform: uppercase;
	color: #9b9b9b;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Base .Body .Menu a.Selected span {
	background: url(../gfx/bgr.tab.png) no-repeat 100% -48px;
	color: #ffffff;
}

.Base .Body .Content {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../gfx/bgr.content1.png);
	padding: 50px 60px 50px 275px;
}

.Base .Body .Content  .Headline {
	margin: 0 0 15px -40px;
}

.Base .Body .Content #map {
	position: absolute;
	top: 50px;
	right: 30px;
	height: 250px;
	width: 290px;
	border: 1px solid #D2D2D2;
}

/********** FOOT **********/

.Base .Foot {
}

.Base .Foot #ContactForm {
	border: 1px solid #d2d2d2;
	background: #ffffff;
	padding: 30px 160px;
	margin: 5px 0 0 0;
	display: block;
}

.Base .Foot .BoxList {
	position: relative;
}

.Base .Foot .BoxList .Title {
	height: 27px;
	line-height: 27px;
	padding: 0 13px;
	color: #990302;
	border: 1px solid #d2d2d2;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	background: #ffffff;
	font-size: 11px;
}

.Base .Foot .BoxList .Box {
	margin: 5px 0 0 11px;
	float: left;
	border: 1px solid #d2d2d2;
	background: #ffffff;
	width: 262px;
	height: 214px;
	position: relative;
}

.Base .Foot .BoxList .Box:first-child {
	margin-left: 0;
}

.Base .Foot .BoxList .Box .Image {
	display: block;
	border-bottom: 1px solid #d2d2d2;
}

.Base .Foot .BoxList .Box .Date {
	display: block;
	color: #929292;
	padding: 7px 13px 0 13px;
	font-size: 9px;
	line-height: 15px;
}

.Base .Foot .BoxList .Box .Headline {
	display: block;
	color: #990302;
	padding: 0 13px 0 13px;
	text-decoration: none;
	line-height: 17px;
}

.Base .Foot .BoxList .Box .Text {
	padding: 0 13px 10px 13px;
	display: block;
	color: #929292;
	line-height: 17px;
}

.Base .Foot .BoxList .Box .Text p {
	display: inline;
}

.Base .Foot .BoxList .Box .Text a {
	color: #929292;
}

.Base .Foot .BoxList .Box .DownloadLink {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	color: #990302;
	padding: 10px 23px 0 0;
	background: url(../gfx/ico.pdf.png) no-repeat bottom right;
	text-decoration: none;
	line-height: 10px;
}

.Base .Foot .BoxList .Ticket {
	position: absolute;
	top: -70px;
	right: -73px;
}

.Base .Foot .RowList {
	border: 1px solid #d2d2d2;
	background: #ffffff;
	padding: 0 40px;
	margin: 5px 0 0 0;
}

.Base .Foot .RowList .Row {
	padding: 17px 0 17px 282px;
	border-top: 1px dotted #d2d2d2;
	min-height: 106px;
	position: relative;
}

.Base .Foot .RowList .Reference {
	padding-left: 150px;
}

.Base .Foot .RowList .Full {
	border: 0;
}

.Base .Foot .RowList .Full .FullText {
	padding: 15px 0 0 0;
}

.Base .Foot .RowList .Row:first-child {
	border: 0;
}

.Base .Foot .RowList .Row .Image {
	position: absolute;
	top: 17px;
	left: 0;
}

.Base .Foot .RowList .Row .Image img {
	display: block;
}

.Base .Foot .RowList .Row .Description {
	display: none;
}

.Base .Foot .RowList .Full .Description {
	position: absolute;
	top: 137px;
	left: 0;
	width: 262px;
	color: #929292;
	font-size: 10px;
	display: block;
}

.Base .Foot .RowList .Full .NewsBild2 {
	position: absolute;
	top: 270px;
	left: 0;
}

.Base .Foot .RowList .Full .NewsBild3 {
	position: absolute;
	top: 540px;
	left: 0;
}

.Base .Foot .RowList .Row .Date {
	display: block;
	color: #929292;
	font-size: 9px;
}

.Base .Foot .RowList .Row .Headline {
	color: #990302;
	text-decoration: none;
}

.Base .Foot .RowList .Reference .Headline {
	display: block;
	font-size: 15px;
}

.Base .Foot .RowList .Row .Text {
	color: #929292;
}

.Base .Foot .RowList .Full .Text {
	display: none;
}

.Base .Foot .RowList .Row .Text a {
	color: #929292;
}

.Base .Foot .Pages {
	height: 27px;
	line-height: 27px;
	padding: 0 13px;
	color: #990302;
	border: 1px solid #d2d2d2;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	background: #ffffff;
	font-size: 11px;
	text-align: right;
}

.Base .Foot .Pages span {
	margin: 0 0 0 5px;
}

.Base .Foot .Pages a {
	text-decoration: none;
	margin: 0 0 0 5px;
	color: #929292;
}

