/* PAGE LAYOUT */

body
{
    overflow-x: hidden;
}

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

/* CONTENT */

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

}

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

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

.con
{
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    background-color: #fff;

}

.sectionArticle .con
{
  margin-top: 8px;
}

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



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

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

/* SECTION LAYOUT */

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



/* BOX LAYOUT */

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


/* MODULE LAYOUTS - SECTION A */

.sectionA
{
    width: 996px;
}

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

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

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

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

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

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



/* MODULE LAYOUTS - SECTION B */

.sectionB
{
    width: 492px;
}

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

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

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

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

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

.sectionB .modZ .box
{
    width: 312px;
}

/* MODULE LAYOUTS  - SECTION C */

.sectionC
{
    width: 324px;
}

.sectionC .mod  .box
{ 
	width: 308px;
}

/* MODULE LAYOUTS - SECTION Z */

.sectionZ
{
    width: 660px;
}

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


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

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

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

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

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

/* TEASER LAYOUT */

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


/* SLIDER MODULE LAYOUTS */

.modA.slidable .box
{ 

}

.modE.slidable .box
{ 

}

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

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

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

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

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

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


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


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

.unitZ
{
    width: 66.63%;
    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 .menueToggle
{ }


#header
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


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


.masternavi .section,
#header .wrapper .section.sectionA
{
    margin: 0 auto 0 auto;
    padding: 0;
    width: 100%;
}



.mnHolder
{
    width: 996px;
	margin: 0 auto 0 auto;
}

.masternavi li.active a,
.masternavi li a:hover,
.masternavi li a:focus,
.masternavi li a:active
{ }

.masternavi .ardlogo a:hover,
.masternavi .ardlogo a:focus,
.masternavi .ardlogo a:active
{
}

.masternavi .intern
{
    margin-right: 32px;
	
}

.masternavi .tv,
.masternavi .radio,
.masternavi .ardmt
{ }

#mainnavtoggle {display: none;}

/* @group Subnavi */

.subnavi
{ 
    margin: 0;
}

.subnavi .subressort
{
    float: left;
    padding: 6px 12px 6px 10px;
    background-color: #fff;
}

.subnavi .subressort.hasArrow
{
    padding-right: 20px;
}

/* erstes Level der Ressort-Navi */

#header .subressort .collapseArrow 
{
   background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat scroll 0 -100px;
    height: 20px;
    margin-right: 3px;
    margin-top: 6px;
    width: 13px;
}

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


/* zweites Level der Ressort-Navi */

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

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

.subnavi .subressorts .collapsed a
{
    color: #000000;
    display: block;
    line-height: 120%;
    padding: 8px 30px 8px 6px;
    text-indent: 0;
    width: 264px;
}

.subnavi .subressorts
{
    position: absolute;
    position: absolute;
    width: 300px;
    left: 0px;
    top: 32px;
    padding: 4px;
    background-color: #fff;
    z-index: 10;
    -moz-box-shadow:    0px 20px 25px -5px #000;
    -webkit-box-shadow: 0px 20px 25px -5px #000;
    box-shadow:         0px 20px 25px -5px #000;
}

.subnavi .subressorts span
{
    float: left;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

.subnavi .subressorts li a
{
    color: #24324C;
    display: block;
    line-height: 120%;
    padding: 8px 6px 8px 6px;
    text-indent: 0;
    width: 288px;

}


.subnavi .subressorts li
{
    position: static;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 6px 0 6px 0;
    padding: 0 0 0 0;
}

.subnavi .subressorts li:last-child
{
    border-bottom: 0 solid #fff;

}

.subnavi .subsubressorts
{
    width: 100%;
    float: left;
    z-index: 20;
    margin: 0 0 0 0;
}


.subnavi .subsubressorts li a
{
    display: block;
    line-height: 120%;
    margin: 0;
    padding: 8px 0 8px 12px;	
}


.subnavi .subsubressorts li
{ 
	border-bottom: 1px solid #fff;
}

.subnavi .active,  .subnavi .active.collapsed
{
	color: #001a4b;
	background: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
}

.subnavi .active a, .subnavi .active.collapsed a
{
color: #001a4b;
padding: 0;
}

.subnavi .menueToggle
{
    background-color: #fff;
    height: 25px;
    padding: 0 4px 0 0;
    float: right;
    width: 75px;
    display: none;
}

.subnavi .menueToggle a
{
    padding: 4px 0 0 4px;
    float: left;
    width: 50px;
}



/* @end */

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

#header .logo
{
    float: left;
    padding: 0 0 0 0;
    width: 50%;
    height: 70px;
   
}



/* SEARCH - BOX */

#header .searchBox
{
    float: right;
    padding: 8px 0 0 0;
    width: 40%;
}


#header .searchBox img
{
    float: left;
    height: 25px;
}

#header .searchBox input
{
    float: left;
    padding: 0 0 0 5px;
    margin: 0;
	width: 145px;
}



#header .searchToggle
{
    display: none;
}

#header .searchForm
{
    background-color: #fff;
    height: 25px;
    width: 175px;
    margin-top: 15px;
    float: right;
}

#header .searchInput
{
    float: left;
    height: 25px;
    width: 150px;
    border: none;
    padding: 0 0 0 0;
    margin: 0;
    color: #516384;
    font-size: 0.8em;
}

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

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

#header .searchSubmit input
{
    float: right;
    width: 100%;
}
/**** GRID ****/
#footer
{
	width: 100%;
	float: left;
	padding-top: 30px;
    padding-bottom: 12px;
    background-color: #001A4B;
    font-size: 1em;
}

#footer .section
{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4px;
}

#footer a{
	color: #FFFFFF;
	font-family: Thesis;
	font-size: 0.9em;
}

#footer li
{
    padding-bottom: 3px;
    padding-top: 3px;
}

#footer h3{
    color: #FFFFFF;
}

#footer .foot
{
    float: left;
    width: 100%;
    padding-top: 24px;
    position: relative;
}

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

#footer .help li
{
    float: left;
    margin-right: 8px;
}

#footer .logo
{
    bottom: 0;
    right: 0;
    position: absolute;
}

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

#footer .copy
{
	color: #FFFFFF;
	font-family: Thesis;
	font-size: 0.9em;
    float: left;
    width: 100%;
}
/************ PAGE-DESIGN  ************/

.conHeadline
{


}


a:focus
{
	
}
/************ MODULE-DESIGN: DEFAULT  ************/

.mod
{
	width: 100%;
    float: left;
    position: relative;
    line-height: 140%;
}

.mod .teaser
{
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
}

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



.mod .mediaCon
{	
	margin: 0 0 8px 0;
	width: 100%;
	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: 100%;
}



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


.mod  .dachzeile
{
	margin: 0 0 4px 0;
	width: 100%;
	float: left;
}

.mod  .headline
{	
	margin: 0 0 6px 0;	
	width: 100%;
	float: left;
}

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

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

.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 .list
{ 
	width: 100%;
	float: left;
	border-top: 1px solid #9dadc7;
}

.mod .linklist .list li
{ 
	width: 100%;
	float: left;	
	/* padding: 3px 0 3px 0; */
	border-bottom: 1px solid #9dadc7;
}
    
/** Lotto **/




/************ MODULE-DESIGN: MINI  ************/

.modConStage .modMini .active
{
    /*display: none;*/
}

.modMini .ressort
{ 
	display: none;
}

.modMini .marke
{ 
    display: none;
}

.modMini   .headline
{
	font-size: 1.1em;
}

.modMini  .teasertext
{ 
	display: none;
}

.modMini .linklist
{ 
	display: none;
}

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

.modMini .controls
{

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


.modPicture
{

}

.modPicture .ressort
{		
	display:none;
}

.modPicture  .mediaCon
{	
	margin: 0;
}


.modPicture .dachzeile
{ 
	display:none;
}

.modPicture .headline
{ 
	display:none;
}

.modPicture  .teasertext
{ 
	display:none;
}

.modPicture .linklist
{ 
	display:none;
}

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

.modPicture .controls
{

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


.modStage
{

}


.modStage  .mediaCon
{	
	width: 50%;
}

.modStage .dachzeile
{
	width: 49%;	
	float: right;
	clear: right;
}

.modStage .headline
{ 
	width: 49%;	
	float: right;
	clear: right;
	font-size: 1.5em;

}

.modStage  .teasertext
{ 
	width: 49%;	
	float: right;
	clear: right;
}

.modStage .linklist
{ 
	width: 49%;	
	float: right;
	clear: right;
}




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

.modStage .controls
{

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

.modPremium
{

}

.modPremium .dachzeile
{ 	
	font-size: 1em;
}

.modPremium .headline
{
	font-size: 1.5em;
	clear: both;
}

.modPremium .teasertext
{ 
	width: 49%;
	clear: both;
}

.modPremium .linklist
{ 
	float: right;
	width: 49%;
}

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

.modPremium .controls
{

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


.modClassic
{

}


.modClassic  .mediaCon
{
    width: 36.25%;

    width: 45%;
    margin: 0 1.5% 0 0;
    
}

.modClassic .dachzeile
{
    width: auto;
    float: none;
    margin: 0 0 4px 0;
}

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

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

.modClassic .linklist
{
    width: 100%;
    float: left;
    clear: right;
}

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

.modClassic .controls
{

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


.modHeadline
{

}

.modHeadline .box, 
.modA.modHeadline .box, 
.modA.modHeadline.small .box
{
   width: auto;
}


.modHeadline .ressort
{		
	display:none;
}

.modHeadline  .mediaCon
{	
	display:none;
}

.modHeadline .dachzeile
{ 
	display:none;
}

.modHeadline  .teasertext
{ 
	display:none;
}

.modHeadline .linklist
{ 
	display: block;
}

.modHeadline .linklist .more
{  
	display:none;
}

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

.modHeadline .controls
{

}
/************  MODULE-DESIGN: Absatz in einem Beitrag  ************/


.modParagraph
{

}

.modParagraph .mediaCon
{
    float: none;
    margin-bottom: 8px;
    margin-top: 0px;
    width: auto;
}

.modParagraph .mediaCon.mediaTop.small
{
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	width: 92%;
	
}


.modParagraph .mediaCon.mediaLeft.small
{
    margin-right: 1.5%;
    margin-left: 5%;
}

.modParagraph .mediaCon.mediaRight.small
{
    margin-left: 1.5%;
    margin-right: 5%;
}



.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
{
	background: #e9ebef;
}

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

}

.modParagraph .mediaLeft
{
    float: left;
    clear: 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;
}


.sectionC .modParagraph .mediaCon, 
.sectionD .modParagraph .mediaCon, 
.sectionE .modParagraph .mediaCon
{
	clear: both;
	float: none;
}

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

.modParagraph .headline
{
    width: auto;
    float: none;
	font-weight: bold;
}

/* Einzug fuer Headlines im Beitrag */
.modParagraph h2.headline
{
    width: auto;
    float: none;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.75em;
}


.modParagraph .subtitle
{
	font-weight: bold;
    width: auto;
    float: none;
}

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

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

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

.modParagraph .small, 
.modHeadline .small,
.modParagraph .boxCon .box  > .dachzeile, .soforumContainer,
.modParagraph .box.poll

{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0;
}

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


.sectionZ .modParagraph .controls.buttonfield
{
    margin: 6px 5% 16px 5%;
    width: 90%;
}




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


.modTeaseronly
{

}


.modTeaseronly .dachzeile
{ 
	
}

.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;
    font-size: 0.9em;
    padding: 4px 0 0;
}

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


/* Teaserausspielung als Liste*/
.mod.modCompact .linklist ul.list {
    border-top: none !important;
}

.mod.modCompact .linklist ul.list li {
    box-sizing: border-box;
    width: 49% !important;
    float: left !important;
}

.mod.modCompact .linklist ul.list li:hover {
    background: #d8ecf8;
    background: -moz-linear-gradient(top, #d8ecf8 1%, #bde0f4 100%);
    background: -webkit-linear-gradient(top, #d8ecf8 1%, #bde0f4 100%);
    background: linear-gradient(to bottom, #d8ecf8 1%, #bde0f4 100%);
}

.mod.modCompact .linklist ul.list li:nth-child(odd) {
    margin-right: 2%;
}

.mod.modCompact .linklist ul.list li a {
    display: inline-block !important;
}


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

.modList .controls
{

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

.mod.modSocialbar
{
    overflow: visible;
}

.modSocialbar .box
{
    overflow: visible;
}

.modSocialbar .likeCon
{
    float: left;
    width: 340px;
	position: relative;
	margin: 0 2px 0 0;
	height: 36px;

}


.modSocialbar .agreeCon
{
    float: left;
    position: relative;
}

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

.modSocialbar .like a
{
    float: left;
}

.modSocialbar .agreement
 {
    position: absolute;
    top: 36px;
    width: 330px;
    z-index: 5000;
    padding: 8px 5px 8px 5px;
 }

.modSocialbar .agreement .text
{
    font-size: 0.85em;
    line-height: 140%;
}

.modSocialbar .agree
{
    margin-top: 8px;
    float: right;
}

.modSocialbar .agreement strong
{
	font-size: 1.2em;
    width: 100%;
    float: left;
    display: block;
    margin: 2px 0 4px 0;

}

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

.modSocialbar .likes > *
{
    float: left;
}


.modSocialbar .shareCon
{
    float: left;
    position: relative;

}

.modSocialbar .share
{
    position: static;
    float: left;
    width: 130px;

}

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

.modSocialbar .shares li:last-child
{
	border-bottom: none;
}


.modSocialbar .shares li
{
    border-bottom: 1px solid #000000;
    clear: left;
    float: left;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    width: 120px;
}


.modSocialbar .like .fb, 
.modSocialbar .like .twitter,
.modSocialbar .like .google
{
	margin: 10px 4px 0 0;
    width: 18px;
    height: 16px;
    float: left;
}

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


.modSocialbar .shares li:hover
{
	background-color: #fff;
}

.modSocialbar .shares .fb
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px 5px transparent;
}

.modSocialbar .shares .del
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px -95px transparent;
}

.modSocialbar .shares .twitter
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px -45px transparent;
}

.modSocialbar .shares .wong
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px -145px transparent;
}

.modSocialbar .shares .yigg
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px -245px transparent;
}

.modSocialbar .shares .digg
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px -195px transparent;
}

.modSocialbar .shares .google
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px -295px transparent;
}

.modSocialbar .shares .webnews
{
    background: url('/resources/img/base/icon/bookmark_icons.gif') no-repeat scroll -1196px -345px transparent;
}


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


.form
{

}

.form .submitButton:hover
{
}

.form .submitButton:focus
{
}

.form .dateInput input
{
}

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


.modGlossar
{

}

.modGlossar .teaserHeadline
{
    float: right;
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 1.2em;
    width: 98%;
}

.sectionZ.sectionArticle  .modConGlossar .modHead .box
{
	width: 578px;
	border: 0;
}

.sectionZ.sectionArticle  .modConGlossar .box
{
	width: 594px;
}




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

.modGlossar .ressort
{		
	display:none;
}

.modGlossar  .media
{
    margin: 1%;
    width: auto;
    float: left;
}

.modGlossar  .mediaCon .img
{
    width: auto;
    height: 8em;
}

.modGlossar .icon.audio
{ 

.modGlossar .ressort
{		
	display:none;
}

}


.modGlossar .dachzeile
{ 
	display:none;
}

.modGlossar h3.headline
{
    margin: 0 0 0 0;
    font-size: 1.5em;
}

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

.modGlossar .controls .labels .entries {
    padding: 12px 0 0 0;
}
/************  MODULE-DESIGN: STAGE  ************/


.modTagcloud
{

}


.modTagcloud .dachzeile
{ 

}

.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;
    padding: 0;
}


.modTagcloud .linklist .list li a:hover,
.modTagcloud .linklist .list li a:active,
.modTagcloud .linklist .list li a:focus

{
	padding: 0;
	display: table-cell;

}


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


.modTagcloud .controls .labels .entries
{
    padding: 0 8px 0 8px;
}
/************  MODULE-DESIGN: STAGE  ************/


.modQuiz
{
	/*color: #24324C;*/
}

.modQuiz .resultTable
{
    float: left;
    width: 100%;
    padding-top: 30px;
    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;
    line-height: 145%;
}

.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: 36px;
    margin-top: 16px;
    margin-left: 3%;
    padding: 0.5% 1%;
    background-color:  #eee;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

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

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

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

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

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

.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: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

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

.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: 36px 0 36px 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: 94%;
    padding: 0;
    border: none;
}

.modQuiz .label
{
    background-color: #EEEEEE;
    float: left;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 4%;
    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 .pagingControls .next
{
    background: url('/resources/img/base/icon/arrow_sprite.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: right;
}

.modPaging .pagingControls .prev
{
    background: url('/resources/img/base/icon/arrow_sprite.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  ************/

.modGallery
{

}

.modGallery .ressort
{
	display : none;
}

.modGallery .marke
{ 

}

.modGallery .dachzeile
{ 	
	display : none;
}

.modGallery .linklist
{ 
	display : none;
}

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

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

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

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

.mod.modGallery .controls.sliding .prev
{ 	
    width: 35px;
    height: 140px;
    margin-left: 8px;
	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
{
    width: 35px;
	float: right;
    height: 140px;
    margin-right: 8px;
	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 .table table th a
{

}

.modTable .table table.fixed
{
	width: auto;
	float: left;
}

.modTable .table .scrollTableContainer
{
	overflow-x: auto;
	overflow-y: hidden;
}

.modTable .headlines
{ 
    background-color: #aaa;
    color: #fff;
}

.modTable .headlines .entry
{
    vertical-align: middle;
}


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


.modStopper
{

}

.modStopper .ressort
{		
	display:none;
}

.modStopper  .mediaCon
{	
	margin: 0;
}

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

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


.modStopper .dachzeile
{ 
	display:none;
}

.modStopper .headline
{ 
	display:none;
    font-family: Thesis;
    font-weight: bold;
    margin-bottom: 4px;
}

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

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

.modStopper  .teasertext
{ 
	display:none;
    font-family: Thesis;
    font-size: 0.95em;
}

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

.modStopper .viewC .teasertext
{
    display:block;
    width: 24%;
    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;	
}

/* should be in L-View only */
.sectionA .modA.mod.modBreakingNews .box
{
	padding: 8px 8px 4px 8px;
	margin:  0px 0 0 -2px;
}

.mod.modBreakingNews .ressort
{
	padding: 1px 8px 1px 8px;
	margin: -8px 0 0 -8px;
}

/* should be in L-View only */
.mod.modBreakingNews  .mediaCon
{ 
	width: 19%;
	float: left;
	margin: 8px 8px 0 0;

}



.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
{

}


/*Das Erste allgmein */


.tv.article .sectionZ {
    
    margin-right: 0;
    padding-right: 0px;
    width: 660px;
}

.tv.guentherjauch.article .sectionC {
    margin-left: 0;
    padding-left: 0px;
    border-left: 12px solid #fff;
    margin-top: 130px;
}

form.archiv {
    margin-left: 5%;
    margin-right: 5%;
    }

/*ENDE Das Erste allgemein*/

/* Sendungsheader Das Erste */

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



#sendungsnavi ul li a:hover,
#sendungsnavi ul li a:focus,
#sendungsnavi ul li a.active

{
    color: #001a4b;
    background: #fff;
    padding-bottom: 0;
    border-bottom: 4px solid #fff;
}


#sendungsnavi li {
    float: left;
   padding-top: 0;
}

#sendungsnavi li a {
    color: #FFFFFF;
    padding: 6px 8px;
}

body.tv #content
{
    background-color: #89A3C6;
    overflow: hidden;
}
.tv #broadcastheader {
    height: 280px;
    overflow: hidden;
}


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

.tv.guentherjauch.article #broadcastheader .timetable  {
    bottom: -80px;
}

#broadcastheader .timetable .trenner {
    height: 5px;
}


#broadcastheader.wrapper {
    width: 996px;   
    margin-bottom:-6px; 
}

.tv.article #broadcastheader {
    height:138px;
   
}

.trenner {
    width: 240px;
}

/*Mosaikteaser*/

.mosaik .modD.modMini .box {
    height:128px!important
}

.mosaik .modC.modMini .box {
    height:174px!important
}

.mosaik .modB.modMini .box {
    height:268px!important
}
/*ENDE Mosaikteaser*/

/* MOD mehrzeilige Entries */
.mod .controls .labels .entries {
	max-width:500px;
}

/*Karten*/

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


/*ENDE  Allgemein Das Erste */

/*AB HIER SEITEN MIT ALTER HINTERGRUNDLOGIK*/

/*  Sendungsheader Günther Jauch */
body.tv.guentherjauch.article .sectionZ {	
    background-color: #fff;
}

body.tv.guentherjauch #content
{
    background: url('/resources/images/guentherjauch/bg_L_header.jpg') no-repeat scroll center -15px #856359;
    overflow: hidden;
}

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

.tv.guentherjauch.article .sectionC {
    border-left: 11px solid #856356;
    background-color: #856356;
}

.tv.guentherjauch.article #broadcastheader {
    height: 137px;
}



/*ENDE  Sendungsheader Günther Jauch */


/*BIS HIER SEITEN MIT ALTER HINTERGRUNDLOGIK*/



/*AB HIER SEITEN MIT NEUER HINTERGRUNDLOGIK*/



/*Allgemeine Angaben für alle Seiten mit der neuen Hintergrundlogik*/

body.tv.extra3 #content
{
    min-height: 43em;

}

body.tv #content
{
    min-height: 43em;

}
.tv.article .sectionC	{		
	    border-left: 12px solid transparent;
		margin-top: 6px;	
		margin-left: 0;
		padding-left: 0;
	}

.tv.article #broadcastheader .timetable	 {	
    	top: 27%;
    	
	}


.tv.extra3 #broadcastheader .layer,
.tv.beckmann #broadcastheader .layer,
.tv.am_kap_der_wilden_tiere #broadcastheader .layer,
.tv.royalty #broadcastheader .layer,
.tv.leopard #broadcastheader .layer,
.tv.sfdl #broadcastheader .layer,   
.tv.panorama #broadcastheader .layer,
.tv.annewill #broadcastheader .layer,
.tv.inas_nacht #broadcastheader .layer,
.tv.wahlarena #broadcastheader .layer
 {
	
    height: 300%;
    position: absolute;
    top: 89%;
    width: 100%;
    
} 	
	
/*ENDE Allgemeine Angaben für alle Seiten mit der neuen Hintergrundlogik*/


/* Sendungshintergrund Extra3 */

 
body.tv.extra3 #content
{
    background:url("/resources/images/extra3/bg_extra3.jpg") no-repeat scroll center top #99c81d;
    background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
    overflow: hidden;
}

body.tv.extra3.article #content
{
    background:url("/resources/images/extra3/bg_extra3_ohnelogo.jpg") no-repeat scroll center top #99c81d;
   background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
    overflow: hidden;
}


.tv.extra3 #broadcastheader .logo {
    display: none;
}

.tv.extra3.article #broadcastheader .logo {
    left: 1%;
    position: relative;
    top: 4%;
    width: 18%;
    display: block;

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

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



.tv.extra3 #broadcastheader .layer { 
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.57) 0%,rgba(0,0,0,0.46) 74%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.57) 0%,rgba(0,0,0,0.46) 74%,rgba(0,0,0,0) 100%); /* W3C */

}


.tv.extra3.article #broadcastheader .layer {top: 77%}

/*ENDE  Sendungshintergrund Extra3 */



/*Beckmann*/

body.tv.beckmann #content {
    background:url("/resources/images/beckmann/bg_beckmann.jpg") no-repeat fixed center top #aaaaaa;
    background-size: 100%;
    overflow: hidden;
    
}

.tv.beckmann #broadcastheader .logo {
    left: 1%;
    position: relative;
    top: 1em;
    width: 43%;
    display: block;

}
.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: 18%;
    top: 0;
    width: 41%;
}

.tv.beckmann #broadcastheader .layer { 
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmQwMyIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZWUyZDAzIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiNlZTJkMDMiIHN0b3Atb3BhY2l0eT0iMC4yOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWUyZDAzIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -webkit-linear-gradient(top,  rgba(238,45,3,0.7) 0%,rgba(238,45,3,0.7) 10%,rgba(238,45,3,0.29) 21%,rgba(238,45,3,0) 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom,  rgba(238,45,3,0.7) 0%,rgba(238,45,3,0.7) 10%,rgba(238,45,3,0.29) 21%,rgba(238,45,3,0) 100%); /* W3C */
       
}

.tv.beckmann.article #broadcastheader .layer {top: 77%}


/*ENDE Beckmann*/

/*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.jpg") no-repeat scroll center top / contain  #D6AF26;
    overflow: hidden;
}

body.tv.am_kap_der_wilden_tiere.article #content
{
    background:url("/resources/images/am_kap_der_wilden_tiere/bg_kapderwildentiere_content.jpg") no-repeat scroll center top / contain  #D6AF26;
    overflow: hidden;
}


.tv.am_kap_der_wilden_tiere #broadcastheader .logo {
    display: block;
    left: -1.5em;
    position: relative;
    top: 0;
    width: 28%;

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

.tv.am_kap_der_wilden_tiere.article #broadcastheader .head {
    background:url("/resources/images/am_kap_der_wilden_tiere/header_content.png") no-repeat scroll center top / 100% auto;
    overflow: hidden;
    float: left;
    height: 100%;
    position: absolute;
    right: 4em;
    top: 0;
    width: 71%;
}


.tv.am_kap_der_wilden_tiere #broadcastheader .layer { 
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDVlMSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMWM1OWU0IiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiMzNjZjZTciIHN0b3Atb3BhY2l0eT0iMC4yOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-linear-gradient(top,  rgba(0,69,225,0.7) 0%,rgba(28,89,228,0.7) 11%,rgba(54,108,231,0.29) 21%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(0,69,225,0.7) 0%,rgba(28,89,228,0.7) 11%,rgba(54,108,231,0.29) 21%,rgba(255,255,255,0) 100%); /* W3C */
}

.tv.am_kap_der_wilden_tiere #broadcastheader .trenner {
    background-color: #0045e1;
}

.tv.am_kap_der_wilden_tiere.article #broadcastheader .layer { 
    top: 77%;
}

/*ENDE Kap der wilden Tiere*/

/*ARD Check*/

body.tv.ard_check #content
{
    background:url("/resources/images/ard_check/bg_ard_check.jpg") no-repeat scroll center top #1a3057;
    background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
    overflow: hidden;
}


.tv.ard_check #broadcastheader .logo {
    left: 1%;
    position: relative;
    top: 1em;
    width: 20%;
    display: block;

}

.tv.ard_check #broadcastheader {
	height: 156px; 
}

.tv.ard_check #broadcastheader .layer { 
 	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmQwMyIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZWUyZDAzIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiNlZTJkMDMiIHN0b3Atb3BhY2l0eT0iMC4yOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWUyZDAzIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-linear-gradient(top,  rgba(238,45,3,0.7) 0%,rgba(238,45,3,0.7) 10%,rgba(238,45,3,0.29) 21%,rgba(238,45,3,0) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(238,45,3,0.7) 0%,rgba(238,45,3,0.7) 10%,rgba(238,45,3,0.29) 21%,rgba(238,45,3,0) 100%); /* W3C */

    top: 79.5%;    
}


.tv.ard_check #broadcastheader .timetable {
    bottom: 60px;
}

/*ENDE ard_check*/

/*ARD Wahlarena*/

body.tv.wahlarena #content
{
    background:url("/resources/images/wahlarena/bg_wahlarena.jpg") no-repeat scroll center top #1a3057;
    background-size: cover; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
    overflow: hidden;
}


.tv.wahlarena #broadcastheader .logo {
    left: 1%;
    position: relative;
    top: 1em;
    width: 45%;
    display: block;

}

.tv.wahlarena #broadcastheader {
    height: 156px;
}

.tv.wahlarena #broadcastheader .layer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b21209+0,b21209+11,b21209+100&1+11,0.29+53,0+100 */
    background: -moz-linear-gradient(top,  rgba(178,18,9,1) 0%, rgba(178,18,9,1) 11%, rgba(178,18,9,0.29) 53%, rgba(178,18,9,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(178,18,9,1) 0%,rgba(178,18,9,1) 11%,rgba(178,18,9,0.29) 53%,rgba(178,18,9,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(178,18,9,1) 0%,rgba(178,18,9,1) 11%,rgba(178,18,9,0.29) 53%,rgba(178,18,9,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: 80%;
}



.tv.wahlarena #broadcastheader .timetable {
    bottom: 60px;
}

.tv.wahlarena #sendungsnavi li a:hover, .tv.wahlarena #sendungsnavi li.active a
{   background: #fff;
    color: #001a4b;
}

.tv.wahlarena #sendungsnavi li a {
    padding: 7px 8px;
}

.tv.wahlarena #broadcastheader .timetable {
    bottom: 60px;
}


/*ENDE wahlarena*/



/*Royalty*/

body.tv.royalty #content
{
    background:url("/resources/images/royalty/bg_royalty.jpg") no-repeat scroll center top #a58554;
    background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
    overflow: hidden;
}

.tv.royalty #broadcastheader .logo {
    left: -1.4em;
    position: relative;
    top: 1.8em;
    width: 43%;
    display: block;

}

.tv.royalty.article #broadcastheader .logo {
	width: 20%;
	top: 0.5em;
	left: 1.8em;
}

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


.tv.royalty #broadcastheader .layer { 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3NTg3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzU4NzgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top,  rgba(103,88,120,1) 0%,rgba(103,88,120,0) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(103,88,120,1) 0%,rgba(103,88,120,0) 100%); /* W3C */
}

.tv.royalty.article #broadcastheader .layer {top: 77%}

/*ENDE Royalty*/

/*Leopard*/

body.tv.leopard #content
{
    background:url("/resources/images/leopard/bg_leopard.jpg") no-repeat fixed center top #5e8b27;;
    background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
    overflow: hidden;
}

.tv.leopard #broadcastheader .logo {
    left: 0;
    position: relative;
    top: 0em;
    width: 36%;
    display: block;

}

.tv.leopard.article #broadcastheader {
	overflow:hidden;
}

.tv.leopard.article #broadcastheader .logo {
    top: -0.5em;
    width: 22%;
}


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

.tv.leopard.article #broadcastheader .head {
    right: 29em;
    top: 0;
    width: 20%;

}



.tv.leopard #broadcastheader .layer {
       background: -moz-linear-gradient(top,  rgba(173,196,149,0.6) 0%, rgba(52,87,20,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(173,196,149,0.6) 0%,rgba(52,87,20,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(173,196,149,0.6) 0%,rgba(52,87,20,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.tv.leopard.article #broadcastheader .layer {
	top: 77%;
}

/*ENDE Leopard*/

/*Spiel für dein Land*/

body.tv.sfdl #content
{
    background:url("/resources/images/sfdl/bg_sfdl.jpg") no-repeat scroll center top #24528d;
    background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
    overflow: hidden;
}

.tv.sfdl #broadcastheader .logo {
	display: block;
    left: 4em;
    position: relative;
    top: 0.5em;
    width: 26%;

}

.tv.sfdl.article #broadcastheader .logo {
	display: block;
    left: 4em;
    position: relative;
    top: 0.5em;
    width: 10%;
}

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

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

.tv.sfdl #broadcastheader .layer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22538d+0,22538d+100&amp;0.7+0,0+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyNTM4ZCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyNTM4ZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top,  rgba(34,83,141,0.7) 0%,rgba(34,83,141,0) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(34,83,141,0.7) 0%,rgba(34,83,141,0) 100%); /* W3C */

}

.tv.sfdl.article #broadcastheader .layer {top: 76%;}

/*ENDE Spiel für dein Land*/


/*Panorama*/

body.tv.panorama #content
{
    background:url("/resources/images/panorama/bg_panorama.jpg") no-repeat scroll center top #020C23;
    background-size: 100% auto;
    overflow: hidden;
}

.tv.panorama #broadcastheader .logo {
    display: block;
    left: 1.5em;
    position: relative;
    top: 0.5em;
    width: 38%;
}

.tv.panorama.article #broadcastheader .logo {
	display: block;
    left: 1em;
    position: relative;
    top: 0;
    width: 29%;
}

.tv.panorama #broadcastheader .head {
   background:url("/resources/images/panorama/header.png") no-repeat scroll center top;
   background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
   	float: left;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 18%;
    top: 0;
    width: 41%;
}

.tv.panorama.article #broadcastheader .head {
	right: 23%;	
}

.tv.panorama #broadcastheader .timetable .trenner {background-color: #e10000;}

.tv.panorama #broadcastheader .layer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdada+0,22538d+100&amp;0.4+0,0+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #DBDADA; /* old browsers */
	background: -webkit-linear-gradient(top,  rgba(219,218,218,0.4) 0%,rgba(34,83,141,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(219,218,218,0.4) 0%,rgba(34,83,141,0) 100%);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.tv.panorama.article #broadcastheader .layer {top: 77%;}

/*ENDE Panorama*/

/* Anne Will */

body.tv.annewill #content
{
    background:url("/resources/images/annewill/bg_annewill.jpg") no-repeat scroll center top #d7be8e;
    background-size: 100% auto;
    overflow: hidden;
}

.tv.annewill #broadcastheader .logo {
    display: block;
    left: 0em;
    position: relative;
    top: 0.5em;
    width: 38%;
}

.tv.annewill.article #broadcastheader .logo {
	display: block;
    left: 1em;
    position: relative;
    top: 0;
    width: 29%;
}

.tv.annewill #broadcastheader .head {
   background:url("/resources/images/annewill/header.png") no-repeat scroll center top;
   background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
   	float: left;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 18%;
    top: 0;
    width: 43%;
}

.tv.annewill.article #broadcastheader .head {
	right: 23%;	
}

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

.tv.annewill #broadcastheader .layer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07396e+0,07396e+100&0.55+10,0.29+21,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: rgba(7,57,110,0.65); /* old browsers */
background: -webkit-linear-gradient(top,  rgba(7,57,110,0.65) 0%,rgba(7,57,110,0.65) 10%,rgba(7,57,110,0.29) 21%,rgba(7,57,110,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(7,57,110,0.65) 0%,rgba(7,57,110,0.65) 10%,rgba(7,57,110,0.29) 21%,rgba(7,57,110,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tv.annewill.article #broadcastheader .layer {top: 77%;}

/*ENDE Anne Will*/

/*Inas Nacht */

body.tv.inas_nacht #content
{
    background:url("/resources/images/inas_nacht/bg_inas_nacht.jpg") no-repeat scroll center top #0C0308;
    background-size: 100% auto;
    overflow: hidden;
}

.tv.inas_nacht #broadcastheader .logo {
    display: block;
    left: 0em;
    position: relative;
    top: 0.5em;
    width: 28%;
}

.tv.inas_nacht.article #broadcastheader .logo {
	display: block;
    left: 1em;
    position: relative;
    top: 0;
    width: 18%;
}

.tv.inas_nacht #broadcastheader .head {
   background:url("/resources/images/inas_nacht/header.png") no-repeat scroll center top;
   background-size: contain; /*background-size in extra Zeile, da sonst das Hintergrundbild im IE8 und älterer Firefox gar nicht angezeigt wird*/
   	float: left;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 18%;
    top: 0;
    width: 48%;
}

.tv.inas_nacht.article #broadcastheader .head {
	right: 23%;	
}

.tv.inas_nacht #broadcastheader .timetable .trenner {background-color: #3b9ed1;}

.tv.inas_nacht #broadcastheader .layer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07396e+0,07396e+100&0.55+10,0.29+21,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkMjc4MyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzU0Mjk4MSIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzRiMmI3ZiIgc3RvcC1vcGFjaXR5PSIwLjI5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzM5NmUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -webkit-linear-gradient(top,  rgba(93,39,131,0.65) 0%,rgba(84,41,129,0.65) 10%,rgba(75,43,127,0.29) 21%,rgba(7,57,110,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(93,39,131,0.65) 0%,rgba(84,41,129,0.65) 10%,rgba(75,43,127,0.29) 21%,rgba(7,57,110,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tv.inas_nacht.article #broadcastheader .layer {top: 77%;}

/*ENDE Inas Nacht*/


/*ENDE Angaben für alle Seiten mit der neuen Hintergrundlogik*/
