/*** SKIN: ARD ***/

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

body.intern #content
{
	background: none;
}

body.intern .conHeadline{

}

body.intern .mod{

}


body.intern .modConStage .modMini .box.active
{
background: #c5cfdc;	
background: #fff;	
}



/* Hintergrund Mini-Slider der Stage */
body.intern .modConStage .modMini .box, 
body.intern .modMini .box:hover, 
body.intern .modPicture .box:hover, 
body.intern .modTeaseronly .box:hover,
body.intern .modConGallery .modPicture .box,
body.intern  .mod .controls
{ 
background: #e9ebef; 
}


/* Hintergrund fuer aktiven Mini-Slider der Stage */
body.intern .modConStage .modMini .box.active, 
body.intern .modConStage .modMini .box:hover,
body.intern .modConGallery .modPicture .box.active, 
body.intern .modConGallery .modPicture .box:hover
{ 
background: #c3d6e4;
cursor: pointer;
}

body.intern  .mod .controls
{ 
background: #d1d5dc;
background: #D0C9C4;

}



/*** SLIDERCONTROLS ***/

body.intern .mod .controls
{
}

body.intern .mod .controls .prev
{ 

}

body.intern .mod .controls .next
{

}

body.intern .modGallery .controls
{
	background: transparent;
}

body.intern .modGallery .controls .prev
{ 

}

body.intern .modGallery .controls .next
{

}



/** Fontangaben **/

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

body.intern .mod  .headline

{
	font-weight: bold;
}
	
/** Ueberschrift der Modulcontainer **/

body.intern .conHeadline
{
	font-family: ThesisAntiqua, Georgia, serif;
}

/** C-Sections weiss **/

body.intern .sectionZ, 
body.intern .sectionC
{
	background: #fff;
}

/** Hoehe der Broadcast-Boxen selbst und des gesamten Broadcast-Moduls niedriger **/


body.intern .modBroadcastList .box
{
	min-height: 0;
}

body.intern .modBroadcastList .boxCon
{
	height: 200px;
}



