



/* Temporary */

.topline { display: none; }

.horizontal #embedder {
	float: left; /* provisorisch. diese ID kommt mehrfach auf Seiten vor, was nicht sein darf.  */
}

/* Browser reset */

* { margin:0; padding: 0; }
option { padding-left: 0.4em; }
select { padding: 1px; }

  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  .clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

.clearfix { display: block; }
.floatbox { overflow:hidden; }
#ie_clearing { display: none; }
  .clearfix { display: inline-block; }  /* ... especial for IE7 */
  .clearfix { display: block; }      /* ... für IE5,IE6,IE7 */
  * html .clearfix { zoom: 1; }   /* ... für IE5 + IE6/Win | hasLayout aktivieren */

.skip, .hideme, .print, dfn, .invisible, h1#area {
    position: absolute !important;
    left: -1000em; /* LTR */
    top: -1000em;
  }

.skip:focus, .skip:active {
    position: static;
    left: 0;
    top:0;
  }

#printbox {
	display: none;
	}

fieldset {	border: 0;	}
img {border: 0;	}
ul, li {list-style: none;	}
/* ausnahmen */
/* infobox in content 
.module.contentpage .infobox ul {
	margin-left: 15px;
}
.module.contentpage .infobox ul li {
	list-style: disc;
}*/
.module.contentpage .infobox ul.eventdetails {
	margin-left: 0;
}
.module.contentpage .infobox ul.eventdetails li {
	list-style: none;
}

hr { border: 0;	}
.float_left { float: left; display: inline; }
.float_right { 	float: right; display: inline;	}

object { display: block; background-color: #003277; }
.weather object { background-color: transparent; }

html { height: 100%; margin-bottom: 1px; }

body {
	font-size: 0.6875em;
	font-family: arial,helvetica,sans-serif;
    color: #333;
    text-align: left; /* LTR */
    background: #e2ecfb url(../images/bg_verlauf.png) repeat-x 0 0;
  }
  
textarea {
    font-family: Arial, Helvetica, sans-serif;
} 

a { color: #006bb6; background: transparent; text-decoration: none; cursor: pointer; }
a:visited  { color: #006bb6; }
a:focus,
a:hover,
a:active { color: #006bb6; text-decoration: underline; }

acronym { border-bottom: 1px dotted #333; cursor: help; }
/* Raster */

.page_margins {
    width: 952px;
    margin: 0 auto;
    background-color: #5383d2;
}

#nav {
    position: relative;
    height: 147px;
}

.visual_a {
    background: transparent url(../images/header_home_2.jpg) no-repeat 0 0;
}

.subcolumns { 
	width: 100%; 
	overflow:hidden; 
	padding-top: 8px;
	}
	
.rows_one_l, .rows_one_r { width: 184px; }

.rows_two_l, .rows_two_r { width: 376px; }

.rows_three_l, .rows_three_r  { width: 568px; }

.rows_four_l, .rows_four_r { width: 760px; }

.rows_one_l, .rows_two_l, .rows_three_l, .rows_four_l { float: left; padding: 0 8px 0 0; }
.rows_one_r, .rows_two_r, .rows_three_r, .rows_four_r { float: right; margin-left: -8px; padding: 0; }

/* Suchbox */


form input
    {
        padding: 4px;
        margin-top: 5px;
        margin: 0 3px 8px 0;
    }
    
form input.text
    {
        border: 1px solid #bcbcbc;
    }

#search {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 300px;
    text-align: right;
}

#search legend {
    display: none;
}

#search input {
    float: right;
    width: 145px;
    height: 13px;
    margin-right: 1px;
    border: 1px solid #e2e0dc;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 1em;
    color: #234f97;
    background: #fff url(../images/input_bg.png) no-repeat 0 0;
}

#search .submit {
    float: right;
    width: 23px;
    height: 22px;
    border: 0;
    background: #fff url(../images/search_submit.png) no-repeat 0 0;
    cursor: pointer;
}
	

/* Navigation */
.hlist {
    background-color: #c8ddf3;
}

.hlist ul {
    position: relative;
    float: left;
    width: 61%;
    margin: 0;
    padding-right: 57px;
    list-style: none;
    background-color: #042b6b;
    z-index: 100;
    
}

.hlist .second_nav {
    float: right;
    width: 32%;
    padding: 0;
    background: transparent url(../images/2nd_nav_bg.png) repeat-y 0 0;
}

.hlist li {
    float: left;
    display: inline;
    /* height: 2.1818em; */
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

.hlist .item_1 {
    width: 53px;
}

.hlist .item_2 {
    width: 76px;
}

.hlist .item_3 {
    width: 58px;
}

.hlist .item_4 {
    width: 64px;
}

.hlist .item_5 {
    width: 110px;
}

.hlist .item_6 {
    width: 117px;
}

.hlist .item_7 {
    width: 98px; 
}

.hlist .second_nav li {
    float: right;
}

.hlist .second_nav .item_1{
    width: 90px; 
}

.hlist .second_nav .item_2 {
    width: 56px; 
}

.hlist .second_nav .item_3 {
    width: 81px;
}

.hlist .second_nav .item_4 {
    width: 68px;
}



.hlist a,
.hlist strong {
    float: left;
    display: inline-block;
    height: 24px;
    padding: 0 0 0 1em;
    font-size: 1em;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: none;
}

.hlist li a span {
    display: block;
    height: 24px;
    padding-right: 12px;
    color: #fff;
    background: none;
    cursor: pointer;
}

.hlist li a:hover,
.hlist li a:active,
.hlist li a:focus,
.hlist li.active a {
    text-decoration: none;
    color: #234f97;
    background: #e2ecfb url(../images/sub_navi_left_hover.png) repeat-y top left;
}

.hlist li a:focus {
    outline: 0;
}

.hlist li a:hover span,
.hlist li a:active span,
.hlist li a:focus span,
.hlist li.active a span {
    text-decoration: none;
    color: #234f97;
    background: transparent url(../images/sub_navi_right_hover.png) repeat-y top right;
}

.hlist li#my_north {
    position: absolute;
    right: -8px;
    overflow:visible;
}

.hlist li#my_north a {
    position: relative;
    width: 55px;
    margin: 0;
    padding: 22px 0 0 0;
    outline: 0;
}

.hlist li#my_north a:hover,
.hlist li#my_north a:active,
.hlist li#my_north a:focus,
.hlist li#my_north.active a {
    text-decoration: none;
    background: none;
}

.hlist li#my_north a span {
    position: absolute;
    top: -22px;
    left: -8px;
    width: 69px;
    height: 69px;
    padding: 0;
    text-indent: -9999px;
    background: transparent url(../images/mein_norden_navi_sprite.png) no-repeat 0 0;
}

.hlist li#my_north a span.hover {
        background: transparent url(../images/mein_norden_navi_sprite.png) no-repeat 0 -138px;
}

.hlist li#my_north a span.active {
        background: transparent url(../images/mein_norden_navi_sprite.png) no-repeat 0 -138px;
}

/**
 * Sub Navigation
 */

#sub_nav {
    clear: left;
    width: 100%;
    background-color: #6897e1;
}

#sub_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sub_nav ul li {
    float: left;
    display: inline;
    margin: 0;
}

#sub_nav ul li a {
    display: inline-block;
    padding-left: 11px;
    height: 2.1818em;
    font-size: 1em;
    line-height: 2.2em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: none;
}

#sub_nav ul li a span {
    display: inline-block;
    height: 2.1818em;
    padding-right: 11px;
    background: none;
    cursor: pointer;
}

#sub_nav ul li a:hover,
#sub_nav ul li a:active,
#sub_nav ul li a:focus,
#sub_nav ul li.active a {
    color: #234f97;
    background: #e2ecfb url(../images/sub_navi_left_hover.png) repeat-y top left;
}

#sub_nav ul li a:hover span,
#sub_nav ul li a:active span,
#sub_nav ul li a:focus span,
#sub_nav ul li.active a span {
    background: transparent url(../images/sub_navi_right_hover.png) repeat-y top right;
}

/**
 * Sidenavigation
 */

.sidenavigation ul li {
    border-bottom: 1px solid #5383d2;
    line-height: 1.3636em;
    background-color: #3365b8;
}

.sidenavigation ul li ul {
    display: none;
}

.sidenavigation ul li.active ul {
    display: block;
    padding: 4px 0 6px;
}

.sidenavigation ul li.active ul li {
    border: none;
    padding: 1px 11px;
}

.sidenavigation ul li.active {
    padding: 3px 0;
    margin: 0;
}

.sidenavigation ul li a,
.sidenavigation ul li a:hover,
.sidenavigation ul li a:visited {
    display: block;
    padding: 3px 11px 3px;
    text-decoration: none;
    color: #fff;
    zoom: 1;
}

.sidenavigation ul li a:hover {
    background-color: #4d7ac4;
}

.sidenavigation ul li.active a,
.sidenavigation ul li.active a:hover,
.sidenavigation ul li.active a:visited {
    padding: 0 11px;
    color: #042b6b;
    background-color: transparent;
    /* background: transparent url(../images/sidenav_arrow_vert.gif) no-repeat 166px 5px; */
}

.sidenavigation ul li.active .boxhead a,
.sidenavigation ul li.active .boxhead a:hover,
.sidenavigation ul li.active .boxhead a:visited  {
	color: #fff;
	padding-left: 4px;
}

.sidenavigation ul li.active.more>a,
.sidenavigation ul li.active.more>a:hover,
.sidenavigation ul li.active.more>a:visited {
		background: transparent url(../images/sidenav_arrow_vert.gif) no-repeat 166px 5px;
	}

.sidenavigation ul li.active,
.sidenavigation ul li ul li {
    line-height: 1.4545em;
    background: #fff url(../images/sidenav_bg.png) repeat-y 0 0;
}

.sidenavigation ul li.active {
    line-height: 1.3636em;
}

.sidenavigation ul li.active ul li a,
.sidenavigation ul li.active ul li a:hover,
.sidenavigation ul li.active ul li a:visited {
    padding: 0 11px 0 17px;
    background: none;
}

.sidenavigation ul li.active ul li a:hover,
.sidenavigation ul li.active ul li.active a {
    background: transparent url(../images/sidenav_arrow_hori.png) no-repeat 5px 4px !important;
}


/**
 * Footer Navigation
 */
#footer {
    height: 203px;
    color: #fff;
    background: #b7d2fb url(../images/footer_bg.png) repeat-x 0 0;
    font-size: 1.2em;
}

#footer_links ul {
    list-style: none;
}

#footer_links li {
    display: inline;
}

#footer a {
    color: #fff;
}

#footer a:visited {
    text-decoration: none;
    color: #cddde9;
}

#footer_links {
    float: left;
    margin: 12px 0 27px 25px;
}

#footer_copyright {
    float: right;
    margin: 12px 24px 27px 0;
    line-height: 1.5em;
}



/* Header */

#logo {
    width: 288px;
    height: 48px;
}

#branding {
background: transparent url(/resources/images/branding/branding_layer.png) no-repeat top left !important;
background-image: none;
    position: absolute;
    height: 75px;
    /* width: 290px; */
    padding-left: 150px;
    text-align: right;
    bottom: 0;
    right: 0;
}
#brandinglogo {
	display: block;
	position: relative;
	z-index:10;
	margin-top: 5px;
	/* right: 0; */
}

.branded #branding {
    display: inline;
}

#typo {
		display: none;
		position: absolute;
		left: 0;
		bottom: 0;
		overflow: hidden;
	}
	
	#typo #text {
		padding: 4px 12px;
		position: relative;
		z-index: 2;
		height: 24px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	#typo .overlay {
		width: 100%;
		height: 100px;
		position: absolute;
		top: 0;
		background-color: #042b6b;
		opacity: 0.5;
		filter: Alpha(opacity=50);
	}
	
	.niedersachsen #typo, .schleswig-holstein #typo, .mecklenburg-vorpommern #typo, .hamburg #typo, .hannover #typo, .heide #typo, .harz #typo, .emsland #typo, .oldenburg #typo, .nordfriesland #typo, .mittelholstein #typo, .dithmarschen #typo, .ostholstein #typo, .suedholstein #typo, .rostock #typo, .westmecklenburg #typo, .haff #typo, .vorpommern #typo {
		display: block;
	}
	
	.niedersachsen #text	{background-image: url(/resources/images/regionen/niedersachsen.gif);width: 128px;}
	.schleswig-holstein #text	{background-image: url(/resources/images/regionen/sh.gif);width: 172px;}
	.mecklenburg-vorpommern #text	{background-image: url(/resources/images/regionen/mv.gif);width: 238px;}
	.hamburg #text	{background-image: url(/resources/images/regionen/hamburg.gif);width: 78px;}
	.hannover #text	{background-image: url(/resources/images/regionen/hannover.gif); width: 268px;}
	.heide #text	{background-image: url(/resources/images/regionen/heide.gif);width: 248px;}
	.harz #text	{background-image: url(/resources/images/regionen/harz.gif);width: 293px;}
	.emsland #text	{background-image: url(/resources/images/regionen/emsland.gif);width: 192px;}
	.oldenburg #text	{background-image: url(/resources/images/regionen/oldenburg.gif);width: 230px;}
	.nordfriesland #text	{background-image: url(/resources/images/regionen/nordfriesland.gif);width: 338px;}
	.mittelholstein #text	{background-image: url(/resources/images/regionen/mittelholstein.gif);width: 132px;}
	.dithmarschen #text	{background-image: url(/resources/images/regionen/dithmarschen.gif);width: 232px;}
	.ostholstein #text	{background-image: url(/resources/images/regionen/ostholstein.gif);width:218px;}
	.suedholstein #text	{background-image: url(/resources/images/regionen/suedholstein.gif);width:108px;}
	.rostock #text	{background-image: url(/resources/images/regionen/rostock.gif);width:136px;}
	.westmecklenburg #text	{background-image: url(/resources/images/regionen/westmecklenburg.gif);width: 266px;}
	.haff #text	{background-image: url(/resources/images/regionen/haff.gif);width: 116px;}
	.vorpommern #text	{background-image: url(/resources/images/regionen/vorpommern.gif);width: 116px;}
	
	
/* Fonts und Textformatierungen */

h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
    font-weight: bold;
    color: #3365b8;
    margin: 0 0 4px;
}

h1 { font-size: 1.7272em; } /* 19px */
h2 { font-size: 1.5em; } 
h3 { font-size: 1.2727em; } /* 14px */
h4 { font-size: 1.4545em; } /* 16px */
h5 { font-size: 1.2727em; } /* 14px */
h6 { font-size: 1.2727em; } /* 14px */

.teaser_three h2 {
    margin: 0 0 8px;
    font-size: 2.1818em;
}

.infobox h2, .infobox h3, .infobox h4 {
	font-size: 1.3em;
}

.infobox h4 { padding-top:8px;}

.icon_audio {
    padding-left: 19px;
    line-height: 1.1428em;
    background: transparent url(../images/icon_audio.png) no-repeat scroll 0 3px;
    display:block;
}

.icon_video {
    padding-left: 19px;
    background: transparent url(../images/icon_video.png) no-repeat scroll 0 3px;
    display:block;
}

.icon_gallery {
    padding-left: 19px;
    background: transparent url(../images/icon_gallery.png) no-repeat scroll 0 3px;
    display:block;
}

.icon_webcam {
    padding-left: 20px;
    line-height: 1.1428em;
    background: transparent url(../images/icon_webcam.png) no-repeat scroll 0 2px;
}

.icon_extlink {
        padding-left: 19px;
        background: transparent url(../images/icon_extlink.gif) no-repeat scroll 0 3px;
        display:block;
    }

.icon_reload  {
	display:block;
	width: 24px;
	height:24px;
	text-indent: -999px;
	background: url('../images/btn_captcha_reload.png') no-repeat scroll 0 0;
	border: 0;
	overflow: hidden;
}
.icon_reload:hover {
	background-position: 0 -24px;
}

.icon_download {
        padding-left: 19px;
        background: transparent url(../images/icon_download.png) no-repeat scroll 0 3px;
    }

.pcdownload { margin: 0 0 8px 8px; // addition for podcast-downloadlink }

p { line-height: 1.4em; margin: 0 0 0.5em 0; }

acronym, abbr {
    border-bottom:none;
    cursor: help;
}

sub, sup { font-size: 91.6667%; }

a { color: #006bb6; background: transparent; text-decoration: none; cursor: pointer; }
a:visited  { color: #006bb6; }

a:focus,
a:hover,
a:active { color: #006bb6; text-decoration: underline; }

.linklist {
    margin: 5px 0 27px 5px;
    font-weight: 700;
    list-style-type: none;
}

.linklist li {
    margin-left: 0;
    line-height: 1.7273em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.linklist li .link_arrow {
    background-position: -2px 5px;
}





/********************* Buttons *********************/

.linkbutton a .big {
	float: left;
	height: 31px;
	text-decoration: none;
	background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat scroll 0 0;
}

.linkbutton a .small {
	float: left;
	height: 23px;
	text-decoration: none;
	background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat scroll left -92px;
}

.linkbutton a .small .button_close {
	float: left;
	display: inline;
	height: 19px;
	margin-left: 15px;
	padding: 4px 12px 0 1px;
	color: #fff;
	background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat scroll right -92px;
}

.linkbutton a .big .button_close {
	float: left;
	display: inline;
	height: 23px;
	margin-left: 24px;
	padding: 8px 15px 0 1px;
	color: #fff;
	background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat scroll right 0;
}

.linkbutton a:hover .small {
	 background-position: left -114px;
}
.linkbutton a:hover .small .button_close {
	background-position: right -114px;
}

.linkbutton a:active .small,
.linkbutton a.active .small {
	background-position: left -136px;
}
.linkbutton a:active .small .button_close,
.linkbutton a.active .small .button_close {
	background-position: right -136px;
}

.linkbutton a:hover .big {
	background-position: left -31px;
}
.linkbutton a:hover .big .button_close {
	background-position: right -31px;
}

.linkbutton a:active .big,
.linkbutton a.active .big {
	background-position: left -62px;
}
.linkbutton a:active .big .button_close,
.linkbutton a.active .big .button_close {
	background-position: right -62px;
}


div.button_sprite, div.button_sprite_small {
	float: left;
	margin: 0 4px 12px 0;
}

.button_sprite,
.button_sprite_small {
    position: relative;
    display: block;
    overflow: visible; /* removes extra side padding in IE */
    border: 0;
    text-align: center;
    cursor: pointer;
}

.button_sprite {
    margin-left: 0;
    padding: 0 0 0 24px;
    background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat left top;
}

.button_sprite_small {
    margin-left: -2px;
    padding: 0 0 0 17px;
    background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat left -92px;
}

button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.button_sprite span,
.button_sprite_small span {
    position: relative;
    display: block;
    float:left;
    white-space: nowrap;
    color: #fff;
}

.button_sprite span {
    height: 18px;
    margin: 0 -2px 0 0;
    padding: 8px 12px 5px 0;
    background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat right top;
}

.button_sprite_small span {
    height: 14px;
    margin: 0 -2px 0 0;
    padding: 4px 12px 5px 0;
    background: transparent url('/resources/images/btn_arrowleft_all_sprite.gif') no-repeat right -92px;
}

/* Behebung des 2 Pixel Fehler (rechts) bei Buttons im FF2 */
.button_sprite div,
.button_sprite_small div {
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 31px;
    background-color: #fff;
}

.button_sprite:hover,
.button_sprite:focus,
.hover {
	background-position: left -31px;
}
.button_sprite:hover span,
.button_sprite:focus span,
.hover span {
	background-position: right -31px;
}

.button_sprite_small:hover,
.button_sprite_small:focus,
.hover {
	background-position: left -114px;
}
.button_sprite_small:hover span,
.button_sprite_small:focus span,
.hover span {
	background-position: right -114px;
}

.button_sprite_small.active {
	background-position: left -136px;
}
.button_sprite_small.active span {
	background-position: right -136px;
}
	
.mapbuttons {
	overflow: hidden;
	padding-top: 4px;
	background-color: #ffffff;
	padding-left: 12px;
	height: 32px;
}

.narrow .mapbuttons {
	padding-left: 0;
}

.mapbuttons li {
	display: block;
	float: left;
}
	
.mapbuttons li ul li {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.infobox .button_sprite_small {
}

.mapbuttons .button_sprite_small {
	background: none;
	padding-left:0;
}

.mapbuttons .button_sprite_small a {
	background: transparent url("/resources/images/chk_maps.gif") no-repeat 0 -26px scroll;
	display:block;
	flaot: left;
	height:20px;
	padding-left:18px;
}

.mapbuttons .button_sprite_small.active a {
	background-position: left 4px;
}

.mapbuttons .button_sprite_small span {
	background-image: none;
	color: #006BB6;
}

/********************* /Buttons *********************/





/* Teaser */

.module {
    height: 1%;  
    margin-bottom: 16px;
    background-color: #fff;
}

.notopspace{
	margin-top:-16px;
}

.module.weather {
	overflow: visible;
}

.module.broadcast {
	margin-top: -16px;
}

.rows_one_r .module a img {
	display: block; 
}

.teaser_one, .teaser_two, .teaser_three {
	padding-bottom: 8px;
	}

.teaser_three.horizontal {
	padding-bottom: 0;
	overflow:hidden;
	}
		
.teaser_three {
	width:568px; /* kompatibilität für alte Teaserbildformate herstellen */
	overflow:hidden;
	}

.module .content {
    padding: 4px 8px;
}

.module p {
	font-size: 1.2em;
	}
	
.indexlist {
	overflow: hidden;
	padding-bottom: 0;
	}
	
.indexlist div.rows_one_l {
	border-right: 1px solid #dddddd;
	padding:0;
	width:192px;
	}
	
.indexlist ul {
	height: 8em;
	border-bottom: 1px solid #ddd;
	padding:8px 0;
	}

.topline {
	margin: 5px 0 0 8px;
	}

.teaser_three ul {
    margin: 0 8px;
    color: #3365b8;
    background-color: #cfddf4;
}

.teaser_three li {
    border-top: 1px solid #dbe4f2;
    padding: 5px 0;
    line-height: 1.4545em;
    background: #fff url(../images/blue_arrow_right_light.gif) no-repeat scroll 517px 10px;
}

.teaser_one ul,
.teaser_two ul {
    /* margin: 13px 0 -7px 0; */
    margin: 0px 0 -7px 0;
    padding: 0 8px 2px;
}

.teaser_one ul li,
.teaser_two ul li {
    margin: 0;
    border-top: 1px solid #dbe4f2;
    padding: 5px 0 6px 0;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.5em;
}

.teaser_three.horizontal {
    position: relative;
    width: 568px;
}

.narrow .teaser_three.horizontal {
	width: 520px;
}

.narrow .teaser_three.horizontal .content {
	padding-left: 192px !important;
}

.narrow .teaser_three.horizontal.textonly .content {
	padding-left: 8px !important;
}

.teaser_three.horizontal img {
    float: left;
}
.teaser_three.horizontal .topline,
.teaser_three.horizontal .content {
    padding-left: 192px;
}

.teaser_three.horizontal.textonly .topline, .teaser_three.horizontal.textonly .content {
	padding-left: 8px;
	}

.teaser_three.horizontal .content {
    top: 30px;
    /* padding-bottom: 13px; */
}

.teaser_three.horizontal .topline {
    margin: 0;
    padding-top: 5px;
}

.teaser_three.horizontal h2 {
    margin: 1px 0 9px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2727em;
}

.teaser_three.horizontal div.overlay {
    top: 104px;
    left: 0;
}

.teaser_one hr, .teaser_two hr, .teaser_three hr {
    display: block;
    margin: 4px 0;
    border-bottom: 1px solid #dbe4f2;
    color: #fff;
}

.subline {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0 4px;
}

.archivedate {
	position:relative;
	top:-5px;
}

a.link_arrow,
a.link_arrow_left {
    display: inline-block;
    padding: 1px 0 0 8px;
    background: transparent url(../images/blue_arrow_right.gif) no-repeat -2px 3px;
}

a.link_arrow_left {
    background: transparent url(../images/blue_arrow_left.gif) no-repeat scroll -2px 3px;
}

a.link_light_blue_arrow {
    padding: 0 0 0 8px;
    color: #96a7c4 !important;
    background: transparent url(../images/light_blue_arrow_right.gif) no-repeat -2px 1px;
}

.module p .link_arrow {
    display: inline;
    margin-top: 0 !important;
    margin-left: 7px;
    padding-top: 0;
    padding-left: 8px;
    background-position: -2px 2px;
}

.broadcast .topline {
	display:block;
    width: 176px;
    margin: 0;
    padding: 5px 0 4px 8px;
    font-weight: 700;
    font-size: 1.0909em;
    color: #acc6e8;
    background: #386aba url(../images/teaser_blue_gradient.gif) repeat-y;
}

.broadcast .topline strong {
    display: block;
    font-size: 1.3636em;
    color: #fff;
}

.broadcast h2 {
	font-size: 1.6em;
	}

.teaser_mediathek {
    color: #fff;
    background: #1756A2 url(../images/teaser_blue_gradient.gif) repeat-y;
}

.teaser_mediathek .boxhead_mediathek {
    height: 46px;
    background-image: url(../images/boxhead_mediathek.png);
}

.teaser_mediathek a,
.teaser_mediathek h2,
.teaser_mediathek h3,
.teaser_mediathek .topline {
    color: #fff;
}

.teaser_mediathek a.link_arrow {
    background-image: url(../images/white_arrow_right.gif);
}

.teaser_mediathek h2.icon_audio {
    background-image: url(../images/icon_audio_bluebg.png);
}

.teaser_mediathek h2.icon_video {
    background-image: url(../images/icon_video_bluebg.png);
}

div.overlay {
    position: relative;
}

div.overlay .inner {
    position: absolute;
    display: block;
    top: -21px;
    left: 0;
    width: 177px;
    height: 21px;
    padding-right: 7px;
    font-size: 1.0909em;
    line-height: 1.8181em;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    background-color: rgb(4, 43, 107);
    background-color: rgba(4, 43, 107, .3);
    background-color: transparent\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C042B6B,endColorstr=#4C042B6B);
    zoom: 1;
}

.teaser_two div.overlay .inner {
	width: 369px;
}
.teaser_three div.overlay .inner {
	width: 561px;
}

.teaser_three.horizontal div.overlay .inner {
	width: 177px;
}

div.overlay .ff2 {
    -moz-opacity: 0.3;
}

div.overlay .ff2_text {
    position: absolute;
    display: block;
    top: -21px;
    left: 0;
    width: 177px;
    height: 21px;
    padding-right: 7px;
    font-size: 1.0909em;
    line-height: 1.8181em;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

/* Mein Norden-Marker in Teasern */

.mein_norden .marker {
	position: absolute;
	background: transparent url(../images/mein_norden_klein.png) no-repeat top left;
	height:32px;
	width:32px;
	top: -110px;
	right:12px;
	}

.teaser_three.mein_norden .marker, .teaser_three .singleteaser.mein_norden .marker {
	background: transparent url(../images/mein_norden.png) no-repeat top left;
	height:62px;
	width:62px;
	top: -140px;	
	}
	
.teaser_three.horizontal.mein_norden .marker {
	background: transparent url(../images/mein_norden_klein.png) no-repeat top left;
	height:32px;
	width:32px;
	top: -100px;
	left:150px;
}
	
.teaser_two.mein_norden .marker {
	background: transparent url(../images/mein_norden.png) no-repeat top left;
	height:62px;
	width:62px;
	top: -220px;	
	}
	
.head.mein_norden .marker {
	background: transparent url(../images/mein_norden.png) no-repeat top left;
	height:62px;
	width:62px;
	top: -8px;	
	}

/**
 * Shiny Line
 */

.shiny_line {
    position: absolute;
    height: 0;
    border-top: 1px solid #fff;
    font-size: 0;
    line-height: 0;
    filter: alpha(opacity = 25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

.teaser_one .shiny_line {
    top: -104px;
    width: 184px;
}

.teaser_two .shiny_line {
    top: -212px;
    width: 376px;
}

.teaser_three .shiny_line {
    top: -144px;
    width: 568px;
}


.horizontal .shiny_line {
	top: -104px;
	width: 184px
} 

/* Boxen */

.box p {
	font-size: 1.1em;
}

.box h2 {
    margin: 5px 0 10px;
    font-weight: 700;
}

.box ul {
    margin: 3px 0 0 0;
    padding-bottom: 13px;
    list-style-type: none;
}

.box li {
    margin-left: 8px;
    line-height: 1.3636em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-size: 1.1em;
}

.box form {
    /* padding-bottom: 16px; */
}

.box form legend {
    display: none;
}

.box form input {
    width: 158px;
    margin: 3px 0 8px;
}

.box .bottom {
    clear: both;
    margin: 0 8px;
    border-top: 1px solid #dbe4f2;
    padding: 3px 0 13px;
}

.box .bottom a {
    margin: 0;
    padding-top: 2px;
}

.boxhead {
    position: relative;
    padding: 5px 0 4px 8px;
    line-height: 1.0909em;
    text-transform: uppercase;
    color: #fff;
    background-image: url(../images/teaser_headline_blue.png);
}

.boxhead .float_left {
    margin: 0;
}

.boxhead .float_right {
    margin-right: 12px;
    font-size: 0.8181em;
    line-height: 1.5555em;
    text-transform: none;
}

.boxhead img.mein_norden {
    position: absolute;
    top: -6px;
    right: 6px;
}

.boxhead.graphic {
    height: 46px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    text-indent: -5000px;
	}
	
.boxhead.ndr1wn {
    background-image: url(../images/rss_teaser_list_head.jpg);
	}

/**
 * RSS Special Teaser
 */

div.rss_special {
    padding-bottom: 10px;
    background: #386aba url(../images/teaser_blue_gradient.gif) repeat-y;
}

div.rss_special h2 {
    margin: 0;
    padding: 5px 0 5px 8px;
    font-size: 1em;
    font-weight: 400;
    color: #aac9fa;
    background: transparent url(../images/teaser_blue_gradient_with_stripes.gif) no-repeat;
}

div.boxhead_rss_special {
    height: 30px;
    font-size: 0;
    line-height: 0;
    background-image: url(../images/rss_special_headline.png);
}

div.rss_special .content {
    padding-top: 5px;
    color: #fff;
    background: transparent url(../images/teaser_blue_gradient_with_stripes.gif) no-repeat;
}

div.rss_special ul {
    margin: 0;
    padding: 0;
    zoom: 1;
}

div.rss_special ul li {
    border-top: 0;
    border-bottom: 1px solid #26549e;
}

div.rss_special ul li.first {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 1.2727em;
    line-height: 1.1428em;
}

div.rss_special ul li a {
    color: #fff !important;
}

div.rss_special a.link_arrow {
    font-weight: 700;
    color: #fff;
    background: transparent url(../images/white_arrow_right.gif) no-repeat scroll -2px 2px;
}

/**
 * RSS List Teaser
 */

div.rss_teaser_list {
    padding-bottom: 8px;
}

div.boxhead_rss_teaser_list {
    height: 46px;
    font-size: 0;
    line-height: 0;
    background-image: url(../images/rss_teaser_list_head.jpg);
}

div.rss_teaser_list .content {

}

div.rss_teaser_list .content ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	/* alles nur bentigt wenn krummes Original-HTML verwendet wird. */
}

div.rss_teaser_list ul li {

}

div.rss_teaser_list ul li.first {
	border: 0;
}

/**
 * Regionalkarten
 */

.regions ul {
    margin: 1px 0 0;
}

.regions ul li {
    border-bottom: 1px solid #fff;
    line-height: 1.3636em;
    background: #3365b8 url(../images/region_arrow.gif) no-repeat 170px center;
}

.regions ul li.active {
    background: #3365b8 url(../images/region_arrow_active.gif) no-repeat 167px 8px;
}

.regions ul li a,
.regions ul li a:hover,
.regions ul li a:visited {
    display: block;
    padding: 3px 11px 3px;
    text-decoration: none;
    color: #fff;
    zoom: 1;
}

.regions ul li a:hover {
    background-color: #4d7ac4;
}

.regions form {
    clear: both;
    height: 41px;
}

.regions select {
    float: left;
    width: 139px;
    min-width: 139px;
    margin: 7px 6px 10px 10px;
    border: 1px solid #bcbcbc;
    padding: 2px 3px;
    color: #333;
}

.regions select.nojs {
    width: 165px;
}

.regions .submit {
    width: 23px;
    height: 22px;
    margin-top: 8px;
    background: #fff url(../images/search_submit.png) no-repeat 0 0;
    cursor: pointer;
}

.regions label,
.regions legend {
    display: none;
}

#regional_map {
	display:block;
}

/**
 * Poll
 */

.poll {
    /* margin-bottom: 3px; */
    color: #fff;
    background-color: #5383d2;
}

.infobox .poll {
	background-color: transparent;
}

.poll_content_small {
    padding: 5px 8px 6px 7px;
    background: #3b6cbc url(../images/gradient_dark_blue_horiz_small.jpg) repeat-x bottom left;
}

.poll_content_large {
    padding: 5px 8px 3px;
    background: #3b6cbc url(../images/gradient_dark_blue_horiz_large.jpg) repeat-x bottom left;
}

.poll .poll_bottom,
.poll .poll_bottom_result {
    clear: left;
    height: 37px;
    background: #143a7c url(../images/poll_bottom.gif) no-repeat top left;
}

.poll .poll_bottom_result {
    height: 19px;
    margin-top: -4px;
    padding: 5px 0 1px 6px;
}

.poll h2 {
    margin: 0;
    padding-bottom: 12px;
    color: #fff;
}

.poll .poll_content_large h2 {
    margin-left: -1px;
    padding-bottom: 5px;
}

.poll .input_field {
    float: left;
    clear: left;
    width: 100%;
}

.poll .input_field input {
    float: left;
    clear: left;
    width: 14px;
    height: 14px;
    margin: 1px 0 0;
    border: 0;
    padding: 0;
}

.poll .input_field label {
    float: left;
    width: 148px;
    padding: 0 0 6px 6px;
    font-weight: 700;
}

.poll .progress_bar_light_blue_wrapper {
    width: 168px;
}

.poll .progress_bar_light_blue {
    width: 140px;
    font-size: 0.909em;
}

.poll .voting_result {
    margin-bottom: 9px;
}

.poll .voting_result p {
    margin: 5px 0;
    padding: 0;
    font-weight: 700;
}

.poll a.link_arrow {
    padding: 1px 0 0 10px;
    color: #fff;
    background: transparent url(../images/white_arrow_right.gif) no-repeat scroll 0 2px;
}

.poll .poll_bottom button {
    display: inline;
    margin: 9px 0 0 8px;
    cursor: pointer;
}

.button_vote {
    width: 96px;
    height: 18px;
    border: medium none;
    background: transparent url(../images/btn_arrowleft_all_sprite_light.gif) no-repeat 0 -207px;
}

.button_vote span {
	background: #3B6CBC url(../images/btn_arrowleft_all_sprite_light.gif) no-repeat right -207px;
	margin: 0 -2px 0 12px;
	display:block;
	height:16px;
	padding:2px 16px 0 0;
	}

.poll .poll_results_link {
    display: inline;
    padding: 0 0 3px 3px;
    vertical-align: middle;
}

/* Videoplayer */

.videoplayer .narrow_detail,
.hitliste_detail .narrow_detail,
.contentpage .videoplayer .footer .footer_link a,
.contentpage .image_gallery .footer .footer_link a  {
    color: #fff;
    background-color: #003777;
}

.videoplayer .narrow_detail .topline,
.videoplayer .narrow_detail h3,
.hitliste_detail .narrow_detail .topline,
.hitliste_detail .narrow_detail h3 {
    font-weight: 700;
    color: #fff;
}

.videoplayer .narrow_detail .topline,
.videoplayer .narrow_detail .content,
.hitliste_detail .narrow_detail .topline,
.hitliste_detail .narrow_detail .content {
    margin: 0;
    padding: 0;
}

.videoplayer .narrow_detail h3,
.hitliste_detail .narrow_detail h3 {
    margin: 4px 0 8px 0;
    padding: 0;
    font-size: 1.2727em;
}

.videoplayer input.embedcode {
	width: 512px;
	display: block;
	margin-top: 8px;
}


.horizontal .videoplayer,
.infobox .videoplayer
{
	float: left;
}


.narrow,
.narrow_detail {
    padding: 12px 24px 18px;
}

.videoplayer .linkbutton a .small {
	margin-top: 2px;
	}

.recommendations {
	display:none; 
	border-top: 1px solid #DBE4F2;
	margin-top: 8px;
	padding-top: 4px;
	}

.videoplayer .recommendations {
	border-top: 1px solid #446485;	
	}

.recommend a {
	height:18px;
	width:18px;
	display:block;
	float: left;
	margin: 0 2px 0 0;
	text-indent:-10000px;
	background: transparent url(../images/recommendation_sprite.gif) no-repeat top left scroll;
	}
	
.recommend a:active, .recommend a:focus {
	outline: 0;
}

.to_facebook a { background-position: 0 0;	}
.to_facebook a:hover { background-position: 0 -18px;}
.to_twitter a {	background-position: -18px 0;}
.to_twitter a:hover {	background-position: -18px -18px;}
.to_google a {	background-position: -36px 0;}
.to_google a:hover {	background-position: -36px -18px;}
.to_vz a {	background-position: -54px 0;}
.to_vz a:hover {	background-position: -54px -18px;}
.to_webnews a {	background-position: -72px 0;}
.to_webnews a:hover {	background-position: -72px -18px;}
.to_yigg a {	background-position: -90px 0;}
.to_yigg a:hover {	background-position: -90px -18px;}
.to_mrwong a { background-position: -108px 0;	}
.to_mrwong a:hover { background-position: -108px -18px;}
.to_delicious a {	background-position: -126px 0;}
.to_delicious a:hover {	background-position: -126px -18px;} 
 
  
/* Wetter */

.weatherbox {}

.weatherbox ul .weatherinfo {
	border-bottom: 1px solid #DBE4F2;
	position: relative;
}

.weatherbox a:hover {
	text-decoration: none;
	border:0;
	}

.weatherbox ul .weatherinfo a:focus {
		outline: 0;
	}

div.shortforecast {
	display:none;
	}

.weatherbox ul li {
	border: 0;
	}

.weatherbox img {
	position:absolute;
	left: -8px;
	top:-5px;
	}
	
.weatherbox .shortforecast img {
	left: 0;
	top:auto;
}

.weatherbox .city_name {
	font-size: 1.6em;
	margin-top: 6px;
	margin-bottom: 4px;
	display:block;
	}
	
.weatherbox span {
	margin-left: 55px;
	}

.handle {
	display: block;
	border-bottom: 1px solid #DBE4F2;
	height: 16px;
	}
	
.handle a {
	padding: 2px 5px;
	}

.handle .ui-tabs-selected a {
	background-color: #006BB6;
	color: #fff;
	}
	
.shortforecast.ui-tabs .ui-tabs-panel {
	padding:0; 
	}

.condition_box ul {
	padding-bottom: 4px;
	}
	
.condition_box ul li {
	padding-left: 36px;
	line-height: 1em;
	}

.weatherbox .bottom {
	border: 0;
	}

.weather .weather_head {
	margin-top: -24px;
	position:relative
}


.weather_head h1 {
    float: left;
    width: 150px;
    margin: 0;
}

.weather_head p {
    float: right;
}

.weather_head span,
.weather_head button {
    float: left;
}

.weather_head button span {
    float: none;
}

.weather_head button {
    width: 74px;
    margin-top: -4px;
    /* margin-right: 8px; */
}

.weather_head label {
    width: auto !important;
    margin-top: 4px;
    font-weight:normal !important;
    font-size:0.9em;
}

.weather_head #weather_detail_location {
    float: none;
    width: 262px;
    height: 15px;
    margin-left: 9px;
}

.narrow .weather .content {
    padding: 29px 0 !important;
    font-size: 1em;
    background: #fff url(../images/weather_bg.png) repeat-x scroll 0 0;
}

.weather .content h2 {
    height: auto;
    margin-bottom: 16px;
    padding: 0;
    font-size: 1.6667em;
    color: #3365b8;
    background: none;
}

.weather .content .detail {
    float: left;
    width: 447px;
    padding-right: 50px;
}

.weather .content .sidebar {
    float: left;
    width: 196px;
    padding-left: 19px;
    background: #fff url(../images/weather_hori_trenner.png) no-repeat scroll left bottom;
}

.weather .content .warningmap
{
    width: 560px;
    float: left;
}

.weather .content .warningmap p {

	margin: 7px 0px 0px 0px;
}

.weather .content .warningmonitor
{
    width: 152px;
    float: left;
}



.weather .content strong {
    font-size: 1.2727em;
}

.weather .content p {
    margin: 7px 0 25px;
}

.weather .content .sidebar ul {
    margin: 6px 0 0;
}

.weather .content .sidebar ul li {
    margin: 0;
    list-style: none;
}

.weather #more_rubrics {
    margin: 0 0 16px 0;
}

.weather #more_rubrics h2,
.weather #more_rubrics ul li strong {
    color: #3365b8;
}

.weather #more_rubrics h2 {
    margin-bottom: 9px;
    font-weight: 400;
}

.weather #more_rubrics ul li a.link_arrow {
    padding-left: 8px;
    font-size: 0.9167em;
    font-weight: 700;
    color: #3365b8;
    background: transparent url(../images/blue_arrow_right.gif) no-repeat scroll -2px 4px;
}

.weather #more_rubrics ul li {
    width: 350px;
    float:left;
    padding-top:8px;
}

.weather #more_rubrics ul li img {
	float:left;
	}

.weather .content .sidebar ul li a {
    font-size: 0.9167em;
}

.weather #more_rubrics ul li div {
	padding-left: 144px;
	}
	
.weather #more_rubrics ul li div div {
	padding: 0 8px 0 0;
	margin-bottom:8px;
	}

.weather .weathermap {
    position: relative;
    width: 760px;
    height: 383px;
    background: #08477b;
}

.weather .weathermap img {
    position: absolute;
    bottom: 0;
}

.weather .content.map {
    padding: 16px 24px 0;
    background: none;
}

.weather .formular fieldset {
    padding: 0 0 13px;
}

.weather #date_nav {
    margin: 0 0 0 1px;
    border: none;
}

.weather #date_nav_pane {
    overflow: hidden;
}

#more_rubrics ul li div div {
    margin-bottom: 4px;
}

.weatherbox_detaillink {
	font-size: 1.3em;
}

/****************************** On Air Center **********************************/

.webradio {
	color: #ffffff;
	background: #3b6cbc url(../images/content_shine_2col.png) no-repeat 0 22px;
}

.webradio a {
	color: #ffffff !important;
}

.wr_903 .next { display:none; }

/***** Popup *****/
.webradio_popup {
	width: 376px;
}

.webradio_popup .module {
	margin: 0;
	height: auto;
}

.webradio .banner {
	position: relative;
	height: 44px;
}

.webradio .banner form {
	position: absolute;
	top: 11px;
	right: 10px;
	margin: 0;
	padding: 0;
}

.webradio .banner form select {
	width: 164px;
}

.webradio .ndr2 {
	background: #ffffff url(../images/onaircenter/banner_ndr2.png) no-repeat 0 0;
}
.webradio .njoy {
	background: #ffffff url(../images/onaircenter/banner_njoy.png) no-repeat 0 0;
}
.webradio .ndr903 {
	background: #ffffff url(../images/onaircenter/banner_ndr903.png) no-repeat 0 0;
}
.webradio .ndr1niedersachsen {
	background: #ffffff url(../images/onaircenter/banner_ndr1niedersachsen.png) no-repeat 0 0;
}
.webradio .ndr1radiomv {
	background: #ffffff url(../images/onaircenter/banner_ndr1radiomv.png) no-repeat 0 0;
}
.webradio .ndr1wellenord {
	background: #ffffff url(../images/onaircenter/banner_ndr1wellenord.png) no-repeat 0 0;
}
.webradio .ndrinfo {
	background: #ffffff url(../images/onaircenter/banner_ndrinfo.png) no-repeat 0 0;
}
.webradio .ndrkultur {
	background: #ffffff url(../images/onaircenter/banner_ndrkultur.png) no-repeat 0 0;
}

#wellenselect {
	color: #003366 !important;
	float:right;
	display:block;
	height: 20px;
	padding-top: 25px;
	padding-right: 8px; 
}

#wellen {
	width: 184px;
	position: absolute;
	top: -200px;
	right: 0px;
	background-color: #4370BC;
	height: 175px;
	-moz-box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
	/* border: 1px solid #114490; */
}

.select_down {
	display: block;
	width:12px;
	height:12px;
	float:left;
	margin-right:2px;
	background: transparent url(../images/blue_arrow_down_light.gif) 2px 3px no-repeat;
 }

#wellen ul { padding-bottom: 0; }
#wellen .boxhead { padding-right: 0; }
#wellen li { margin-left: 0; }

/***** /Popup *****/



.webradio .boxhead {
	position: relative;
	padding-right: 120px;
	background-image: url(../images/teaser_headline_blue_2col.png);
}

.webradio.shortversion .boxhead {
	padding-right: 0;
}

.webradio .boxhead span {
	position: absolute;
	display: block;
	top: 5px;
	right: 20px;
	text-transform: none;
	color: #96b9f4;
}

.webradio .boxhead a {
	position: absolute;
	display: block;
	top: 4px;
	right: 3px;
	width: 15px;
	height: 14px;
	background: transparent url(../images/popup.png) no-repeat 0 0;
}

.webradio .boxhead a:hover {
	background-position: 0 -14px;
}

.webradio .content {
	clear: left;
	margin-bottom: 1em;	
}

.webradio .content h2 {
	margin-bottom: 5px;
	color: #fff;
}

.webradio .content p {
	margin-bottom: 5px;
}

.webradio .content p.timing {
	margin-top: -5px;
	margin-bottom: 10px;
}
.webradio.shortversion .content p.timing {
	font-size: 1em;
}

.webradio .content img {
	float: left;
	margin: 7px 12px 9px 0;
}

#oac_image {
	position: relative;
	display: block;
}
#oac_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/overlay_playbtn.png) bottom right no-repeat;
	width: 184px;
	height: 104px;
}

/***** Playlist *****/
.webradio .playlist {
	margin: 1em 0;
	clear: left;
}
.webradio.shortversion .playlist {
	padding-bottom: 8px;
}

.webradio .playlist table {
	clear: left;
	margin: 0 0 10px 0;
	border: 0;
	background: transparent;
}
.webradio.shortversion .playlist table {
	border-bottom: 1px solid #648ccc;
}

.webradio .playlist table th,
.webradio .playlist table td {
	padding: 2px 8px;
	text-align: left;
	border: 0;
	background: transparent;
	color: #ffffff;
}
.webradio .playlist table th {
	width: 80px;
}
.webradio.shortversion .playlist table th {
	font-weight: normal;
}
.webradio.shortversion .playlist table td {
	font-weight: bold;
}

.webradio .playlist .now {
	font-size: 1.1em;
}
.webradio.shortversion #webradio_song_now {
	height: 40px;
}
.webradio .playlist .linkbutton {
	margin-left: 104px;
}
.webradio.shortversion .playlist .linkbutton {
	margin-left: 8px;
}

/***** Playlist *****/



/***** Weiterführende Links *****/
.webradio .links {
	clear: both;
	padding: 2px 8px 5px 0;
	background: transparent url(../images/bg_right_dark_blue_gradient.png) repeat-y 0 0;
	font-size: 0.9em;
}

.webradio .links ul {
	margin: 0;
	padding: 0;
}

.webradio .links ul li {
	float: left;
}

.webradio .link_arrow {
	background: transparent url(../images/white_arrow_right.gif) no-repeat scroll -2px 1px;
}
/***** /Weiterführende Links *****/



/***** Player *****/
.webradio .playerbox {
	padding-top: 10px;
	background: #0B3478;	
}

.webradio .playerbox h2 {
	margin: 0;
	padding: 0 8px;
	color: #ffffff;
	font-size: 1.1em;
}

.webradio #stream_player {
	padding: 5px 0px;
	height: 33px;
	background: url(../images/blue_box.png) no-repeat center center;
	overflow: hidden;
}
/*
 *.webradio .big_title {
 *	font-size: 1.1em;
 *	font-weight: 700;   
 *}
 *
 *.webradio .small_title {
 *	font-size: 1em;
 *	font-weight: 400;	
 *}
 */
/***** /Player *****/


.webradio .linkbutton a .small,
.videoplayer .linkbutton a .small {
	height: 20px;
	background: transparent url(../images/btn_arrowleft_all_sprite_light.gif) no-repeat scroll 0 -206px;
}

.webradio .linkbutton a .small .button_close,
.videoplayer .linkbutton a .small .button_close {
	height: 18px;
	margin-left: 18px;
	padding-top: 2px;
	color: #042b6b;
	background: transparent url(../images/btn_arrowleft_all_sprite_light.gif) no-repeat scroll right -206px;
	text-shadow: 1px 1px #e0e0e0;
}

.webradio .linkbutton a:hover .small {
	height: 20px;
	background: transparent url(../images/btn_arrowleft_all_sprite_light.gif) no-repeat scroll 0 -226px;
}

.webradio .linkbutton a:hover .small .button_close {
	height: 18px;
	padding-top: 2px;
	color: #042b6b;
	background: transparent url(../images/btn_arrowleft_all_sprite_light.gif) no-repeat scroll right -226px;
}

.webradio .popupbutton a .small {
	line-height: 15px;
	font-weight: bold;
	width: 164px;
}
.webradio .popupbutton a .small .button_close {
	width: 133px;
}
.webradio .popupbutton {
	margin-bottom: 24px;
	text-transform: uppercase;
}


/**** Streams & Webradios *****/
.streams {
    padding: 5px 8px 8px;
    background-color: #0B3478;
}

.streams a:focus,
.streams a:active {
	outline: 0;
}

.streams h2 {
    margin: 10px 0;
    font-size: 1.0909em;
    color: #fff;
}

.streams .link_arrow {
    margin-left: 0;
    background: transparent url(../images/white_arrow_right.gif) no-repeat scroll -2px 5px;
}

.streams dl {
    margin: 0;
    padding: 0;
    background-color: #4169a6;
    cursor: pointer;
}

.streams dl dt {
    margin: 1px 0 0 0;
    padding: 0;
    font-size: 1.0909em;
    line-height: 1.3333em;
    background-color: #0B3478;
    cursor: pointer;
}

.streams dl dt a {
    display: block;
    width: 98%;
    padding-top: 3px;
    padding-bottom: 4px;
    font-weight: 400;
    text-decoration: none;
}

.streams dl dt.active {
    background-color: #29599e;
}

.streams dl dt.active a {
    font-weight: 700;
    color: #c1d9ff !important;
}

.streams dl dt.over a {
    font-weight: 700;
    color: #fff;
}

.streams dl dt.over {
    background-color: #29599e;
}

.streams dl dt span.ui-icon {
    display: none;
}

.streams dl dd {
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #29599e;
}

.streams dl dd .streams_content {
    overflow: hidden;
    padding: 0 0 2px 8px;
    font-size: 0.9167em;
    font-style: italic;
    font-weight: 400;
    color: #c1d9ff;
    background-color: #29599e;
}

.stream_images {
	position: relative;
	padding: 10px 0;
	height: 104px;
	background: url("../images/bg_gallery_body.gif") repeat-x scroll left top;	
}

.stream_images .scroll {
	position: relative;
	height: 100%;
	overflow: hidden;	
}

.stream_images .scroll_button_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.stream_images .scroll_backward {
	/*cursor: pointer;*/
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20px;	
	background: transparent url("../images/btn_streams_scroll_left.png") no-repeat left center;
	z-index: 10;
}
.stream_images .scroll_forward {
	/*cursor: pointer;*/
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px;	
	background: transparent url("../images/btn_streams_scroll_right.png") no-repeat right center;
	z-index: 10;
}

.stream_images ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 10000px;
	left: 80px;
}
	
.stream_images li {
	display:block;
	float: left;
}
/**** /Streams & Webradios *****/
/****************************** /On Air Center **********************************/






/* Teasershow für Kurzmeldungen */

.teasershow h2 {
	background-color: #e2ecfb;
	padding: 4px 8px;
	color: #006bb6;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a3aec0;
}

.teasershow h2.ui-state-default {
	cursor: pointer;
}

.teasershow h2:focus {
	outline: none;
	}

.teasershow h2.ui-state-active {
	background-color: #fff;
	color: #333;
	border-bottom: 0;
	}

.teasershow div p {
	margin: 0;
	padding: 8px;
	}
	
.teasershow div p a {
	zoom: -1;
	color: #006bba;
}

.teasershow {
	padding-bottom: 0;
	padding-top:34px;
	background: #fff url(../images/kurzmeldungen_header.jpg) no-repeat top left;
	}
	
.teasershow.ndrinfo {
	background: #fff url(../images/kurzmeldungen_header_info.jpg) no-repeat top left;
	}

.teasershow .header {
	background: transparent url(../images/kurzmeldungen_header.jpg) no-repeat top left;
	height: 35px;
	width: 376px;
	text-indent: -9999px;
}

.teaser_one .singleteaser {
	width:184px;
	}
	
.teaser_three .singleteaser {
	width:568px;
	}
	
.teaser_two .singleteaser {
	width: 385px;
	}


/* animierte Teaser */
/* Für die Non-JS-Optik verwandeln wir das ganze erstmal in normale Teaser im Teaser */

.animated img, .animated p, .animated .subline, .animated .shiny_line {
	display: none;
	}
	
.animated h2 {
	font-size: 1.4em;
	margin:0;
	padding: 4px 0 0 0;
	border-top: 1px solid #DBE4F2;
	}
	
.animated .singleteaser:first-child h2 {
	border: none;
	font-size: 2.1818em;
	}

.animated .singleteaser:first-child img, .animated .singleteaser:first-child p, .animated .singleteaser:first-child .subline, .animated .singleteaser:first-child shiny-line {
	display:block;
	}
	
.js_animated {
	padding-bottom: 0;
	}

.js_animated ul {
	margin:0;
	padding:0;
	background-color: #fff;
	}
.js_animated ul li {
	float:left;
	display:block;
	margin:0;
	padding:0;
	border: 0;
	line-height: normal;
	}
	
.js_animated .thumbnails {
	text-align: right;
	padding: 0px;
	background-color: #113879;
	border-top: 1px solid #DBE4F2;
	}
	
.js_animated .thumbnails a {
	margin-right:8px;
	display:inline-block;
	padding:4px;
	color: #DBE4F2;
	}

.js_animated .thumbnails a:focus {
	outline: 0;
	}
	
.js_animated .thumbnails a img {
	display: block;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	}
	
.js_animated .thumbnails a.current img {
	opacity:1;
	filter: Alpha(opacity=100);
	}
	
.teaser_one .thumbnails a.current, .teaser_two .thumbnails a.current {
	background-color: #DBE4F2;
	color: #113879;
	}

.teaser_three .thumbnails a.current {
	background: #113879 url(../images/animated_thumbs_highlight.gif) no-repeat 0 0;
}

/* HF-Logos Homepage */

.logobox_special {
	background-color: #4370bc;
	height: 140px;
	}
	
.logobox_special li {
	float: left;
	}

.logobox_special a {
	display: block;
	width: 90px;
	height: 32px;
	margin-bottom: 4px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.logobox_special a:hover { background-position: left -32px; }

#lb_ndrkultur { background-image: url(../images/logobox/lb_ndrkultur.gif); margin-right: 4px;}
#lb_radionds { background-image: url(../images/logobox/lb_radionds.gif); }
#lb_ndrinfo { background-image: url(../images/logobox/lb_ndrinfo.gif); margin-right: 4px;}
#lb_radiomv { background-image: url(../images/logobox/lb_radiomv.gif); }
#lb_njoy { background-image: url(../images/logobox/lb_njoy.gif); margin-right: 4px;}
#lb_903 { background-image: url(../images/logobox/lb_903.gif); }
#lb_ndr2 { background-image: url(../images/logobox/lb_ndr2.gif); margin-right: 4px;}
#lb_wellenord { background-image: url(../images/logobox/lb_wellenord.gif); }

.logobox_klangkoerper {
	background-color: #4370bc;
	}
	
.logobox_klangkoerper a {
	display:block;
	width:184px;
	height:34px;
	margin-bottom: 4px !important;
	margin-bottom: 0;
	background-position: top left;
	backgorund-repeat: no-repeat;
}

.logobox_klangkoerper a:hover {
	background-position: left -34px;
}

a#ouc_sinfonieorchester:hover {
	background-position: left -60px;
}


#ouc_sinfonieorchester { background-image: url(../images/logobox/ndr_sinfonieorchester.gif); height:60px;}
#ouc_rph { background-image: url(../images/logobox/ndr_radiophilharmonie.gif); }
#ouc_pops { background-image: url(../images/logobox/ndr_popsorchestra.gif);}
#ouc_daw { background-image: url(../images/logobox/ndr_dasaltewerk.gif); }
#ouc_dnw { background-image: url(../images/logobox/ndr_dasneuewerk.gif);}
#ouc_bigband { background-image: url(../images/logobox/ndr_bigband.gif); }
#ouc_chor { background-image: url(../images/logobox/ndr_chor.gif);}
#ouc_podium { background-image: url(../images/logobox/ndr_podiumderjungen.gif); }

.logobox_lfh {
	background-color: #4370bc;
	}
	
.logobox_lfh a {
	display:block;
	width:184px;
	height:66px;
	margin-bottom: 4px !important;
	margin-bottom: 0;
	backgorund-position: top left;
	backgorund-repeat: no-repeat;
}

.logobox_lfh a:hover {
	background-position: left -66px;
}

#lb_lfh_903 {background-image: url(../images/logobox/lb_lfh_903.gif);}
#lb_lfh_hhjournal {background-image: url(../images/logobox/lb_lfh_hhjournal.gif);}
#lb_lfh_nds {background-image: url(../images/logobox/lb_lfh_nds.gif);}
#lb_lfh_ndstv {background-image: url(../images/logobox/lb_lfh_ndstv.gif);}
#lb_lfh_nordmag {background-image: url(../images/logobox/lb_lfh_nordmag.gif);}
#lb_lfh_rmv {background-image: url(../images/logobox/lb_lfh_rmv.gif);}
#lb_lfh_shmag {background-image: url(../images/logobox/lb_lfh_shmag.gif);}
#lb_lfh_wn {background-image: url(../images/logobox/lb_lfh_wn.gif);}




/*Vereinswappen Sport*/

.logobox_vereine {
	background-color: #4370bc;
	overflow:hidden;
	}

.logobox_vereine li {
	float: left;
    margin-right:1px;
	}

.logobox_vereine .blank {
	width:60px;
	height:60px;
	background-color: #fff;
}

.rows_three_l .logobox_vereine .blank {
	display: none;
}
		
.rows_three_l .logobox_vereine li, .rows_four_r .logobox_vereine li {
	margin-right: 4px;
}
	


.logobox_vereine a {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 1px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.logobox_vereine a:hover { background-position: -60px 0px; }

#lb_fcstpauli { background-image: url(../images/logobox/lb_vn_fcstpauli.gif);}
#lb_hsv { background-image: url(../images/logobox/lb_vn_hsv.gif); }
#lb_h96 { background-image: url(../images/logobox/lb_vn_h96.gif); }
#lb_svwb { background-image: url(../images/logobox/lb_vn_wb.gif); }
#lb_vflw { background-image: url(../images/logobox/lb_vn_vflw.gif); }
#lb_vflo { background-image: url(../images/logobox/lb_vn_vflo.gif); }
#lb_fchrostock { background-image: url(../images/logobox/lb_vn_fchrostock.gif); }
#lb_ebraunschweig { background-image: url(../images/logobox/lb_vn_ebraunschweig.gif); }

#lb_thwkiel { background-image: url(../images/logobox/lb_vn_thwkiel.gif);}
#lb_hsvhandball { background-image: url(../images/logobox/lb_vn_hsvhandball.gif);}
#lb_flensburg { background-image: url(../images/logobox/lb_vn_sgflensburg.gif);}
#lb_hannoverburgdorf { background-image: url(../images/logobox/lb_vn_tsvhb.gif);}


.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/* Alpha-Version Notifier */

         #notifier {
                 position: fixed;
                 bottom: 0;
                 right: 20px;
                 width: 184px;
                 height:30px;
                 overflow: hidden;
                 font-size: 12px;
                 text-align: left;
         }

         #notifier div {
                 border-left: 1px solid #042B6B;
                 border-right: 1px solid #042B6B;
                 padding: 8px;
                 background-color: #fff;
         }

         #notifier #n_header {
                 background-color: #042B6B;
                 border: 1px solid #042B6B;
                 color: white;
                 font-weight: bold;
                 font-size: 13px;
         }
         
         #notifier div#n_image {
         		padding: 0;
         }

         #n_title {
                 font-weight: bold;
         }
         
         #n_link a {
         		font-weight: bold;
         }

         /* MF Umfragelayer */
         
         
/* Umfragelayer Medienforschung */

#dynwrite {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	bottom: 0;
	top: 200px;
	z-index: 90;
	background-color: #fff;
	border-top: 1px solid #8397b8;
	padding: 50px 15px 25px 15px;
	width: 250px;
	height: 300px;
	overflow: hidden;
	text-align: left;
	color: #fff;
	background: #0b3478 url(/resources/images/umfragelayer.jpg) top left no-repeat;
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.6); 
}
#layerLabel {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 0.75em;
	font-weight: bold;
	visibility: hidden;
}

#closer {
	position: absolute;
	top: 0;
	right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
	width: 70px;
	height: 16px;
	text-align: center;
}
#switcher {
	position: absolute;
	top: 0;
	right: 20px;
	background-color: #DDD;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 20px;
	height: 20px;
	text-align: center;
}
#dynwrite h2, #dynwrite a {
	color: #fff;
}

#dynwrite a {
	font-size: 0.85em;
}

#dynwrite a:focus { outline: 0;}

#closer a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	display: block;
	float: left;
	padding: 2px;
	
}
.text {
   padding-right: 3px;
}

.cross {
   border-left: 1px solid #036;
   text-align: center;
   padding-left: 5px;
}

.error {
	color: #cc0000 !important;
}
p.error {
	border: 2px solid #cc0000 !important;
	padding: 5px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

#closer span {
  color: #888;
  padding-left: 3px;
}

#dynwrite p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #fff;
}

#dynwrite a.copytext {
	font-weight: bold;
}

         