/******************************
Layout allgemein
*******************************/

* {
	background-repeat: no-repeat;
	background-position: top left;
}

/*
	font-family for .teaser and TD must be set
	explicitly to support correct display in editmode
*/
BODY,
TABLE,
TD,
.teaser {
	font-family: Arial, Helvetica, Sans-serif;
}

BODY,
TABLE,
TD,
DIV,
IMG {
	margin: 0px;
	padding: 0px;
}

BODY,
TABLE,
H1, H2, H3 {
	font-size: 11px;
	line-height: 1.2;
}

IMG {
	border-style: none;
}

A {
	text-decoration: none;
	font-weight: bold;
}

A.linkstyle,
.list-symbol-link {
	font-weight: bold;
	color:#ff0d7e;
}

A:hover .hover {
	text-decoration: underline;
}

/* FIXME: nonsense */
.hoverblub * A:hover {
	text-decoration: underline;
}

A:Hover.linkstyle {
	text-decoration: underline;
}

H1, H2, H3 {
	font-weight: bold;
}

H1, H2, H3, H6,
P {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

H6 {
	color: #fff;
}

H1 A:Hover,
H2 A:Hover,
H3 A:Hover,
P A:Hover {
	text-decoration: none;
}

H1,
H1 A {
	font-size: 13px;
	color: #ff0d7e;
}

H2,
H2 A {
	font-size: 11px;
	color: #ff0d7e;
}

H3,
H3 A {
	font-size: 17px;
	color: #ff0d7e;
	padding-top: 30px;
}

P,
P A {
	font-weight: normal;
	font-size: 11px;
	color: #5e5e5e;
}

.compress H1,
.compress H2,
.compress H3,
.compress P {
	padding-bottom: 2px;
}

.ultra-compress H1,
.ultra-compress H2,
.ultra-compress H3,
.ultra-compress P {
	padding-bottom: 0px;
}

.topspace H1,
.topspace H2 {
	padding-top: 5px;
}

.base-spacer {
	font-size:1px;
}

.noncontent-spacer5 {
	font-size:1px;
	margin: 5px 0px 0px 0px;
}

.noncontent-spacer8 {
	font-size:1px;
	margin: 8px 0px 0px 0px;
}

.noncontent-spacer10 {
	font-size:1px;
	margin: 10px 0px 0px 0px;
}

.noncontent-spacer15 {
	font-size:1px;
	margin: 15px 0px 0px 0px;
}

.noncontent-spacer16 {
	font-size:1px;
	margin: 16px 0px 0px 0px;
}

.noncontent-spacer20 {
	font-size:1px;
	margin: 20px 0px 0px 0px;
}

/* Opera ignores vertical-align on tr */

TD.left,
TD.tdcontent,
TD.right,
.align-top TD,
TR.align-top TD,
TD.align-top {
	vertical-align: top;
}

.align-bottom TD,
TR.align-bottom TD,
TD.align-bottom {
	vertical-align: bottom;
}

/*
	IE needs font-size.
	Mozilla needs height.
*/
.float-breaker {
	clear:both;
	font-size:1px;
	height:1px;
}

/******************************
Colors
*******************************/

/*
	DIV#hauptnavi-dhtml must have background-color
	otherwise mouseover stops in IE on transparent 1px lines
*/
BODY,
#content,
#breadcrumbs,
.left,
TD.outerright,
DIV#hauptnavi-dhtml {
	background-color: #ffffff;
}

/* Werbung */
/* FIXME: remove rectangle-content2|3 */
#rectangle1,
#rectangle-content2,
#rectangle-content3,
.skyscraper-embedded {
	background-color: #f1f1f1;
}

/* FIXME: remove */
#rectangle-content3 {
	position:relative;
	z-index:999;
}

TD.outerright	{
	width:8px;
}

/*
	top-unten-bg and footer-bg
	are wrappers for top-unten resp. footer.
	This guarantees a minimum bg color width of 992px
	even if browser window is smaller.
*/
#content-aussen,
#footer-bg {
	background-color: #ededed;
}

/******************************
Header
*******************************/

#top {
	background-image: url(/images/_streifen.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
}

#top-banner {
	background-image: url(/images/_logo.jpg);
	background-position: left bottom;
	width: 995px;
}

#top-banner TABLE {
	width: 992px;
	height: 110px;
}

#top-unten {
	background-image:url(/images/_header.gif);
	width: 995px;
	height: 36px;
}

#sat1-logo-top {
	width: 100px;
	height: 110px;
	padding-left: 43px;
	border-style: none;
}

/*
	Channel sponsor code is included
	immediately before channelnavigation block.
	Top position is effected by
	hauptnavi margin-top value (22px).
*/
.channel-sponsor {
	position: absolute;
	top: -36px;
	left: 190px;
	z-index: 100;
}

#home-tab {
	display:none;
}

#home-tab IMG {
	margin-left:876px;
	margin-top:6px;
	width:116px;
	height:30px;
}


/******************************
Breadcrumbs
*******************************/

#breadcrumbs {
	height: 17px;
	width: 588px;
}
/* IFrame document without right column */
.iframe1 #breadcrumbs {
	width:784px;
}
/* IFrame document without left and right column */
.iframe2 #breadcrumbs {
	width:792px;
	padding-left:200px;
}

#breadcrumbs P {
	color: #5e5e5e;
	line-height: 17px;
	margin: 0px;
	padding-left:8px;
}
#breadcrumbs A {
	color: #5e5e5e;
	font-weight:normal
}
#breadcrumbs A.highlighted {
	color: #ff0d7e;
}

/******************************
Footer
*******************************/

#footer {
	height: 30px;
	line-height: 30px;
	padding-left: 200px;
	width: 792px;
	white-space:nowrap;
}

#footer A {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 20px;
	color: #5e5e5e;
}

#footer P {
	margin: 0px;
	padding: 0px;
}

/******************************
Copyright
*******************************/

#copyright {
	background-color: #fff;
	height: 100px;
	padding-left: 200px;
	padding-top: 8px;
}

#copyright P,
#copyright P A {
	color: #ff0d7e;
}

/********************************************
Adtags

! Ids are generated by adtagss1.class.php !
********************************************/

/*
	AdtagsS1::rectangle(2|3) (cross column)
	rectangle3 for home only
	180x150
*/
#rectangle2,
#rectangle3 {
	display: none;
	text-align: center;
	background-image: url(/images/anzeige_schwarz.gif);
	background-position: center top;
	padding: 8px 0px 0px 0px;
}

/*
	AdtagsS1::contentRectangle
	grid ad in pre-topspacer 2
	300x250
*/
/* FIXME: remove rectangle-content2|3 */
#rectangle1,
#rectangle-content2,
#rectangle-content3 {
	display: none;
	margin: 16px 8px 0px 8px;
	padding: 8px 0px;
	text-align: center;
}

#rectangle1 TABLE.adtags,
#rectangle-content2 TABLE.adtags,
#rectangle-content3 TABLE.adtags {
	margin: 0px auto;
}

#rectangle1 TD.adtags,
#rectangle-content2 TD.adtags,
#rectangle-content3 TD.adtags {
	background-image: url(/images/anzeige_hoch_schwarz.gif);
	background-position: left center;
	padding: 0px 8px;
}

/*
	AdtagsS1::fullbannerBottom
	468x60
*/
#fullbanner1 {
	display: none;
	background-image: url(/images/anzeige_hoch_w.gif);
	background-position: 0px 12px;
	margin-left: 200px;
	padding: 0px 0px 8px 10px;
}

/*
	AdtagsS1::fullbannerTop
	468x60 or 728x90 or 728x180
	id="fullbanner2"
	no enclosing div
*/

#top-banner TABLE #target_fullbanner2 TABLE {
  height: auto;
  width: auto;
}

/******************************
Skyscraper
*******************************/

.skyscraper-embedded {
	background-image: url(/images/anzeige_w.gif);
	background-position: 50% 6px;
	position: relative;
	width: 180px;
	text-align: center;
	padding: 16px 0px 8px 0px;
}

/*
	skyscraper is within relative div with
	left position at 796px
*/
.skyscraper-outside {
	display: none;
	background-image: url(/images/anzeige_w.gif);
	background-position: 50% 0px;
	position: absolute;
	z-index: 20;
	top: 8px;
	left: 214px;
	padding-top: 8px;
}

/******************************
Content
*******************************/

#content-aussen {
	width: 100%;
}

#content {
	width: 992px;
}

.tdcontent,
.right {
	background-color: #fff;
}

/******************************
Suchbox
*******************************/

#suchbox {
	position: relative;
	margin-right: -8px;
	padding-bottom: 10px;
	width: 204px;
	background-image: url(/images/_suche.gif);
}

/*
	FOR BACKWARDS COMPATIBILITY:
	DO NOT add the following definitions to the above id-related definitions
*/
DIV.suchbox {
	padding-top: 26px;
	height: 42px;
}

#suchbox A {
	color: #ff0d7e;
}

#suche-td1 {
	width: 48px;
}

#suche-td2 {
	width: 100px;
}

#suche-td3 {
	width: 20px;
}

#suche-td2 INPUT {
	width: 90px;
}

#suche-td3 IMG {
	width:  20px;
	height: 20px;
	margin-left: -22px;
	position:relative;
	z-index:121;
}

#suche-links-left,
#suche-links-right {
	height: 22px;
	vertical-align: bottom;
}

#suche-links-left {
	padding-left: 15px;
}

#suche-links-right {
	text-align: right;
	padding-right: 24px;
}

/******************************
Suchbox_left
*******************************/

#suchboxleft {
	position: relative;
	width: 180px;
	/*height: 52px;*/
	background-image: url(/images/_suche_wallpaper.gif);
}

#suchboxleft A {
	color: #ff0d7e;
}

/******************************
1 Google-Anzeige
*******************************/

.google1,
.gewinnspielbox {
	width: 180px;
	overflow: hidden;
	background-color: #ededed;
}
.gewinnspielbox {
  padding-bottom:5px;
  }

.google1 H1,
.google1 H1 A,
.google1 P {
	font-size: 11px;
}

.google1 H1,
.google1 P {
	padding: 0px 8px;
	margin: 0px;
}

.gewinnspielbox P {
	padding: 0px 8px 2px 8px;
	margin: 0px;
}

.google1 H1 A,
.gewinnspielbox P A.linkstyle {
	color: #ff0d72;
	font-weight: bold;
}

.google1 A:hover.linkstyle {
	text-decoration:underline;
}

.google1 h1 a:hover.linkstyle {
	color: orange;
}

.google1 H1 A.linkstyle {
	color: darkblue;
}

.google4 P A.linkstyle {
	color: darkblue;
	font-size: 12px; 
	font-weight: bold;
}

.google1 P A.linkstyle,
.google4 P.last A.linkstyle {
	color: #ff0d7e; 
	font-weight: normal;
	font-size: 11px;
}

.google1-head,
.gewinnspielbox-head {
	height:20px;
	background-color: #e2e2e2;
	margin-bottom:5px;
}

.google1-head H1,
.gewinnspielbox-head H1,
.gewinnspielbox-head H3 {
	line-height: 20px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

.google1-head H1,
.google1-head H1 A,
.google1-head H1 A:Hover,
.gewinnspielbox-head H1,
.gewinnspielbox-head H1 A,
.gewinnspielbox-head H1 A:Hover,
.gewinnspielbox-head H3,
.gewinnspielbox-head H3 A,
.gewinnspielbox-head H3 A:Hover  {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #5e5e5e;
}
.google1-body {
  margin-bottom:5px;
}

.google1-ad { margin-bottom: 3px; }
/******************************
4 Google-Anzeigen
*******************************/
.google4 {
	width: 180px;
	overflow: hidden;
	background-color: #ededed;
}

.google4 P {
	font-weight: normal;
	font-size: 11px;
	line-height:1.2;
	padding: 0px 8px;
	margin: 0px;
}

.google4 P.last {
	padding-top: 2px;
	margin-bottom: 18px;
}

.google4 A {
	font-weight: normal;
}

.google4 P,
.google4 P A {
	color: #5e5e5e;
}

.google4 A:Hover {
	text-decoration: underline;
	color: #5e5e5e;
}

.google4 A.linkstyle:Hover {
	text-decoration:underline;
}

.google4-head {
	height:22px;
	background-color: #e2e2e2;
	margin-bottom:16px;
}

.google4-head H1 {
	line-height: 22px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

.google4-head H1,
.google4-head H1 A,
.google4-head H1 A:Hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5e5e5e;
}

.google1-ad:hover,
.google4-ad:hover  { 
	background-color: #FFFFFF; 
}

.google1-ad p, 
.google1-ad p a,
.google4-ad p, 
.google4-ad p a { 
	margin: 0px; 
	padding: 0px;
}

.google1-ad,
.google4-ad { 
	margin: 0px 5px 5px 5px; 
}

/*********************************
popup fullbanner2 Google-Anzeigen
**********************************/

.google-popup-fullbanner2 {
	width:728px;
	height:90px;
	margin-left:76px;
	background-color:#ffffff;
	background-image: url(/images/galerie/_google.gif);
	background-position: bottom right;
	text-align:left;
}

.google-popup-fullbanner2 .google-item {
	width:162px;
	height:69px;
	padding-left: 10px;
	margin: 5px 10px 2px 0px;
	overflow:hidden;
	float:left;
}

.google-popup-fullbanner2 .google-item H1,
.google-popup-fullbanner2 .google-item P {
	padding-bottom: 2px;
}

.google-popup-fullbanner2 .google-item H1,
.google-popup-fullbanner2 .google-item H1 A,
.google-popup-fullbanner2 .google-item P,
.google-popup-fullbanner2 .google-item P A {
	font-size: 11px;
}

.google-popup-fullbanner2 .google-item P A.plainstyle {
	color: #5e5e5e;
}

.google-popup-fullbanner2 .google-title {
	padding-left: 616px;
	height:14px;
	clear: both;
}

.google-popup-fullbanner2 .google-title IMG {
	width: 112px;
	height: 14px;
}

/******************************
Contentsuche
*******************************/

#contentsuche {
	width: 180px;
	margin-left: 8px;
	padding: 0px;
}

.contentsuche-head {
	background-image: url(/images/_suche_intern_ecke.gif);			/* bg-color = tabelle0 */
	background-color: #f0c7c2;
	padding: 0px;
	margin: 0px;
}

.contentsuche-head H2{
	padding: 7px 8px 7px 8px;
	text-transform: uppercase;
	color: #d5d5d5;											/* bg-color = content-link */
}

.contentsuche-body {
	background-color: #f6ddda;									/* bg-color = tabelle1 */
	padding: 0px;
	margin: 0px;
	height: 44px;
}

.contentsuche-body INPUT {
	float:left;
	margin: 14px 8px 14px 8px;
	padding: 0px;
	height: 16px;
}

.contentsuche-button {
	background: url(/images/_b_suche_intern.gif) no-repeat;
	float: left;
	margin: 14px 0px 14px 0px;
}
.contentsuche-button INPUT {
	margin: 0px;
	padding: 0px;
}


/******************************
Suche
*******************************/
.suche-body {
	background-color: #f0c7c2;
	height: 27px;
}
.suche-button {
	margin: 2px 0px 0px 0px;
}
.suche-body INPUT {
	font-size: 11px;
	padding: 0px;
	height: 16px;
}

/******************************
News-Box
*******************************/

.newsbox-head {
	background-color: #E2E2E2;
	height: 22px;
	line-height: 22px;
}

.newsbox-head A.linkstyle {
	padding: 0px 0px 0px 8px;
	color: #5e5e5e;
}

.newsbox-body {
	/* height: 63px; */
	height: 71px;
	background-color: #ededed;
	padding: 5px 8px 5px 8px;
}

.newsbox-body P {
	color: #5e5e5e;
	padding-bottom: 3px;
}

.newsbox-body A {
	color: #ff0d7e;
	font-weight: bold;
}

/******************************
Grid-Module
*******************************/

div.vertical-padding {
	padding-top: 5px;
	padding-bottom: 8px;
}

.content-bildunterschrift {
	font-size: 10px;
	padding-top: 3px;
	color: #5e5e5e;
}

.content-tabelle,
.listen-tabelle {
	color: #ebebeb;
}

.content-tabelle TD {
	padding: 5px 8px 5px 8px;
}

.download-tabelle P {
	color: #ff0d7e;
	padding-bottom: 2px;
}

div.multipage-navigation {
	padding-bottom: 4px;
	border-bottom: 1px solid #ebebeb;
}

.multipage-navigation TD {
	white-space: nowrap
}

.multipage-navigation-bottom {
	display: none;
}

.tvprogramm H1,
.tvprogramm P {
	padding-bottom:16px;
}

TD.list-item {
	width:99%;
	vertical-align:top;
	color: #5e5e5e;
}

TD.list-item.leading {
	padding-bottom:5px;
}

TD.list-symbol, TD.list-symbol-link {
	width:1%;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
}

.list-symbol {
	color: #ff0d7e;
}

.extra-link {
	font-weight:bold;
}

.emph {
	font-weight:bold;
}

.reihe0,
.boxmodul0,
.gewinnspiel-formular {
	background-color: #ededed;
}

.reihe1,
.boxmodul1,
.gewinnspiel-info,
.gewinnspiel-antwort {
	background-color: #f1f1f1;
}

.reihe2,
.boxmodul2 {
	background-color: #e8e8e8;
}

.content-linkscroller {
	overflow: auto;
	scrollbar-base-color: #f1f1f1;
	scrollbar-arrow-color: #fff; /*Pfeile*/
	scrollbar-face-color: #D8D8D8; /*Anfasser*/
	scrollbar-shadow-color: #D8D8D8; /*Aussenlinien rechts/unten*/
	scrollbar-highlight-color: #D8D8D8; /*Aussenlinien links/oben*/
	scrollbar-3dlight-color: #ffffff; /*Schatten links/oben*/
	scrollbar-darkshadow-Color: #5e5e5e; /*Schatten rechts/unten*/
	scrollbar-track-color: #f1f1f1; /*Hintergrund*/
}

/*
	Snippets in Uebersichtsseiten
	IE issue:
	Do not set left margin with left float.
	Mozilla issue:
	Clear both spacer underneath
	sat1 slots must have height 1px
	=> margin-bottom 19px
*/
.float-container DIV.floatable {
	float: left;
	margin: 0px 16px 19px 0px;
}

/******************************
Teaser
*******************************/
/********* Alle Teaserstreien rechts ausblenden ****************/
 
.right .channel,
.right .home,
.right .format {
  display: none;
}

.right .teaserstreifen-180,
.right .teaserstreifen-131,
.right .teaserstreifen-115 {
    display: none;
}

/********** ende Teaserstreifen rechts ausblenden ************/

.home {
	display: block;
}
.channel {
	display: none;
}
.format {
	display: none;
}

H6 {
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: right;
	padding: 0px 5px 0px 0px;
	font-weight: normal;
	color: #5e5e5e;
}

.teaserstreifen-180 {
	background-color:#e2e2e2;
	height: 15px;
	line-height: 15px;
	width: 180px;
}

.teaserstreifen-131 {
	background-color:#e2e2e2;
	height: 15px;
	line-height: 15px;
	width: 131px;
}

.teaserstreifen-115 {
	background-color:#e2e2e2;
	height: 15px;
	line-height: 15px;
	width: 115px;
}

DIV.teaser-big-news {
	padding: 8px;
	margin-bottom: 2px;
}

.teaser-big-news P,
.teaser-big-news P A {
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.teaser-big-news H3,
.teaser-big-news H3 A {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}

TD.teaser-special-392 H1 A {
	font-size: 17px;
}

TD.teaser-special-392 P A {
	font-weight: bold;
}

/******************************
Channel Home Teaser Shop
******************************/

.box-framed {
	border: 1px solid #ededed;
}

/******************************
Shop Tipp
******************************/

.shoptipp {
	color: #5e5e5e;
	background-color: #ededed;
}

.shoptipp.ecke-unten {					
	background-image: none;				
}	

.shoptipp .boxlogo {
	background-image:url(/images/boxlogos/_shoptipp.gif);
	background-position: top right;
}

.shoptipp H1 A,
.shoptipp H2 A,
.shoptipp H3 A,
.shoptipp A.linkstyle {
	color: #5e5e5e;
}

.shoptipp P A,
.shoptipp P A:hover {
	color: #5e5e5e;
}

/******************************
Fanshop
******************************/

.fanshop .box-framed {
	border: 1px solid #ededed;
}

.fanshop .teaserstreifen-180 {
	background-image: url(/images/teaserstreifen/_teaserstreifen_fanshop_180.gif);
	height: 20px;
	line-height: 20px;
	width: 180px;
}

.fanshop .teaserstreifen-180 H6 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-transform: none;
	text-align: left;
	padding: 0px 0px 0px 8px;
	width: 180px;
}

.fanshop .teaserstreifen-180 H6 A,
.fanshop .teaserstreifen-180 H6 A:Hover {
	font-weight: bold;
	width: 180px;
	color: #FFFFFF;
}

.fanshop .teaserstreifen-180 H6 span {
	font-size: 11px;
	font-weight: normal;
}

/******************************
Cross-Box
******************************/

.crossbox {
	border: 1px solid #ededed;
	background-color:#ededed; /* neu dazu in Base, kann ich Channel u Format raus */
}

/*
	crossbox needs background color and special
	text colors only in shop channel
	IMPORTANT: border must always be set,
	even if background-color is defined.
.crossbox {
	background-color: #d8577a;
}

.crossbox H1 A,
.crossbox H2 A,
.crossbox H3 A,
.crossbox A {
	color: #fff;
}

.crossbox P A {
	color: #fff;
}

*/

/********** Video Home ************/
/* Stile sind konstant */

.video-home {
	background-color: #E3E5E6;
}

.video-home .start {
	background-image: url(/images/_b_video_starten.gif);
	width: 180px;
	height: 35px;
}

.video-home .teaserstreifen-180 {
	background-image: url(/images/teaserstreifen/_teaserstreifen_video_180.jpg);
	line-height: 15px;
	width: 180px;
}

.video-home H1,
.video-home P {
	padding-left: 8px;
	padding-right: 8px;
}

.video-home H1 A,
.video-home H2 A {
	color: #888888;
}

.video-home P A {
	color: #ff0d7e;
}

.video-home H6 A {
	color: #FFFFFF;
}
/********** /Video Home ************/

/********** Erotik-Tipp ************/
/* Stile sind konstant */

.erotiktipp {
	background-color: #DC001B;
}

.erotiktipp .teaserstreifen-115 {
	background-image: url(/images/teaserstreifen/_teaserstreifen_erotik_115.jpg);
	height: 15px;
	line-height: 15px;
	width: 115px;
}

.erotiktipp H1 A,
.erotiktipp H2 A,
.erotiktipp P A {
	color: #FEB1B1;
}

.erotiktipp A.linkstyle,
.erotiktipp H6 A {
	color: #FFFFFF;
}

/********** /Erotik-Tipp ************/


/********** Club-Vorteil ************/
/* Stile sind konstant */

.clubvorteil {
	background-color: #62a737;
}

.clubvorteil H1 A,
.clubvorteil H2 A,
.clubvorteil P A {
	color: #d0f6b2;
}

.clubvorteil A.linkstyle {
	color: #fff;
}

/********** /Club-Vorteil ************/

/******************************
Gallery
*******************************/

BODY.popup-gallery {
	background-color: #f1f1f1;
}

.popup-gallery A {
	font-weight: normal;
}

/*
	AdtagsS1::contentRectangle (random ad page)
	300x250
*/
#rectangle-content4711 {
	text-align: center;
}

.gallery-panel #rectangle1,
#cgal-panel #rectangle1 {
	display: block;
	margin: 0px;
	background-color: transparent;
}

#cgal-panel #rectangle1 {
	padding: 0px;
	margin:  0px;
}

/* FIXME IE 5 */
#popup-gallery-content,
#popup-gallery-teaser {
	padding-top: 5px;
	height: 457px;
	/*height: 445px;*/
	width: 875px;
}

/* FIXME IE 5 */
#popup-banner {
	padding: 10px;
	text-align: center;
	width: 880px;
	height: 100px;
}

#popup-gallery-content {
	background-color: #d8d8d8;
}

.popup-gallery #header1 {
	display: none;
}

.popup-gallery #header2 {
	background-image: url(/images/galerie/_header.jpg);
	height: 97px;
  width: 880px;
}

.popup-gallery #sponsorlogo {
	display: none;
}

.gallery-teaser TD {
	padding-top:15px;
	padding-bottom:8px;
	color: #5e5e5e;
}

.gallery-teaser A {
	color: #5e5e5e;
}

.gallery-button-back,
.gallery-button-forward {
	width: 22px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
}

.gallery-button-back {
	background-image: url(/images/galerie/_b_zurueck.gif);
	float: right;
}

.gallery-button-forward {
	background-image: url(/images/galerie/_b_weiter.gif);
	float: left;
}

.gallery-weitere {
	background-image: url(/images/galerie/_bg_2.gif);
	width:126px;
	height:20px;
	line-height:16px;
}

.gallery-weitere P {
	padding:0px 0px 0px 5px;
	color: #5e5e5e;
	font-size: 11px;
	font-weight: bold;
	line-height:16px;
}

.gallery-clipinfo H1,
.gallery-clipinfo P {
	padding-right: 5px;
}

.gallery-clipinfo H1 {
	font-size: 11px;
	color: #5e5e5e;
}

.gallery-clipinfo A,
.gallery-clipinfo A:Hover {
	color: #5e5e5e;
}

.gallery-clipinfo A:Hover {
	text-decoration: underline;
}

/* FIXME IE 5 */
.gallery-clipinfo .magicdropdown-button {
	color: #5e5e5e;
	background-image:url(/images/galerie/_pulldown.gif);
	padding-left: 15px;
	width:148px;
	height: 30px;
	line-height:30px;
	cursor: pointer;
	cursor: hand;
	margin-top:12px;
}

.gallery-clipinfo .magicdropdown-dropdown {
	color: #5e5e5e;
	border-top: 1px solid #D8D8D8;
	position: absolute;
	background-color: #fff;
	overflow: auto;
	display: none;
	z-index: 0;
/* FIXME: Ergaenzung von Alexander pruefen */
	margin-left:8px;
	margin-top: -4px;
	width:155px;
}

.gallery-clipinfo .magicdropdown-dropdown A {
	display: block;
	padding: 2px 5px;
	background-color: #fff;
	color: #5e5e5e;
}

.gallery-clipinfo .magicdropdown-dropdown A:hover {
	background-color: #eee;
	text-decoration: none;
}

.gallery-image {
	 margin:5px 0px 0px 0px;
	 border-style: none;
}

.gallery-panel {
	background-color:#fff;
	color: #5e5e5e;
}

.gallery-highlights {
	background-color:#ededed;
}

/******************************
VPQ
*******************************/

body.vpq {
	color: #5e5e5e;
	background-color: #ededed;
}

.vpq A {
	color: #5e5e5e;
}

#vpq-header3,
#vpq,
.vpq-titel {
	background-color: #d8d8d8;
}
.vpq-content,
.vpq-navi {
	background-color: #ededed;
}

#vpq-header1 {
	background-image: url(/images/popups/_logo.jpg);
	width: 538px;
	height: 56px;
}

#header2-quiz,
#header2-voting,
#header2-psycho,
#header2-ecards {
	width: 538px;
	height: 25px;
}

#header2-quiz {
	background-image: url(/images/popups/_header_quiz.gif);
}

#header2-voting {
	background-image: url(/images/popups/_header_voting.gif);
}

#header2-psycho {
	background-image: url(/images/popups/_header_psycho.gif);
}

#header2-ecards {
	background-image: url(/images/popups/_header_ecards.gif);
}

#header2-blank {
	background-image: url(/images/popups/_header_blank.gif);
}

#vpq-header3 {
	/*background-image: url(/images/popups/_ecke.gif);*/
	/*background-position: top right;*/
	background-image: url(/images/blind.gif);
	width: 533px;
	height: 14px;
}

#vpq {
	width: 533px;
	height: 426px;
}

#vpq-banner {
	width: 533px;
	height: 85px;
}

.vpq-panel {
	position: relative;
	width: 517px;
	height: 400px;
	left: 8px;
}

.vpq-titel {
	position: relative;
	width: 505px;
	height: 121px;
	left: 12px;
}

/* FIXME IE 5 */
.vpq-content {
	position: relative;
	width: 505px;
	height: 297px;
	padding-left: 12px;
}

.vpq-titel P {
	color: #5e5e5e;
}

.vpq-titel H1 {
	color: #5e5e5e;
	padding-bottom: 8px;
	padding-top: 8px;
}

.vpq-titel H2 {
	color: #5e5e5e;
	font-size: 17px;
	padding-right: 8px;
}

.vpq-titel A {
	vertical-align: top;
}

.vpq-content TD {
	color: #ff0d7e;
	padding-bottom: 5px;
}

.vpq-content P {
	vertical-align: top;
	color: #ff0d7e;
	margin: 4px 0px 0px 0px;
	padding-right: 12px;
}
.vpq-content H1 {
	vertical-align: top;
	color: #ff0d7e;
	font-size: 13px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.vpq-content H2 {
	vertical-align: top;
	color: #ff0d7e;
	padding-top: 16px;
	padding-bottom: 16px;
}

.vpq-buttoncontainer1 P,
.vpq-buttoncontainer2 P {
	color: #ff0d7e;
}

.vpq-content A,
.vpq-buttoncontainer1 A,
.vpq-buttoncontainer2 A {
	padding-top: 5px;
}

.vpq-buttoncontainer1 A,
.vpq-buttoncontainer2 A,
.vpq-buttoncontainer1 P,
.vpq-buttoncontainer2 P {
	padding: 5px 0px 0px 12px;
	line-height: 24px;
}

.vpq-button-bg {
	background: #ededed url(/images/popups/_rundung.gif) no-repeat;
}

.vpq-button1, .vpq-button2 {
	 height:22px;
	 margin-top:6px;
	 margin-right:2px;
	 cursor: pointer;
	 cursor: hand;
}

.vpq-button2 {
	margin-top:2px;
}

.vpq-button1.gewinnen {
	width:160px;
	background-image: url(/images/popups/_b_gewinnen.gif);
}

.vpq-button1.thema_breit {
	width:170px;
	background-image: url(/images/popups/_b_thema_diskutieren.gif);
}

.vpq-button2.archiv {
	width:170px;
	background-image: url(/images/popups/_b_archiv.gif);
}

.vpq-buttoncontainer1 {
	position: absolute;
	top: 443px;
	left: 8px;
	height: 54px;
	width: 517px;
}

.vpq-buttoncontainer2 {
	position: absolute;
	top: 467px;
	left: 8px;
	height: 30px;
	width: 517px;
}

.ecards-mailform P {
	font-weight: bold;
}

.vpq-content .content-linkscroller {
	width: 496px;
}

/* Prozentbalken */

.prozentbalkenlinie {
	width: 200px;
	height: 23px;
	border: 1px solid #5e5e5e;
	text-align: left;
}
.prozentbalken {
	background-image: url(/images/popups/_prozentbalken.gif);
	background-repeat: repeat;
	height: 23px;
}
.pb-text-g {
	font-size: 17px;
	color: #5e5e5e;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	line-height: 23px;
}
.pb-text-n {
	font-size: 12px;
	color: #5e5e5e;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	line-height: 23px;
}

/******************************
Forum
*******************************/

.forumnaviback {
	background-color: #5F6889;
}

.forum-box-spa {
	font-weight: bold;
	padding: 3px 0px 1px 5px;
}

.forum-box-spb {
	padding-left: 15px;
	margin-bottom: 3px;
}

.forum-box-line A {
}

/* Head Forum Herzlich willkommen ...*/
.forumteaser {
	font-weight: bold;
	padding: 20px 5px 20px 10px;
}

/* Abstaende fuer Paragraphen-Menue */
.forumhead-menu {
	padding: 5px 10px 5px 0px;
}

.forumhead-menu A {
	padding-left: 10px;
	padding-right: 10px;
}

/******************************
Sonstiges
*******************************/

.for_skipnavi_info2 {
	padding-top: 4px;
	padding-bottom: 4px;
	float: right;
}

.for_12px {
	font-size: 10px;
	text-decoration: none;
}

/******************************
Formatnavigation
*******************************/

/* Container for possibly positioned divs */
#naviOuter {
	position: relative;
}

#naviFlash {
	position:absolute;
}

#naviOuter .home-link {
	position: absolute;
	/* FIXME: position */
}

#naviOuter .format-sponsor-home {
	position: absolute;
	/* FIXME: position */
}

#naviOuter .format-sponsor-content {
	position: absolute;
	/* FIXME: position */
}

/**********************************
Pseudeo Navi
**********************************/

/* Bild mit Sendezeit, keine Navi */

#navi-C {
	/* not needed */
}

DIV.sendezeit {
	position: relative;
	top: 28px;
	left: 400px;
}

H2.sendezeit-tage {
	border-bottom: 1px solid #ff0d7e;
	padding: 0px 0px 4px 0px;
}

H2.sendezeit-uhrzeit {
	padding: 4px 0px 0px 0px;
}

/* Bild, keine Navi (z.B. bei Shop Reisen) */

#navi-X {
	/* not needed */
}

/**********************************
naviHorizontal
**********************************/

/**********************************
naviHorizontal-B1b-t-H
Home, Text
**********************************/

#naviHorizontal-B1b-t-H {
	position:relative;
}

#naviHorizontal-B1b-t-H .mainnavi {
	position:relative;
 	left:8px;
 	width:572px;
	top:233px;
}

#naviHorizontal-B1b-t-H .mainnavi UL {
	float:left;
	margin:0px;
	padding:0px;
	list-style: none;
}

#naviHorizontal-B1b-t-H .mainnavi LI {
	float: left;
	margin: 0px;
	padding: 0px;
	height:25px;
	line-height:25px;
}

#naviHorizontal-B1b-t-H .mainnavi LI A {
	display:block;
	padding: 0px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#ff0d7e;
}

#naviHorizontal-B1b-t-H .mainnavi LI A:Hover {
	text-decoration:none;
	color:#D6E7F9;
	background-color: none;
}


/**********************************
naviHorizontal-B1b-t-C
Content, Text
**********************************/

#naviHorizontal-B1b-t-C {
	position: relative;
}

#naviHorizontal-B1b-t-C .mainnavi {
	position: relative;
	top:93px;
	left:8px;
	width:572px;
	height:118px;
}

#naviHorizontal-B1b-t-C .subnavi {
	position:relative;
	top:0px;
	left:8px;
	width:572px;
	height:25px;
}

#naviHorizontal-B1b-t-C .mainnavi UL,
#naviHorizontal-B1b-t-C .subnavi UL {
	float:left;
	margin:0px;
	padding:0px;
	list-style: none;
}

#naviHorizontal-B1b-t-C .mainnavi LI,
#naviHorizontal-B1b-t-C .subnavi LI {
	float: left;
	margin: 0px;
	padding: 0px;
	height:25px;
	line-height:25px;
}

#naviHorizontal-B1b-t-C .mainnavi .highlighted A {
	color: #D6E7F9;
	background-color: none;
}

#naviHorizontal-B1b-t-C .subnavi .highlighted A {
	color: #FFF;
}

#naviHorizontal-B1b-t-C .mainnavi LI A {
	display:block;
	padding: 0px 10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ff0d7e;
}

#naviHorizontal-B1b-t-C .subnavi LI A {
	display:block;
	padding: 0px 10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#D6E7F9;
}

#naviHorizontal-B1b-t-C .mainnavi LI A:Hover {
	text-decoration:none;
	color:#D6E7F9;
	background-color: none;
}


#naviHorizontal-B1b-t-C .subnavi LI A:Hover {
	text-decoration:underline;
	color:#D6E7F9;
}

/**********************************
naviHorizontal-B1b-g-H
Home, Grafik
**********************************/

#naviHorizontal-B1b-g-H {
	position:relative;
}

#naviHorizontal-B1b-g-H .mainnavi {
	position:relative;
	top:233px;
 	left:8px;
 	width:572px;
}

#naviHorizontal-B1b-g-H .mainnavi UL {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#naviHorizontal-B1b-g-H .mainnavi LI {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
}

#naviHorizontal-B1b-g-H .mainnavi LI A {
	padding: 0px;
}

#naviHorizontal-B1b-g-H .mainnavi LI IMG {
	padding:0px;
	margin:0px;
	border-style: none;
}

/**********************************
naviHorizontal-B1b-g-C
Content, Grafik
**********************************/

#naviHorizontal-B1b-g-C {
	position: relative;
}

#naviHorizontal-B1b-g-C .mainnavi {
	position: relative;
	top:93px;
	left:8px;
	width:572px;
	height:118px;
}

#naviHorizontal-B1b-g-C .subnavi {
	position:relative;
	top:0px;
	left:8px;
	width:572px;
	height:25px;
}

#naviHorizontal-B1b-g-C .mainnavi UL,
#naviHorizontal-B1b-g-C .subnavi UL {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#naviHorizontal-B1b-g-C .mainnavi LI,
#naviHorizontal-B1b-g-C .subnavi LI {
	float: left;
	margin: 0px;
	padding: 0px;
	height:25px;
	line-height:25px;
}

#naviHorizontal-B1b-g-C .mainnavi LI IMG,
#naviHorizontal-B1b-g-C .subnavi LI IMG {
	border-style: none;
}


/**********************************
naviHorizontal-B2-t
Home/Content, Text
**********************************/

#naviHorizontal-B2-t {
	position:relative;
	height: 67px;
}

#naviHorizontal-B2-t .mainnavi {
	position:relative;
	top:41px;
	left:8px;
	width:572px;
}

#naviHorizontal-B2-t .mainnavi UL {
	float:left;
	margin:0px;
	padding:0px;
	list-style: none;
}

#naviHorizontal-B2-t .mainnavi LI {
	float: left;
	margin: 0px;
	padding: 0px;
	height:26px;
	line-height:26px;
}

#naviHorizontal-B2-t .mainnavi LI A {
	display:block;
	padding: 0px 10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#FFF;
}

#naviHorizontal-B2-t .mainnavi .highlighted A {
	display:block;
	padding: 0px 10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#FF9CB7;
}

#naviHorizontal-B2-t .mainnavi LI A:Hover {
	text-decoration:none;
	color:#FF9CB7;
	background-color: none;
}

/**********************************
naviVertical
**********************************/

/**********************************
naviVertical-B1a-t-0
Home/Content, Text, Position oben

naviVertical-B1a-t-1
Home/Content, Text, Position unten
**********************************/

#naviVertical-B1a-t-0 {
	position: relative;
	top: 15px;
	left: 302px;
	width: 294px;
}

#naviVertical-B1a-t-1 {
	position: relative;
	top: 190px;
	left: 302px;
	width: 294px;
}

#naviVertical-B1a-t-0 UL,
#naviVertical-B1a-t-1 UL {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	line-height: 16px;
	width: 131px;
	position: absolute;
}

#naviVertical-B1a-t-0 UL#one,
#naviVertical-B1a-t-1 UL#one {
	width: 131px;
}

#naviVertical-B1a-t-0 UL#two,
#naviVertical-B1a-t-1 UL#two {
	width: 123px;
	left: 147px;
}

#naviVertical-B1a-t-0 LI,
#naviVertical-B1a-t-1 LI {
	list-style-image: url(/images/_n_icon.gif);
	margin: 0px;
	padding: 0px;
	color: #ff0d7e;
	white-space: nowrap;
}

#naviVertical-B1a-t-0 A,
#naviVertical-B1a-t-1 A {
	color: #ff0d7e;
	text-decoration: none;
}
#naviVertical-B1a-t-0 A:hover,
#naviVertical-B1a-t-1 A:hover {
	color: #E38813;
	text-decoration: none;
}
#naviVertical-B1a-t-0 .highlighted A,
#naviVertical-B1a-t-1 .highlighted A {
	color: #E38813;
}

/**********************************
naviVertical-B1a-g-0
Home/Content, Graphik, Position oben

naviVertical-B1a-g-1
Home/Content, Graphik, Position unten
**********************************/

#naviVertical-B1a-g-0 {
	position: relative;
	top: 8px;
	left: 302px;
	width: 294px;
}

#naviVertical-B1a-g-1 {
	position: relative;
	top: 124px;
	left: 302px;
	width: 294px;
}

#naviVertical-B1a-g-0 UL#one,
#naviVertical-B1a-g-1 UL#one {
	font-size:1px;
	position: absolute;
	width: 139px;
	margin: 0px;
	padding: 0px;
}

#naviVertical-B1a-g-0 UL#two,
#naviVertical-B1a-g-1 UL#two {
	font-size:1px;
	position: absolute;
	width: 131px;
	left: 147px;
	margin: 0px;
	padding: 0px;
}

#naviVertical-B1a-g-0 LI,
#naviVertical-B1a-g-1 LI {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#naviVertical-B1a-g-0 LI IMG,
#naviVertical-B1a-g-1 LI IMG {
	padding:0px;
	margin:0px;
	border-style:none;
}

/**********************************
Channel Navi
**********************************/

/**********************************
Hauptnavigation
**********************************/

.hauptnavi {
	margin-top: 16px;
}

.hauptnavi IMG {
	margin: 0px 0px 1px 0px;
}

.hauptnavi_startseite { background-image: url(/images/n_sat1de_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_comedy_show { background-image: url(/images/n_comedy_show_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_tvprogramm_community { background-image: url(/images/n_tvprogramm_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_filme_serien { background-image: url(/images/n_filme_serien_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_videos { background-image: url(/images/n_videos_home.jpg);  background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_sport { background-image: url(/images/n_ran_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_sat1sport { background-image: url(/images/n_ran_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_spiele { background-image: url(/images/n_spiele_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_videocenter { background-image: url(/images/n_videocenter_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_auto { background-image: url(/images/n_auto_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_ratgeber_magazine { background-image: url(/images/n_ratgeber_magazine_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_nachrichten { background-image: url(/images/n_nachrichten_home.jpg); background-position: left bottom; background-repeat: no-repeat; }
.hauptnavi_shop { background-image: url(/images/n_shop_home.jpg); background-position: left bottom; background-repeat: no-repeat; }


/* DHTML channel navi for layer on top of wide iframe */

DIV#hauptnavi-outer {
	position: absolute;
}

DIV#hauptnavi-dhtml {
	position: absolute;
	top: -30px;
	z-index: 10;
	width:180px;
	padding: 0px 1px;
	margin-left: 9px;
}

DIV#hauptnavi-dhtml DIV.hauptnavi {
	display: none;
	margin-top: 0px;
	padding-bottom: 15px;
}

DIV#hauptnavi-dhtml DIV#hauptnavi-opener {
	background-image: url(/images/_hauptnavi_opener.jpg);
	height: 47px;
	cursor: hand;
	cursor: pointer;
}

/* Not working with dhtml channel navi */
DIV#hauptnavi-dhtml .channel-sponsor {
	display: none;
}

/**********************************
Subnavigation
**********************************/

.subnavihead {
	height: 1px;
	font-size: 1px;
}

#subnavi {
	color: #5e5e5e;
	background-color: #ededed;
	font-size: 11px;
	padding-bottom: 5px;
}

/**************Ungeordnete Listen innerhalb des subnavi-divs*******************/

#subnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnavi ul#weiterenavi {
	display: none;
}

#subnavi li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
}

#subnavi li.aktiv a {
	display: block;
	text-decoration: none;
	color: #5e5e5e;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
}

#subnavi li.aktiv a:hover,
#subnavi li.aktiv-hl a,
#subnavi li.aktiv-hl a:hover {
	height: 20px;
	line-height: 20px;
	background-color: #ededed;
	color: #ff0d7e;
}

#subnavi li.aktiv-hl {
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
	background-color: #ededed;
	color: #5e5e5e;
}

/*******************Weitere Magazine**********************/

#subnavi li.weitere a {
	font-weight: normal;
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e2e2e2;
	color: #5e5e5e;
	padding-left: 8px;
	height: 20px;
	line-height: 20px;
}

/*******************Weitere Magazine Sub************************/

#subnavi li.weitere-sub a,
#subnavi li.weitere-sub-hl {
	padding-left: 20px;
	font-weight: bold;
	display:block;
	text-decoration: none;
	background-color: #f5f5f5;
	color: #5e5e5e;
	height: 20px;
	line-height: 20px;
}

#subnavi li.weitere-sub-hl {
	color: #5e5e5e;
	/*background-color: #ededed;*/
	background-color: none;
}

#subnavi li.weitere-sub a:hover,
#subnavi li.weitere-sub-hl a,
#subnavi li.weitere-sub-hl a:hover {
	color: #ff0d7e;
	/*background: #ededed;*/
	background: #none;
}

/******************* Combox *******************/
#combox_reiterebene1, 
#combox_reiterebene2 { 
	background: none;
	background-color: #EDEDED;	
}

#combox {
	overflow: hidden;
	display: inline;
	width: 180px;
	height: 230px;
}

.combox_bg {
	background: url(/images/dynabox/_b_foren.gif) no-repeat;
}

#combox_reiter {
	height: 20px;
	line-height: 20px;
	display: block;
}

.combox_active_combox_reiterebene1_button {
	background-image: url(/images/dynabox/_r_community_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.combox_inactive_combox_reiterebene1_button {
	background-image: url(/images/dynabox/_r_community.gif);
	color: #5e5e5e;
}

.combox_active_combox_reiterebene2_button {
	background-image: url(/images/dynabox/_r_dating_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.combox_inactive_combox_reiterebene2_button {
	background-image: url(/images/dynabox/_r_dating.gif);
	color: #5e5e5e;
}

.combox_active_combox_reiterebene3_button {
	background-image: url(/images/dynabox/_r_dating_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.combox_inactive_combox_reiterebene3_button {
	background-image: url(/images/dynabox/_r_dating.gif);
	color: #5e5e5e;
}

.combox_reiterbox_color {
 	background-color: #ededed;
 	border-top: 2px solid #fff;
}

.combox_button_display {
	background-image: url(/images/dynabox/_b_combox.gif);
	background-repeat: no-repeat;
	color: #5e5e5e;
}

.combox_teaser_headline,
.combox_teaser_headline A {
	color: #5e5e5e;
}

.combox_teaser_text,
.combox_teaser_text1 {
	color: #ff0d7e;
}

.combox_teaser_text A,
.combox_teaser_text1 A {
	color: #ff0d7e;
}

a.combox_link {
	font-weight: bold;
	text-decoration: none;
	color: #5e5e5e;
}


#combox INPUT {
	color: #5e5e5e;
	height: 14px;
	line-height: 14px;
	width: 93px;
	border: 1px solid #e2e2e2;
	padding-left:2px;
}

#combox SELECT {
	color: #5e5e5e;
	height: 18px;
	width: 93px;
	border: 1px solid #e2e2e2;
}

.combox_formText {
	width: 67px;
	color: #5e5e5e;
}

.combox_highlight {
	font-weight: bold;
}

.combox_formItem {
	width: 93px;
}

.combox_formSpace {
	padding-bottom: 4px;
}

/*
	Ab hier fuer alle channels gleich
*/

.combox_form_spacer {
	height: 4px;
	width: 120px;
}

#combox_form_container {
	padding-top: 6px;
	}

.combox_teaser_display {
	margin-top: 0px;
	margin-bottom: 0px;
}

.combox_reiter_padding {
	padding: 0px;
}


#combox_image_container {
	width: 85px;
	float: left;
}

#combox_teaser_text {
	width: 123px;

}

#combox_reiterebene1_button {
	width: 82px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-transform: uppercase;
}

#combox_reiterebene2_button {
	/*width: 44px;*/
	width: 98px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-transform: uppercase;
}

#combox_reiterebene3_button {
	/*width: 54px;*/
	width: 98px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-transform: uppercase;
}

#combox_teaser_area {
	padding: 10px 8px 18px 8px;
	height: 80px;
	overflow: hidden;
}

#combox_teaser_area1 {
	padding: 0px 8px 0px 8px;
	height: 170px;
	overflow: hidden;
	vertical-align: top;
}

#combox_button_area {
	padding-left: 6px;
}


#combox_reiterebene1 {
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 172px;
	display: block;
}

#combox_reiterebene2 {
	z-index: 2;
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 172px;
	display: none;
}

#combox_reiterebene3 {
	z-index: 3;
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 172px;
	display: none;
}

.combox_button {
	margin-bottom: 5px;
	padding-left: 4px;
	width: 170px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}

/*******************************
Community-Box Modul (BASE NEU)
*******************************/

.foren-box-modul {
  margin:5px;
}

.combox_foren_headline {
    color: #5e5e5e;
    padding: 0px 0 5px 4px;
}

.combox_bg {
 	height: 39px;
	margin: 0px;
	padding: 5px 0 0 5px;
}

#combox_reiterebene_foren1, 
#combox_reiterebene_foren2 { 
	background: none;
	background-color: #EDEDED;
}

.combox_teaser_text1 {
    width: 162px;
    height: 30px;
    overflow: hidden;
}

.combox_teaser_text1 a {
	font-weight: normal;
	color: #5e5e5e;
	text-decoration: none;
}

.combox_teaser_text1 a:hover {
	color: #5e5e5e;
	text-decoration: underline;
}

.combox_teaser_text2 {
	width: 150px;
	padding: 0 0 0 5px;
	font-weight: normal;
	text-decoration: none;
	color: #ff0d7e;
}

#combox_button_area1 {
	margin-left: 5px;
  margin-top: 5px;
}

#combox_button_area2 {
	margin: -5px 0 0 5px;
}

#combox_reiterebene_foren1 {
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 166px;
	display: block;
}

#combox_reiterebene_foren2 {
	z-index: 2;
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 142px;
	display: none;
}

#combox_reiterebene_foren1_button {
	width: 82px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-transform: uppercase;
}

#combox_reiterebene_foren2_button {
	/*width: 44px;*/
	width: 98px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-transform: uppercase;
}

* + html #combox_reiterebene_foren2 {
	height: 140px;
}

.combox_active_combox_reiterebene_foren1_button {
	background-image: url(/images/dynabox/_r_community_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.combox_inactive_combox_reiterebene_foren1_button {
	background-image: url(/images/dynabox/_r_community.gif);
	color: #ff0d7e;
}

.combox_active_combox_reiterebene_foren2_button {
	background-image: url(/images/dynabox/_r_dating_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.combox_inactive_combox_reiterebene_foren2_button {
	background-image: url(/images/dynabox/_r_dating.gif);
	color: #ff0d7e;
}

#combox_teaser_area_reiterebene_foren2 {
	margin: 0 0 0 5px;
}

/******************* Dynabox *******************/

#dynabox {
	overflow: hidden;
	display: inline;
	width: 279px;
	height: 230px;
}

#dynabox_reiter {
	width: 279px;
	height: 20px;
	line-height: 20px;
	display: block;
}

.dynabox_active_dynabox_reiterebene1_button {
	background-image: url(/images/dynabox/_r_games_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.dynabox_inactive_dynabox_reiterebene1_button {
	background-image: url(/images/dynabox/_r_games.gif);
	color: #ff0d7e;
}

.dynabox_active_dynabox_reiterebene2_button {
	background-image: url(/images/dynabox/_r_gewinnspiele_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.dynabox_inactive_dynabox_reiterebene2_button {
	background-image: url(/images/dynabox/_r_gewinnspiele.gif);
	color: #ff0d7e;
}

.dynabox_active_dynabox_reiterebene3_button {
	background-image: url(/images/dynabox/_r_klingeltoene_hl.gif);
	color: #5e5e5e;
	font-weight: bold;
}
.dynabox_inactive_dynabox_reiterebene3_button {
	background-image: url(/images/dynabox/_r_klingeltoene.gif);
	color: #ff0d7e;
}

.dynabox_reiterbox_color {
 	background-color: #ededed;
 	border-top: 1px solid #5e5e5e;
}

.dynabox_button_display {
	background-image: url(/images/dynabox/home_b_dynabox.gif);
	color: #5e5e5e;
}

.dynabox_teaser_headline,
.dynabox_teaser_headline A {
	color: #5e5e5e;
}

.dynabox_teaser_text,
.dynabox_teaser_text A {
	color: #5e5e5e;
}

/*
	Ab hier fuer alle channels gleich
*/

.dynabox_teaser_display {
	margin-top: 0px;
	margin-bottom: 0px;
}

.dynabox_reiter_padding {
	padding: 0px;
}

#dynabox_image_container {
	width: 138px;
	float: left;
}

#dynabox_teaser_text {
	width: 123px;
	float:left;
}

#dynabox_reiterebene1_button {
	width: 74px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

#dynabox_reiterebene2_button {
	width: 107px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

#dynabox_reiterebene3_button {
	width: 98px;
	float: left;
	height: 21px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

#dynabox_teaser_area {
	padding: 16px 8px 18px 8px;
	height: 80px;

}

#dynabox_button_area {
	padding-left: 8px;
}

#dynabox_reiterebene1 {
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	width: 279px;
	height: 179px;
	display: block;
}

#dynabox_reiterebene2 {
	z-index: 2;
	position: relative;
	top: 0px;
	left: 0px;
	width: 279px;
	height: 179px;
	display: none;
}

#dynabox_reiterebene3 {
	z-index: 3;
	position: relative;
	top: 0px;
	left: 0px;
	width: 279px;
	height: 179px;
	display: none;
}

.dynabox_button {
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 8px;
	width: 262px;
	line-height: 22px;
	height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}

/*************** TV Programm *********************/


.tvprogramm_head {
	height: 118px;
	background: url(/images/service/tvprogramm/tvprogramm_head.jpg);
}

.tvprogramm_streifen {
	height: 67px;
	background: url(/images/service/tvprogramm/tvprogramm_streifen.jpg);
}

.tvprogramm_boxlogo {
	position: relative;
	height: 14px;
	background: url(/images/boxlogos/_sendungsvorschau.gif) no-repeat;
}

.tvprogramm_icontop_l {
	height: 22px;
	background: url(/images/service/tvprogramm/tvprogramm_b_top_l.gif) no-repeat;
}

.tvprogramm_icontop_m {
	height: 22px;
	background: url(/images/service/tvprogramm/tvprogramm_b_top_m.gif) no-repeat;
}

.tvprogramm_icontop_r {
	height: 22px;
	background: url(/images/service/tvprogramm/tvprogramm_b_top_r.gif) no-repeat;
}

.tvprogramm_iconbottom_l {
	height: 22px;
	background: url(/images/service/tvprogramm/tvprogramm_b_bottom_l.gif) no-repeat;
}

.tvprogramm_iconbottom_m {
	height: 22px;
	background: url(/images/service/tvprogramm/tvprogramm_b_bottom_m.gif) no-repeat;
}

.tvprogramm_iconbottom_r {
	height: 22px;
	background: url(/images/service/tvprogramm/tvprogramm_b_bottom_r.gif) no-repeat;
}
.tvprogramm_boxspacer {
	height: 10px;
	line-height: 10px;
	background-color: #fff;
}

.tvprogramm_headbox P {
	padding: 0px 10px 0px 10px;
	line-height: 25px;
}


.tvprogramm_contentbox  {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.tvprogramm_contentbox P {
	padding: 0px 10px 5px 10px;
	margin: 0px;
}

.tvprogramm_contentbox H1 {
	font-size: 11px;
	padding: 5px 10px 0px 10px;
	color: #ff0d7e;
	font-weight: bold;
}

.tvprogramm_contentbox A {
	margin: 0px;
	font-size: 11px;
	padding: 0px 10px 5px 10px;
	color: #CA1042;
	font-weight: bold;
}

.tvprogramm_inbox {
	height: 14px;
	margin: 8px;
}

.tvprogramm_vorschau {
	height: 100px;
	background-color: #ebebeb;
	margin: 0px 8px 0px 8px;
}

.tvprogramm_menu {
	position: relative;
	top: 42px;
	margin: 0px 8px 0px 8px;
	height: 25px;
	line-height: 25px;
}

.tvprogramm_menu P {
	font-weight: bold;
	color: #5e5e5e;
	background-color: #ededed;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
	float: left;
}

.tvprogramm_menu A {
	color: #5e5e5e;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
	float: left;
}

.tvprogramm_menu A:hover {
	color: #ff0d7e;
	background-color: #ededed;
}

.tvprogramm_textbox {
	margin: 0px 8px 0px 8px;
	background-color: #ededed;
}

.tvprogramm_text_bold P {
	font-weight: bold;
	padding: 0px 8px 5px 8px;
}

.tvprogramm_text_bold H2 {
	padding: 20px 8px 20px 8px;
}

.tvprogramm_text P {
	padding: 0px 8px 25px 8px;
}

.tvprogramm_text A {
	font-weight: bold;
	color: #ff0d7e;
	padding: 0px 8px 0px 8px;
}

.tvprogramm_text INPUT {
	margin-right: 5px;
}

#checkbox .tvprogramm_text P {
	padding: 0px 8px 5px 8px;
}

.tvprogramm_outerbox H3,
.tvprogramm_outerbox H2 {
	color: #ff0d7e;
}

/************** Kalender*********/


.kalender-head {
	height: 22px;
	line-height: 22px;
	background: url(/images/_suchtipps.gif) no-repeat;
	background-color: #C81042;
}

.kalender_text_bold,
.kalender_text_bold A {
	color: #68ff0d7e1;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.headerText,
.headerText A,
.headerTextbox A {
	color: #fff;
	font-weight: bold;
	height:22px;
	line-height: 22px;
	padding: 0px 5px 0px 5px;
}

.headerText_pl A {
	color: #fff;
	font-weight: bold;
	height:22px;
	line-height: 22px;
	padding-left: 5px;
}

.headerText_pr A {
	color: #fff;
	font-weight: bold;
	height:22px;
	line-height: 22px;
	padding-right: 5px;
	text-align: right;
}

.headerTextbox {
	color: #fff;
	font-weight: bold;
	background-color:#C81042;
	height:22px;
	line-height: 22px;
	padding: 0px 5px 0px 5px;
	margin-left:8px;
	margin-right:8px;
	clear: both;
}

.headerTextbox_w {
	background-color:#fff;
	height:22px;
	line-height: 22px;
	padding: 0px 5px 0px 5px;
	margin-left:8px;
	margin-right:8px;
}

.headerTextbox_g {
	background-color:#fff;
	padding: 0px;
	margin-left:8px;
	margin-right:8px;
}

.tvprogramm_text_normal {
	color: #68ff0d7e1;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
.tvprogramm_text_normal A {
	color: #68ff0d7e1;
	font-weight: normal;
}

.tvprogramm_sf {
	width: 572;
	margin-left: 8px;
	margin-right: 8px;
	height: 40px;
	line-height: 40px;
}

.tvprogramm_sf P {
	line-height: 40px;
	font-weight: bold;
	float: left;
}

.tvprogramm_sf SELECT {
	margin-top: 9px;
	height: 15px;
	margin-left: 15px;
}




/*************suche*************/

.tv-suche-headzwei {
	width: 572px;
	height: 34px;
	background-color: #F1C1CD;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

.tv-suche-headzweisub {
	width: 572px;
	height: 34px;
	margin-left: 8px;
	margin-right: 8px;
}

.tv-suche-headzwei IMG,
.tv-suche-headzweisub IMG {
	width: 22px;
	height: 18px;
	margin: 8px 0px 8px 8px;
}

.tv-checkbox{
	float: left;
	height: 34px;
	line-height: 34px;
	margin-left: 8px;
}

.tv-suche-headzwei INPUT {
	float:left;
	padding: 0px;
	border: 0px;
	height: 16px;
	margin: 9px 0px 9px 9px;
}

.tv-suche-headzweisub INPUT {
	float:left;
	padding: 0px;
	border: 0px;
	height: 16px;
	margin: 9px 0px 9px 8px;
}

.tv-suche-headzwei P,
.tv-suche-headzweisub P {
	float:left;
	line-height: 34px;
	padding: 0px 0px 0px 8px;
}

/************Spacers****************/

.tvprogramm_spacer_8 {
	height: 8px;
	line-height: 8px;
}

.tvprogramm_spacer_20 {
	height: 20px;
	line-height: 20px;
}

.tvprogramm_spacer_25 {
	height: 25px;
	line-height: 25px;
}

.tvprogramm_box {
	margin: 0px 8px;
}

/**************** Ende TvProgramm ****************/

/******************************
TV-Programm-Box "Jetzt in Sat.1"
*******************************/

.tvbox {
	width: 180px;
	background-color: transparent;
}

.tvbox-main-body {
	background-color: #ededed;
	margin: 0;
	padding: 0;
	border: 1px solid #ededed;
	border-left: none;
	border-right: none;
}

.tvbox-footer-balken {
	background-color: #ededed;
	width: 180px;
	height: 5px;
}

.tvbox-head {
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	background-color: #e2e2e2;
}

.tvbox-body {
	padding: 8px 0px 0px 4px;
}

.pointer {
	cursor: pointer;
}

.tvprogramm-button,
.tvteletext-button
 {
 	line-height: 22px;
	margin: 0px 5px 0px 5px;
	padding-left: 13px;
	background: url(/images/dynabox/_b_combox.gif) no-repeat;
}

.tvbox-footer {
	height: 10px;
	line-height: 10px;
	font-size: 5px;
}

.tvbox-head A,
.tvbox-head A.linkstyle,
.tvbox-body P A:hover,
.tvprogramm-button P A,
.tvteletext-button P,
.tvteletext-button P A {
	color: #5e5e5e;
}

.tvbox-body P A:hover {
	text-decoration: none;
}

.tvbox-body P A {
	color: #ff0d7e;
	font-weight: normal;
	line-height: 14px;
}

.tvprogramm-button P A,
.tvteletext-button P,
.tvteletext-button P A {
	font-weight: normal;
	line-height: 22px;
}

/******************************
TV-Programm-Box_Links "Jetzt in Sat.1"
*******************************/

.tvbox_left {
	width: 180px;
	background-color: #ededed;
}

.tvbox_left-head {
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	background-color: #e2e2e2;
}

.tvbox_left-body {
	padding: 8px 0px 0px 8px;
	background-color: #ededed;
}


.tvbox_left-footer {
	height: 10px;
	line-height: 10px;
	font-size: 5px;
}

.tvbox_left-head A,
.tvbox_left-head A.linkstyle,
.tvbox_left-body P A:hover {
	color: #ff0d7e;
}

.tvbox_left-body P A {
	color: #5e5e5e;
	font-weight: normal;
	line-height: 14px;
}

/* fehler in formularfeldern */

.formerror {
	border: 2px solid #f00;
	}

.selectformerror {
	background-color: #f00;
}

#tvleft {
	width: 180px;
	background-color: #bc0a1e;
}

/*******************************
Top oder Flop Popups Abmessungen
********************************/

.topflop {
	height: 589;
	width: 748;
}

.topflop-header {
	height: 97px;
  	width: 748px;
}

.topflop-footer {
	height: 63px;
  	width: 748px;
}

.topflop-content {
	height: 429px;
	width: 743px;
	position:absolute;
	left:0px;
	top:97px;
	display:inline-table;
}

.topflop-content1 {
	height: 419px;
	width: 187px;
	position:relative;
	left:0px;
	top:5px;
	float:left;
}

.topflop-content2 {
	height: 419px;
	width: 368px;
	position:relative;
	left:5px;
	top:5px;
	float:left;
}

.topflop-content3 {
	height: 411px;
	width: 173px;
	position:relative;
	left:0px;
	top:5px;
	float:left;
	padding-left:10px;
	padding-top:8px;
}

.topflop-foto {
	height: 350px;
	width: 350px;
	position:relative;
	left:8px;
	top:8px;
	text-align:center;
}

.topflop-kleinesfoto {
	height: 110px;
	width: 110px;
	position:relative;
	text-align:center;
	vertical-align:middle;
	float:top;
}

.topflop-balken {
	height: 22px;
	width: 350px;
	position:relative;
	left:8px;
	top:18px;
}

.topflop-content1-1 {
	height: 22px;
	width: 166px;
	position:relative;
	left:8px;
	top:8px;
	float:top;
	padding-left: 4px;
}

.topflop-content1-2 {
	height: 170px;
	width: 170px;
	position:relative;
	left:8px;
	top:0px;
	float:top;
}

.topflop-content1-3 {
	height: 66px;
	width: 166px;
	position:relative;
	left:8px;
	top:0px;
	float:top;
	padding-left: 4px;
	padding-top: 4px;
}

.topflop-content1-foto {
	height: 262px;
	width: 170px;
	position:relative;
	left:8px;
	top:8px;
	float:top;
}

.topflop-content1-foto-mitte {
	height:170px;
	width:168px;
	position:relative;
	left:1px;
	top:1px;
	float:top;
}

.topflop-content1-4 {
	height: 70px;
	width: 170px;
	position:relative;
	left:8px;
	top:50px;
	float:top;
}

.topflop-content1-buttons {
	height:48;
	width:170;
	position:relative;
	left:8px;
	top:28px;
	float:top;
}

.topflop-inhalt {
	height: 419px;
	width: 738px;
	position:absolute;
	left:0px;
	top:5px;
	display:inline-table;
}

.topflop-inhalt-streifen1 {
	height: 22px;
	width: 722px;
	position:relative;
	left:8px;
	top:8px;
	float:top;
	overflow:hidden;
}

.topflop-inhalt-streifen2 {
	height: 22px;
	width: 722px;
	position:relative;
	left:8px;
	top:8px;
	float:top;
}

.topflop-inhalt-fotos {
	height: 247px;
	width: 738px;
	position:relative;
	left:0px;
	top:8px;
	float:top;
}

.topflop-inhalt-foto1 {
	height: 227px;
	width: 170px;
	position:relative;
	left:8px;
	top:10px;
	float:left;
}

.topflop-inhalt-foto2 {
	height: 227px;
	width: 170px;
	position:relative;
	left:22px;
	top:10px;
	float:left;
}

.topflop-inhalt-foto3 {
	height: 227px;
	width: 170px;
	position:relative;
	left:36px;
	top:10px;
	float:left;
}

.topflop-inhalt-foto4 {
	height: 227px;
	width: 170px;
	position:relative;
	left:50px;
	top:10px;
	float:left;
}

.topflop-inhalt-dropdown {
	height:52;
	width:738;
	position:relative;
	left:8px;
	top:20px;
	float:top;
}

.topflop-inhalt-buttons {
	height:48;
	width:170;
	position:relative;
	left:8px;
	top:22px;
	float:top;
}

.topflop-inhalt-foto-mitte {
	height:170px;
	width:168px;
	position:relative;
	left:1px;
	top:2px;
	float:top;
}


/******************************
* Toplisten - Modul
******************************/

.top-liste-table
{
 	height:34px;
 	border-collapse:collapse;
 	table-layout:fixed;
 	background-color:#fff;
}

.top-liste-border
{
	width:8px;
}

.top-liste-counter
{
	width:24px;
	align: left;
	color:#e2e2e2;
	border-top: 1px solid #e2e2e2;
}

.top-liste-counter-one
{
	width:24px;
	align: left;
	color:#e2e2e2;
}

.top-liste-counter P,
.top-liste-counter-one P{
	font-size: 26px;
	font-weight: bold;
	color: #e2e2e2;
	margin: 0px;
	padding: 0px;
}

.top-liste-text-one
{
   width:140px;
   vertical-align:middle;
}

.top-liste-text
{
   width:140px;
   border-top: 1px solid #e2e2e2;
   vertical-align:middle;
}

.top-liste-text P A.linkstyle,
.top-liste-text-one P A.linkstyle
 {
	font-size: 10px;
	color:#5e5e5e;
	display: block;
	font-weight: normal;
}

.top-liste-text P A.linkstyle:Hover,
.top-liste-text-one P A.linkstyle:Hover
 {
	text-decoration: none;
	color:#5e5e5e;
}


/*******************************
A-Z Navigation
********************************/

#iframe_outer {
	background-color: white;
}

#az_iframe_container {
	position: relative;
	width: 572px;
	left: 8px;
}

.az-f1 {
	background-color: #d5d5d5;	/* gilt auch für die Linienfarbe */
	width: 562px;
}

.az-f2 {
	background-color: #e5e5e5;
}

.az-f3 {
	background-color: #f5f5f5;
}

.az-top-table
{
	width: 572px;
}

.az-headline
{
	height: 42px;
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
}

.az-subline
{
	height: 45px;
	vertical-align: bottom;
	padding-left: 5px;
	padding-bottom: 5px;
}

.az-letters
{
	width: 20px;
	text-align: center;
	height: 15px;
}

TD.az-top-td,
TD.az-down-td
{
	height: 24px;
	width: 190px;
	line-height: 24px;
	padding-left: 5px;
	border-bottom: 1px solid #d5d5d5;
}

.az-arrow
{
	background-image:none;
	height: 15px;
	width: 20px;
	position:relative;
	top:0px;
}

.az-arrow-hover
{
	background-image:url(/images/popups/a_z/_pfeil.gif);
	height: 15px;
	width: 20px;
}

.az-close-button {
	text-align:right;
	padding-top:9px;
	padding-bottom:9px;
	padding-right:10px;
	margin:0px;
}

.azbody
{
	background-color: #FFF;
}

.az-close-button
{
	background-image: url(/images/popups/a_z/_b_az_schicken.gif);
	background-repeat: no-repeat;
	background-position: 472px 50%;
}

/******************************
Farben
*******************************/
.az-top-table H1,
.az-top-table H2,
.az-top-table H3,
.az-top-table H1 A,
.az-top-table H2 A,
.az-top-table H1 A:hover,
.az-top-table H2 A:hover,
.az-top-table A.linkstyle,
.az-top-table A.linkstyle:hover,
.az-top-table A.linkstyle-w:hover,
.az-top-table A.highlighted {
 	color: #ff0d7e;
}

.az-top-table A.linkstyle-w {
 	color: #5e5e5e;
 	margin:0px;
 	padding:0px;
 	line-height:10px;
}

.az-top-table A.highlighted {
 	line-height:10px;
}


/******************************
Flash Newsletter Box
*******************************/

DIV.newsletterbox-outer {
	width: 180px;
	height:70px;
	position:relative;
	z-index: 2;
}

DIV.newsletterbox-inner-open,
DIV.newsletterbox-inner-closed {
	margin-left: -40px;
	margin-top: -112px;
	position:absolute;
	overflow: hidden;
	width: 232px;
}

DIV.newsletterbox-inner-closed {
	clip:rect(112px 230px 182px 40px);
}

DIV.newsletterbox-inner-open {
	clip:rect(0px 230px 510px 0px);
}

/******************************
Flashteaser Fallback
*******************************/
#flash_home_fallback {
	height: 270px
	padding: 0px;
	margin: 0px;
	width: 376px;
}

#flash_home_fallback img { display: block; /* IE Image Fix */ } 

#flash_home_fallback_bg {
	background-image: url('/images/_flashteaser_fallback_bg.jpg');
	background-repeat: no-repeat;
	height: 93px;
	width: 376px;
}

#flash_home_fallback_logo {
	background-position: center right;
	background-repeat: no-repeat;
	display: inline;
	float: right;
	height: 93px;
	margin-right: 16px;
	text-align: right;
	vertical-align: middle;
	width: 178px;
}

#flash_home_fallback_text { 
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	width: 170px;
}

div.flashfallback {
	background: #EDEDED;
	vertical-align: middle;
	margin: 4px;
	padding: 6px;
	max-width: 550px;
}


/* Counter pixel for adverserve videoads */

#oas_videoad_pixel {
	position: absolute;
	top: -10px;
 	width:  1px;
 	height: 1px;
 	border-style: none;
}

.wmp-container {
	text-align: center;
}


/* MEDIACENTER AND PAGEPLAYER */

#mediacenter-container {
	min-height:637px;
	/* Horrible hack */
	_height:637px;
}

DIV#mediacenter {
	visibility: hidden;
}

OBJECT#mediacenter {
	visibility: visible;
}

#mediacenter .content {
	margin: 20px 190px;
	padding: 0px 20px;
	width: 600px;
}

#mediaplayer-area,
BODY > #pageplayer-area {
	position: relative;
	overflow: hidden;
}

#mediaplayer-area,
#mediaplayer-container {
	width:  786px;
	height: 572px;
}

#pageplayer-area,
BODY > #pageplayer-container {
	width:  572px;
	height: 660px;
}

.pageplayer-area {
	height: 0px;
}

#mediaplayer-container,
BODY > #pageplayer-container {
	position:absolute;
	z-index:  99999;
}

#mediaplayer-container {
	top:  65px;
	left:  0px;
}

BODY > #pageplayer-container {
	top:  170px;
	left: 208px;
}

/* the new pageplayer container should never be a child of the <body>-element */
#pageplayer-container {
	position: relative;
	top:  0px;
	left: 0px;
	width: 588px;
	height: 361px;
}

DIV#pageplayer-area DIV#clip-info {
	visibility: hidden;
}

/* Hidden container for move networks */
#mn-embeds {
	position: absolute;
	display: none;
}

#mitte .pageplayer-teaser {
	display: inline;
	float: left;
	width: 300px;
}

/* /MEDIACENTER AND PAGEPLAYER */

/*
	Firefox issue:
	Suppress ugly dotted lines on focussed elements
*/

*:focus { 
	outline-style: none; 
}
*:focus::-moz-focus-inner { 
	border-style: none; 
}


/*****************************
Content Galleries
******************************/

/* Gallery Area*/

#cgal-panel {
	text-align: center;
}

/* Height is usually overridden */
#cgal-image-container,
#cgal-ad-container,
#cgal-image {
	height: 404px;
}

#cgal-image-container,
#cgal-ad-container {
	position: relative;
	width: 100%;
}

#cgal-ad-container {
	display: none;
}

#cgal-image {
	cursor: pointer;
	cursor: hand;
}

#cgal-ie-02050a-hack {
	margin: 0px auto;
}

INPUT.gallery-button-forward,
INPUT.gallery-button-back,
#cgal-magnifier {
	background-color: transparent;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

/* Must be *after* above definition for margins */
#cgal-magnifier {
	display: none;
	position: absolute;
	z-index: 2;
	margin-left: -20px;
	margin-top: 384px;
	width: 20px;
	height: 20px;
	background-image: url(/images/lupe.gif);
}

#cgal-caption {
	padding:1px 0px 4px 0px;
	color: #5e5e5e;
}

TD.cgal-button {
	width: 234px;
}

#cgal-number {
	width: 104px;
	font-weight: bold;
	text-align: center;
}

#cgal-info {
	padding: 4px 8px;
}

#cgal-description {
	padding-bottom: 10px;
}

#cgal-links-global,
#cgal-links {
	overflow: hidden;
	float: left;
	margin-right: 16px;
}

#cgal-links-global {
	width: 172px;
}

#cgal-links {
	width: 180px;
}


/* Gallery Teaser Area */

DIV.cgal-teaser-text,
#cgal-teaser-display {
	height: 61px;
	padding-top: 10px;
}

#cgal-teaser-display,
#cgal-teaser-view {
	width: 522px;
	overflow: hidden;
}

#cgal-teaser-display {
	position: absolute;
	z-index: 2;
	padding-left: 5px;
	margin: 132px 0px 0px 25px;
}

#cgal-teaser-view {
	float: left;
	margin-right: 5px;
	height: 185px;
}

/* Width must accomodate max number of teasers! */
#cgal-teaser-container {
	padding-top: 5px;
	width: 5px;
}

DIV.cgal-teaser {
	 width: 174px;
	 float: left;
}

DIV.cgal-teaser-image,
INPUT.cgal-arrow-left,
INPUT.cgal-arrow-right {
	height: 100px;
}

DIV.cgal-teaser-image {
	width: 164px;
	padding: 5px;
}

DIV.cgal-teaser-text {
	padding-left: 5px;
	display: none;
}

INPUT.cgal-arrow-left,
INPUT.cgal-arrow-right {
	background-position: center center;
	margin-top: 10px;
	width: 20px;
	float: left;
	cursor: pointer;
}

INPUT.cgal-arrow-left {
	background-image: url(/images/cgal/arrow_left.gif);
	margin-right: 5px;
}

INPUT.cgal-arrow-right {
	background-image: url(/images/cgal/arrow_right.gif);
}

#cgal-spacer {
	background-color: transparent;
}

/* Popup for original image */

.gallery-preview-panel {
	text-align: center;
}

/* /CONTENT GALLERIES */

/* Pageplayer neu */

.playerhead {
	height: 60px;
	padding: 10px 20px 0px 20px;
}

.playerhead-text {
	font-size:12px;
	padding: 10px 20px;
}

.playerhead-headline {
	width:420px;
	height:20px;
	float:left;
}

.playerhead-subline {
	float:left;
	width:420px;
	height:10px;
	margin-top: 5px;
}

.playerhead-date {
	line-height:20px;
	height:20px;
	float:right;
	text-align:right;
	vertical-align:bottom;
	width: 110px;
}

.playerhead-duration {
	height:10px;
	float:right;
	text-align:right;
	vertical-align:top;
	width: 110px;
	margin-top: 5px;
}

.playerhead-headline-text {
	font-size:20px;
	text-transform:uppercase;
	font-weight:lighter;
	height: 20px;
	overflow: hidden;
}

.playerhead-subline-text {;
	font-size:15px;
	text-transform:uppercase;
}

.playerhead-date-text {
	line-height:30px;
	font-size:11px;
}

.playerhead-duration-text {
	font-size:15px;
}

.spacer-10 {
	height:10px;
}

.spacer-1 {
	height:1px;
}

/* PAGINATION */
#loading
{ 
width: 100%; 
position: absolute;
}

.pagination-container {
	overflow:hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	position:relative;
	left: 0px;
	float:left;
}

.pagingNumbers > ul {
	overflow:hidden;
	margin: 0;
	padding: 0;
}

.pagination-container > li {
	float:left;
	list-style:none outside none;
	padding:0 0 0 5px;
}

.pagination-container > li > a {
	font-weight:bold;
}

.pagination-container > li > a:hover{
	text-decoration:underline;
}

.pagination-container > li.pagingPrev {
	width:65px;
	padding: 4px 4px;
	float:left;
}

.pagination-container > li.pagingNext {
	width:65px;
	padding: 4px 4px;
	float:right;
}

.pagination-container > li.pagingPlus10 {
	width:30px;
	padding: 4px 4px;
	float:right;
	margin-left: 2px;
}

.pagination-container > li.pagingMinus10 {
	width:30px;
	padding: 4px 4px;
	float: left;
	margin-right: 2px;
}

.pagination-container > li.pagingNumbers {
	padding:0;
	position:absolute;
	left: 300px;
}

.pagination-container > li.pagingNumbers > ul > li {
	float:left;
	list-style:none outside none;
	padding:4px 0 4px 5px;
}

.pagination-container > li.pagingNumbers > ul > li > a{
	padding-right:5px;
	font-weight: bold;
}

.pagination-container > li.pagingNumbers > ul > li > span {
	margin-right:5px;
}

.pagination-container > li.pagingNumbers > ul > li > a:hover{
	text-decoration:underline;
}

.pagination-container > li.pagingNumbers > ul > li.pagingActive.list-symbol span{
	font-weight: normal;
	text-decoration:underline;
}

/* END OF PAGINATION */

.socialbookmark { 
	padding: 5px; 
}

.playertext-content {
	padding: 5px;
}

.videobox p.videobox {
	margin-top: 8px;
}

.videobox p {
padding-left: 4px;
}

/* DHTML TOPTEASER */
/* FIX FOR ANY POSITION #dhtml-video-teaser { width: 572px; height: 418px; margin-left: 8px; } */
#dhtml-video-teaser {height:418px; position:relative; width:572px; margin-left: 8px;}
#dvt-header {  width: 572px; height: 322px; }
#dvt-header-image { width: 572px; height: 322px; }
#dvt-header .dvt-teaser-text { display: block; }
#dvt-header .dvt-teaser-link { display: block; }
#dvt-header .dvt-teaser-image { display: block; }
/* FIX FOR ANY POSITION #dvt-strap { position: absolute; top: 428px; left: 208px; background: url(/images/Sat1_b_ansehen.png);  width: 572px; height: 73px; } */
#dvt-strap {background: url(/images/Sat1_b_ansehen.png) repeat scroll 0 0 transparent; height:73px; position:relative; top:-73px; width:572px;}
#dvt-strap h1 { font-size: 20px; margin-left: 8px; }
#dvt-strap h2 { font-size: 14px; margin-left: 8px; }
#dvt-strap p { font-size: 11px; margin-left: 8px; }
#dvt-teaser-bar {  width: 572px; height: 118px; }
#dvt-strap a.dvt-teaser-link img { position: absolute; right: 10px; top: 0px; width: 150px; height: 50px; border: 0px; }
#dvt-strap a.dvt-teaser-link { position: absolute; right: 10px; top: 0px; width: 150px; height: 50px; }
.dvt-teaser { display: inline; float: left; width: 141px; height: 113px; }
/* FIX FOR ANY POSITION .dvt-teaser-strap { position: absolute; top: 550px; width: 133px; height: 68px; margin-left: 8px; } */
.dvt-teaser-strap {height:68px; margin-left:8px; overflow:hidden; position:relative; top:-48px; width:133px; background-color: #F1F1F1;}
.dvt-teaser-image { display: block; margin-left: 8px; margin-top: 8px; margin-bottom: 6px; width:133px; height:75px;}
.dvt-teaser-title {  margin-left: 8px; padding-top: 6px;  }
.dvt-teaser-subtitle { margin-left: 8px; }
.dvt-teaser-text { display: none; }
.dvt-teaser-link { display: none; }
.dvt-teaser.active p { display: none; }
#dvt-color-lines { width: 572px; height: 5px; }
.dvt-color-line { display: inline; float: left; height: 5px; font-size: 5px; line-height: 5px; width: 133px; margin-left: 8px; }
.dvt-color-line.active { background-color: #FF0D7E; }

.watch-url-bg { padding: 5px; width: 280px; height: 16px; margin-right: 60px; }
#watch-url-field { width: 280px; margin-right: 70px; }
.pageplayer-linklist td.list-symbol-link { text-align: left; }
.pageplayer-linklist td.list-item { text-align: right; }
.pageplayer-features.socialbookmark { margin-top: 1px; padding: 10px 20px; }
.pageplayer-features.socialbookmark #socBtnText { display: none; }
.pageplayer-teaser-container .head-box h3 { font-weight: bold; }

.pageplayer-list { padding: 5px; }
.pageplayer-list-item { width: 400px; }
.pageplayer-list-item p { display: inline; }
.pageplayer-list-date { width: 190px; text-align: right; }

.playerhead { margin-top: 72px; }

/* Nonconten Buttons */
.noncontent_button img { width: 197px; height: 28px; border: 0px; }
#noncontent_button_maxdome img { background: url(/images/sat1_noncont_b_maxdome.gif); }
#noncontent_button_maxdome:hover img { background: url(/images/sat1_noncont_b_maxdome_hl.gif); }
#noncontent_button_myspass img { background: url(/images/sat1_noncont_b_myspass.gif); }
#noncontent_button_myspass:hover img { background: url(/images/sat1_noncont_b_myspass_hl.gif); }
#noncontent_button_podcast img { background: url(/images/sat1_noncont_b_podcast.gif); }
#noncontent_button_podcast:hover img { background: url(/images/sat1_noncont_b_podcast_hl.gif); }
/*********************************
Wetter com Box
*********************************/

#wetterbox .tdleft,
#wetterbox .tdmiddle,
#wetterbox .tdright,
#wetterbox .clab,
#wetterbox .tdcity,
#wetterbox .tdcity a {
  color: #5e5e5e;
}

#wetterbox .clab {
  font-weight:bold;
}

/*
#capital_content input[type="radio"]:checked+label,
#wetterbox .subhead {
  color: #ff0d7e;
}
*/

#worldweather {
  height:140px;
  display:none;
}

#europeweather{
  height:140px;
  overflow:hidden;
}

#wetterbox {
  width: 180px;
  height: 270px;
  overflow:hidden;
}

.wetterbox-head {
	height:22px;
	background-color: #e2e2e2;
}

.wetterbox-head H1 {
	line-height: 22px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

.wetterbox-head H1,
.wetterbox-head H1 A,
.wetterbox-head H1 A:Hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5e5e5e;
}

#wetterbox .subhead {
	font-weight: bold;
	margin-bottom:8px;
	margin-top:8px;
	padding:0px 8px;
}

#wetterbox .box {
	width: 180px;
	/*height: 270px;*/
	overflow: hidden;
	background-color: #ededed;
}

#wetterbox .tdleft {
  font-weight:bold;
  vertical-align:middle;
  width:20px;
  text-align:right;
}

#wetterbox .tdmiddle {
  font-weight:bold;
  vertical-align:middle;
  padding:0px 4px;
}

#wetterbox .tdright {
  font-weight:bold;
  vertical-align:middle;
  width:20px;
  text-align:left;
}

#wetterbox .w_suche {
  margin-left:8px;
  margin-bottom:8px;
  margin-top:8px;
  height:18px;
}
#wetterbox .wetter_suche {
  width: 135px;
  height:16px;
  font-size:12px;
  padding:0px;
  border: 1px solid #e2e2e2;
  float:left;
  color:#5e5e5e;
  font-size:11px;
}
#wetterbox .wetter_submit {
  width: 22px;
  height:18px;
  float:left;
  margin-left:6px;
}

/* Wetter Sybole */

.tdsymb {
  vertical-align:middle;
  width:40px;
}

.tdcity {
  font-weight:bold;
  vertical-align:middle;
  width:120px;
}

.symb {
  width:40px;
  height:22px;
}

.sonnig_klar {
  background-image: url(/images/wetter/sonnig_klar.gif);
}
.leicht_bew {
  background-image: url(/images/wetter/leicht_bewoelkt.gif);
}
.bedeckt {
  background-image: url(/images/wetter/bedeckt.gif);
}
.wolkig {
  background-image: url(/images/wetter/wolkig.gif);
}
.schauer {
  background-image: url(/images/wetter/schauer.gif);
}
.regen {
  background-image: url(/images/wetter/regen.gif);
}
.spruehregen {
  background-image: url(/images/wetter/spruehregen.gif);
}
.gewitter {
  background-image: url(/images/wetter/gewitter.gif);
}
.nebel {
  background-image: url(/images/wetter/nebel.gif);
}
.schnee {
  background-image: url(/images/wetter/schnee.gif);
}
.ka {
  background-image: url(/images/wetter/keine_angabe.gif);
}
