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

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

/* SECTION LAYOUT */

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

.sectionArticle
{
  background-color: #fff;
}


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

}

.modB.slidable .box
{ 

}

.modC.slidable .box
{ 

}

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

.masternavi
{ 

}


#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 ul
{ }

.masternavi li
{ }

.masternavi li a
{ }

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

.masternavi .ardlogo a
{
}

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

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

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

/* @group Subnavi */

.subnavi
{ 
    margin: 0 0 8px 0;
}

.subnavi .trigger
{ }

.subnavi .ressorts
{ }

.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('/static/ard/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('/static/ard/img/base/icon/arrow_collapsible.png') no-repeat scroll 0 -80px;
}


/* zweites Level der Ressort-Navi */

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

#header .subressorts .hasArrow.collapsed .collapseArrow
{
   background: url('/static/ard/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: #000000;
    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 img
{
    float: right;
    width: 100%;
}

/**** GRID ****/
#footer
{
	width: 100%;
	float: left;
	margin-top: 20px;
	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%;
}

.form input[type=text].hasDatepicker
{
	float: left;
	width: 314px;
}



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

.conHeadline
{


}

.collapseArrow
{

}


.collapsed .collapseArrow
{

}


.button
{
}

.button a
{
}


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
{
	margin: 0;
    padding: 0 0 8px 0;
}


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

}

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

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

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

.mod .linklist .more strong
{ 

	}

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

}


.mod .collapsed
{
    }
    
/** Lotto **/




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

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

.modConStage .modMini .box
{
}

.modMini
{

}

.modMini .teaser
{

}

.modMini .ressort
{ 
	display: none;
}

.modMini .mediaCon
{

}

.modMini .mediaLink
{

}

.modMini  .mediaCon .img
{

}

.modMini .icon
{ 

}

.modMini .marke
{ 
    display: none;
}

.modMini  .dachzeile
{ 

}

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

.modMini  .teasertext
{ 
	display: none;
}

.modMini .linklist
{ 
	display: none;
}

.modMini .linklist .more
{ 

}

.modMini .linklist .more strong
{ 

}

.modMini .linklist .list
{ 

}

.modMini .linklist .list li
{ 

}

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

.modMini .controls
{

}

.modMini .controls .buttons
{

}

.modMini .controls .prev
{ 

}

.modMini .controls .next
{
	
}

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


.modPicture
{

}

.modPicture .box
{

}

.modPicture .ressort
{		
	display:none;
}

.modPicture  .mediaCon
{	
	margin: 0;
}

.modPicture .mediaLink{

}

.modPicture  .mediaCon .img
{

}

.modPicture .icon
{ 

}

.modPicture .marke
{ 

}


.modPicture .dachzeile
{ 
	display:none;
}

.modPicture .headline
{ 
	display:none;
}

.modPicture  .teasertext
{ 
	display:none;
}

.modPicture .linklist
{ 
	display:none;
}

.modPicture .linklist .more
{  

}

.modPicture .linklist .more strong
{ 

}

.modPicture .linklist .list
{ 

}

.modPicture .linklist .list li
{ 

}

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

.modPicture .controls
{

}

.modPicture .controls .buttons
{

}

.modPicture .controls .prev
{ 

}

.modPicture .controls .next
{
	
}

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


.modStage
{

}

.modStage .box
{

}


.modStage  .mediaCon
{	
	width: 50%;
}

.modStage .mediaLink
{

}

.modStage  .mediaCon .img
{
	
}

.modStage .icon
{ 

}

.modStage .marke
{ 

}

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

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

}

.modStage .teasertext, 
.modStage .teaser p.subtitle
{ 
	width: 49%;	
	float: right;
	clear: right;
}

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

.modStage .linklist .more
{  

}

.modStage .linklist .more strong
{ 

}

.modStage .linklist .list
{ 

}

.modStage .linklist .list li
{ 

}




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

.modStage .controls
{

}

.modStage .controls .buttons
{

}

.modStage .controls .prev
{ 

}

.modStage .controls .next
{
	
}

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

.modPremium
{

}

.modPremium .box
{

}

.modPremium .ressort
{

}

.modPremium  .mediaCon
{ 
	
}

.modPremium .mediaLink{

}

.modPremium .mediaCon .img
{ 
	
}

.modPremium .icon
{ 

}

.modPremium .marke
{ 

}

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

.modPremium .linklist ul
{ 
	
}

.modPremium .linklist p
{  

}

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

.modPremium .controls
{

}

.modPremium .controls .buttons
{

}

.modPremium .controls .prev
{ 

}

.modPremium .controls .next
{
	
}

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


.modClassic
{

}

.modClassic .box
{

}


.modClassic  .mediaCon
{
    width: 36.25%;

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

.modClassic .mediaLink{

}

.modClassic  .mediaCon .img
{

}


.modClassic .icon
{

}

.modClassic .icon.video
{

}

.modClassic .icon.audio
{

}

.modClassic .icon.galerie
{

}


.modClassic .marke
{

}

.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;
	margin-top: 8px;
}

.modClassic .linklist .more
{

}

.modClassic .linklist .more strong
{

}

.modClassic .linklist .list
{

}

.modClassic .linklist .list li
{

}

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

.modClassic .controls
{

}

.modClassic .controls .buttons
{

}

.modClassic .controls .prev
{

}

.modClassic .controls .next
{

}

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


.modHeadline
{

}

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


.modHeadline .ressort
{		
	display:none;
}

.modHeadline  .mediaCon
{	
	display:none;
}

.modHeadline .mediaLink{

}

.modHeadline  .mediaCon .img
{

}

.modHeadline .icon
{ 

}

.modHeadline .icon.video
{ 

}

.modHeadline .icon.audio
{ 

}

.modHeadline .icon.galerie
{  	

}

.modHeadline .marke
{ 

}

.modHeadline .dachzeile
{ 
	display:none;
}

.modHeadline .headline
{ 
	
}

.modHeadline  .teasertext
{ 
	display:none;
}

.modHeadline .linklist
{ 
	display: block;
}

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

.modHeadline .linklist .more strong
{ 

}

.modHeadline .linklist .list
{ 

}

.modHeadline .linklist .list li
{ 

}

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

.modHeadline .controls
{

}

.modHeadline .controls .buttons
{

}

.modHeadline .controls .prev
{ 

}

.modHeadline .controls .next
{
	
}

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


.modParagraph
{

}

.modParagraph .box
{

}

.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 .mediaInfo p.infotext
{

}

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

}

.modParagraph .marke
{ 

}

.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

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

.modParagraph .linklist
{ 

}

.modParagraph .linklist .more
{  

}

.modParagraph .linklist .more strong
{ 

}

.modParagraph .linklist .list
{ 

}

.modParagraph .linklist .list li
{ 

}

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

}

.modTeaseronly .ressort
{		
	
}

.modTeaseronly  .mediaCon
{	

}

.modTeaseronly .mediaLink
{

}

.modTeaseronly  .mediaCon .img
{

}

.modTeaseronly .icon
{ 

}

.modTeaseronly .marke
{ 

}


.modTeaseronly .dachzeile
{ 
	
}

.modTeaseronly .headline
{ 

}

.modTeaseronly  .teasertext
{ 

}

.modTeaseronly .linklist
{ 
	display:none;
}

.modTeaseronly .linklist .more
{  

}

.modTeaseronly .linklist .more strong
{ 

}

.modTeaseronly .linklist .list
{ 

}

.modTeaseronly .linklist .list li
{ 

}

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

.modTeaseronly .controls
{

}

.modTeaseronly .controls .buttons
{

}

.modTeaseronly .controls .prev
{ 

}

.modTeaseronly .controls .next
{
	
}

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


.modList
{

}

.modList .boxCon
{
}

.modList .box
{
}

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

.modList .teaserHeadline
{

}


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

.modList  .media
{

}

.modList .mediaLink{

}

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

.modList .icon
{ 

}

.modList .icon.video
{ 

}

.modList .icon.audio
{ 

}

.modList .icon.galerie
{  	

}

.modList .marke
{ 

}


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

}

.modList .linklist .more strong
{ 

}

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

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

.modList .controls
{

}

.modList .controls .buttons
{

}

.modList .controls .prev
{ 

}

.modList .controls .next
{
	
}

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

.mod.modSocialbar
{
}

.modSocialbar .box
{
}

.modSocialbar .button
{

}


.modSocialbar .print
{

}

.modSocialbar .send
{ }

.modSocialbar .likeCon
{

	margin: 0 0 0 0;
	height: 36px;

}


.modSocialbar .likeCon .fr
{


}

.modSocialbar .likeCon .iframefb
{

}

.modSocialbar .likeCon .iframetw
{
}

.modSocialbar .likeCon .iframegp
{
 }


.modSocialbar .agreeCon
{
}

.modSocialbar .like
{
}

.modSocialbar .like a
{
}

.modSocialbar .agreement
 {

 }

.modSocialbar .agreement .text
{
}

.modSocialbar .agree
{
}

.modSocialbar .agreement strong
{

}

.modSocialbar .likes
{
    width: 126px;
}

.modSocialbar .likes > *
{
}


.modSocialbar .shareCon
{
}

.modSocialbar .share
{
}

.modSocialbar .shares
{

}

.modSocialbar .shares li:last-child
{
}

.modSocialbar .shares li
{

}


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

}

.modSocialbar .like .fb
{

}

.modSocialbar .like .twitter
{
}

.modSocialbar .like .google
{
}

.modSocialbar .shares li a
{

}


.modSocialbar .shares li:hover
{

}

.modSocialbar .shares .fb
{
}

.modSocialbar .shares .del
{
}

.modSocialbar .shares .twitter
{
}

.modSocialbar .shares .wong
{
}

.modSocialbar .shares .yigg
{
}

.modSocialbar .shares .digg
{
}

.modSocialbar .shares .google
{
}

.modSocialbar .shares .webnews
{
}


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


.form
{

}

.form .box
{

}

.form .subtitle
{
}


.form .text
{
}

.form form .text
{
}

.form form
{
}

.form .submitLink
{
}


.form .submitButton
{
}

.form .submitButton:hover
{
}

.form .submitButton:focus
{
}

.form fieldset
{
}

.form .seperateFields fieldset
{
}

.form .submitfield
{
}

.form span
{
}

.form input
{
}

.form textarea
{
}

.form .textInput
{
}

.form .dateInput input
{
}

.form .dateInput img
{
}


.form label
{
}

.form legend
{
}



.form .buttonfield
{
}

.form select
{
}

.form textarea:focus,
.form input:focus,
.form select:focus{
}

.form optgroup
{
}

.form option
{
}

.form .linklist
{
}

.form .linklist .more
{
}

.form .linklist .list
{
}

.form .linklist .list li
{
}

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


.modGlossar
{

}

.modGlossar .box
{

}

.sectionZ .modA.modGlossar .box
{

}

.modGlossar .teaser
	{

	}

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

}

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

.modGlossar .mediaLink{

}

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


.modGlossar .icon
{ 

}

.modGlossar .icon.video
{ 

}

.modGlossar .icon.audio
{

}

.modGlossar .ressort
{		
	display:none;
}



.modGlossar .icon.galerie
{  	

}

.modGlossar .marke
{ 

}


.modGlossar .dachzeile
{ 
	display:none;
}

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

.modGlossar  .teasertext
{ 

}

.modGlossar .linklist
{ 

}

.modGlossar .linklist .more
{  

}

.modGlossar .linklist .more strong
{ 

}

.modGlossar .linklist .list
{ 

}

.modGlossar .linklist .list li
{ 

}

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

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

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


.modTagcloud
{

}

.modTagcloud .box
{

}

.modTagcloud .ressort
{		

}

.modTagcloud  .mediaCon
{	

}

.modTagcloud .mediaLink{

}

.modTagcloud  .mediaCon .img
{

}

.modTagcloud .icon
{ 

}

.modTagcloud .marke
{ 

}


.modTagcloud .dachzeile
{ 

}

.modTagcloud .headline
{ 

}

.modTagcloud  .teasertext
{

}

.modTagcloud .linklist
{

}

.modTagcloud .linklist .more
{

}

.modTagcloud .linklist .more strong
{

}

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

}

.modQuiz  .mediaCon
{

}

.modQuiz .mediaLink{

}

.modQuiz  .mediaCon .img
{

}

.modQuiz .icon
{ 

}

.modQuiz .marke
{ 

}

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

}

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

.modQuiz .linklist .list
{ 

}

.modQuiz .linklist .list li
{ 

}

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


.modPaging
{

}

.modPaging .box
{

}

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

.modPaging .headline
{ 
	
}

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

.modPaging .linklist
{

}


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

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

.modPaging .pagingControls .prev
{
    background: url('/static/ard/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 .box
{

}

.modGallery .ressort
{
	display : none;
}

.modGallery  .mediaCon
{ 

}

.modGallery .mediaLink{

}

.modGallery .mediaCon .img
{ 

}

.modGallery .icon
{ 

}

.modGallery .icon.video
{ 

}

.modGallery .icon.audio
{ 

}

.modGallery .icon.galerie
{  	

}

.modGallery .marke
{ 

}

.modGallery .dachzeile
{ 	
	display : none;
}

.modGallery .headline
{
	
}

.modGallery .teasertext
{ 
	
}

.modGallery .linklist
{ 
	display : none;
}

.modGallery .linklist ul
{ 
	
}

.modGallery .linklist p
{  

}

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

.mod.modGallery .controls.sliding 
{
    height: 140px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 220px;
    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: 46px;
    height: 140px;
    margin-left: 8px;
	visibility: visible;
    background: url('/static/ard/img/base/icon/arrow_gallery.png') no-repeat -4px 0;
}

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

.mod.modGallery .controls.sliding .next
{
    width: 46px;
	float: right;
    height: 140px;
    margin-right: 8px;
	visibility: visible;
    background: url('/static/ard/img/base/icon/arrow_gallery.png') no-repeat -64px 0;
}

.mod.modGallery .controls.sliding .next:hover
{
    background: url('/static/ard/img/base/icon/arrow_gallery.png') no-repeat -64px -140px;
}

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


.modTable
{
	min-height: 240px;
}

.modTable .box
{

}

.modTable .dachzeile
{ 

}

.modTable .headline
{

}

.modTable .table
{
 
}

.modTable .table table
{

}

.modTable .table table td
{

}

.modTable .table table th
{

}

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

.modTable .entry
{
}

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



.modTable .even
{
}


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


.modStopper
{

}

.modStopper .box
{

}

.modStopper .ressort
{		
	display:none;
}

.modStopper  .mediaCon
{	
	margin: 0;
}

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

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

.modStopper .mediaLink{

}

.modStopper  .mediaCon .img
{

}

.modStopper .icon
{ 

}


.modStopper .marke
{ 

}


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

.modStopper .linklist .more
{  

}

.modStopper .linklist .more strong
{ 

}

.modStopper .linklist .list
{ 

}

.modStopper .linklist .list li
{ 

}

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

.modStopper .controls
{

}

.modStopper .controls .buttons
{

}

.modStopper .controls .prev
{ 

}

.modStopper .controls .next
{
	
}

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

.mod.modBreakingNews
{
}

/* 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 .mediaLink
{

}



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

.mod.modBreakingNews .linklist ul
{ 
	
}

.mod.modBreakingNews .linklist p
{  

}

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

.mod.modBreakingNews .controls
{

}

.mod.modBreakingNews .controls .buttons
{

}

.mod.modBreakingNews .controls .prev
{ 

}

.mod.modBreakingNews .controls .next
{
	
}




/*** SKIN: ARD ***/

body.ard
{ 
}

.ard #content
{
}

.ard .mod .ressort a
{
}


/*** RESSORT STYLES ***/


.ard .ressort
{ }

.ard .ressort.nachrichten
{
}

.ard .ressort.sport
{
}

.ard .ressort.boerse
{
}

.ard .ressort.ratgeber
{
}

.ard .ressort.wissen
{
}

.ard .ressort.kultur
{
}

.ard .ressort.kinder
{
}

.ard .ressort.intern
{
}

.ard .ressort.fernsehen
{
}

.ard .ressort.radio
{
}

.ard .ressort.mediathek
{
}

/* Anweisungen fuer Ressorts in der Stage */

.ard .modStage .ressort
{
}


.ard .modStage .ressort 
{
}

.ard .modStage .ressort.nachrichten
{
}

.ard .modStage .ressort.sport
{
}

.ard .modStage .ressort.boerse
{
}

.ard .modStage .ressort.ratgeber
{
}

.ard .modStage .ressort.wissen
{
}

.ard .modStage .ressort.kultur
{
}

.ard .modStage .ressort.kinder
{
}

.ard .modStage .ressort.intern
{
}

.ard .modStage .ressort.fernsehen
{
}

.ard .modStage .ressort.radio
{
}

.ard .modStage .ressort.ardmediathek
{
}

.ard .modStage .ressort a
{
}

.ard .conHeadline
{
}

.ard .mod
{
}


/*** Stageslider ***/


.ard .modMini .ressort
{}

.ard .modMini .box.active, 
.ard .modMini .box.active a
{
}

.ard .modMini .box.active .ressort
{
}

.ard .modConStage .modMini .box
{
}

.ard .modMini .box.active .ressort a
{
}

.ard .modMini .box.active, .ard .modMini .box:hover
{
}


/*** SLIDERCONTROLS ***/

.ard .mod .controls
{
}

.ard .mod .controls .prev
{ 

}

.ard .mod .controls .next
{
}

.ard .modGallery .controls
{
}

.ard .modGallery .controls .prev
{ 

}

.ard .modGallery .controls .next
{

}

/** Fontangaben **/

.mod  .headline
{
}
	
	

/*** SKIN: ARD ***/

body.tv
{ 
}

.tv #content
{
}

/* 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 #content .modStage p.dachzeile
{
	margin-top: 8px;
}

.tv .conHeadline
{
}

.tv .con
{
}

.tv .mod
{
}

.tv .box.active
{
}
	
.tv .box.active a
{
}


.tv .modStage .teaser, 
.tv .modStage .teaser a
{
    color: #fff;
}

.tv .sendungsDummy
{
    left: -91px;
    width: 988px;
}


/*** Stageslider ***/

.tv .modMini .ressort
{
}

.tv .modMini .box.active, 
.tv .modMini .box.active a
{

}

.tv .modMini .box.active .ressort
{

}

.tv .modConStage .modMini .box
{
}

.tv .modMini .box.active .ressort a, 
.tv .modMini .box .ressort a:hover
{

}

.tv .modMini .box.active, 
.tv .modMini .box:hover, 
.tv .modMini .box:hover a
{
}

body.tv .subnavi .ressorts
{
	background: none;
}



