/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/


html {
	font-size: 100%; /*IE hack*/
	/*height: 100%;	margin-bottom: 1px;*/
	overflow: scroll;
	overflow-x: auto;
} 

body{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Console", Arial, Verdana;
	font-size: 0.75em;
	letter-spacing: 0.049em;
	line-height: 140%;
	line-height: 115%;
	color: #333;	
	background: #0d2531 url(../../resources/images/bg_body.jpg) top center no-repeat;
	height: 100%;
}

textarea{
	font-family: "Lucida Grande", "Lucida Console", Arial, Verdana;
}

*{
	outline: none;
}


/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#center{
	/*width: 100%;*/
	/*height: 100%;*/
	text-align: center;
}

#wrapper{
	margin: 0 auto;
	width: 1150px;
	text-align: left;
	
	padding: 10px 25px 100px 25px;
}

#page{
	text-align: left;
	
}

#header{
	height: 150px;
	border: 0px solid red;
	background: transparent;
	position: relative;	
}

#logo{
	position: absolute;
	top: -5px;
	left: 0px;	
}

#fw_date{
	position: absolute;
	top: 30px;
	left: 460px;
}


/*--------BANNER------------------------------------*/

#banner_header{
	position: absolute;
	top: 30px;
	right: 0px;
}

#banner_startseite{
	float: left;
	width: 470px;
	overflow: hidden;
	margin-right: 0px;
	padding-top: 18px;
	padding-left: 15px;
	display: none;
}

#content-header .werbung-banner{
	float: left;
	width: 470px;
	overflow: hidden;
	margin-right: 0px;
	padding-top: 18px;
	padding-left: 15px;
}

/*--------BANNER------------------------------------*/

#bread-crumb{
	color: #999;
	padding: 5px 0px 5px 10px;
	background: #000;
	font-size: 0.8em;
	display: none;
}

#bread-crumb a{
	color: #999;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------*/
/* FOOT PANEL*/
/*------------------------------------------------------------------------------------*/

#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 900; /*--Keeps the panel on top of all other elements--*/
	border: 0px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
	width: 100%;
	margin: 0 0;
	/*height: 75px;*/
	/*background: #000;*/
	text-align: center;
	background: transparent url(../../resources/images/bg_footerpanel.png) center bottom;
	padding: 0px 0px 5px  0px;
}

#footcenter{
	text-align: left;
	width: 1150px;
	margin: 0 auto;
	padding: 0px;
	/*background: url(../../resources/images/bg_footerpanel.jpg) 5px 0px no-repeat;*/
	border: 0px solid red;
	
}

* html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
        padding: 5px 0px 5px  0px;
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

.sponsors{
	/*background: url(../../resources/images/bg_footerpanel.jpg) 5px 0px no-repeat;*/
	border: 0px solid red;
	height: 100%;
	display: block;
	/*height: 75px;*/
	float: left;
	position: relative;
	border:0px solid red;
}

*html .pos1{
	width: 100px;
}

*html .pos2{
	width: 300px;
}
*html .pos3{
	width: 480px;
}

.sponsors ul {
	padding: 0; 
	margin: 15px 0px 5px 0px;
	float: left;
	width: 100%;
	list-style: none;
	border-top:0px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1em;
}
.sponsors ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}

.sponsors ul li a img{
	border: none;
}
.sponsors ul li a, .sponsor_logos a{
	padding: 5px;
	float: left;
	/*text-indent: -9999px;*/ /*--For text replacement - Shove text off of the page--*/
	/*height: 16px; width: 16px;*/
	text-decoration: none;
	/*color: #333;*/
	position: relative;
}

html .sponsors ul li a:hover{	/*background-color: #fff;*/ }
html .sponsors ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}


.sponsors a,  .sponsor_logos a {
	text-align: center;
}

.sponsors a .small, .sponsor_logos a .small {
	text-align: center;
	/*width: 70px;*/
	/*border: 1px solid red;*/
	background: url(../../resources/images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 0.9em;
	font-size: 0.8em;
	text-indent: 0;
	position: absolute;
}
.sponsors a:hover .small, .sponsor_logos a:hover .small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 40%;
	margin-left: -5em; /*--Center the tooltip--*/
	z-index: 9999;
	
}

.sponsors ul{
	display: block;
	float: left;
}

.sp_title{
	/*font-size: 9px;*/
	color: #CCC;
	position: absolute;
	left: 5px;
	top: 3px;
	display: block;
	float: left;
	
}
.sponsor_link img{
	/*height: 30px;*/
	height: 22px;
}

/*-----------------------------------*/

.sponsor_logos{
	
}

.sponsor_logos ul{
		
}


.sponsor_logos li, .sponsor_logos .title{
	display: block; 
	float: left;
}

.sponsor_logos .title{
	font-size: 9px;
	color: #CCC;	
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 10px;
	border-right: 1px solid #ccc;
	height: 22px;
}

.sponsor_logos li .small{
	/*display: none; */
}
.sponsor_logos li a{
	padding: 0px;
}

.sponsor_logos li a img{
	border: none; 
	margin: 0px 5px 0px 5px;
}


/*------------------------------------------------------------------------------------*/
/* SPECIAL FONTS */
/*------------------------------------------------------------------------------------*/

#sub-menu, #menu a, h1, h2{
	font-family: Impact;
	font-weight: normal;
}


/*------------------------------------------------------------------------------------*/
/* MENU */
/*------------------------------------------------------------------------------------*/

#menu{
	background-color: black;
	height: 60px;
	border: 0px solid red;
	padding-right:5px; 
	font-size: 1.65em;
	line-height: 1em;
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#main-menu, #special-menu, #extra-menu, #aaa-menu{
	border: 0px solid red;
	background: url(../../resources/images/bg_menu.jpg) top left no-repeat;
	height: 100%;
	float: left;
	
}

#main-menu ul, #special-menu ul, #extra-menu ul, #aaa-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 5px 5px 5px 3px;	
	
}

#main-menu li, #special-menu li, #extra-menu li, #aaa-menu li{
	display: block;
	float: left;
	margin-right: 0px;
	background: url(../../resources/images/bg_menu_li.png) 0px 3px no-repeat;
}

#main-menu li a, #special-menu li a, #extra-menu li a, #aaa-menu li a{
	color: #ffba00;
	text-decoration: none;
	
	text-decoration: none;
	padding: 10px 45px 10px 15px;
	
	height: 30px;
	background: none center right no-repeat;
	display: block;
	float: left;
	border: 0px solid red;
}

#main-menu li a:hover, #special-menu li a.active:hover, #extra-menu li a.active:hover, #aaa-menu li a.active:hover{
	text-decoration: none;
	color: #EEE;
}

#main-menu li a.active, #special-menu li a.active, #extra-menu li a.active, #aaa-menu li a.active {
	color: #d5031c;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------*/
/* SPECIAL MENU */
/*------------------------------------------------------------------------------------*/

#special-menu{
	background: url(../../resources/images/bg_menu_special.jpg) top left no-repeat;
	border: 0px solid red;
}



#special-menu li {
	background-image: none;	
}

#special-menu li a{
	color: #d5031c;
	padding: 10px 11px 10px 11px;
	border: 0px solid red;
	background-image: none;	
	
}

:root #special-menu li a {
	padding: 10px 11px 10px 13px;
	
}

#special-menu li a:hover, #special-menu li a.active:hover{
	text-decoration: none;
	color: #000;
}

#special-menu li a.active {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------*/
/* EXTRA MENU */
/*------------------------------------------------------------------------------------*/

#extra-menu{
	background: url(../../resources/images/bg_menu_extra.jpg) top left no-repeat;
	float: right;
}


#extra-menu li a{
	border: 0px solid white;
	padding: 10px 10px 10px 20px;
	color: #267598;
}

:root #extra-menu  li a {
	padding: 10px 12px 10px 20px;
}

#extra-menu li a:hover, #special-menu li a.active:hover{
	color: #000;
}

#extra-menu li a.active {
	color: #000;
}

/*------------------------------------------------------------------------------------*/
/* AAA MENU */
/*------------------------------------------------------------------------------------*/

#aaa-menu{
	background: url(../../resources/images/bg_menu_aaa.jpg) top center no-repeat;
	float: right;
	font-size: 1.2em;
	border: 0px solid red;
	
}


#aaa-menu li a{
	border: 0px solid white;
	padding: 10px 40px 10px 40px;
	color: #FFF;
}

#aaa-menu li a:hover, #special-menu li a.active:hover{
	color: #666;	
}

#aaa-menu li a.active {
	color: #FFF;	
}


/*------------------------------------------------------------------------------------*/
/* SUPERFISH MENU */
/*------------------------------------------------------------------------------------*/

.cufon_replace .sf-sub-indicator{
	display: none;
}

.sf-menu{
	
}

.sf-menu ul li a{
	display:		block;
	width:			92%;
	position:		relative;
	border-bottom:		1px dashed #000!important;
	/*padding:     		0px 0px 0px 0px!important;*/
	height: 		auto!important;
	font-size:		0.7em;
	font-weight: 		normal!important;
	background-color: 	#fac600!important;
	font-family:		Impact, "Lucida Grande","Lucida Console",Arial,Verdana!important;
	padding: 		.5em .6em .5em .5em!important;
}

#main-menu .sf-menu ul li a{
	background-color: 	#004155!important;
	border-bottom:		1px dashed #ffba00!important;
}

#menu .sf-menu ul, #menu .sf-menu ul li, #menu .sf-menu ul li a{
	margin: 0px!important;
	padding: 0px;
}	


/*------------------------------------------------------------------------------------*/
/* SUB MENU */
/*------------------------------------------------------------------------------------*/

#sub-menu{
	border: 0px solid red;
	padding: 0px;
	font-size: 1.5em;
	line-height: 1em;
}

#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#sub-menu li{
	/*display: inline;*/
}


#sub-menu li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 0px 8px 0px;
}

#sub-menu li li a{
	color: #CCC;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	line-height:0.9em;
	padding: 3px 0px 3px 0px;
}

#sub-menu li a:hover, #sub-menu li a.active {
	color: #666;
	text-decoration: none;
}



/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid yellow;
	position: absolute;
	right: 78px;
	
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;	
}

#serv-nav li{
	float: left;
	padding: 0px 0px 0px 0px;
	
}

#serv-nav li a{
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding: 0px 4px 0px 5px;
	
}

/*------------------------------------------------------------------------------------*/
/* RELEASE SWITCH */
/*------------------------------------------------------------------------------------*/

#release-switch{
	position: absolute;
	right: 0px;
	z-index: 999;
	display:none;
}

a.open{
	border: 0px solid red;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 0px 0px 15px;
	color: #fff;
	
	background-image: url(../../resources/images/bg_relswitch_n.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#switch ul, #switch li{
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
}

#switch{
	width: 126px; 
	border: 0px solid green;
	z-index: 999;
	background-color: #143d4f;
	
	position: absolute;
	top: 20px;
	left: -126px;
	
	border: 1px solid #143d4f;
	padding: 10px 0px 10px 0px;
	display: none;
}

#switch a{
	display: block;
	/*font-style: italic;*/
	padding: 3px 3px 3px 15px;
	color: #FFF;
	text-decoration: none;
	background: transparent url(../../resources/images/flags/de.png) center right no-repeat;
	margin-right: 10px;
	
}
#switch a.active{
	font-weight: bold;
}

#switch a:hover{
	text-decoration: underline;
}


#switch a#important{
	font-style: normal;
	font-weight: bold;
}

#switch a.selected{
	/*color: #ccc;
	text-decoration: underline;*/
	
	background-image: url(../../resources/images/release_selected.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	
}





/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	
	background-color: #000;
	color: #FFF;
	padding: 0px 0px 20px 0px;
	
}

#content-header{
	width: 853px;
	padding: 5px;
	border: 1px solid black;
	
}

#lc-column-holder{
	float: left;
}

#left-column{
	float: left;
	width:285px;
}

#center-column{
	float: left;
	width:575px;
}

#right-column{
	float: right;
	width:285px;
}



/*----------------------------*/

.cm-2-1{
	float: left;
	width: 250px;
}

.cm-2-2{
	float: left;
	margin-left: 10px;
	width: 250px;
}

/*----------------------------*/


/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	border: 0px solid green;
	background-color: black;
	padding: 10px;
	color: #666;
	display: none;
}

#footer-content{
	border: 0px solid red;
	float: left;
}


/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-size: 1.6em;
	line-height: 0.6em;
	padding: 0em 0em 0.2em 0em;	
	margin: 0em 0em 0.4em 0em;
	display: block;
}

h2{
	font-size: 1.4em;
	line-height: 0.9em;
	padding: 0em 0em 0.2em 0em;	
	margin: 0em 0em 0.2em 0em;
}

h3, h4, h5, h6{
	font-size: 1em;
	line-height: 1.2em;
	padding: 0em 0em 0.2em 0em;	
	margin: 0em 0em 0.2em 0em;
}

/*
a{
	text-decoration: none;
}
*/

a.avtext{
	text-decoration: underline;
}



/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.content-main{
	
}

.gallery img{
	
	
}

.gallery-item{
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	height: 78px;
	

}

.gallery-item-img{
	border: 1px solid white;
	width: 117px;
}



/*------------------------------------------------------------------------------------*/
/* SUCHE */
/*------------------------------------------------------------------------------------*/

#search_box{
	border: 0px solid red;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 0px;
	margin: 0px;
	
	display: none;
}
	

#search_box div{
	border: 0px solid yellow;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

#search_box form, #search_box form fieldset{
	padding: 0px;
	margin: 0px;	
}

#search_box form fieldset{
	border: none;
}

#search_box form legend{
	display: none;
}

#search_box form label{
	border: 0px solid green;
	display: none;
}

#search_box form input{
	border: none;
	padding: 1px 3px 1px 3px;
	margin: 0px;
	/*display: static;*/
}

#search_box form .button{
	font-size: 1em;
	margin: 0px 0px 1px 10px;
}

/*------------------------------------------------------------------------------------*/
/* BOXEN  */
/*------------------------------------------------------------------------------------*/


/*----------------------------------------------------*/

#center-column .content{padding: 30px 30px 60px 30px;
	/*min-height:760px;
	height: auto; !important
	height:760px;*/
	position: relative;
}
#center-column .top{	background: url(../../resources/images/box/main/top.jpg) top center no-repeat;}
#center-column .bottom{	background: url(../../resources/images/box/main/bottom.jpg) bottom center no-repeat;}
#center-column .bg{	background: url(../../resources/images/box/main/bg.jpg) top center repeat-y;}


/*----------------------------------------------------*/

.box1 .content{		padding: 30px; }
.box1 .top{		background: url(../../resources/images/box/1/top.png) top center no-repeat;}
.box1  .bottom{		background: url(../../resources/images/box/1/bottom.png) bottom center no-repeat;}
.box1 .bg{		background: url(../../resources/images/box/1/bg.jpg) top center repeat-y;}

/*----------------------------------------------------*/

.box2 .content{		padding: 30px; }
.box2 .top{		background: url(../../resources/images/box/2/top.jpg) top center no-repeat;}
.box2  .bottom{		background: url(../../resources/images/box/2/bottom.jpg) bottom center no-repeat;}
.box2 .bg{		background: url(../../resources/images/box/2/bg.jpg) top center repeat-y;}

/*----------------------------------------------------*/

.box3 .content{		padding: 30px; }
.box3 .top{		background: url(../../resources/images/box/3/top.jpg) top center no-repeat;}
.box3  .bottom{		background: url(../../resources/images/box/3/bottom.jpg) bottom center no-repeat;}
.box3 .bg{		background: url(../../resources/images/box/3/bg.jpg) top center repeat-y;}

/*----------------------------------------------------*/

.box4 .content{		padding: 30px; }
.box4 .top{		background: url(../../resources/images/box/4/top.jpg) top center no-repeat;}
.box4  .bottom{		background: url(../../resources/images/box/4/bottom.jpg) bottom center no-repeat;}
.box4 .bg{		background: url(../../resources/images/box/4/bg.jpg) top center repeat-y;}

/*----------------------------------------------------*/

.box5 .content{		padding: 30px; }
.box5 .top{		background: url(../../resources/images/box/5/top.jpg) top center no-repeat;}
.box5 .bottom{		background: url(../../resources/images/box/5/bottom.jpg) bottom center no-repeat;}
.box5 .bg{		background: url(../../resources/images/box/5/bg.jpg) top center repeat-y;}

/*----------------------------------------------------*/

.box-link{
	text-decoration: none;
	padding: 5px 2px 4px 2px;
	background-color: #00202a;
	display: block;
	text-align: center;
	width: 50%;
	margin-top: 5px;
}

.box4 .box-link{
	background-color: #111;
}

#center-column, .box1, .box2, .box3, .box4, .box5 {
	position: relative;
	border: 1px solid black;
}

.box-icon{
	position: absolute;
	right: -10px;
	right: -10px;
	top: -5px;
	float: right;
	border: 0px solid red;
	z-index: 50;
}

.box-icon img{
	
}

.box-headline{
	position: relative; z-index: 1;
}

.box-content{
	position: relative; z-index: 100;
}

.content h1{
	/*display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;*/
}

.content strong{
	text-transform: uppercase;
}


.content ul, .content ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

/*---YELLO-------------------------------------------------*/

.content h1, .box1 .content h1, .box2 .content h1, .box3 .content h1{
	/*yellow*/
	color: #ffba00;
	background: url(../../resources/images/box/yellow_ul.gif) bottom left repeat-x;
	
}

.content hr{
	border: 0px solid red;
	height: 3px;
	background: url(../../resources/images/box/yellow_ul.gif) bottom left repeat-x;
}

.content strong, .box1 .content strong, .box2 .content strong, .box3 .content strong{
	color: #ffba00;
}

.content em,.content a, h1, h2, h3, h4, h5, h6{
	color: #ffba00;
}



/*---RED-----------------------------------------------*/

.box4 .content h1{
	color: #d5031c;
	background: url(../../resources/images/box/red_ul.gif) bottom left repeat-x;
}
.box4 .content strong{
	color: #d5031c;
}

.box4 .content em,.box4 .content a, .box4 h2, .box4 h3, .box4 h4,.box4  h5,.box4  h6{
	color: #d5031c;
}

.box4  .multi-formular-form input, .box4 .multi-formular-form textarea, .box4 .multi-formular-form select{
	background-color: #000;
	color: #d5031c;
	border: 1px solid  #d5031c;
}


.box4 .multi-formular-form .img-button{
	background-image: url(../../resources/images/box/red_right.png);	
}
/*----------------------------------------------------*/


#content-header .box1, #content-header .box2, #content-header .box3, #content-header .box4, #content-header .box5{
	width: 285px;
	float: right;
	
}

#content-header .box1 h1, #content-header .box2 h1, #content-header .box3 h1, #content-header .box4 h1, #content-header .box5 h1{
	width: 70px;
	position: absolute;
	top: 0px;
	left: -80px;
	text-align: right;

}

#content-header .box1 .content , #content-header .box2 .content , #content-header .box3 .content , #content-header .box4 .content , #content-header .box5 .content {
	padding: 20px 12px 20px 90px; 
}

.socialboomark{
	margin-top: 30px;
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 50px;
}

/*------------------------------------------------------------------------------------*/
/* CAROUSEL */
/*------------------------------------------------------------------------------------*/



.carousel-container{
	
	height: 150px;
	overflow: hidden;
	background: #FF0000;
	position: relative;
	background: url(../../resources/images/bg_carousel.jpg) 0px 0px no-repeat;
	
}
.carousel-content{
	padding: 10px;
	
}

.carousel-content .jcarousel {
	border: 0px solid red;
	width: 780px;
	float: left;
	
	
}


.carousel-content .jcarousel li, .carousel-content .jcarousel li div{
	float: left;
	
}

.carousel-content .prev, .carousel-content .next{
	display: block;
	float: left;
	width: 20px;
	height: 70px;
	background: url(../../resources/images/cb_left.jpg) 0px 0px no-repeat;
	cursor: pointer;
	text-indent: -100px;
	overflow: hidden;
	margin: 30px 2px 0px 2px;
}

.carousel-content .next{
	background-image: url(../../resources/images/cb_right.jpg);
}


.carousel-item {
	width: 156px;
	background-image: url(../../resources/images/cb_shadow.jpg);
	
}

#jcGallery a{
	border: none;
	color: #fff;
}

#jcGallery .caption{
	font-size: 0.8em;
	
}
#jcGallery .caption p{
	margin: 5px 5px 5px 5px;
	paddin: 0px;
}
/*------------------------------------------------------------------------------------*/
/* SLIDER */
/*------------------------------------------------------------------------------------*/

.large-slider-container a{
	color: white;
}

.large-slider-container{
	position: relative;
	margin-bottom: 0px;
	
}

html .active div.large-slider-container {
	overflow: hidden!important;
	width: 860px; 
	height: 380px; 
}



#large-slider ul, #large-slider{
	border: 0px solid red;
	
}

#large-slider .overlay-image{
	display: block; 
	width: 150px; 
	height: 50px; 
	
	position: absolute;
	left: 10px; 
	z-index: 100; 
	border: 0px solid red;
	cursor: pointer;
	
}

#large-slider ul, #large-slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
}
	
#large-slider li, .large-slider-resize{ 
	height:380px;
	width:860px;
	overflow:hidden;
}
	
#large-slider{ 
	margin-left:0px;
}
	
#slider-controls{
	position: absolute;
	top: 0px;
	right: 0px;
}

.large-slider-container #prevBtn, .large-slider-container #nextBtn{ 
	display:block;
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 888;
}
	
.large-slider-container #nextBtn{ 
	/*left:701px;*/
	top: 10px;
	left: 828px;
}	
													
#prevBtn a, #nextBtn a{  
	display:block;
	float: left;
	width:22px;
	height:22px;
	background:url(../../resources/images/box/yellow_left.png) no-repeat 0 0;
	text-indent: -100px;	
	overflow: hidden;
}	

#nextBtn a{ 
	background:url(../../resources/images/box/yellow_right.png) no-repeat 0 0;	
}	
							




/*------------------------------------------------------------------------------------*/
/* NEWS */
/*------------------------------------------------------------------------------------*/

.news_item{
	margin-bottom: 20px;
}

.date_holder{
	text-align: right;
	background: url(../../resources/images/box/yellow_ul.gif) bottom left repeat-x;
	margin-top: 4px;
}

.left_col{
	width: 153px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border: 0px solid red;
	position: relative;
	
}

.news_item .left_col{
	text-align: right
}

.news_item .left_col img{
	width: 75px!important;
	height: 57px!important;
}

.left_col img{ 
	margin-top: 10px;
}

.left_col img, .avtext img, .alignable-content-image img, #textbild img{
	border: 1px solid #FFF!important;
}

.alignable-content-image{

}


.right_col{
	width: 330px;
	float: left;
	border: 0px solid yellow;
}

.page_top{
	margin: 0px 0px 20px 0px;
	border: 0px solid red;
}


.page_bottom{
	margin-top: 30px;
}



.jpaginate{
	font-size: 0.9em!important;
}
/*
.jPag-pages li a{
	font-size: 0.8em!important;
}
*/
.more_link{
	/*text-decoration: none;*/
}

.jPag-first, .jPag-last, .jPag-pages a , .jPag-pages span{
	background-color: transparent!important;
	color: white!important;
}
.jPag-sprevious, .jPag-snext{
	color: #999!important;

}

span.jPag-current, .jPag-pages a:hover, .jPag-first:hover, .jPag-last:hover {
	color: #FFBA00!important;
} 

/*-----------------------------------------------*/

*html .news_teaser{
	overflow: hidden!important;
	border: 0px solid red;	
}

.news_teaser ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#news-slider li, .news-slider-resize{
	border: none;
	width: 200px;
	height: 88px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0px solid red;
}

#news-slider li .ch{
	padding: 0px 10px 0px 0px;	
}

.news_teaser #prevNBtn a, .news_teaser #nextNBtn a, .news_teaser #rss-link{
	display:block;
	position: absolute;
	width:16px;
	height:16px;
	background:url(../../resources/images/news_button_left.gif) no-repeat 0 0;
	text-indent: -100px;	
	overflow: hidden;
	top : -28px;
	left: 55px;
}

.news_teaser #nextNBtn a{
	background:url(../../resources/images/news_button_right.gif) no-repeat 0 0;
	left: 75px;
}

.news_teaser #rss-link{
	background:url(../../resources/images/news_button_rss.gif) no-repeat 0 0;
	left: 95px;
	width: 65px;
}


#jpaginate{
	font-size: 0.9em;
}

/*------------------------------------------------------------------------------------*/
/* YOUTUBE LINK */
/*------------------------------------------------------------------------------------*/

.youtube_container{
	padding-bottom: 5px;
	width: 150px;
	/*height: 115px;*/
	border: 0px solid red; 
	display: block;
	
}

.youtubelink, .youtube_container{ 
	position: relative;
}

.youtubelink img, .youtubelink .overlay {
	width: 150px;
	height: 113px;
	z-index: 1;
}

.youtubelink .overlay{
	position: absolute;
	z-index: 10!important;
	top: 0px;
	left: 0px;
	/*background: transparent url(../../resources/images/youtube.png) top left no-repeat;*/
}



/*------------------------------------------------------------------------------------*/
/* MULTI FORMULAR */
/*------------------------------------------------------------------------------------*/

.multi-formular-form input, .multi-formular-form textarea, .multi-formular-form select{
	background-color: #000;
	color: #ffba00;
	border: 1px solid  #ffba00;
}

.multi-formular-form .radio, .multi-formular-form .checkbox{
	background-color: transparent;
	color: #ffba00;
	border: none;
}

.multi-formular-form td{

}

.multi-formular-form table{
	margin-bottom: 10px;
}

.multi-formular-form table.radio-table, .multi-formular-form table.checkbox-table{
	margin-bottom: 0px;
}

.multi-formular-button {
	font-weight: bold;
	color: #000!important;
	background-color: #ffba00!important;
	padding: 5px 5px 5px 5px;	
	cursor: pointer;
}

.multi-formular-form .img-button{
	background-color: transparent!important;
	background: transparent url(../../resources/images/box/yellow_right.png) top left no-repeat;
	text-indent: -500px;
	width: 22px;
	height: 22px;
	border: none!important;
	cursor: pointer;
}


/*------------------------------------------------------------------------------------*/
/* STARTSEITE */
/*------------------------------------------------------------------------------------*/

.startseite #footpanel{
	/*display: none;*/
}

.startseite #page-content{
	padding: 0px 0px 0px 0px;
}


.active #page-content{
	/*background-color: transparent!important;*/
}


.startseiten_teaser{
	border: 1px solid red;
	width: 360px;
	border: 0px solid red;
	float: right;
}

.startseiten_teaser .content{		padding: 20px 12px 20px 30px;  }
.startseiten_teaser .top{		background: url(../../resources/images/box/1start/top.jpg) top center no-repeat;}
.startseiten_teaser .bottom{		background: url(../../resources/images/box/1start/bottom.jpg) bottom center no-repeat;}
.startseiten_teaser .bg{		background: url(../../resources/images/box/1start/bg.jpg) top center repeat-y;}


.nl_q_rg{
	min-height:50px;
	height: auto; !important
	height:50px;
	border: 0px solid red;
}

/*------------------------------------------------------------------------------------*/
/* FAQ */
/*------------------------------------------------------------------------------------*/

.faq-container{

}

.faq-item{

}

a.faq-item-header{
	display: block;
	background: #0c2530;
	background: #ffda77;
	padding: 7px 5px 5px 5px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	color: #666;
}

a.faq-item-header:hover{
	color: #000;
}

a.selected{
	background: #ffba00;
	color: #000;
}

.faq-item-content{
	background: #027699;
	padding: 15px;
}

/*------------------------------------------------------------------------------------*/
/* MUSICTICKET TOP 5 */
/*------------------------------------------------------------------------------------*/

.api_musicticket, .api_musicnext{
	margin: 10px 0px 10px 0px;
}

.api_musicticket a, .api_musicnext a{
	text-decoration: none;
	font-weight: bold;
	color: white!important;
}

.api_musicticket a:hover, .api_musicnext a:hover{
	text-decoration: underline;
}

.api_musicticket li, .api_musicnext li{
	margin: 2px 0px 3px 0px;
}

.qTip .content{
	display: none;
}

.qTip_content h3{
	color: #D5031C;
}


.qtip{
 	z-index: 99999;
}

.qtip-tip{
	/*border: 1px solid red;*/
}
/*------------------------------------------------------------------------------------*/
/*  FACEBOOK */
/*------------------------------------------------------------------------------------*/



.FB_fan{
	
}

.FB_SERVER_IFRAME{
	border: 0px solid red!important;
	width: 225px!important;
	height: 270px!important;
}

.fan_box .connections_grid .grid_item{
	width: 20px!important;
}

.fan_box .connections_grid .grid_item a img{
	width: 20px!important;
	border: 1px solid red!important;
}

/*------------------------------------------------------------------------------------*/
/* MEGA MENU */
/*------------------------------------------------------------------------------------*/


#menu{
	position: relative;
}

#menu .MegaMenuContent{
	display: block;
	background-color: white;
	border: 0px solid red;
	position: absolute;
	z-index: 999; 
	padding: 10px 0px 10px 10px;
	margin: 47px 0px 0px 5px;
	display: none;
}


#menu .MegaMenuContent ul, #menu .MegaMenuContent li, #menu .MegaMenuContent a {
	padding: 0px!important;
	margin: 0px!important;
	height: auto!important
	display: block;
	clear: both;
	
}

#menu .MegaMenuContent a{
	border: 0px solid red;
	line-height: 0.9em;
	font-size: 0.63em;
	font-family: "Lucida Grande", "Lucida Console", Arial, Verdana;
	color: black;
	padding: 3px!important;
	display: block;
	height: auto!important;
	dsiplay: block;
	width: 100%;
	text-align: left;
}

#menu .MegaMenuContent a:hover{
	color: blue!important;
}


#menu .MegaMenuContent td, #menu .MegaMenuContent th{
	width: 150px!important;
	vertical-align: top;
	padding: 0px 15px 10px 0px;
}

#menu .MegaMenuContent th a{
	font-weight: bold!important;
	border-bottom: 1px solid #000; 
		
	
}

/*------------------------------------------------------------------------------------*/
/* UMFRAGFE und VOTING */
/*------------------------------------------------------------------------------------*/

.umfrage {
	padding: 0px;
}

.teilnehmer{
	fon-size: 10px;
	color: #666;
	padding: 0px 0px 5px 0px;
}

.error{
	color: red;
	font-weight: bold;
	padding: 3px;
}

.frage{
	margin-bottom: 10px;
}

.row{
	margin-bottom: 2px;
}

.submit{
	padding: 15px 0px 0px 0px;
}


.umfrage .more-link-container{
	margin: 10px 0px 0px 0px;
}


.umfrage .old_headline{
	margin:  20px 0px 10px 0px;
}


.weitere{
	padding:0px; 
	margin:0px!important; 
	list-style-type:none; 
	display:none;
}

.weitere li{
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #999;
}

.weitere li.last{
	border-bottom: 1px solid #999;
}
/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/






/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/






/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/






/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/





