/*** FONTS TAGESSCHAU ***/


body.tagesschau h3
{
	font-size: 1.15em;	
} 

.tagesschau h1, 
.tagesschau h2, 
.tagesschau h3, 
.tagesschau h4
{
font-weight: bold;
} 




/*** SKINS ***/

body.tagesschau
{ 
	background: #345f9b url('../../../img/tagesschau/background/base.jpg') fixed top no-repeat;
}



body.tagesschau #content
{
	background: none;
}

body.tagesschau .conHeadline
{
	font-weight: normal;
}

body.tagesschau .con
{

}

body.tagesschau .mod
{
	background-color: #fff;
}

body.tagesschau .modConStage .modMini .box.active,
body.tagesschau .modConStage .modMini .box.active a, 
body.tagesschau .modConStage .modMini .box:hover,
body.tagesschau .modConStage .modMini .box:hover a
{
	background-color: #001a4b;
	color: #fff;
	background-image: none;
}

body.tagesschau #content .sectionC, body.tagesschau #content .sectionZ
{
    background-color: #fff;
}


/*** HINTERGRUND BOX ***/
body.tagesschau .box
{
	background: #fff url('../../../img/tagesschau/background/box_base.jpg') repeat-x bottom;

}

/* @group Slider/paging */

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

/* Hintergrund der ganzen Leiste */

body.tagesschau .mod .controls
{
	background-color: #e2e1dc;
}

body.tagesschau .mod .controls .buttons
{ }

body.tagesschau .mod .controls .prev
{ }


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

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

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

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

/* hover next_button */ 
body.tagesschau .mod .controls.sliding .next.active:hover
{
    background: url('../../../img/tagesschau/icon/arrow_slider.png') no-repeat center -200px;
}

body.tagesschau .mod .controls .labels
{ }

body.tagesschau .mod .controls .labels .entries
{ }


body.tagesschau .mod .controls.sliding .labels .entries
{ }

body.tagesschau .mod .controls .labels .entry
{ 
background: #fff;
}


body.tagesschau .mod .controls.sliding .labels .entry
{ }


body.tagesschau .mod .controls.paging .labels .entry
{ }


body.tagesschau .mod .controls.paging .labels .entry
{ }


body.tagesschau .mod .controls .labels .entry:hover
{ }


body.tagesschau .mod .controls .labels .entry.active
{ 
background: #001a4b;
}


body.tagesschau .mod .controls .labels .entry.active a
{ }

body.tagesschau .mod .controls .info
{ }

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