/* PAGE LAYOUT */

body {

    overflow-x: hidden;
}
.wrapper
{
    width: 320px;
    overflow: auto;
    margin: 0 auto 0 auto;
}


/*** CONTENT ***/

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

}

.con
{
    float: left;
    width: 100%;
    margin: 8px 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;
    /*width: 100%;*/
    float: left;
    /*overflow: auto;*/
}


/* MODULE LAYOUTS - SECTION A */

.sectionA
{
    width: 312px;
}

.sectionA .mod .box
{
    width: 304px;
}

/* MODULE LAYOUTS - SECTION B */

.sectionB
{
    width: 312px;
}

.sectionB .mod .box
{
    width: 304px;
}


/* MODULE LAYOUTS - SECTION C */

.sectionC
{
    width: 312px;
}

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


/* MODULE LAYOUTS - SECTION D */

.sectionD
{
    width: 312px;
}

.sectionD .mod .box
{
    width: 304px;
}


/* MODULE LAYOUTS - SECTION E */

.sectionE
{
    width: 312px;
}

.sectionE .mod .box
{
    width: 304px;
}


/* MODULE LAYOUTS - SECTION Z */

.sectionZ
{
    width: 312px;
}

.sectionZ .mod .box
{
    width: 304px;
}





/* 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;
}

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

.masternavi
{
    width: 100%;
    float: left;
    height: 35px;
}

.mnHolder
{
    width: 312px;
	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 ul li
{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background: none;
    border-bottom: 1px solid #ddd;
}

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

.masternavi ul li.active a
{
    background-color: #ddd;
	padding: 0 0 0 0;

}

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

.masternavi ul li a:hover,
.masternavi ul li a:focus,
.masternavi ul li a:active
{
    color: #001a4b;
    background: #e9ebef;
	height: auto;
    border-bottom: 4px solid #e9ebef;
    padding: 4px 0 0 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: 56px;
}

#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: -161px;
    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
{
    float: left;
    width: 30px;
    padding: 0;
    margin: 0 0 0 2px;
}



#header .searchSubmit img
{
    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;
}

.subnavi .ressorts 
{
    background: #fff;
}


.tagesschau #header .subnavi .menueToggle.collapsed, 
.tagesschau #header .subnavi .menueToggle.collapsed a
{
background: #005698;
color: #fff;
}


#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 0 15px 0;
   width: 100%;
}

#footer  a
{
    color: #FFFFFF;
    padding: 4px 0 4px 0;
    display: block;

}

#footer ul li a
{
    color: #FFFFFF;
    padding: 4px 2% 4px 2%;
    display: block;
    width: 96%;
	
}


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

{
background: #234179;
}

#footer li
{
    float: left;
    margin: 0 0 0 0;
    font-size: 0.9em;
    width: 100%;

}


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


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

#footer h3:hover
{
	background: #234179;
}

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


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


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

#footer a.logo:hover
{
	background: none;	
}


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

#footer .copy
{
    color: #FFFFFF;
    font-size: 0.9em;
    text-align: right;
    width: 80%;
    float: right;
    margin: 0 8px 0 0;
}


#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
{
	font-size: 1.2em;		
	line-height: 110%;
    margin: 6px 0 6px 0;
    width: 98.5%;
    padding: 0 0 0 1.5%;
    float: left;
    color: #001a4b;
    text-indent: 0;
}

.collapseArrow
{
    width: 20px;
    height: 20px;
    background: url('/resources/img/base/icon/arrow_collapsible.png') no-repeat scroll 0px -20px transparent;
    	margin: 6px 5px 0 0;
}

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

}

.button a
{
    float: left;
}

a:focus, input:focus, select:focus
{
	
}






/* @group controls */

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


/* .button, z.B. fuer Social Media */

/* Unterscheidung: Button ist *ein* Buttons, 
Controls sind  */

.button, .controls
{ }

.button a:hover
{
}



/* 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
{
}

/* hover zurueck_button */
.mod .controls.sliding .prev.active:hover
{
}

/* Passiver Weiter_button */
.mod .controls.sliding .next
{
}

/* Aktiver next_button */
.mod .controls.sliding .next.active
{
  }

/* hover next_button */ 
.mod .controls.sliding .next.active:hover
{
 }


/* Controls fuer Buttons */

/* hover spezialfall fuer beschriftetete Buttons */ 

.mod .controls.buttonfield
{    
}

.mod .controls.buttonfield a.prev,
.mod .controls.buttonfield a.next
{
min-width: 0;
}

/* 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 1px 0 0;
    float: left;
    cursor: pointer;
}

.mod .controls.sliding .labels
{
    margin-top: -46px;
}

.mod .controls.sliding .labels .entry
{
    width: 8px;
    height: 8px;
    background-color: #a39f9c;
    margin-bottom: 1px;
}

.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.paging .labels .entry
{
    background-color: #a39f9c;
}

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

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

/* Verwendung unklar */
.mod .controls .info
{
 }
/* @end */
/************ MODULE-DESIGN: DEFAULT  ************/

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

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

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

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

.mod .mediaCon
{
    margin: 0 2% 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: 46%;*/
}

.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 0;
	width: auto;
	float: none;
}

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

.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 .text
{
    line-height: 145%;
}

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

.mod .linklist .list strong
{ 
	font-weight: bold;
}
/************ MODULE-DESIGN: MINI  ************/


.modConStage .modMini .active
{ }

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

/* damit auch in xs die Stage aussieht wie eine Stage */
.modConStage .modMini .mediaCon
{
	width: 100%;
}

.modConStage .modMini .headline
{
	font-size: 1.35em;
}



.modMini .marke
{ 
    display: none;
}

.modMini  .teasertext
{
    display: none;
}

.modMini .linklist
{
    display: none;
}

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

.modMini .box.active, body.sportschau .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: STAGE  ************/


.modPicture
{

}

.modC.modPicture .box, 
.modD.modPicture .box, 
.modE.modPicture .box
{
	width: 148px;
}

/* In Galerien wird der Slider FullSize */
.modConGallery .modC.modPicture .box,
.modConGallery .modD.modPicture .box,
.modConGallery .modE.modPicture .box
{
	width: 304px;
}


.modC.modPicture .box .teaser, 
.modD.modPicture .box .teaser,  
.modE.modPicture .box .teaser
{
	width: 100%;
}

.modPicture  .mediaCon
{
  width: 100%;
  margin: 0;
}

.modC.modPicture .box .mediaCon, 
.modD.modPicture .box .mediaCon, 
.modE.modPicture .box .mediaCon
{
	width: 100%;
}



.modPicture .ressort
{		
	display:none;
}


.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%;
	float: left;
}

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

.modStage .controls
{

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

.modPremium
{

}

.modPremium  .mediaCon
{ 
	width: 100%;
		
}

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

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

.modPremium .controls
{

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


.modClassic
{

}


.modClassic  .mediaCon
{
	width: 60%;
}

.modClassic .dachzeile
{ 
	clear: both;
	float: left;
	width: 100%;
}

.modClassic .headline
{ 
	clear: both;
	float: left;
	width: 100%;


}

/************ 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-bottom: 12px;
    margin: 0 0 0 0;
    overflow: auto;
    width: 100%;
}


.modParagraph .mediaCon.small
{
    clear: both;
    float: left;
    margin: 18px 4% 12px 4%;
    overflow: auto;
    padding: 0;
    width: 92%;
}

.modParagraph .media
{
    width: 100%;
    margin-bottom: 16px;
    float: left;
}

.modParagraph .mediaA,
.modParagraph .small .mediaA, 
.modParagraph .mediaB, 
.modParagraph .small .mediaB, 
.modParagraph .mediaC, 
.modParagraph .small .mediaC
{
	margin-right: 0;
	margin-left: 0;
    width: 100%;    
}

.modParagraph .media.portrait
{
    width: 70%;
    margin: 0 15% 10px 15%;
    float: left;
}


.modParagraph .mediaC
{
    /* 
    width: 31.33%;
    width: 100%;
    */
}

.modParagraph .mediaD
{
    /* width: 23%;
    width: 100%; */
    width: 60%;

}

.modParagraph .mediaInfo
{
	width: 100%;
}

.modParagraph .mediaRight
{	
   width: 40%;
   float: right;
   clear: right;
}

.modParagraph .mediaRight,
.modParagraph .mediaLeft
{
    width: 70%;
    margin: 0 030% 0 0;
    float: none;
    clear: both;
}

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

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


.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;
}

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

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

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

}


.sectionZ .modParagraph .controls.buttonfield
{
    margin: 4px 5% 10px 4%;
    width: 90%;
    font-size: 0.9em;
}




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


.modTeaseronly
{

}


.modTeaseronly .dachzeile
{ 
	clear: both;
	float: left;
	width: 100%;
}

.modTeaseronly .headline
{ 
	clear: both;
	float: left;
	width: 100%;


}

.modTeaseronly .linklist
{ 
	display:none;
}

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

.modTeaseronly .controls
{

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


.modList
{

}

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

}


.modList  .mediaCon
{
    width: 50%;
    margin-top: 8px;
    margin-bottom: 6px;

}

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


.modList .dachzeile
{ 
	width: 100%;
    float: right;
    margin-bottom: 4px;
}

.modList h3.headline
{
	width: 100%;
    font-size: 1.25em;

    float: right;
    margin-bottom: 4px;
}

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

.modList .linklist
{
	width: 100%;
    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
{

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

.mod.modSocialbar
{
}


.modSocialbar .likeCon
{
    width: 304px;
}


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

.modSocialbar .likeCon iframe.iframefb
{
	margin-top: 4px;
}

.modSocialbar .likeCon iframe.iframetw
{
	margin-top: 4px;
	width: 90px;
}

.modSocialbar .likeCon iframe.iframegp
{
	margin-top: 3px;
}

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

.modSocialbar .agreement
 {

    position: absolute;
    top: 30px;
    width: 294px;
    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: 27px;
    width: 120px;
    z-index: 5000;
}
*/

.modSocialbar .shares li:last-child
{

}


.modSocialbar .like .fb, 
.modSocialbar .like .twitter,
.modSocialbar .like .google
{
	margin-top: 6px ;
}

.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: CAPTCHA  ************/

.captcha_container {
	float: left;
	width: 99%;
	margin: 1em 0 1em 0;
	position: relative;
	}
.captcha {
	width: 100%;
	float: left;
	margin: 0 0.5em 0.5em 0;
	border: 1px solid #e9ebef;	
	}
.check_text label {
	margin: 0 0 1em 1.8em;
	}
.form .captcha {
	width: 80%;
	}	
	
	
/************  MODULE-DESIGN: STAGE  ************/


.modGlossar
{

}

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

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


.mod.modGlossar .teaser
{
    margin: 0 2%;
    width: 96%;
    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;
}

.mod.modGlossar  .mediaCon
{
	width: 90%;
	margin: 0 10% 8px 0;
	
}

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


.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;
    line-height: 145%;
}

.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;
	line-height: 145%;
}

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

.modQuiz .unit .mediaCon
{
    margin-top: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 16px;
    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_sprite.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: right;
}

.modPaging .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  ************/

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

.modConGallery .modPicture
{
  display: none;
}

.sectionZ .mod.modGallery .controls.sliding {
	top: 18%;
	top: 127px;
}

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

.modGallery .ressort
{
	display: none;
}

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

.modGallery .dachzeile
{ 	
	display : none;
}


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


.modGallery .linklist
{ 
	display : none;
}

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

.modGallery .controls
{	
    height: 140px;
    margin: -434px 0 0 0;
	visibility: hidden;
}

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

.modGallery .controls .prev
{ 	
    height: 140px;
    width: 35px;
	visibility: visible;
}

.modGallery .controls .next
{		
	height: 140px;
    width: 35px;
	float: right;
	visibility: visible;
}
/************  MODULE-DESIGN: STAGE  ************/


.modTable
{

}

.modTable .headlines
{ 
}


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


.modStopper
{

}

.modStopper .ressort
{		
	display:none;
}

.modStopper  .mediaCon
{	
	margin: 0;
}

.modStopper .viewA .mediaCon
{
    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
{
	padding: 0 0 2px 4px;
	margin: -6px -4px 0 -4px;
    
}
.mod.modBreakingNews  .mediaCon
{ 
	width: 44%;
	float: left;
	margin: 6px 6px 2px 0;
}


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

.mod.modBreakingNews .dachzeile
{ 	
	margin: 4px 0 0 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;
}

.modTicker .linklist
{
	display: block;
}

.modTicker .linklist ul.liveticker li span.paarung 
{
	width: 50%;
}
.modTicker .linklist ul.liveticker li span.result 
{
	width: 50%;
}

.modTicker .linklist ul.liveticker li span.result.live, 
.modTicker .linklist ul.liveticker li span.result.finished 
{

}

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


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


/*** SKIN: ARD ***/

body.ard
{ 	
}

.ard #content
{
	background: none;
}

.ard .mod .ressort a
{
	color: #fff;
}


/*** RESSORT STYLES ***/



.ard .ressort
{
    background: #516384;
    color: #fff;

}

.ard .ressort.nachrichten
{
    background: #0074cd;
    color: #fff;
}

.ard .ressort.sport
{
    background: #ff6600;
    color: #000;
}

.ard .ressort.boerse
{
    background: #f8f0ad;
    color: #001a4b;
}

.ard .ressort.ratgeber
{
    background: #247e65;
    color: #fff;

}

.ard .ressort.wissen
{
    background: #58113f;
    color: #fff;

}

.ard .ressort.kultur
{
    background: #e11500;
    color: #fff;
}






.ard .ressort.kinder
{
    background: #f50;
}

.ard .ressort.intern
{
    background: #abdbff;
    color: #001a4b;
}

.ard .ressort.fernsehen
{
    background: #001a4b;
    color: #fff;
}

.ard .ressort.radio
{
    background: #abdbff;
    color: #001a4b;
}

.ard .ressort.mediathek
{
    background: #001a4b;
    color: #fff;

}

/* Anweisungen fuer Ressorts in der Stage */


.ard .modStage .ressort
{
    background: none;
	border-top: 4px solid #516384;
	/* Ausgleich fuer Linie oben */
    padding-bottom: 0;
	color: #001a4b;
}

.ard .modStage .ressort.nachrichten
{
	border-color: #0074cd;
}

.ard .modStage .ressort.sport
{
	border-color: #ff6600;
}

.ard .modStage .ressort.boerse
{
	border-color: #f8f0ad;
}

.ard .modStage .ressort.ratgeber
{
	border-color: #247e65;
}

.ard .modStage .ressort.wissen
{
	border-color: #58113f;
}

.ard .modStage .ressort.kultur
{
	border-color: #e11500;
}

.ard .modStage .ressort.kinder
{
	border-color: #f50;
}

.ard .modStage .ressort.intern
{
	border-color: #abdbff;
}

.ard .modStage .ressort.fernsehen
{
	border-color: #001a4b;
}

.ard .modStage .ressort.radio
{
	border-color: #abdbff;
}

.ard .modStage .ressort.ardmediathek
{
	border-color: #001a4b;
}






.ard .modStage .ressort a
{
	color: #001a4b;
}

.ard .mod
{
	background-color: #fff;
	cursor: pointer;
}



.ard .modMini .ressort
{
    display: block !important;
}


.ard .modMini .box.active, .ard .modMini .box.active a
{
	cursor: default;
}

.ard .modMini .box.active .ressort, 
.ard .modConStage .modMini .box
{
	background-color: #fff;
}


.ard .modMini .box.active .ressort a
{
	color: #fff;
}

.ard .modMini .box.active, .ard .modMini .box:hover
	{
	background-color: #fff;
	color: #001a4b;
}




/** Fontangaben **/

.mod  .headline
{
	font-weight: bold;
}
	
	

/*** SKIN: ARD ***/

.ratgeber
{ 
	background: #9acbc5 url('/resources/img/ratgeber/background/base.jpg') repeat-x top;
}

.ratgeber #content
{
	background: none;
}


.ratgeber .mod{
	background: #fff;
}

.ratgeber .box.active{
	background-color: #c8e4f5;
}

/*** SLIDERCONTROLS ***/

.ratgeber .mod .controls
{
}

.ratgeber .modGallery .controls
{
	background: transparent;
}


/*** SKIN: ARD ***/

body.radio
{ 
		background: #58a7dd url('/resources/img/intern/background/base.jpg') repeat-x top; }

.radio #content
{
	background: none;
}

.radio .mod{
	background: #fff;
}

.radio .box.active{
	background-color: #c8e4f5;
}

/*** SLIDERCONTROLS ***/

.radio .mod .controls
{
	background: #fff;
}

.radio .modGallery .controls
{
	background: transparent;
}


.radio #footer
{
	background-color: #001A4B;
}

/*** FONTS TAGESSCHAU ***/

.tagesschau h1, 
.tagesschau h2, 
.tagesschau h3, 
.tagesschau h4
{

} 



/*** SKIN: TS ***/

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



.tagesschau .box.active a
	{
	color: #fff;
	}



.tagesschau #content
{
	background: none;
}

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

.tagesschau .modConStage .box.active{
	background-color: #c8e4f5;
}

.tagesschau #content .sectionC, .tagesschau #content .sectionZ
{
    background-color: #fff;
}



/*** HINTERGRUND BOX ***/
.tagesschau .box
{
	background: #fff url('/resources/img/tagesschau/background/box_base.jpg') repeat-x bottom;
}

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


/*** SKIN: Sportschau ***/

.tickerList .linklist
{
	display: block;
}

.clubList ul li
{
width: 16.666%;
}


.clubList ul li img
{
	width: 80%;
	margin: 0 auto;
	padding: 4px 0 4px 0;
}


.clubList ul li img:hover
{

}

.mod.modGlossar.shortNews .mediaCon
{
	float: left;
	margin-right: 10%;
	width: 90%;
	margin-bottom: 8px;

}

.mod.modGlossar.shortNews h3.headline
{

}

.ardStatBeg .intro h2
{ }

.ardStatBeg .intro h3
{ }

.ardStatBeg .intro h2, .ardStatBeg .intro h3
{ }

div.teamblock
{ }

div.teamblock h4
{ }

div.wappen
{ 
display: none;
}

div.wappen img
{ }

div.team
{ 
	width: 78%;
}

.widthbuli
{ 
	width: 78%;
}

div.teamblock p
{ }

div.result
{
width: 18%;
margin: 6px 2%;
padding: 5px 0;
font-size: 1.75em;
}


.ardStatistik h3
{ }

caption
{ }

.ardStatistik h4
{ }

.ardStatistik table td, .ardStatistik table th
{ }


.ardstatKarte2
{ }



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

.sportschau #content
{
	background: none;
}

.sportschau .conHeadline
{
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.sportschau .modConStage .box.active
	{
	background-color: #001a4b;
	color: #fff;
	}
	
.sportschau .modConStage .box.active a
	{
	color: #fff;
	}

/*** SLIDERCONTROLS ***/

.sportschau .modGallery .controls
{ }

/*** HEADER ***/

.sportschau .subnavi, .sportschau .subnavi .ressorts
{
    background: #fff;
}

.sportschau .subnavi, 
.sportschau .subnavi .ressorts
{
    background: #fff;
}


.sportschau #header .subnavi .menueToggle.collapsed {
    background: none repeat scroll 0 0 #ff8400;
    border-bottom: medium none;
}

/* Fontangaben */ 
.sportschau h1, 
.sportschau h2,
.sportschau h3,
.sportschau h4,
.sportschau h5,
.sportschau h6
{

}

/* @group Sport-Anweisungen fuer Teaser */


.sportschau .modTeaseronly .mediaCon, 
.sportschau .modMini .mediaCon, 
.sportschau .modClassic .mediaCon
{
    float: left;
    margin: 0 2% 4px 0;
    width: 38%;
}

.sportschau .modConStage .modMini .mediaCon
{

    margin: 0 0 4px 0;
    width: 100%;
}

.sportschau .modTeaseronly .dachzeile, 
.sportschau .modMini .dachzeile, 
.sportschau .modClassic .dachzeile,
.sportschau .modTeaseronly h4.headline, 
.sportschau .modMini h4.headline, 
.sportschau .modClassic h4.headline
 {
    float: none;
	width: auto;
	clear: none;
}

.sportschau .modTeaseronly p.teasertext, 
.sportschau .modMini p.teasertext, 
.sportschau .modClassic p.teasertext
 {
	display: none;
}


body.sportschau .modMini .box, 
body.sportschau .modMini .box.active
{
	background: #fff;
	color: #001a4b;
}

body.sportschau .modMini .box:hover 
{
	background: #c5daed;
	color: #001a4b;
}


body.sportschau .modMini .box.active a, 
body.sportschau .modMini .box:hover, 
body.sportschau .modMini .box:hover a 
{
    color: #001a4b;
    background: none;
}

body.sportschau .modMini .box.active a, 
body.sportschau .modMini .box:hover, 
body.sportschau .modMini .box:hover a 
{
    color: #001a4b;
    background: none;
}





/* @end */
	
	
	


/*** 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;	}

/*** FOOTER ***/

.tv #footer
{
	background-color: #001A4B;
}
/*** SKIN: ARD ***/

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

.intern #content
{
	background: none;
}

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

.intern .box.active{
	background-color: #c8e4f5;
}

/*** SLIDERCONTROLS ***/

.intern .mod .controls
{
	}


/*** FOOTER ***/

.intern #footer
{
	background-color: #001A4B;
}
/*** SKIN: ARD ***/

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

.kinder #content
{
	background: none;
}

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

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

/*** SLIDERCONTROLS ***/

.kinder .mod .controls
{
}

.kinder .modGallery .controls
{
	background: transparent;
}

/*** FOOTER ***/

.kinder #footer
{
	background-color: #001A4B;
}
/*** SKIN: ARD ***/

body.wissen
{ 
	background: #58113F; 
}

.wissen #content
{
	background: none;
}


.wissen .mod{
	background: #fff;
}

.wissen .box.active{	
	background-color: #C8E4F5;
}


.wissen .modGallery .controls
{
	background: transparent;
}

/*** FOOTER ***/

.wissen #footer
{
	background-color: #001A4B;
}
/*** SKIN: ARD ***/

body.kultur
{ 
	background: #d23b2e url('/resources/img/kultur/background/base.jpg') no-repeat top;
}

.kultur #content
{
	background: none;
}


.kultur .mod{
	background: #fff;
}

.kultur .box.active{	
	background-color: #C8E4F5;
}

/*** SLIDERCONTROLS ***/

.kultur  .mod .controls
{
}


/*** SKIN: ARD ***/

body.boerse

{ 
	background: #e7d9a2 url('/resources/img/boerse/background/base.jpg') no-repeat top;
}




.boerse #content
{
	background: none;
}

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

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



.boerse .modGallery .controls
{
	background: transparent;
}

/*** FOOTER ***/

.boerse #footer
{
	background-color: #001A4B;
}



/* 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 {
	color: #fff;
	display: block;
	position: relative;
	height: 20px;
	float: left;
	padding: 10px 6px 4px 6px;
	padding-right:45px;
}


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

#searchtoggle {
	padding-right: 11px;
}

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

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

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

#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;
	margin-right:2px;
}

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

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




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


.voting_result {
	font-size: 0.9em;
	}
	
.box h3.ressort {
	font-size: 1.2em !important;		
	}
	
 .popuppanel.copyurlform {
    width: 70%;
    bottom: 68px;
}

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

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

/* Sendungsheader Das Erste */

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

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

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

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

#broadcastheader.wrapper {
	width: 312px;
	
}

#broadcastheader .outer {
   top:55px;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 220px;
}



#broadcastheader .outer.shadow {
    
   -moz-box-shadow:    0 20px 25px -14px black;
    -webkit-box-shadow: 0 20px 25px -14px black;
    box-shadow:         0 20px 25px -14px black;
}


#broadcastheader .outer ul {
    width: 220px;
    background-color: #FFFFFF;
    left: 0;
    position: relative;
    z-index: 5000;
    float: left;
    margin: 0;
}


#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;

}


#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 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 #broadcastheader .navholder {
    float: right;
    height: auto;
    left: 0;
    overflow: visible;
    position: relative;
    margin:0;
    right: 0;
    width: 220px;
}

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

.navholder #broadcastnavtoggle.active {
    color: fff;
}

#broadcastheader .timetable {
    background-color: #FFFFFF;
    bottom: 0;
    color: #001A4B;
    float: right;
    padding: 15px 0;
    position: relative;
    width: 220px;
}

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


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

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

.timetable span {padding-left: 8px;}

.menueToggle {
	display:block;
}
/*ENDE  Sendungsheader Das Erste */

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

/*Bühnenteaser*/

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

.specialteaser {
    margin:0
}

.specialteaser.sectionZ {
    width:100%
}

.specialteaser.sectionZ .modA .box {
    padding:4px;
    width:304px
}

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

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

.specialteaser.sectionC {
    width:100%
}

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

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

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

.specialteaser.sectionC .con .mod .box .teaser .mediaCon {
    width:46%;
    float:left
}

.specialteaser.sectionC .con .mod .box .teaser .overlay {
    float:left;
    width:46%;
    position:relative;
    background:none repeat scroll 0 0 transparent;
    height:auto
}

.specialteaser.sectionC .con .mod .box .teaser .overlay h4.headline {
    padding:0 8px;
    line-height:125%
}

/*ENDE Bühnenteaser*/

/*Mosaikteaser*/
.mosaik .modMini .box {
    width:100%;
    height:auto;
    height:78px!important
}

.mosaik .modMini .box .teaser .mediaCon {
    width:46%;
    float:left
}

.mosaik .modMini .box .teaser .overlay {
    float:left;
    width:46%;
    position:relative;
    background:none repeat scroll 0 0 transparent;
    height:auto
}

.mosaik .modMini .box .teaser .overlay h4.headline {
    padding:0 8px;
    line-height:125%
}

/*ENDE Mosaikteaser*/

/*Karten*/

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



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




/* Kommentare */
.modConComments .modHead .boxCon .box .button {
	float:right;	
	}
#soforumHolder {
	width: initial;
	}	
.guentherjauch blockquote blockquote .singlecomment:before {
	margin: 0 0.2em 0 0;
	}
.guentherjauch blockquote blockquote blockquote .singlecomment:before {
	margin: 0 0.2em 0 0;
	}
.guentherjauch blockquote blockquote blockquote blockquote .singlecomment:before {
	margin: 0 0.2em 0 0;
	}
.guentherjauch blockquote blockquote blockquote blockquote blockquote .singlecomment:before {
	margin: 0 0.2em 0 0;
	}
.guentherjauch blockquote blockquote .singlecomment p {
	margin-left: 2.56em;
	}
.guentherjauch blockquote blockquote blockquote .singlecomment p {
	margin-left: 2.56em;
	}
.guentherjauch blockquote blockquote blockquote blockquote .singlecomment p {
	margin-left: 2.56em;
	}
.guentherjauch blockquote blockquote blockquote blockquote blockquote .singlecomment p {
	margin-left: 2.56em;
	}
	
	
/*ANFANG  Seiten mit alter Hintergrundlogik*/


/* Sendungsheader Anne Will */
 
/* Sendungsheader Guenther Jauch */

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

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

	}

/*ENDE  Sendungsheader Guenther Jauch */

/* Sendungsheader Inas Nacht */

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

.tv.inas_nacht #broadcastheader .navtoggle {
	background-color: #c51108;

}


/*ENDE  Sendungsheader Inas Nacht */

/*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.royalty #broadcastheader.article .sectionC,
.tv.leopard #broadcastheader.article .sectionC,
.tv.sfdl #broadcastheader.article .sectionC,
.tv.panorama #broadcastheader.article .sectionC {
     border-left: none;
    }
/*ENDE Allgemeiner Teil Seiten mit NEUER Hintergrundlogik*/

/*Anfang Seiten mit NEUER Hintergrundlogik*/

/* Sendungshintergründe Extra 3 */
 
body.tv.extra3 #content
{
    background:url("/resources/images/extra3/bg_extra3_ohnelogo_XS.jpg") no-repeat scroll center top / contain  #99c81d;
    overflow: hidden;
}
.tv.extra3 #broadcastheader .logo {
    display: block;
    left: 1%;
    position: relative;
    top: 4%;
    width: 35%;
}

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

/* Hintergrundtest Extra3 */
/*Beckmann*/

body.tv.beckmann #content
{
    background:url("/resources/images/beckmann/bg_beckmann_small.jpg") no-repeat scroll center top / contain #aaaaaa;
    overflow: hidden;
}

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

.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:12%;
    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_xs.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.3em;
    width: 46%;
}


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

.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: 25%;
    margin-bottom:-1em;
}

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

/*ENDE ARD Check*/


/*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; 
}

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


.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;
}
/*ENDE Royalty*/

/*Leopard*/

body.tv.leopard #content
{
    background:url("/resources/images/leopard/bg_leopard_small.jpg") no-repeat scroll center top / contain #6f9d21;
    overflow: hidden;
}

.tv.leopard #broadcastheader .logo {
    display: block;
    left: 0;
    position: relative;
    top: -0.3em;
    width: 63%;
    margin-bottom:-77px;
    z-index:1;    
}

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

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

/*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: 8%;
    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: 24%;
    top: 0;
    width: 41%;
}

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

.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: 42%;
}


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

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

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

.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: 36%;
}


.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: 78%;
}

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

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