
.navtoggle.active .arrow_down 

/* PAGE LAYOUT */

body
{
    overflow-x: hidden;

}

.wrapper
{
    width: 480px;
    overflow: auto;
    margin: 0 auto 0 auto;
}

/*** CONTENT ***/

#content
{
    width: 100%;
    float: left;
}

.con
{
    float: left;
    width: 100%;
    margin: 12px 0 0 0;



    background-color: #fff;
}

.sectionArticle .con
{
  margin: 4px 0 0 0;
}

.con:first-child
{
    margin-top: 0;
}

.modCon
{
    width:100%;
    float: left;
    background-color: #fff;
}

.boxCon
{
    width: 100%;
    float: left;
}


/* TEASER LAYOUT */

.teaser
{
    width: auto;
    float: none;
   overflow: auto;
}


/* SECTION LAYOUT */

.section
{
    float: left;
    width: 100%;
    margin: 4px;
    padding: 0px;
  /*overflow: auto;*/
}

/*.sectionArticle
{
 
  background-color: #fff;

}*/


/* BOX LAYOUT */

.box
{
    margin: 0px;
    padding: 4px;
    float: left;
    /*overflow: auto;*/
}


/* MODULE LAYOUTS - SECTION A */

.sectionA
{
    width: 472px;
}

.sectionA .modA .box
{
    width: 464px;
}

.sectionA .modB .box
{
    width: 464px;
}

.sectionA .modC .box
{
    width: 464px;
}

.sectionA .modD .box
{
    width: 464px;
}

.sectionA .modE .box
{
    width: 464px;
}

.sectionA .modZ .box
{
    width: 464px;
}



/* MODULE LAYOUTS - SECTION B */

.sectionB
{
    width: 472px;
}

.sectionB .modA .box
{
    width: 464px;
}

.sectionB .modB .box
{
    width: 464px;
    
}

.sectionB .modC .box
{
    width: 464px;
}

.sectionB .modD .box
{
    width: 464px;
}

.sectionB .modE .box
{
    width: 464px;
}


/* MODULE LAYOUTS - SECTION C */


.sectionC
{
    width: 472px;
    
}

.sectionC .modA .box
{
	width: 464px;	
}

.sectionC .modB .box
{
    width: 464px;
}

.sectionC .modC .box
{
    width: 464px;
}

.sectionC .modD .box
{
    width: 464px;
}

.sectionC .modE .box
{
    width: 464px;
}

.sectionC .modZ .box
{
    width: 464px;
}



/* MODULE LAYOUTS - SECTION D */


.sectionD
{
    width: 472px;
}

.sectionD .modA .box
{
    width: 464px;
}

.sectionD .modB .box
{
    width: 228px;
}

.sectionD .modC .box
{
    width: 464px;
}

.sectionD .modD .box
{
    width: 228px;
}

.sectionD .modE .box
{
    width: 464px;
}

.sectionD .modZ .box
{
    width: 464px;
}




/* MODULE LAYOUTS - SECTION E */


.sectionE
{
    width: 472px;
}

.sectionE .modA .box
{
    width: 464px;
}

.sectionE .modB .box
{
    width: 228px;
}

.sectionE .modC .box
{
    width: 464px;
}

.sectionE .modD .box
{
    width: 228px;
}

.sectionE .modE .box
{
    width: 464px;
}

.sectionE .modZ .box
{
    width: 464px;
}



/* MODULE LAYOUTS - SECTION Z */


.sectionZ
{
    width: 472px;
}

.sectionZ .modA .box
{
    width: 464px;
}

.sectionZ .modB .box
{
    width: 464px;
}

.sectionZ .modC .box
{
    width: 464px;
}

.sectionZ .modD .box
{
    width: 464px;
}

.sectionZ .modE .box
{
    width: 464px;
}

.sectionZ .modZ .box
{
    width: 464px;
}






/* SLIDER MODULE LAYOUTS */

.modA.slidable .col
{

}

.modE.slidable .col
{

}


/* units (immer -0.03% wegen IE7) */

.unitA
{
    width: 100%;
    float: left;
}

.unitB
{
    width: 100%;
    float: left;
}

.unitC
{
    width: 100%;
    float: left;
}

.unitD
{
    width: 100%;
    float: left;
}

.unitE
{
    width: 100%;
    float: left;
}


.unitX
{
    width:  100%;
    float: left;
}


.unitY
{
    width:  100%;
    float: left;
}

.unitZ
{
    width:  100%;
    float: left;
}

/*.childA * *,
.childB * *,
.childC * *,
.childD * *,
.childE * *,
.childZ * *
{
    width: auto;
    float: none;
} */


/* INITIAL SLIDER COLCON-WIDTH */

.mod .slider
{
    width: 200000px;
}

/* GENERAL */

img
{
    display: block;
}
/* MASTERNAVI */

.masternavi .wrapper, .masternavi .section, #header .wrapper , #header .section
{
    overflow: visible;
}


.masternavi .section
{
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
}

#header .wrapper .section
{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}


.masternavi .navi
{
    position: relative;
    width: 100%;
    float: left;
}

.masternavi .menueToggle
{
    float: left;
    height: 32px;
    margin: 0;
    padding: 6px 20px 0 0;
    background-color: #fff;
	width: 140px;
	display: block;
}

.masternavi .menueToggle a
{
    float: left;
    padding: 4px 0 4px 8px;
    color: #001a4b;
}

.masternavi .menueToggle.collapsed
{
    background-color: transparent;
}

.masternavi .menueToggle.collapsed a
{
    color: #fff;
}


#header .collapseArrow
{
    margin-top: 6px;
    margin-right: 4px;
    background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat scroll 0px -20px transparent;
    }

#header .collapsed .collapseArrow
{
    background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat scroll 0px -40px transparent;
}

.masternavi .wrapper
{
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.masternavi
{
    float: left;
    height: 35px;
}

.mnHolder
{
    width: 472px;
	margin: 0 auto 0 auto;
	position: relative;
}



.masternavi ul
{
    position: absolute;
    background-color: #fff;
    top: 34px;
    left: 0px;
    width: 161px;
    padding-top: 8px;
    z-index: 5000;
    -moz-box-shadow:    0px 20px 25px -5px #000;
    -webkit-box-shadow: 0px 20px 25px -5px #000;
    box-shadow:         0px 20px 25px -5px #000;
}

.masternavi li
{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background: none;
    border-bottom: 1px solid #e9ebef;
}

.masternavi li.active
{
    background-color: #e9ebef;
}


.masternavi ul li a
{
    float: left;
    width: 96%;
    color: #001a4b;
    padding: 4px 0 4px 4%;
	height: auto;
}

.masternavi ul li.active
{
    padding: 4px 0 4px 4%;
    width: 96%;
    border-bottom: 1px solid #e9ebef;
    background: #e9ebef;
}

.masternavi ul li.active a
{
    padding: 0 0 0 0;
    width: 100%;
    border-bottom: 0;
}


.masternavi ul li a:hover,
.masternavi ul li a:focus,
.masternavi ul li a:active
{
    color: #001a4b;
    background: #e9ebef;
    border-bottom: 1px;
    padding: 4px 0 4px 4%;

}


.masternavi .tv,
.masternavi .radio,
.masternavi .ardmt
{
    font-weight: bold;
}

.masternavi .tv
{
    margin-top: 28px;
    border-top: 1px solid #ddd;
}

.masternavi .ardlogo a:hover{
}



/* HEADER */


#header
{
    float: left;
    width: 100%;
}

#header .section
{
    background-color: transparent;
}


.collapseArrowSmall
{
    float:right;
    width: 20px;
    height: 15px;
    margin-top: 4px;
    background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat scroll 0px -15px transparent;
}

.collapsed .collapseArrowSmall
{
    background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat scroll 0px 0px transparent;
}
    
 #header .logo
{
    float: left;
    width: 55%;
    background: url("../images/daserste_logo_small.png") no-repeat scroll 0 0 transparent;
    position: relative;
    height: 58px;
}
 

#header .searchBox
{
    left: 160px;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    
}

#header .searchToggle
{
    float: right;
    padding: 0 4px 0 0;
    width: 55px;
    height: 34px;
    border-right: 1px solid #b2c2de;
    border-left: 1px solid #b2c2de;
    border-bottom: solid 1px #fff;
	

background: #fff url('/resources/img/base/icon/lupe_searchtoggle.png') no-repeat 0px 0px;

}



#header .searchToggle.collapsed
{
    border-bottom: none;

background: url('/resources/img/base/icon/lupe_searchtoggle.png') no-repeat 0px -34px;

}

#header .searchToggle img
{
    height: 25px;
    display: none;
    padding: 4px 4px 3px 8px;
}



#header .searchForm
{
    background-color: #FFFFFF;
    height: 28px;
    left: -152px;
    padding: 6px 0;
    position: absolute;
    top: 34px;
    width: 222px;
    z-index: 100;
    -moz-box-shadow:    0px 20px 25px -5px #000;
    -webkit-box-shadow: 0px 20px 25px -5px #000;
    box-shadow:         0px 20px 25px -5px #000;
}

#header .searchInput
{
    border: 1px solid #DDDDDD;
    float: left;
    height: 25px;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    width: 175px;
    font-size: 0.85em;
    color: #516384;
}

#header .searchInput.active
{
    color: #000;
}

#header .searchSubmit
{
    float: left;
    width: 30px;
    padding: 0;
    margin: 0 0 0 2px;
}



#header .searchSubmit input
{
    float: right;
    width: 100%;
}

#header .subnavi .menueToggle
{   background:#32eff1;
    background: linear-gradient(to bottom, #32eff1 0px, #22b3b6 101%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    color: #262626;
    height: 32px;
    padding: 0 0 0 0;
    float: left;
    width: 85px;
	font-weight: bold;
	display: block;
}

#header .subnavi .menueToggle a
{
    padding: 8px 0 4px 6px;
    float: left;
    width: 50px;
    color: #001a4b;
}

.subnavi .ressorts .collapsed a
{
	color: #001a4b;
}


#header .subnavi .menueToggle.collapsed a
{
    color: #262626;
}

.subnavi
{
    float: right;
    margin: 10px 0px 0 0;
    position: relative;
    width: auto;
    z-index: 100;
}


.subnavi .ressorts
{
    background-color: #FFFFFF;
    left: -143px;
    padding: 0 4px 4px 4px;
    position: absolute;
    top: 32px;
    width: 220px;
    -moz-box-shadow:    0px 20px 25px -5px #000;
    -webkit-box-shadow: 0px 20px 25px -5px #000;
    box-shadow:         0px 20px 25px -5px #000;
}

.subnavi .ressorts li {
    border-bottom: 1px solid #D9E2EB;
    float: left;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
}

.subnavi .ressorts span {
    color: #001A4B;
    float: left;
    padding: 0;
    width: 100%;
}

.subnavi .ressorts li a {
    color:#001A4B;
    display: block;
    float: left;
    padding: 4px 3%;
    text-align: left;
    width: 94%;
}

.subnavi ul.ressorts li:hover, 
.subnavi ul.ressorts li:active,
.subnavi ul.ressorts li:focus 
{
   background: #DBE0EA;
}



#header .ressorts .hasArrow.collapsed .collapseArrow{
    background: url("/resources/img/base/icon/arrow_collapsible.png") no-repeat scroll 0 0 transparent;
    margin-right: 4px;
    margin-top: 6px;
     position: absolute;
    right: 0;
    top: 0;
    

}

#header li .hasArrow.focus{
	
	background-color: #DBE0EA;

}


.subnavi .subressorts
{
    width: 100%;
    float: left;
    background-color: #eee;
}

.subnavi .subressorts li
{
    border-bottom: 2px solid #ddd;
}

.subnavi .subsubressorts
{
    display: none;
    width: 100%;
    float: left;
    background-color: #ddd;
}


.subnavi .subsubressorts li
{
    border-bottom: 2px solid #eee;
}
/**** GRID ****/
#footer
{
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #001A4B;
    font-size: 1em;
}

#footer .wrapper
{
    width: 100%;
}

#footer .section
{
    margin: 0;
    width: 100%;
    padding-bottom: 4px;
}

#footer .unitD
{
    width: 100%;
}

#footer .unitD ul
{
   float: left;
   padding: 0 2% 15px;
   width: 96%;
}

#footer a
{
    color: #FFFFFF;
    padding: 3px 6px 3px 6px;

}


#footer a:hover, 
#footer a:active,
#footer a:focus

{
background: #234179;
}

#footer li
{
    float: left;
    margin: 0 8px 8px 0;
    font-size: 0.9em;
}


#footer .unitD h3
{
    color: #FFFFFF;
    border-top: #4E75A0 1px solid;
    padding: 12px 2% 10px 2%;
    width: 95.97%;
    font-size: 1em;
}


#footer .unitD:first-child h3
{
	border-top: none;
}

#footer h3:hover
{
	color: #e9ebef;
}

#footer .foot {
    border-top: 1px solid #4E75A0;
    float: left;
    margin: 0;
    padding: 20px 2% 0 2%;
    width: 96%;
}


#footer .help
{
    float: left;
    clear: left;
    width: 100%;
}


#footer .logo
{
    float: left;
    clear: left;
    width: 100%;
    padding: 0;
}

#footer .logo img
{
    margin-bottom: 6px;
    float: right;
}

#footer .copy
{
    color: #FFFFFF;
    font-size: 0.9em;
    text-align: right;
    width: 100%;
}


#footer .collapseArrow
{
    margin-top: 14px;
    margin-right: 2%;
	background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat 0 -60px;
}

#footer .collapsed .collapseArrow
{
	background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat 0 -40px;
}



/************ PAGE-DESIGN  ************/

.conHeadline, 
.sectionB .conHeadline,
.sectionC .conHeadline,
.sectionZ .conHeadline 
{
	font-size: 1.35em;		
    margin: 5px 0 5px 0;
    width: 97.5%;
    padding: 0 1.25% 4px 1.25%;
	float: left;
    color: #001a4b;
    font-weight: normal;
    text-indent: 0;
}

.collapseArrow
{
    margin: 6px 4px 0 0;
}

.collapsed .collapseArrow
{
    margin: 6px 4px 0 0;
}

.button a
{
    float: left;
}

/*
a:focus, input:focus, select:focus{
    outline: #ff6400 solid 2px;
    outline-offset: -2px;
}
*/


/************ MODULE-DESIGN: DEFAULT  ************/

.mod
{
	width: 100%;
	float: left;
	font-size: 90%;

    position: relative;
    line-height: 140%;
}

.mod .teaser
{
    float: left;
    width: 100%;
}

.sectionArticle .modComments .teaser {
   
    margin:0;

}

.modConComments h2.headline {
	margin-left: 0;
	margin-right: 0;
	
	
}

.mod.modA .teaser
{
	width: 464px;
	width: 100%;
}


.mod  .teaserHeadline
{
    margin: 0 0 8px 0;
    width: auto;
    float: none;
}

.mod .ressort
{
    margin: -4px 0 8px -4px;
    padding: 2px 4px 2px 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	float: left;
}

.mod .mediaCon
{
    margin: 0 1% 8px 0;
    width: 39%;
    float: left;
}

/* Ausnahme fuer nebeneinander stehende B-Container in Z */
.sectionZ .modB .mediaCon
{
    margin: 0 1% 8px 0;
    width: 100%;
    width: 39%;
    float: left;
}

.mod  .portrait .mediaCon
{
    width: 50%;
    float: none;
    overflow: auto;
    margin-left:  auto;
    margin-right: auto;
}

.mod .media
{
    width: 100%;
    float: left;
    position: relative;
}

.mod .mediaB
{
    width: 48%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.mod .mediaC
{
    width: 31.333%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.mod .mediaD
{
    width: 23%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.mod .mediaLink{
	width: 100%;
	float: left;
}

.mod  .mediaCon .img
{
	float: left;
	/*width: 39%;*/
}

.mod .icon
{
    left: 0;
    bottom: 0;
    position: absolute;
}

.mod .icon img
{
    width: 100%;
}

.mod .marke
{ 
	float: right;
    margin-right: 8px;
    margin-top: -80px;
}


.mod  .dachzeile
{ 
	  margin: 0 0 4px;
	width: 100%;
	float: left;
	font-size: 1em;
	float: none;
	width: auto;
	
	
}

.mod  .headline
{	
	margin: 0 0 8px 0;	
	width: 100%;
	float: left;
	font-size: 1.15em;

	float: none;
	width: auto;
}

.mod .subtitle
{
    width: 100%;
    float: left;
}

.mod  .teasertext
{ 
	margin: 0 0 8px 0;
	width: 100%;
	float: left;
}

.mod .teasertext.colCnt2
{
	column-count: 2;
    column-gap: 15px;
	column-rule-color: #A3B5C1;
    column-rule-style: solid;
    column-rule-width: 1px;
	
	-moz-column-count: 2;
    -moz-column-gap: 15px;
    -moz-column-rule-color: #A3B5C1;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
    -webkit-column-rule-color: #A3B5C1;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
}

.mod .linklist
{
	float: left;
	margin: 0 0 8px 0;
	width: 100%;	
}

.mod .linklist .more
{
	clear: both;
	margin: 0 0 6px 0;
	width: 100%;	
}

.mod .linklist .more strong
{ 
	font-weight: bold;
}

.mod .linklist .list
{ 
	width: 100%;
	float: left;
	border-top: 1px solid #9dadc7;
}


.mod .linklist .list li a
{ 
	padding: 4px 0 4px 0;
}

.mod .linklist .list li a:hover, 
.mod .linklist .list li a:focus, 
.mod .linklist .list li a:active
{ 

}





/* @group controls */

/************ MODULE-CONTROLS: SLIDER/PAGING ************/


/* 
controls.sliding = normale Slider 
controls.paging = mit Seitennavigation
controls.buttonfield = Buttons mit Beschriftung 
*/

/* Regulaere Slider Controls */

.mod .controls
{
}

/* Holder fuer Buttons (Pfeile und Beschriftung) in den Controls */

.mod .controls .buttons
{
}

/* zurueck-Button in den Slider Controls */

.mod .controls .prev, 
.mod .controls .next
{ 
	min-width: 48px;
}


/* Aktiver zurueck_button */
.mod .controls.sliding .prev.active
{
    background: url('/resources/img/base/icon/arrow_slider.png') no-repeat center -100px; 
}

/* hover zurueck_button */
.mod .controls.sliding .prev.active:hover
{
	background: url('/resources/img/base/icon/arrow_slider.png') no-repeat center -300px; 
}

/* Passiver Weiter_button */
.mod .controls.sliding .next
{
	background: url('/resources/img/base/icon/arrow_slider.png') no-repeat center -500px;
	float: right;
    margin-right: 0;
}

/* Aktiver next_button */
.mod .controls.sliding .next.active
{
    background: url('/resources/img/base/icon/arrow_slider.png') no-repeat center 0px;
 }

/* hover next_button */ 
.mod .controls.sliding .next.active:hover
{
    background: url('/resources/img/base/icon/arrow_slider.png') no-repeat center -200px;
 }


/* Controls fuer Buttons */

/* hover spezialfall fuer beschriftetete Buttons */ 

.mod .controls.buttonfield
{    
	width: 100%;
    background: none;
}

.mod .controls.buttonfield a.prev,
.mod .controls.buttonfield a.next
{
	font-size: 0.9em;
}

/* zurueck-Button in den beschrifteteten Buttons */

.mod .controls.buttonfield a.prev
{    
}

/* vorwaerts-Button in den beschrifteteten Buttons */
.mod .controls.buttonfield a.next
{    
}

.mod .controls.buttonfield a.next:hover,
.mod .controls.buttonfield a.prev:hover
{

}


/* Labels sind in den Controls die Seiten oder Umschalter */

.mod .controls .labels
{
}




.mod .controls .labels .entry
{
    margin: 0 2px 0 0;
    float: left;
    cursor: pointer;
}

.mod .controls.sliding .labels .entry
{
    width: 12px;
    height: 9px;

 }

.mod .controls.paging .labels .entry
{
    padding: 0;
}

.mod .controls.paging .labels .entry a
{
    padding: 6px 8px 6px 8px;
    display: block;
    
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mod .controls .labels .entry:hover
{
    background-color: #fff;
}

.mod .controls .labels .entry.active
{
    background-color: #fff;
}

/* Verwendung unklar */
.mod .controls .info
{
    float: left;
    margin: 8px 0 0 25px;
}





/* @end */
/************ MODULE-DESIGN: MINI  ************/


.modConStage .modMini .active
{ }

.modConStage .modMini .box
{
    background: none;
    
}

.modMini .mediaCon
{
	width: 39%;
	float: left;
	margin: 0 1%  4px 0;

}


.modConStage .modMini .mediaCon
{
	width: 49%;
	float: left;
	margin: 0 1%  4px 0;

}



.modMini .marke
{ 
    display: none;
}

.modMini  .dachzeile
{ 
	width: auto;
	float: none;
}

.modMini   .headline
{
	width: auto;
	float: none;
}

.mod h4.headline {
    clear: none;
    font-size: 1.2em;
}

.modMini  .teasertext
{
    display: none;
}

.modMini .linklist
{
    display: none;
}

/* Hintergrund fuer aktiven Mini-Slider der Stage */

.modMini .box.active, .modMini .box:hover

	{
	background: none;	
	}
	
.modMini .box.active a, 
.modMini .box:hover, 
.modMini .box:hover a
	{
	background: none;
	color: inherit;
	}



/************ MODULE-DESIGN: SLIDER  ************/

.modMini .controls
{

}

/************  MODULE-DESIGN: CAPTCHA  ************/

.check_text label {
	margin: 0 0 1em 1.8em;
	}
	
/************  MODULE-DESIGN: STAGE  ************/


.modPicture
{

}

.modC.modPicture .box,
.modD.modPicture .box,
.modE.modPicture .box
{
	width: 228px;
	float: left;
}

.modPicture .ressort
{		
	display:none;
}

.modPicture  .mediaCon
{	
	width: 100%;
}


.modPicture .dachzeile
{ 
	display:none;
}

.modPicture .headline
{ 
	display:none;
}

.modPicture  .teasertext
{ 
	display:none;
}

.modPicture .linklist
{ 
	display:none;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modPicture .controls
{

}
/************  MODULE-DESIGN: STAGE  ************/

.modConStage .modStage
{
  display: none;
}

.modConStage .modStage.hasPlayer
{
  display: block;
}


.modStage  .mediaCon
{
  width: 100%;
}



/************ MODULE-DESIGN: SLIDER  ************/

.modStage .controls
{

}
/************  MODULE-DESIGN: PREMIUM  ************/

.modPremium
{

}

.modPremium  .mediaCon
{ 
	width: 49%;
	float: left;
	margin: 0 1% 8px 0;
}

.modPremium .dachzeile
{ 	
	width: auto;
	float: none;
}

.modPremium .headline
{
	width: auto;
	float: none;
	
}

.modPremium h4.headline
{
	font-size: 1.35em;	
}

/************ MODULE-DESIGN: SLIDER  ************/

.modPremium .controls
{

}
/************  MODULE-DESIGN: STAGE  ************/


.modClassic
{

}


.modClassic  .mediaCon
{
	/*width: 39%;*/
	float: left;
	margin: 0 1% 6px 0;
}

.modClassic .dachzeile
{
    width: auto;
    float: none;

}

.modClassic .headline
{
    width: auto;
    float: none;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modClassic .controls
{

}
/************  MODULE-DESIGN: STAGE  ************/


.modHeadline
{

}

.modHeadline .dachzeile
{ 

}

.modHeadline .linklist
{ 
	display: block;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modHeadline .controls
{

}
/************  MODULE-DESIGN: STAGE  ************/


.modParagraph
{

}

.modParagraph .mediaCon
{
    float: none;
    margin: 4px 0;
    overflow: auto;
    width: auto;
    
}

.modParagraph .mediaCon.small
{
    margin-left: 4%;
    margin-right: 4%;
}

.modParagraph .media
{
    width: 98%;
    margin-bottom: 4px;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.modParagraph .mediaA
{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.modParagraph .small .mediaA
{
    width: 98%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.modParagraph .mediaB
{
    width: 48%;
}

.modParagraph .mediaC
{
    width: 31.33%;
}

.modParagraph .mediaD
{
    width: 23%;
}

.modParagraph .mediaInfo
{
    width: 100%;
}

.modParagraph .mediaRight
{	
   float: right;
   clear: right;
}

.modParagraph .mediaLeft
{
    float: left;
    clear: left;
	margin-right: 4%;
}


.modParagraph .small.mediaRight
{	
   float: right;
   clear: right;
   margin-left: 10px;
   margin-right: 5%;
}

.modParagraph .small.mediaLeft
{
	 clear: left;
    float: left;
   
}

.modParagraph .mediaCon.mediaLeft.small .mediaA, 
.modParagraph .mediaCon.mediaLeft.small .mediaA, 
.modParagraph .mediaCon.mediaRight.small .mediaA, 
.modParagraph .mediaCon.mediaRight.small .mediaA

{
	width: 256px;
	margin: 0;
}

.modParagraph .mediaCon.mediaLeft.small .mediaA.portrait, 
.modParagraph .mediaCon.mediaLeft.small .mediaA.portrait, 
.modParagraph .mediaCon.mediaRight.small .mediaA.portrait, 
.modParagraph .mediaCon.mediaRight.small .mediaA.portrait
{
	width: 200px;
	margin: 0;
}

.modParagraph .dachzeile
{
    width: auto;
    float: none;
    margin-left: 4%;
    margin-right: 4%;
}

.modParagraph .headline
{
    width: auto;
    float: none;
}

/* Einzug fuer Headlines im Beitrag */
.modParagraph h2.headline
{
    width: auto;
    float: none;
      margin: 0 0 4px;
    font-size: 1.5em;
}

.modParagraph .subtitle
{
    width: auto;
    float: none;
}

.modParagraph  .einleitung
{
    margin: 0 0 8px 0;
    width: auto;
    float: none;
    font-weight: bold;
}

.modParagraph  .text
{
    margin: 0 0 8px 0;
    width: auto;
    float: none;
}

.modParagraph  .autor
{
    font-style: italic;
    margin: 0 0 8px 0;
    width: auto;
    float: none;
}

.modParagraph .small, .soforumContainer, .modParagraph .box.poll
{
     /*margin: 0 0 4px;*/
       margin-left:4%;
  margin-right: 4%;
}

.modParagraph .infokasten, .modParagraph .infokasten.small.boxB  {	
	
	width: 86%;
	
}

.sectionZ .modParagraph .articlePageList
{
    margin: 6px 5% 10px 4%;
    width: 90%;

}


.sectionZ .modParagraph .controls.buttonfield
{
    margin: 6px 0 10px 0;
    width: 100%;
    background: #e9e9e9;
}




/************  MODULE-DESIGN: STAGE  ************/


.modTeaseronly
{

}

.modTeaseronly  .mediaCon
{	
	/*width: 39%;*/
	float: left;
	margin: 0 1%  4px 0;
}


.modTeaseronly .dachzeile
{ 
	float: none;
	width: auto;
}

.modTeaseronly .headline
{ 
	float: none;
	width: auto;
}

.modTeaseronly .linklist
{ 
	display:none;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modTeaseronly .controls
{

}
/************  MODULE-DESIGN: STAGE  ************/


.modList
{

}

.modList .teaser
{
    padding-top: 8px;

}


.modList  .mediaCon
{
    width: 25%;
    margin-top: 8px;
}

.modList  .mediaCon .img
{
    width: 100%;
}


.modList .dachzeile
{ 
	width: 74%;
    float: right;
    font-size: 0.9em;
    margin-bottom: 4px;
}

.modList .headline
{
    width: 74%;
    float: right;
    margin-bottom: 4px;
}

.modList  .teasertext
{
    width: 74%;
    float: right;
    margin-bottom: 4px;
}

.modList .linklist
{
    width: 74%;
    float: right;
    margin-bottom: 0px;
}

.modList .linklist .list
{
    border-top: none;
}

.modList .linklist .list li
{
    border-bottom: none;
    padding: 4px 0 0;
}

.modList .linklist .list li a
{
    color: #516384;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modList .controls
{

}



/*Teasergruppe als Linkliste ausgespielt*/
.mod.modCompact .linklist ul.list li a {
    display: inline-block !important;
}
/************ MODULE-DESIGN: DEFAULT  ************/

.mod.modSocialbar
{
}


.modSocialbar .likeCon
{
    width: 340px;
	margin: 0 2px 2px 0;
	height: 34px;

}


.modSocialbar .likeCon iframe
{
    width: 120px;
	margin: 6px 8px 6px 0;
}

.modSocialbar .like
{
    float: left;
    padding: 0 40px 0 0;
    width: 300px;
}

.modSocialbar .agreement
 {

    position: absolute;
    top: 34px;
    width: 330px;
    z-index: 5000;
    padding: 8px 5px 8px 5px;
 }

.modSocialbar .likes
{
    float: left;
    margin: 0 0 0 0;
    width: 130px;
}

.modSocialbar .likes > *
{
}

.modSocialbar .share
{
    width: 130px;
}

/*
.modSocialbar .shares
{
    padding: 5px;
    position: absolute;
    top: 32px;
    width: 120px;
    z-index: 5000;
}
*/

.modSocialbar .shares li:last-child
{

}


.modSocialbar .like .fb, 
.modSocialbar .like .twitter,
.modSocialbar .like .google
{
}

.modSocialbar .shares li a
{
	display: block;
    float: left;
    padding: 4px 0 4px 24px;
	width: 100px;
}


.modSocialbar .shares li:hover
{
}

.modSocialbar .shares .webnews
{
}


/************  MODULE-DESIGN: FORMS  ************/


.form
{

}

.form .submitButton:hover
{
}

.form .submitButton:focus
{
}

.form .dateInput input
{
}


.form label
{
	padding: 2px 0;
}

.form textarea:focus,
.form input:focus,
.form select:focus{
}
/************  MODULE-DESIGN: STAGE  ************/


.modGlossar
{

}

.modA.modGlossar .box
{
    padding: 0 4px;
    width: 464px;
}

.sectionZ.sectionArticle .modA.modGlossar .box 
{
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 0 0;
    width: 425px;
}




.modGlossar .teaser
{
    margin-right: 2.9%;
    margin-left: 2.9%;
    width: 94%;
    float: left;
}

.modGlossar .teaserHeadline
{
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 1em;
}

.modGlossar .collapsed
{
    font-size: 0.9em;
}

.modGlossar .link
{
    width: 75%;
    float: left;
}

.modGlossar .icon.audio
{ 

}


.modGlossar .dachzeile
{ 
	display:none;
}

.modGlossar .headline
{
    margin: 0 0 0 0;
    width: 100%;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modGlossar .controls .labels 
{
	margin: -36px 0 0 0;	
}

.modGlossar .controls .labels .entries {
    padding: 0 18px 0 18px;
}

.modGlossar .controls .labels .entries .entry
{
    margin: 0 3px 3px 0;
    width: 36px;
}

.modGlossar .controls .labels .entries .entry a
{

    padding: 7px 0 5px;
    text-align: center;
}

/************  MODULE-DESIGN: STAGE  ************/


.modTagcloud
{

}


.modTagcloud .dachzeile
{ 

}

.modTagcloud .linklist
{
     display: block;
}

.modTagcloud .linklist .list
{
    border: none;
}

.modTagcloud .linklist .list li
{
    border: none;
    width: auto;
    padding-right: 12px;
    display: table;
    float: left;
}

.modTagcloud .linklist .list li a
{
    display: table-cell;
    vertical-align: bottom;
    height: 30px;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modTagcloud .controls .labels .entries
{
    padding: 0 8px 0 8px;
}

/************  MODULE-DESIGN: STAGE  ************/


.modQuiz
{
    font-size: 0.9em;
    /*color: #24324C;*/
}

.modQuiz.mod .mediaCon
{
	width: 100%;
}

.modQuiz .resultTable
{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    table-layout: auto;
}

.modQuiz .resultTable th.answerHeader
{
	width: 17%;
}

.modQuiz .resultTable .entry
{
    vertical-align: top;
    padding-top: 8px;
    border-bottom: 1px solid #DDDDDD;
}

.modQuiz .resultTable .even
{
    background-color: #eee;
}

.modQuiz .resultTable .answer
{
    border: none;
    text-align: left;
    padding: 0 0 8px 0;
}

.modQuiz .resultTable .entry .mediaCon
{
	border: none;
	margin: 0;
}

.modQuiz .resultTable .headlines .entry
{
    border-bottom: 1px solid #24324C;
    vertical-align: bottom;
    padding-left: 1%;
}

.modQuiz .resultTable .data .entry
{
	padding: 8px 8px 0px 16px;
}

.modQuiz .resultTable .question
{
    border: none;
    text-align: left;
    padding: 0;
}

.modQuiz .resultTable .right
{
    color: #080;
}

.modQuiz .resultTable .wrong
{
    color: #800;
    opacity: 1;
    filter: alpha(opacity=100);
}


.modQuiz .resultTable .corrected
{
    font-style: italic;
    font-weight: normal;
}

.modQuiz .text
{
    line-height: 145%;
    width: 100%;
    float: left;
}

.modQuiz .link
{
    width: auto;
    float: right;
    margin-bottom: 16px;
    margin-top: 16px;
    margin-left: 1.5%;
    padding: 0.5% 1%;
    background-color:  #eee;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.modQuiz .link.quizPre.quizStart
{
	float: left;
}

.modQuiz .dachzeile
{ 
	margin: 0 2% 4px 1.5%;
	width: auto;
	clear: left;
}

.modQuiz h3.headline
{ 
	margin: 0 2% 6px 1.5%;
}

.modQuiz  .teasertext
{ 
	margin: 0 2% 8px 1.5%;
	width: auto;
	clear: left;
}

.modQuiz  .answer
{
    border-bottom: 1px solid #DDDDDD;
    float: left;
    width: 99%;
    padding: 1.5% 0 1.5% 1%;
    line-height: 145%;
}

.modQuiz  .wrong
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modQuiz .textResults
{
    float: left;
    width: 49%;
    border-right: 1px solid #eee;
    clear: left;
}

.modQuiz .visualResults
{
    float: right;
    width: 49%;
    clear: right;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modQuiz .unit
{
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.modQuiz .unit.quizEntry,
.modQuiz .unit.quizAfter
{
	width: 96.5%;
	margin-left: 1.5%;
	margin-right: 2%;
}

.modQuiz .unit .mediaCon
{
    margin-top: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 36px;
    width: 100%;
}

.modQuiz .unit .mediaCon .imgLink img
{
	padding: 1%;
	border: 1px solid #DDDDDD;
}

.modQuiz .resultBar
{
    height: 15px;
    width: 100%;
    float: left;
    background-color: #800;
    margin-top: 8px;
}

.modQuiz .resultLevel
{
    height: 100%;
    float: left;
    background-color: #080;
}

.modQuiz .question, 
.modQuiz .result
{
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    float: left;
    line-height: 145%;
    width: 95%;
	font-weight: bold;
	padding: 16px 0 16px 5%;
}

.modQuiz .progress
{
    float: left;
    margin-top: 30px;
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
}

.modQuiz .progressText
{
    width: 100%;
    float: left;
    color: #AAAAAA;
}


.modQuiz .answer .link
{
    background-color: transparent;
    float: right;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 92%;
    padding: 0;
    border: none;
}

.modQuiz .label
{
    background-color: #EEEEEE;
    float: left;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 6%;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-weight: bold;
}

.modQuiz .media .label
{
    position: relative;
    top: 27px;
    left: 2px;
    width: 1.25em;    
}

.modQuiz .result .wrong
{
    color: #800;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modQuiz .result .rigth
{
    color: #080;
}

.modQuiz .progressVisual
{
    float: left;
    height: 8px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.modQuiz .progressVisual .active
{
    height: 100%;
    float: left;
}

.modQuiz .progressVisual .right
{
    height: 100%;
    float: left;
}

.modQuiz .progressVisual .wrong
{    
    height: 100%;
    float: left;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modQuiz .progressEntry
{
    height: 100%;
    float: left;
}

.modQuiz .progressEntry .progressIdx
{
	text-align: center;
	margin-bottom: -0.2em;
	color: #AAAAAA;
}

.modQuiz .progressEntry .progressBorder,
.modQuiz .progressEntry .progressColor
{
	height: 6px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.modQuiz .progressEntry:first-child .progressBorder,
.modQuiz .progressEntry:first-child .progressColor{
	border-left: 1px solid #AAAAAA;
}

.modQuiz .progressEntry .progressBorder
{
	border-top: none;
	border-bottom: none;	
}

.modQuiz .progressEntry.right .progressColor
{
	background-color: #008800;
}

.modQuiz .progressEntry.wrong .progressColor
{
	background-color: #880000;
}

.modQuiz .linklist
{
    margin-top: 8px;
}

.modQuiz .linklist .more
{  
	font-family: ThesisAntiqua, Times, serif;
	text-transform: uppercase;
}

.modQuiz .linklist .more strong
{ 
	font-weight: bold;
}
/************  MODULE-DESIGN: STAGE  ************/


.modPaging
{

}

.modPaging .paging
{
    width: 100%;
    float: left;
}

.modPaging  .text
{ 
    width: 100%;
    float: left;
    margin-bottom: 8px;
}


.modPaging .linklist .list
{ 
    border-top: none;

}

.modPaging .linklist .list li
{
    width: auto;
    float: left;
    border-bottom: none;
    padding: 1%;
    background-color: #eee;
    margin-left: 1px;
}

.modPaging .next
{
    background: url('/resources/img/base/icon/arrow_slider.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: right;
}

.modPaging .prev
{
    background: url('/resources/img/base/icon/arrow_slider.png') no-repeat 0 -100px;
    float: left;
    width: 30px;
    height: 30px;
}

.modConSearch .modPaging .linklist .list li
{
    font-size: 1.2em;
    padding: 8px 14px;
}

.modConSearch .modPaging  .linklist
{
    float: none;
    margin: 0 auto;
    width: 75%;
}

.modConSearch .modPaging .linklist
{
    float: none;
    margin: 0 auto;
    width: 50%;
}


.modConGlossar .modPaging .list li.active
{
    background-color: #fff;
}


.modConGlossar .modPaging .loadNameInfo
{
    float: left;
    font-size: 1.2em;
    margin: 0 0 4px 0;
    padding-left: 1%;
    width: 98%;
}
/************  MODULE-DESIGN: PREMIUM  ************/

.modConGallery .modHead .info
{
  display: block;
}

.modConGallery .modPicture
{
  display: none;
}

.modConGallery .modGallery.hasPlayer
{
  display: block;
}

.modGallery .ressort
{
	display : none;
}

.mod.modGallery  .mediaCon
{ 
	width: 100%;
	margin: 0 0 8px 0;
}

.modGallery .dachzeile
{ 	
	display : none;
}

.modConGallery .modHead h2.headline
{
	font-size: 1.5em;
}

.modGallery .linklist
{ 
	display : none;
}

/************ MODULE-DESIGN: SLIDER  ************/

.mod.modGallery .controls.sliding 
{
    height: 140px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 15%;
    visibility: hidden;
    z-index: 50;
}

/* positionsaenderung fuer Galerien im Beitrag */
.sectionZ .mod.modGallery .controls.sliding
{
    top: 18%;
}

.mod.modGallery .controls.sliding .buttons
{
    margin: 0;
    width: 100%;
    float: left;
}

.mod.modGallery .controls.sliding .prev
{ 	
	min-width: 40px;
	height: 140px;
    margin-left: 4px;
	visibility: visible;
    background: url('/resources/img/base/icon/arrow_gallery.png') no-repeat left 0;
}

.mod.modGallery .controls.sliding .prev:hover
{ 	
background: url('/resources/img/base/icon/arrow_gallery.png') no-repeat left -140px;
}

.mod.modGallery .controls.sliding .next
{
	min-width: 40px;
	float: right;
    height: 140px;
    margin-right: 3px;
	visibility: visible;
    background: url('/resources/img/base/icon/arrow_gallery.png') no-repeat right 0;
}

.mod.modGallery .controls.sliding .next:hover
{
    background: url('/resources/img/base/icon/arrow_gallery.png') no-repeat right -140px;
}
/************  MODULE-DESIGN: STAGE  ************/


.modTable
{

}

.modTable .box
{
	float: none;
}

.modTable .headlines .even
{
}


/************  MODULE-DESIGN: STAGE  ************/


.modStopper
{

}

.modStopper .ressort
{		
	display:none;
}

.modStopper  .mediaCon
{	
	margin: 0;
	width: 100%;

}

.modStopper .viewB .mediaCon
{
    width: 100%;
}

.modStopper .viewC .mediaCon
{
    width: 100%;
}


.modStopper .dachzeile
{ 
	display:none;
}

.modStopper .headline
{ 
	display:none;
	margin-top: 4px;
    margin-bottom: 0px;
}

.modStopper .viewB .headline
{
    display:block;
    width: 100%;
    float: right;
}

.modStopper .viewC .headline
{
    display:block;
    width: 100%;
    float: right;
}

.modStopper  .teasertext
{ 
	display:none;
    font-family: Thesis;
    font-size: 0.8em;
    margin-top: 4px;
}

.modStopper .viewB .teasertext
{
    display:block;
    width: 100%;
    float: right;
}

.modStopper .viewC .teasertext
{
    display:block;
    width: 100%;
    float: right;
}

.modStopper .linklist
{ 
	display:none;
}

/************ MODULE-DESIGN: SLIDER  ************/

.modStopper .controls
{

}
/************ MODULE-DESIGN: HEAD  ************/

.modHead
{
	
}

.modHead .info
{
	width: auto;
	float: right;
	clear: right;	
}

.modHead .headline
{
	width: auto;
	float: left;
	clear: left;
}

.modHead .subline
{
	width: auto;
	float: left;
	clear: left;
}

.modHead .link
{
	width: auto;
	float: right;
	clear: right;	
}

.sectionA .modA.mod.modBreakingNews .box
{
	padding: 4px 4px 4px 4px;
	margin: 0 0 0 0;

}

.mod.modBreakingNews .ressort
{
    margin: -6px -4px 0 -4px;
    padding: 0 0 0 4px;
}

/* should be in L-View only */
.mod.modBreakingNews  .mediaCon
{ 
	/*width: 39%;*/
	float: left;
	margin: 6px 6px 2px 0;
}


.mod.modBreakingNews .teaser
{ 	
    float: left;
    margin: 0;
    width: 99.5%;
}

.mod.modBreakingNews .dachzeile
{ 	
	margin: 4px 0 4px 0;
	float: none;
}

.mod.modBreakingNews .headline
{	
	float: none;
	margin: 0 0 0 0;
}


.mod.modBreakingNews .teasertext
{ 
	float: none;
	margin: 0 0 0 0 ;
}

.mod.modBreakingNews .linklist
{ 
	display: none;
}

/************ MODULE-DESIGN: SLIDER  ************/

.mod.modBreakingNews .controls
{

}
.box.matches01
{
	margin: 12px 0 0 0;
	padding: 0 4px 0 4px;
}


.box.matches02
{
	margin: -9px 0 0 0;
	padding: 0 4px 0 4px;
}


/*** SKIN: ARD ***/

body.tv
{ 
	background: #fff url('/resources/img/tv/background/base.jpg') repeat-x top;
}

.tv #content
{
	background: none;
}

/* weird Hack fuer RKO */
.tv #content .modStage #ardbox-0_0-colStage, .tv #content .modStage #ardbox-0_0-colStage a
{
	color: #fff;
}


.tv #content .modStage p.ressort
{
	color: #001a4b;
}

.tv .con{
    background-color: #fff;
}

.tv .mod{
	background-color: #fff;
}

.tv .box.active
{
	background: #001a4b;
	color: #fff;
	}
	
.tv .box.active a
{	color: #fff;	}

/* Main-Nav Mod */
#searchform, #masternav {
	display:none;
}

#searchForm {
	left:-161px;
	width:212px;
}

#header .searchToggle {
	background:none;
	border-bottom:none;
}

.masternavi ul {
	width:160px;
}


#header .searchToggle img {
	height:auto;
	display:block;
	margin-top: -45px;
	margin-right: 14px;
	padding:0;
}

.mqvisible {
	display:block !important;
}


.navtoggle {
	display: block;
	position: relative;
	height: 20px;	
	float: left;
	color: #fff;
	padding: 10px 6px 4px 6px;
	padding-right:45px;
}


.subnavi .active, .subnavi .active.collapsed {
    background-color: transparent;
}

#header .searchToggle .navtoggle.active img {
	margin-top: 0;
}

#searchtoggle {
	padding-right: 20px;
}

.navtoggle .icon {
	right: 4px;
	top: 6px;

	background-image: url(/resources/images/arrow_collapsible.png);
	background-color: transprent;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: transparent;
}

.navtoggle .arrow_down {
	background-position: 0 0;
	right: 0;
}

#mainnavtoggle .arrow_down, #searchtoggle .arrow_down {
    background-position: 0 -40px;
}

#mainnavtoggle.navtoggle.active .arrow_down, #searchtoggle.navtoggle.active .arrow_down {
    background-position: 0 -60px;
}

.navtoggle.active .arrow_down {
	background-position: 0 -20px;
}


/* MOD mehrzeilige Entries */
.mod .controls.sliding .labels .entries {
padding: 18px 0 0 0;
max-width: 330px;
}


.voting_result {
	font-size: 0.9em;
	}
	
 .popuppanel.copyurlform {
    width: 70%;
    bottom: 45px;
}

.mod .popuppanel .icon {
    left: 90%;
}

/* Sendungsheader Das Erste */

#sendungsnavi, .timetable { display: none; } 
    
#sendungsnavi.mqvisible, .timetable.mqvisible { display: block; }

body.tv {
    background: #0A326F url('/resources/images/S_headergrafik_hoeher.jpg') repeat-x center top;
    }
    

body.tv #content
{
    background-color: #89A3C6;
   
}

.tv #broadcastheader {
    height: 131px;
    overflow: visible;
}

#broadcastheader.wrapper {
    width: 472px;
    
}

#broadcastheader .outer {
    left: 0;
    position: absolute;
    z-index: 2;
    top: 97px;
}

#broadcastheader .outer ul {
    width: 220px;
    background-color: #FFFFFF;
    left: 0;
    position: relative;
    z-index: 5000;
    float: left;
    margin: 0 0 44px auto;
    box-shadow: 6px 26px 20px -5px black;
    -webkit-box-shadow: 6px 26px 20px -5px black; /* webkit browser*/ -moz-box-shadow: 6px 26px 20px -5px black; /* firefox */ box-shadow:6px 26px 20px -5px black;
   
}


#broadcastheader .outer ul li {
    background: none repeat scroll 0 0 transparent;
    color: #001A4B;
    float: left;
    font-size: 100%;
    margin: 0;
    border-bottom: 1px solid #E9EBEF;
       padding: 0;
    width: 100%;
}
#broadcastheader .outer ul li a {
   
    float: left;
    height: auto;
    width: 96%;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none;

}


.tv #broadcastheader .navholder {
    float: left;
    height: auto;
    left: 0;
    overflow: visible;
    position: relative;
    margin:0;
    right: 0;
    width: 220px;
}

#broadcastheader .navtoggle .arrow_down {
    background-position: 0 -40px;
    color:#fff;
    }

#broadcastheader .navtoggle.active .arrow_down {
    background-position: 0 -60px;
    color:#fff;
}


#broadcastheader .navtoggle {
    background-color: #7F7B72;
    display: block;
    float: none;
    left: 0;
    position: relative;
}


#sendungsnavi li a {
    color: #001A4B;
    padding: 4px 0 4px 4%;
}

ul#sendungsnavi  li a:hover,
ul#sendungsnavi  li a:focus,
ul#sendungsnavi  li a:active
{
    color: #001a4b;
    background: #e9ebef;
    border-bottom: 1px;
    padding: 4px 0 4px 4%;

}


 .tv .subnavi .active.collapsed, .tv .subnavi span.subressort:hover, .tv .subnavi span.subressort:focus {
    background: none;
    border-bottom: none;
    padding-bottom: 0;
    background-color: #DBE0EA !important;
}


#broadcastheader .timetable {
    background-color: #FFFFFF;
    color: #001A4B;
    float: left;
    padding: 8px;
    position: relative;
    top: 34px;
    /* ursp. 36px - macht Darstellungsprobleme bei längeren Sendetermin-Angaben (Kap d.w.Tiere) zusätzlcih Breite zur Sicherheit eingeführt DAER-143 */
    margin-right: 30px;
    width: 205px;
    box-shadow: 5px 0px 58px -5px black;
    -webkit-box-shadow: 5px 0px 58px -12px grey; /* webkit browser*/ -moz-box-shadow: 5px 0px 58px -12px grey; /* firefox */ box-shadow: 5px 0px 58px -12px grey;
    border-left: 1px solid #E9EBEF;
}

#broadcastheader .timetable .trenner {
    display: none;
}

.timetable .sendetermin {
	font-weight: bold;
	margin-bottom: 4px;
}




.menueToggle {
	display:block;
}

/*ENDE  Sendungsheader Das Erste */

/* Ressort-Nav */
#ressortnavi {
	display:none;
}

/* Kommentare */


#soforumHolder {
	width: 92%;
	}
/*Bühnenteaser*/	


.backgroundwrapper {
    margin: 4px 4px 6px;
}

.specialteaser {
    margin:0
}

.specialteaser.sectionZ {
    width:464px;
    padding:4px
}

.specialteaser.sectionZ .modA .box {
    padding:0;
    width:100%
}

.specialteaser.sectionZ .modA .box .mediaCon {
    width:100%
}

.specialteaser.sectionZ .modA .box .overlay {
    top:213px
}

.specialteaser.sectionC {
    width:100%
}

.specialteaser.sectionC .con {
    background:transparent!important
}

.specialteaser.sectionC .con .mod .box:first-child {
    padding-right:0
}

.specialteaser.sectionC .con .mod .box {
    width:230px;
    padding:4px
}

.specialteaser.sectionC .con .mod .box .mediaCon {
    width:100%
}

.specialteaser.sectionC .con .mod .box .socialbar {
    width:100%;
    margin-top:4px
}

/*ENDE Bühnenteaser*/

/*Mosaikteaser*/

.sectionA.mosaik .box {
    width:228px;
    padding:4px;
    height:128px!important
}

.sectionA.mosaik .box .mediaCon {
    width:100%
}

/*ENDE Mosaikteaser*/

/*Karten*/

.sectionZ .modA .box.bgmap {
    width: 472px;
}
/*Ende Karten*/


#shareResult ul, #shareResult ol {
	list-style-position: inside;
}

.sharetoggle {
	display: inline-block;
  	position: fixed;
  	top: 0;
  	cursor: pointer;
  	z-index: 10000;
  	background-color: #396192;
  	background: linear-gradient(to bottom, #396192, #12305C) repeat scroll 0% 0% transparent;
  	border: 4px solid #fff;
  	box-shadow: 0 0 10px 0 #000;
  	margin-left: -8px;
}
.show {
	display: inline-block !important;	
}
.flowdown {
  	display: inline-block;
  	position: fixed;
  	cursor: pointer;
  	z-index: 10000;
  	top: 0;
  	margin-left: 2.2em;
  	box-shadow: 4px 5px 10px -3px #000;
}

/* SOCIAL SHARING */
.sharetoggle {
	top: initial;
  	bottom: 0;
  	margin-left: -4px;
}
.flowdown {
	top: initial;
  	bottom: 0;
}
/*ANFANG Seiten mit ALTER Hintergrundlogik*/

/* Sendungsheader Anne Will */

 
body.tv.annewill #content
{
    background: url('/resources/images/annewill/bg_S_header.jpg') no-repeat scroll center -8px #e4b997;
    overflow: hidden;
}

.tv.annewill #broadcastheader .navtoggle {
	background-color: #c51108;
	color: #fff;
}


/*ENDE  Sendungsheader Anne Will */


/* Sendungsheader Guenther Jauch */

body.tv.guentherjauch.article .sectionZ {	
    background-color: #fff;
}
 
body.tv.guentherjauch #content
{
    background: url('/resources/images/guentherjauch/bg_S_header.jpg') no-repeat scroll center -8px #856359;
    overflow: hidden;
}

.tv.guentherjauch #broadcastheader .navtoggle {
	background-color: #c51108;
	color: #fff;
}

/*ENDE  Sendungsheader Guenther Jauch */


/*ENDE Seiten mit ALTER Hintergrundlogik*/


/*Allgemeiner Teil Seiten mit NEUER Hintergrundlogik*/
.tv.extra3.article .sectionC,
.tv.beckmann.article .sectionC,
.tv.am_kap_der_wilden_tiere.article .sectionC,
.tv.ard_check #broadcastheader.article .sectionC,
.tv.wahlarena #broadcastheader.article .sectionC,
.tv.royalty #broadcastheader.article .sectionC,
.tv.leopard #broadcastheader.article .sectionC,
.tv.sfdl #broadcastheader.article .sectionC,
.tv.panorama #broadcastheader.article .sectionC,
.tv.annewill #broadcastheader.article .sectionC	 {
     border-left: none;
    }

/*Allgemeiner Teil Seiten mit NEUER Hintergrundlogik*/

/*Anfang Seiten mit NEUER Hintergrundlogik*/

/* Sendungshintergründe Extra3 */

 
body.tv.extra3 #content
{
    background:url("/resources/images/extra3/bg_extra3_ohnelogo_S.jpg") no-repeat scroll center top / contain  #99c81d;
    overflow: hidden;
}

.tv.extra3 #broadcastheader .logo {
    display: block;
    left: 1%;
    position: relative;
    top: 4%;
    width: 8.5em;
}


.tv.extra3 #broadcastheader .head {
    background:url("/resources/images/extra3/header_small.png") no-repeat scroll center top / contain;
    overflow: hidden;
   float: left;
    height: 100%;
    position: absolute;
    right: 22%;
    top: 0;
    width: 41%;
}

/*ENDE Sendungshintergründe Extra3 */

/*Beckmann*/

body.tv.beckmann #content
{
    background:url("/resources/images/beckmann/bg_beckmann_small.jpg") no-repeat fixed center top / contain  #aaaaaa;
    background-size: 100%;
    overflow: hidden;
}
.tv.beckmann #broadcastheader .logo {
    display: block;
    left: 1%;
    position: relative;
    top: 1em;
    width: 46%;
}


.tv.beckmann #broadcastheader .head {
    background:url("/resources/images/beckmann/header.png") no-repeat scroll center top / contain;
    overflow: hidden;
   float: left;
    height: 100%;
    position: absolute;
    right: 13%;
    top: 0;
    width: 41%;
}

.tv.beckmann #broadcastheader .navtoggle {
    background-color: rgba(238, 45, 3, 0.74);
}

/*ENDE Beckmann*/

/*am_kap_der_wilden_tiere*/

body.tv.am_kap_der_wilden_tiere.article .sectionZ {
    background-color: #fff;
}

body.tv.am_kap_der_wilden_tiere #content
{
    background:url("/resources/images/am_kap_der_wilden_tiere/bg_kapderwildentiere_small.jpg") no-repeat scroll center top / contain #D6AF26;
    overflow: hidden;
}
.tv.am_kap_der_wilden_tiere #broadcastheader .logo {
	display: block;
    left: -1em;
    position: relative;
    top: -0.5em;
    width: 38%;
}


.tv.am_kap_der_wilden_tiere #broadcastheader .head {
    background:url("/resources/images/am_kap_der_wilden_tiere/header_small.png") no-repeat scroll center top;
	height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 97%;
}

.tv.am_kap_der_wilden_tiere #broadcastheader .navtoggle {
    background-color: rgba(0, 69, 225, 0.74);
}

/*ENDE am_kap_der_wilden_tiere*/

/*ARD Check*/

body.tv.ard_check #content
{
    background:url("/resources/images/ard_check/bg_ard_check_small.jpg") no-repeat scroll center top / contain  #1a3057;
    overflow: hidden;
}
.tv.ard_check #broadcastheader .logo {
    display: block;
    left: 1%;
    position: relative;
    top: 1em;
    width: 22%;
    margin-bottom:-1.4em;
}

.tv.ard_check #broadcastheader .navtoggle {
    background-color: #b21209;
}

/*ENDE ARD Check*/
/*ARD Wahlarena*/

body.tv.wahlarena #content
{
    background:url("/resources/images/wahlarena/bg_wahlarena.jpg") no-repeat scroll center top / cover  #1a3057;
    overflow: hidden;
}
.tv.wahlarena #broadcastheader .logo {
    display: block;
    left: 1%;
    position: relative;
    top: 1.5em;
    width: 55%;
}

.tv.wahlarena #broadcastheader .navtoggle {
    background-color: #b21209;
}

/*ENDE Wahlarena*/


/*Royalty*/

body.tv.royalty #content
{
    background:url("/resources/images/royalty/bg_royalty_small.jpg") no-repeat scroll center top / contain  #a58554;
    overflow: hidden;
}
.tv.royalty #broadcastheader .logo {
    display: block;
    position: static;
    margin: 0 auto;
    width: 46%;
}

.tv.royalty #broadcastheader .head {
    display:none;
}

.royalty #sendungsnavi li a:hover,
.royalty #sendungsnavi li a:focus,
.royalty #sendungsnavi li.active a {
    background-color: rgba(103, 88, 120, 0.74);
    color: #fff;
}

.tv.royalty #broadcastheader .navtoggle {
    background-color: rgba(103, 88, 120, 0.74);
}

/*ENDE Royalty*/


/*Leopard Seebaer und Co*/

body.tv.leopard #content
{
    background:url("/resources/images/leopard/bg_leopard_s.jpg") no-repeat fixed center top / contain  #5e8b27;
    overflow: hidden;
}
.tv.leopard #broadcastheader .logo {
    display: block;
    left: 0;
    position: relative;
    top: 0em;
    width: 34%;
    margin-bottom:-87px;
    z-index:1;
}


.tv.leopard #broadcastheader .head {
    background:url("/resources/images/leopard/header.png") no-repeat scroll center top / contain;
    overflow: hidden;
   float: left;
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 100%;
}

.tv.leopard #broadcastheader .navtoggle {
    background-color: #9cd139;
}

/*ENDE Leopard*/


/*Spiel für dein Land*/

body.tv.sfdl #content
{
    background:url("/resources/images/sfdl/bg_sfdl_small.jpg") no-repeat scroll center top / contain  #24528d;
    overflow: hidden;
}
.tv.sfdl #broadcastheader .logo {
  display: block;
    left: 25%;
    position: relative;
    top: 0;
    width: 32%;
}


.tv.sfdl #broadcastheader .head {
    background:url("/resources/images/sfdl/header.png") no-repeat scroll center top / contain;
    overflow: hidden;
   float: left;
    height: 100%;
    position: absolute;
    right: 6%;
    top: 0;
    width: 41%;
}

.tv.sfdl #broadcastheader .navtoggle {
    background-color: #ec0303;

}

/*ENDE Spiel für dein Land*/


/* Sendungsheader Panorama */
body.tv.panorama #content
{
    background:url("/resources/images/panorama/bg_panorama_small.jpg") no-repeat scroll center top / contain  #020C23;
    overflow: hidden;
}
.tv.panorama #broadcastheader .logo {
  display: block;
    left: 3%;
    position: relative;
    top: 0;
    width: 47%;
}


.tv.panorama #broadcastheader .head {
    background:url("/resources/images/panorama/header.png") no-repeat scroll center top / contain;
    overflow: hidden;
   float: left;
    height: 100%;
    position: absolute;
    right: 6%;
    top: 0;
    width: 41%;
}

.tv.panorama #broadcastheader .navtoggle {
    background-color: #ec0303;
}

/*ENDE  Sendungsheader Panorama */


/* Sendungsheader Anne Will */
body.tv.annewill #content
{
    background:url("/resources/images/annewill/bg_annewill_small.jpg") no-repeat scroll center top / contain  #d7be8e;
    overflow: hidden;
}
.tv.annewill #broadcastheader .logo {
  display: block;
    left: 0s;
    position: relative;
    top: 0;
    width: 47%;
}


.tv.annewill #broadcastheader .head {
    background:url("/resources/images/annewill/header.png") no-repeat scroll center top / contain;
    overflow: hidden;
   float: left;
    height: 100%;
    position: absolute;
    right: 6%;
    top: 0;
    width: 43%;
}

.tv.annewill #broadcastheader .timetable .trenner {background-color: #ec0303;}


.tv.annewill #broadcastheader .navtoggle {
    background-color: #3b9ed1;
}

/*ENDE  Sendungsheader Anne Will */

/* Sendungsheader Inas Nacht */
body.tv.inas_nacht #content {
    background:url("/resources/images/inas_nacht/bg_inas_nacht_small.jpg") no-repeat scroll center top / contain #0C0308;
    overflow: hidden;
}

.tv.inas_nacht #broadcastheader .logo {
  display: block;
    left: 0s;
    position: relative;
    top: 0;
    width: 32%;
}


.tv.inas_nacht #broadcastheader .head {
    background:url("/resources/images/inas_nacht/header.png") no-repeat scroll center top / contain;
    overflow: hidden;
   float: left;
    height: 100%;
    position: absolute;
    right: 6%;
    top: 0;
    width: 47%;
}

.tv.inas_nacht #broadcastheader .navtoggle {
    background-color: #9f1e33;
}

/*ENDE  Sendungsheader Inas Nacht */
/*ENDE Seiten mit NEUER Hintergrundlogik*/
