@font-face {
	font-family: 'Abel Regular';
	src: url('Abel-Regular.eot');
	src: url('Abel-Regular.woff') format('woff'), url('Abel-Regular.ttf') format('truetype')
}

* {
	margin: 0px;
	padding: 0px;
}
			
body {
	font-family: 'Abel Regular', Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	background: #1d1d1d url('../img/bg.gif') repeat;
	background-attachment: fixed;
}

img {
	border: 0px transparent;
}

#page {
	text-align: left;
	width: 970px;
	padding-top: 20px;
}

#navi a {
	color: #d30000;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

a.logo {
	float: left;
}

#topnavi {
	color: #d30000;
	float: right;
	height: 60px;
}

#topnavi span.top {
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
}

#topnavi span.top a.active {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

#topnavi span.sub {
	line-height: 30px;
}

#topnavi span.sub a {
	font-size: 13px;
	margin-right: 0px;
}

#topnavi a {
	margin-right: 15px;
}

#topnavi a.last {
	margin-right: 0px;
}

#topnavi a.active {
	color: #ffffff;
}

#header, #gallery {
	clear: both;
	padding: 5px;
	background-color: #ffffff;
}

#header img {
	display: block;
}

div.text {
	margin-top: 10px;
	background-color: #ffffff;
	font-size: 16px;
	padding: 20px 20px 5px 20px;
	min-height: 375px;
	float: left;
	line-height: 20px;
}

div.text a, div.text span.highlight {
	color: #d30000;
	text-decoration: none;
}

div.text  h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

div.text p {
	margin: 14px 0 14px 0;
}

div.text p.small {
	font-size: 14px;
}

div.text span.upper {
	display: block;
	text-transform: uppercase;
}

div.content {
	width: 370px;
}

div.fullsize {
	width: 650px;
}

div.schedule {
	margin-left: 10px;
	width: 230px;
}

div.schedule span.date {
	color: #d30000;
	display: block;
}

div.teaser {
	margin: 10px 0 0 10px;
	position: relative;
	padding: 5px;
	cursor: pointer;
	background-color: #ffffff;
	float: left;
}

div.teaser img {
	display: block;
}

div.teaser span {
	padding: 3px 10px 3px 35px;
	position: absolute;
	left: 5px;
	top: 22px;
	color: #d30000;
	font-size: 18px;
	background-image: url('../img/teaser_hl_bg.png');
	text-transform: uppercase;
}

#footer {
	clear: both;
	padding: 10px 0 15px 0; 
}

#footer a {
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d30000;
	font-size: 16px;
}

#footer a.active {
	color: #ffffff;
}

#gallery {
	position: relative;
	width: 960px;
	height: 440px;
}

#gallery div.navi {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#galleryctrl img {
	position: absolute;
}

#thumbs {
	margin: 4px 0 0 694px;
}

div.thumb {
	padding: 5px;
	background-color: #ffffff;
	cursor: pointer;
	float: left;
	margin: 6px 0 0 6px;
}

div.thumb img {
	display: block;
}

div.error {
	color: #d30000;
	font-size: 14px;
}
