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

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


/* TEASER LAYOUT */

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

/* SECTION LAYOUT */

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

.sectionArticle
{
  background-color: #fff;

}



/* BOX LAYOUT */

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


/* MODULE LAYOUTS - SECTION A */

.sectionA
{
    width: 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
{

}

.modB.slidable .col
{

}

.modC.slidable .col
{

}

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

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

.collapsed .collapseArrowSmall
{
    background: url('/static/ard/img/base/icon/arrow_collapsible.png') no-repeat scroll 0px 0px transparent;
}



#header .logo 
{
	background: none repeat scroll 0 0 transparent;
    float: left;
	width: auto;
    height: auto;
	margin: 4px 0 0 0;
}

#header .logo img
{
   width: auto;
   height: 48px;
  }



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

}



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

background: url('/static/ard/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-color: #fff;
    height: 32px;
    padding: 0 0 0 0;
    float: left;
    width: 85px;
    background-color: #fff;
    color: #001a4b;
	font-weight: bold;
	display: block;
}

#header .subnavi .menueToggle.collapsed
{
    border-bottom: none;
    background: #005698;
}

.subnavi .ressorts 
{
    background: #fff;
}

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


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

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


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



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


.subnavi .ressorts li
{
    float: left;
    position: relative;
    padding: 4px 14px 3px 14px;
}

.subnavi .ressorts
{
    background-color: #FFFFFF;
    left: -143px;
    padding: 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 span
{
    float: left;
    padding: 0;
    width: 100%;
    color: #001a4b;

}

.subnavi .ressorts li a
{
	color: #000000;
    float: left;
    margin: 0 0 0 0;
    padding: 4px;
    text-align: left;
    width: 212px;
    
    }

.subnavi .ressorts li a:focus, 
.subnavi .ressorts li a:hover,
.subnavi .ressorts li a:active 
{
    background: #e9ebef;
	}

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

.subnavi .subressorts
{
    width: 100%;
    float: left;
}

.subnavi .subressorts li
{
    border-bottom: 1px solid #d9e2eb;
}

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


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

/**** GRID ****/
#footer
{
    width: 100%;
    float: left;
    margin-top: 20px;
    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('/static/ard/img/base/icon/arrow_collapsible.png') no-repeat 0 -60px;
}

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



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

.ui-datepicker
{
	width: 284px;
	top: 2px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 8px 10px 8px 11px;
    text-align: right;
    text-decoration: none;
}


img.ui-datepicker-trigger
{
	margin: -8px 0 0 4px;
}


/************ 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('/static/ard/img/base/icon/arrow_collapsible.png') no-repeat scroll 0px -20px transparent;
    	margin: 6px 5px 0 0;
}

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

}

.button
{
}

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

.button a
{ }

.button a:hover
{
}



/* Regulaere Slider Controls */

.mod .controls
{
}

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

.mod .controls .buttons
{
}


.mod .controls.sliding
{
}

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


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

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

.mod .controls.paging .labels
{
	margin: -42px 0 0 0;
}


.mod .controls.sliding .labels .entry
{
    width: 8px;
    height: 8px;
}

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

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

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

.mod .controls .labels .entry.active a
{ 
}

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

.mod .mediaCon
{
    margin: 0 2% 8px 0;
    width: 100%;
    width: 46%;
    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: 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: 1;
    column-gap: 0;
	column-rule-color: #fff;
    column-rule-style: solid;
    column-rule-width: 0px;
	
	-moz-column-count: 1;
    -moz-column-gap: 0px;
    -moz-column-rule-color: #fff;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0px;
	
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
    -webkit-column-rule-color: #fff;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0px;
}

.mod .text
{
    line-height: 145%;
}

.mod .linklist
{
    display: none;
	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: 0 0 0 0;
	border-bottom: 1px solid #9dadc7;
}


.mod .linklist .list li a
{
	padding-top: 6px;
	padding-bottom: 6px;
}

.mod .linklist .list strong
{ 
}



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


.modConStage .modMini .active
{ }

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

.modMini
{

}

.modMini .teaser
{

}

.modMini .ressort
{ 

}

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

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

.modMini .mediaCon
{

}

.modMini .mediaLink
{

}

.modMini  .mediaCon .img
{

}



.modMini .marke
{ 
    display: none;
}

.modMini  .dachzeile
{ 
}

.modMini   .headline
{
}

.modMini  .teasertext
{
    display: none;
}

.modMini .linklist
{
    display: none;
}

.modMini .linklist .more
{ 

}

.modMini .linklist .more strong
{ 

}

.modMini .linklist .list
{ 

}

.modMini .linklist .list li
{ 

}

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

}

.modMini .controls .buttons
{

}

.modMini .controls .prev
{ 

}

.modMini .controls .next
{
	
}

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


.modPicture
{

}

.modPicture .box
{

}

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

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

.modConStage .modStage
{
	display: none;
}

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


.modStage .box
{

}


.modStage  .mediaCon
{	
	width: 100%;
	float: left;
}

.modStage .mediaLink{

}

.modStage  .mediaCon .img
{
	
}

.modStage .icon
{ 

}

.modStage .marke
{ 

}

.modStage .dachzeile
{ 

}

.modStage .headline
{ 

}

.modStage  .teasertext
{ 

}

.modStage .linklist
{ 
  display: none;
}

.modStage .linklist .more
{  

}

.modStage .linklist .more strong
{ 

}

.modStage .linklist .list
{ 

}

.modStage .linklist .list li
{ 
}




.modConStage .modB, .modConStage .modC, .modConStage .modD, .modConStage .modE

{
margin-top:	0;
}


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

.modStage .controls
{

}

.modStage .controls .buttons
{

}

.modStage .controls .prev
{ 

}

.modStage .controls .next
{
	
}

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

.modPremium
{

}

.modPremium .box
{

}

.modPremium .ressort
{

}

.modPremium  .mediaCon
{ 
	width: 100%;
		
}

.modPremium .mediaLink{

}

.modPremium .mediaCon .img
{ 
	
}

.modPremium .icon
{ 

}

.modPremium .marke
{ 

}

.modPremium .dachzeile
{ 	

}

.modPremium .headline
{

}

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

.modPremium .teasertext
{ 

}

.modPremium .linklist
{ 

}

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

.modClassic .mediaLink{

}

.modClassic  .mediaCon .img
{

}

.modClassic .icon
{

}

.modClassic .marke
{

}

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

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


}

.modClassic  .teasertext
{


}

.modClassic .linklist
{

}

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

}


.modHeadline .ressort
{		

}

.modHeadline  .mediaCon
{	

}

.modHeadline .mediaLink{

}

.modHeadline  .mediaCon .img
{

}

.modHeadline .icon
{ 

}

.modHeadline .marke
{ 

}

.modHeadline .dachzeile
{ 

}

.modHeadline .headline
{ 
	
}

.modHeadline  .teasertext
{ 

}

.modHeadline .linklist
{ 
	display: block;
}

.modHeadline .linklist .more
{  

}

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


.modParagraph
{

}

.modParagraph .box
{

}

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

}

.modParagraph .marke
{ 

}

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

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


.modParagraph h2.headline
{
    width: auto;
    float: none;
    margin-left: 5%;
    margin-left: 2%;
    margin-right: 5%;
	margin-right: 2%;

    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
{
    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: 4px 5% 10px 4%;
    width: 90%;
    font-size: 0.9em;
}

.sectionArticle .linklist
{
	display: block;
}



/************* Infokaesten im Beitrag ************/

.modParagraph .infokasten
{ }

.modParagraph .infokasten .mediaCon
{
	margin: 0 0 4px 0;
	width: 100%;
	float: left;
}

.modParagraph .infokasten h3.ressort
{ }


.modParagraph .infokasten h4
{
	margin-bottom: 4px;

}

.modParagraph .infokasten p
{

}

.modParagraph .infokasten p.author
{

}



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


.modTeaseronly
{

}

.modTeaseronly .box
{

}

.modTeaseronly .ressort
{		
	
}


.modTeaseronly  .mediaCon
{

}


.modTeaseronly .mediaLink
{

}

.modTeaseronly  .mediaCon .img
{

}

.modTeaseronly .icon
{ 

}

.modTeaseronly .marke
{ 

}


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

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


}

.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: 50%;
    margin-top: 8px;
    margin-bottom: 6px;

}

.modList  .media
{

}

.modList .mediaLink{

}

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

.modList .icon
{ 

}

.modList .marke
{ 

}


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

}

.modList .linklist .more strong
{ 

}

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

}

.modList .controls .buttons
{

}

.modList .controls .prev
{ 

}

.modList .controls .next
{
	
}

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

.mod.modSocialbar {  }
.modSocialbar .box {  }
.modSocialbar .button {  }
.modSocialbar .button  { }

/* setwidth */
.modSocialbar .print
{  	
	display: none;
}

/* setwidth */
.modSocialbar .send a
{ 
	width: 147px;
}

/* setwidth */
.modSocialbar .likeCon
{
	width: 304px;
	margin-bottom: 0;
	height: 34px;
}

.modSocialbar .likeCon .fr { }

.modSocialbar .likeCon .iframefb
 { 
 width: 120px;
 margin-right: 5px;
 }

.modSocialbar .likeCon .iframetw
{ 
	width: 90px;
	margin-right: 5px;
}

.modSocialbar .likeCon .iframegp
{
  	margin-right: 0;
}

.modSocialbar .agreeCon { }
.modSocialbar .like
{
	width: 304px;
	height: 34px;
}

.modSocialbar .like a, .modSocialbar .share a { }

.modSocialbar .like a 
{ 
	padding-top: 10px;
}



/* setwidth */
.modSocialbar .agreement
 {
    top: 34px;
    width: 294px;
 }

.modSocialbar .agreement .text { }
.modSocialbar .agree { }
.modSocialbar .agreement strong { }
.modSocialbar .likes { }
.modSocialbar .likes > * { }
.modSocialbar .shareCon { }

/* setwidth */
.modSocialbar .share
{
    width: 147px;
    margin-right: 0;
}

/* das ist die ul der shares, 10px schmaler!  */
.modSocialbar ul.shares, 
.sectionZ .modSocialbar ul.shares, 
.sectionB .modSocialbar ul.shares
{
    width: 137px;
    top: 30px;
}

.modSocialbar .shares li:last-child { }

.modSocialbar ul.shares li,
.sectionZ .modSocialbar ul.shares li, 
.sectionB .modSocialbar ul.shares li
{ 
	width: 138px;
}

.modSocialbar .like .fb, 
.modSocialbar .like .twitter,
.modSocialbar .like .google
{
	margin: 8px 12px 0 0;
}

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

.modSocialbar ul.shares li a
{
	width: 112px;
}

.modSocialbar .shares li:hover {}
.modSocialbar .shares .fb { }
.modSocialbar .shares .twitter { }

.modSocialbar ul.shares li.google, 
.sectionZ .modSocialbar ul.shares li.google
.sectionB .modSocialbar ul.shares li.google
{ 
margin-right: 0;
}

.modSocialbar ul.shares li.del, 
.sectionZ .modSocialbar ul.shares li.del, 
.sectionB .modSocialbar ul.shares li.del
 { 
margin-right: 0;
}
.modSocialbar .shares .wong { }

/* heller Pfeil, wenn auf dunkelblau */

.modSocialbar .collapseArrow  { }

.modSocialbar .hasArrow.collapsed .collapseArrow
{ }


/* Zusatzanweisungen fuer bestimmte Layouts */




/* Der Drucken-Button */


/* Der Drucken-Button */
.sectionB .modSocialbar .print a
{

}

/* Der Senden-Button */
.sectionB .modSocialbar .send a
{
	width: 147px;
}

/* Der Teilen-Button */
.sectionB .modSocialbar .share
{
    margin-right: 0;
    width: 147px;
}
/* hier 5px padding beachten */
.sectionB .modSocialbar ul.shares
{

	top: 30px;
}

.sectionB .modSocialbar ul.shares li
{
	width: 138px;
}

.sectionB .modSocialbar ul.shares li a
{

}

/* Das container fuer die sm-dienste */
.sectionB .modSocialbar .likeCon
{
	width: 304px;

}

.sectionB .modSocialbar .like
{
	width: 304px;
}

/* Das agreement fuer die Dienste */
.sectionB .modSocialbar .agreement
{
    width: 294px;
    padding: 8px 5px 8px 5px;
}



/* Der Drucken-Button */
.sectionZ .modSocialbar .print a	
{

}

/* Der Senden-Button */
.sectionZ .modSocialbar .send a
{
	width: 147px;	
}

/* Der Teilen-Button */
.sectionZ .modSocialbar .share
{
    width: 147px;
    margin-right: 0;
}
/* hier 5px padding beachten */
.sectionZ .modSocialbar ul.shares
{

}

.sectionZ .modSocialbar ul.shares li
{

}

.sectionZ .modSocialbar ul.shares li a
{

}

/* Das container fuer die sm-dienste */
.sectionZ .modSocialbar .shareCon
{

}

.sectionZ .modSocialbar .likeCon
{
	width: 304px;
}

.sectionZ .modSocialbar .like
{
	width: 304px;
}

/* Das agreement fuer die Dienste */
.sectionZ .modSocialbar .agreeCon
{
    width: 294px;
}


.sectionZ .modSocialbar .agreement
{
    width: 294px;
    padding: 8px 5px 8px 5px;
}







/************  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
{
	padding: 2px 0;
}

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

}

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

.modGlossar .collapseArrow
{

}

.modGlossar .collapsed .collapseArrow
{

}

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

.modGlossar .mediaLink{

}

.modGlossar  .mediaCon .img
{
}

.modGlossar .icon
{ 

}

.modGlossar .icon.video
{ 

}

.modGlossar .icon.audio
{ 

}

.modGlossar .icon.galerie
{  	

}

.modGlossar .marke
{ 

}


.modGlossar .dachzeile
{ 
	display:none;
}

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

.modGlossar  .teasertext
{ 

}

.modGlossar .linklist
{ 

}

.modGlossar .linklist .more
{  

}

.modGlossar .linklist .more strong
{ 

}

.modGlossar .linklist .list
{ 

}

.modGlossar .linklist .list li
{ 

}

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

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

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

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

.modGlossar .controls .labels .entries .entry a, 
.modGlossar .controls .labels .entries .entry.active
{
    padding: 7px 0 5px;
    text-align: center;
}

.modGlossar .controls .labels .entries .entry.active a
{
	padding: 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
{
     display: block;
}

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

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

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

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


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

.modQuiz .box
{

}

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

.modQuiz .mediaLink{

}

.modQuiz  .mediaCon .img
{

}

.modQuiz .icon
{

}

.modQuiz .icon.video
{

}

.modQuiz .icon.audio
{

}

.modQuiz .icon.galerie
{

}

.modQuiz .marke
{

}

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

.modQuiz .linklist .list
{

}

.modQuiz .linklist .list li
{

}

.modQuiz.voting .vote-detail
{
    padding: 1.5% 0;
    line-height: 145%;
}

.modQuiz.voting .vote-detail > div
{
    float: left;
    margin-right: 3%;
}

.modQuiz.voting .vote-detail .vote-content
{
    width: 40%;
    margin-right: 2%;
}

.modQuiz.voting .vote-detail .vote-number,
.modQuiz.voting .vote-detail .vote-percent
{
    width: 14%;
    text-align: right;
}

.modQuiz.voting .vote-detail .vote-bar-container
{
    width: 24%;
    height: 1.2em;
}

.quizAfter.voteresult
{
    line-height: 145%;
}

/************  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 .next
{
    background: url('/static/ard/img/base/icon/arrow_sprite.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: right;
}

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

.modConGallery .modPicture
{
    display: none;
}

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


.modGallery
{ }

.modGallery .box
{

}

.modConGallery .box.active 
{
	background: #fff;
}

.modGallery .ressort
{
	display: none;
}

.mod.modGallery  .mediaCon
{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.modGallery .mediaLink
{

}

.modGallery .mediaCon .img
{ 

}

.modGallery .icon
{ 

}

.modGallery .marke
{ 

}

.modGallery .dachzeile
{ 	
	display : none;
}

.modGallery .headline
{
	
}

.modGallery .teasertext
{  }


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


.modGallery .linklist
{ 
	display : none;
}

.modGallery .linklist ul
{ 
	
}

.modGallery .linklist p
{  

}

/************ MODULE-DESIGN: SLIDER  ************/
.mod.modGallery .controls.sliding
{
  top: 4%;
}

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

.modGallery .controls .buttons
{

}

/************ Gallery: SLIDER IM BILD  ************/

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

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

.mod.modGallery .controls.sliding .buttons
{
}

.mod.modGallery .controls.sliding .prev
{
  width: 46px;
  min-width: 46px;
  height: 46px;
  visibility: visible;
  margin: 0;
  background:  url("/static/ard/img/base/icon/arrow_gallery.png") 0px -46px transparent no-repeat;
}

.mod.modGallery .controls.sliding .prev:hover
{
  background:  url("/static/ard/img/base/icon/arrow_gallery.png") 0 -186px transparent no-repeat;
}

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

.mod.modGallery .controls.sliding .next:hover
{
  background:  url("/static/ard/img/base/icon/arrow_gallery.png") -82px -186px transparent no-repeat;
}






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


.modTable
{

}

.modTable .box
{

}

.modTable .dachzeile
{ 

}

.modTable .headline
{

}

.modTable .table
{
}

.modTable .table table
{
}

.modTable .table table.fixed
{
}

.modTable .table .scrollTableContainer
{
}

.modTable .headlines
{ 
}

.modTable .headlines .even
{
}

.modTable .entry
{
}

.modTable .headlines .entry
{
}

.modTable .even
{ }


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


.modStopper
{

}

.modStopper .box
{

}

.modStopper .ressort
{		
	display:none;
}

.modStopper  .mediaCon
{	
	margin: 0;
}

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

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

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

.modStopper .mediaLink{

}

.modStopper  .mediaCon .img
{

}

.modStopper .icon
{ 

}

.modStopper .marke
{ 

}


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

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

}

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


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

.mod.modBreakingNews .linklist ul
{ 
	
}

.mod.modBreakingNews .linklist p
{  

}


.modTicker .linklist
{
	display: block;
}



.modTicker .linklist ul.liveticker 
{

}

.modTicker .linklist ul.liveticker li 
{

}

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

}
.modTicker .linklist ul.liveticker li span.result.live 
{

}

.ardLinkList ul.liveticker li strong 
{

}

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


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

/************  MODULE-DESIGN: LISTE  ************/


.modBroadcastList
{
}

.modBroadcastList .boxCon
{
	height: auto;
	border-bottom: 1px solid #9da4b2;
	border-top: 1px solid #9da4b2;	
}




.modBroadcastList .box
{

}

.modBroadcastList .teaser
{
}

.modBroadcastList .teaserHeadline
{

}



.mod.modBroadcastList  .mediaCon
{ 
width: 50%;

}

.modBroadcastList  .media
{ }

.modBroadcastList .mediaLink{

}

.modBroadcastList  .mediaCon .xxl
{
}

.modBroadcastList  .mediaCon .xl
{
}

.modBroadcastList .mediaCon .l
{
}

.modBroadcastList  .mediaCon .m
{
}

.modBroadcastList  .mediaCon .s
{
}

.modBroadcastList .icon
{ 

}

.modBroadcastList .icon.video
{ 

}

.modBroadcastList .icon.audio
{ 

}

.modBroadcastList .icon.galerie
{  	

}

.modBroadcastList .marke
{ }

.modBroadcastList .dachzeile
{ }

.modBroadcastList h3.headline
{ }

.modBroadcastList  .teasertext
{ }

.mod.modBroadcastList .linklist
{ }

.modBroadcastList .linklist .more
{ }

.modBroadcastList .linklist .more strong
{ 

}

.modBroadcastList .linklist .list
{
}

.modBroadcastList .linklist .list li
{ }

.modBroadcastList .linklist .list li a
{ }

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

.modBroadcastList .controls
{
}

.modBroadcastList .controls .labels .entries
{

}


/************ passive   ************/


.modBroadcastList .controls.paging .labels .entry
{

}

.modBroadcastList .controls.paging .labels .entry.active, 
.modBroadcastList .controls.paging .labels .entry.passive
{ }


.modBroadcastList .controls.paging .labels .entry.passive
{ }

.modBroadcastList .controls.paging .labels .entry a 
{ }

/* diese Anweisung konnnte nicht in die obere mit rein,da es sonst eine multiplikation der anweisungen gegeben haette */
.modBroadcastList .controls.paging .labels .entry a
{ }

.modBroadcastList .controls.paging .labels .entry.active, 
.modBroadcastList .controls.paging .labels .entry a:hover,
.modBroadcastList .controls.paging .labels .entry a:active,
.modBroadcastList .controls.paging .labels .entry a:focus
{ }

.modBroadcastList .controls.paging .labels .entry.active a, 
.modBroadcastList .controls.paging .labels .entry.active a:hover,
.modBroadcastList .controls.paging .labels .entry.active a:active,
.modBroadcastList .controls.paging .labels .entry.active a:focus
{ }

.modBroadcastList .controls .labels .entry.active a, 
.modBroadcastList .controls .labels .entry a:hover
{ }

.modBroadcastList .controls .buttons
{

}

.modBroadcastList .controls .prev
{ 

}

.modBroadcastList .controls .next
{
	
}

.modBroadcastList .show-and-hide
{

}

.modBroadcastList .inputSuggest
{
	height: 140px;
}


.modBroadcastList .inputSuggest li a
{
}


.modBroadcastList .inputSuggest li a:hover
{

}

.section .modCon.modConProgramm { width: 304px; padding: 4px; }

.modCon.modConProgramm .controls.paging .labels .entry a { padding: 6px; }

.modConProgramm .mod .controls .entry a span { display: none; }

.modConProgramm .modHead .box h3 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-right: 10%; width: 90%; }
.modCon.modConProgramm .box h3 { text-indent: 6px; }


.modConProgramm .tv-sender li { text-indent: 1%; }
.modConProgramm .tv-sender li a + a { display: block; }


.modCon.modConProgramm .box .entries h3 span.date,
.modCon.modConProgramm .box .entries h3 span.titel { width: 100%; padding-bottom: 0; }

.modCon.modConProgramm .box .entries h3 span.date { text-align: left; }
.modCon.modConProgramm .box .entries h3 span.trenner { display: inline; padding: 0 4px; }
.modConProgramm .box .entries h3 span.dachzeile { display: block; font-size: 0.85em; padding-bottom: 2px; }
.modCon.modConProgramm .box .entries h3 span.titel { padding-left: 2%; width: 92%; text-indent: 0; }

.modCon.modConProgramm .box .entries h3 span.titel,
.modCon.modConProgramm .box .entries h3 span.subtitel { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 92%; }

.modCon.modConProgramm .box .entries .fortschritt,
.modCon.modConProgramm .box .entries .fortschritt span { height: 4px; }

.modCon.modConProgramm .entry .metainfo { display: none; }

.modCon.modConProgramm .entry .teaser { width: 98%; padding-left: 1%; float: left; padding-right: 1%; }
.modCon.modConProgramm .entry .teaser .mediaCon { width: 135px; }

.modConProgramm .entry .teasertext + .modSocialbar  { clear: both; }
.modConProgramm .entry .teasertext + .modSocialbar .button a { padding: 3px; width: auto; }
.modConProgramm .entry .teasertext + .modSocialbar .share { width: 91px; }

.modConProgramm .entry .modSocialbar .button a { width: 138px; padding: 3px; }
.modConProgramm .entry .modSocialbar .share { width: 144px; }


.modConProgramm .entry .modSocialbar .collapseArrow { margin-right: 5px; margin-top: 1px; }


/*** SKIN: ARD ***/

bodybody.ard
{ 	
}

body.ard #content
{

}

body.ard .mod .ressort a
{
}


/*** RESSORT STYLES ***/



body.ard .ressort
{
	margin-bottom: 4px;
	padding: 2px 0;
}




body.ard .ressort.nachrichten
{
}

body.ard .ressort.sport
{
}

body.ard .ressort.boerse
{
}

body.ard .ressort.ratgeber
{
}

body.ard .ressort.wissen
{
}

body.ard .ressort.kultur
{
}

body.ard .ressort.kinder
{
}

body.ard .ressort.intern
{
}

body.ard .ressort.fernsehen
{
}

body.ard .ressort.radio
{
}

body.ard .ressort.mediathek
{
}

/* Anweisungen fuer Ressorts in der Stage */


body.ard .modStage .ressort
{
}

body.ard .modStage .ressort.nachrichten
{
}

body.ard .modStage .ressort.sport
{
}

body.ard .modStage .ressort.boerse
{
}

body.ard .modStage .ressort.ratgeber
{
}

body.ard .modStage .ressort.wissen
{
}

body.ard .modStage .ressort.kultur
{
}

body.ard .modStage .ressort.kinder
{
}

body.ard .modStage .ressort.intern
{
}

body.ard .modStage .ressort.fernsehen
{
}

body.ard .modStage .ressort.radio
{
}

body.ard .modStage .ressortbody.ardmediathek
{
}






body.ard .modStage .ressort a
{
}

body.ard .conHeadline
{
}

body.ard .mod
{
}



body.ard .modMini .ressort
{
}


body.ard .modMini .box.active, body.ard .modMini .box.active a
{
    color: #001a4b;
}

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

body.ard .modMini .box.active .ressort, 
body.ard .modConStage .modMini .box
{
}


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




/** Hoehe des boxen-Containers im Service-Modul **/

body.ard .modCon.serviceModulTV .modBroadcastList .boxCon, 
body.ard .modCon.serviceModulRadio .modBroadcastList .boxCon
{
	height: auto;	
}
	


/* fuer Listenspecials muessen Linklisten in modClassic auch in xs angezeigt werden */

body.ard .mod.modClassic .linklist
{
	display: block;
}

/*** SKIN: ARD ***/

body.tv
{ 
	background: #fff url('/static/ard/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 .conHeadline{
}

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

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



.tv .modGallery .controls
{

}

.tv  .modGallery .controls .prev
{ 

}

.tv  .modGallery .controls .next
{

}

/*** FOOTER ***/

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


