@charset "UTF-8";
/* CSS Document */
/* 
-------------------------------------------------------------
HTML ELEMENTE
-------------------------------------------------------------
*/
body {
	background:#ebebeb url(../images/bg_gradient.jpg) top left repeat-y;
	font-size:12px;
}

h1 {
	color:#333333;
	font-weight:bold;
	font-size:1em;
	min-height:2.2em;
}

h2 {
	color:#333333;
	font-weight:bold;
	font-size:0.9em;
	min-height:2.2em;
}

h3, h4, h5, h6 {
	color:#333333;
	font-weight:bold;
	font-size:0.9em;
}

a, a:active, a:visited { color:#c70000; text-decoration:none; }
a:hover { color:#c70000; text-decoration:underline; }

/* 
-------------------------------------------------------------
OVERALL CLASSES
-------------------------------------------------------------
*/
.clearer { clear:both; margin:0; padding:0; }
/* 
-------------------------------------------------------------
SITE WRAPPER
-------------------------------------------------------------
*/
#wrapper {
	background:url(../images/bg_player.jpg) top left no-repeat;	
	width:971px;
	color:#FFF;
	margin:0;
}
/* 
-------------------------------------------------------------
HEADER
-------------------------------------------------------------
*/
#header {
	margin:0;	
	background:url(../images/header_bg.png) top left no-repeat;
	height:310px;
	width:971px;
	position:relative;
}

#header #topNavi {
	position:absolute;
	right:0px;
	top:0px;
}

#header #topNavi .topNaviLeft {
	background:url(../images/topNavi_left.png) top left no-repeat;
	height:27px;
	width:16px;
	float:left;
}

#header #topNavi .topNaviMiddle {
	background:url(../images/topNavi_middle.png) top left repeat-x;
	height:27px;
	float:left;
}

#header #topNavi .topNaviMiddle ul {
	list-style:none;
}

#header #topNavi .topNaviMiddle ul li {
	float:left;
	margin:0 0 0 5px;
	color:#ad130f;
	font-weight:bold;
	padding:3px 5px 0 0;
	border-right:1px solid #fee69e;
}

#header #topNavi .topNaviMiddle ul li.last { border-right-width:0px; }

#header #topNavi .topNaviRight {
	background:url(../images/topNavi_right.png) top left no-repeat;
	height:27px;
	width:17px;
	float:left;
}
/* 
-------------------------------------------------------------
TITLE
-------------------------------------------------------------
*/
.title { 
	color:#000; 
	font-size:18px; 
	padding:10px 0 10px 5px;
	font-family:Verdana, Geneva, sans-serif; 
	font-weight:bold;
}
/* 
-------------------------------------------------------------
MAINNAVIGATION
-------------------------------------------------------------
*/
#mainnavi {
	margin:0;
	background:url(../images/navi_bg.png) top left no-repeat;
	width:971px;
	height:47px;
	position:relative;
}

#mainnavi .language {
	position:absolute;
	left:65px;
	top:-25px;
	color:#ad130f;
	font-weight:bold;
}

.naviStar {
	position:absolute;
	top:-8px;
	left:15px;
	z-index:1;
}

#mainnavi ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	left:53px;
	top:-1px;	
	color:#C70000;
	font-weight:bold;
}

#mainnavi ul li a,
#mainnavi ul li a:acitve,
#mainnavi ul li a:visited {
	color:#C70000;
	text-decoration:none;
}

#mainnavi ul li a:hover {
	color:#fff;
	text-decoration:none;
}

#mainnavi ul li { 
	float:left; 
	padding:13px 15px 16px 15px; 
	/*border-top:8px solid transparent;
	border-bottom:8px solid transparent;*/
	margin-left:0;
	background:url(../images/mainnavi_sep.jpg) right 9px no-repeat;
}

#mainnavi ul li.mainActive {
	/*border-top:8px solid #000;
	border-bottom:8px solid #fcbd00;*/
	color:#FFF;
	background-color:#c70000;
	font-weight:bold;
	background:url(../images/mainNaviActive_bg.jpg) top left repeat-x;
}

#mainnavi ul li.mainActive a,
#mainnavi ul li.mainActive a:active,
#mainnavi ul li.mainActive a:visited,
#mainnavi ul li.mainActive a:hover { 
	color:#fff;
	text-decoration:none;
}
/* 
-------------------------------------------------------------
CONTENT
-------------------------------------------------------------
*/
#content { width:971px; margin:0; position:relative; background:url(../images/content_bg.png) top left repeat-y; color:#000; padding-bottom:20px;}
/* 
-------------------------------------------------------------
TOPCONTENT
-------------------------------------------------------------
*/
.contenttop {
	background:url(../images/content_top_bg.png) top left no-repeat;
	margin:0;
	min-height:57px;
}
/* 
-------------------------------------------------------------
TOPCONTENT SUBNAVIGATION
-------------------------------------------------------------
*/
.contenttop .subnavi {
	width:230px;
	float:left;
	margin:0 0 0 44px;
}
/* 
-------------------------------------------------------------
TOPCONTENT SUBNAVIGATION START
-------------------------------------------------------------
*/
.contenttop .subnavi ul.subNaviStart {
	list-style:none;
	margin:50px 0 0 0;
}

.contenttop .subnavi ul.subNaviStart li {
	position:relative;
	margin:30px 10px;
	background:url(../images/subNaviStart_BG.png) top left no-repeat;
	color:#fcbd00;
	font-weight:bold;
	padding:0 20px;
}

.contenttop .subnavi ul.subNaviStart li a,
.contenttop .subnavi ul.subNaviStart li a:active,
.contenttop .subnavi ul.subNaviStart li a:visited,
.contenttop .subnavi ul.subNaviStart li a:hover {
	color:#fcbd00;
	text-decoration:none;
}

.contenttop .subnavi ul.subNaviStart li span.arrows {
	color:#000;
	font-size:14px;
	padding-right:8px;
}

.contenttop .subnavi ul.subNaviStart li img.naviStar {
	position:absolute;
	top:-20px;
	left:-39px;
	z-index:1;
}
/* 
-------------------------------------------------------------
TOPCONTENT SUBNAVIGATION SUBPAGES
-------------------------------------------------------------
*/
.contenttop .subnavi ul.subNaviSubp {
	list-style:none;
	margin:0 0 0 9px;
	border-top:1px solid #fee599;
	width:218px;
	overflow:hidden;
	background:#FFB100;
	padding:0;
}

.contenttop .subnavi ul.subNaviSubp a,
.contenttop .subnavi ul.subNaviSubp a:active,
.contenttop .subnavi ul.subNaviSubp a:visited,
.contenttop .subnavi ul.subNaviSubp a:hover { color:#fff; text-decoration:none; }

.contenttop .subnavi ul.subNaviSubp li {
	position:relative;
	margin:0;
	color:#fff;
	font-weight:bold;
	padding:3px 5px 3px 10px;
	border-bottom:1px solid #fee599;
}

.contenttop .subnavi ul.subNaviSubp li:hover { background-color:#ad130f; }

.contenttop .subnavi ul.subNaviSubp li.activeSub {
	background-color:#ad130f;
	padding-bottom:0;
	padding-right:0;
}

.contenttop .subnavi ul.subNaviSubp li ul {
	margin:5px 0 0 1px;
	padding:3px 0 0 7px;
	background-color:#FFB100;
	list-style:none;
	border-top:1px solid #fee599;
}

.contenttop .subnavi ul.subNaviSubp li ul li {
	border-bottom:1px solid #fee599;
	padding-left:5px;
}

.contenttop .subnavi ul.subNaviSubp li ul li.activeSub {
	padding-bottom:3px;	
}

.contenttop .subnavi ul.subNaviSubp li.lastSubNavi { border-bottom:none; }

.subNaviBottom { background:url(../images/subnavi_bg.png) bottom right no-repeat; width:218px; height:12px; margin:0 0 10px 9px; }

/* 
-------------------------------------------------------------
TOPCONTENT TEASER/FLASH 
-------------------------------------------------------------
*/
.contenttop .teaser {
	float:left;
	width:640px;
	padding:0 0 0 7px;
}

/* 
-------------------------------------------------------------
MAINCONTENT LEFT COLUMN
-------------------------------------------------------------
*/
.contentleft {	
	margin:0 0 0 44px;
	width:230px;
	float:left;
}

.contentleft .extraTop {
	background:url(../images/extraTop.png) top left no-repeat;	
	margin:0 0 0 4px;
	position:relative;
	height:7px;
}

.contentleft .extraContent {
	background:url(../images/extraContent.png) top left repeat-y;	
	margin:0 0 0 4px;
	padding:10px 0 0 0;
	zoom:1;
}

.contentleft .extraContent p {
	text-align:center;
	margin:0;
	padding:10px 0;
	zoom:1;
}

.contentleft .extraContent hr {
	border-bottom:1px dotted #ccc;
	border-right-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	width:180px;
}

.contentleft .extraBottom {
	background:url(../images/extraBottom.png) top left no-repeat;	
	margin:0 0 0 4px;
	position:relative;
	height:13px;
}
/* 
-------------------------------------------------------------
MAINCONTENT CENTER COLUMN
-------------------------------------------------------------
*/
.contentcenter {
	float:left;
	width:400px;
	margin:0;
	padding:0 7px 0 10px;
	border-right:1px dotted #ccc;
}

.noRightCol {
	float:left;
	width:600px;
	margin:0;
	padding:0 7px 0 10px;
	border-right:none;
}

.contentcenter h1 {
	background:url(../images/h1_bg.jpg) bottom right no-repeat;	
	padding:3px;
}
table.contenttable { width:100%; }
table.contenttable tr th,
table.contenttable tr td {
	padding:3px;
	text-align:left;
}

table.contenttable thead tr {
	background-color:#ffb100;
	text-align:left;
	border-bottom:2px solid #ffffff;
}

table.contenttable tr td {
	background-color:#eeeeee;
}

table.contenttable tbody tr {
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
}

/* 
-------------------------------------------------------------
MAINCONTENT RIGHT COLUMN
-------------------------------------------------------------
*/
.contentright {
	float:left;
	width:210px;
	margin:0;
	padding:0 10px 0 7px;
}

.contentright p { font-size:0.9em; }

.contentright h2 {
	background:url(../images/h2_bg.jpg) bottom left no-repeat;
	width:210px;	
	padding:3px;
}

.contentright h2.special {
	background:url(../images/h2_special_bg.jpg) bottom left no-repeat;
}

/* 
-------------------------------------------------------------
FOOTER
-------------------------------------------------------------
*/

#footer {
	width:971px;
	margin:0;
	background:url(../images/footer_bg.png) top left no-repeat;
	height:212px;
}

/* 
-------------------------------------------------------------
COUNTDOWN
-------------------------------------------------------------
*/
.hasCountdown {
	font-family:Verdana, Geneva, sans-serif;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	font-family:Verdana, Geneva, sans-serif;
}
.countdown_row {
	float:right;
	left:5px;
	position:relative;
	top:0;
}

.countdown_section {
	display: block;
	float: left;
	font-size:10px;
	text-align: right;
	margin:0 18px 0 0;
	font-weight:normal;
}
.countdown_amount {
	font-size:2em; 
	font-weight:bold;
}
.countdown_descr {
	display: block;
	float:left;
	left:-5px;
	position:relative;
	top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}

p.countdownlabel { margin:-5px 0 0 0; padding:0; }

#header #ticker {
	position:absolute;
	bottom:3px;
	left:447px;
	color:#000;
	font-weight:bold;
	font-size:1.4em;
	width:247px;
}

#header #ticker .days,
#header #ticker .hours,
#header #ticker .minutes,
#header #ticker .seconds {
	font-size:1.1em; 	
	font-family:Verdana, Geneva, sans-serif;
}

div.newsletterBox {
	padding:0 10px;	
}
div.newsletterBox label { font-size:0.9em; color:#333; }

div.newsletterBox .submitBt { margin-top:5px; }

/* 
-------------------------------------------------------------
Kontaktformular
-------------------------------------------------------------
*/
.csc-mailform-field { margin-bottom:15px; width:280px; }
.csc-mailform-field label {
	display:block;
	font-weight:bold;
} 

.csc-mailform-field #mailformIhre_EMailAdresse_wiederholen,
.csc-mailform-field #mailformIhre_EMailAdresse,
.csc-mailform-field textarea { width: 275px; }
.csc-mailform-field #mailformformtype_mail { float:right; }