/* ----- Anfang Allgemeine Formatierungen ----- */

* { 
  margin: 0; 
  padding: 0; 
}

a {
	text-decoration: none;
	color: #000000;
}

body {
	background: url(../images/bg.jpg) repeat-x;
	background-color:#497cb1; 
  	margin:0px;
  	padding:0px;
  	font-family:verdana;
  	color:#000000;
	font-size: 11px;
	line-height:15px;
}

img {
	display: block;
	border: 0px;
}

/* ----- Ende Allgemeine Formatierungen ----- */
/* ----- Anfang Formatierung DIV-Container ----- */

#bottom {
	margin-top: 16px;
	clear: both;
}

#bottom2 {
	margin-top: 6px;
	clear: both;
}

#content {
	clear: both;
}

#left {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#main {
  	width: 818px;
	/*min-height: 800px;
  	height: auto !important;
  	height: 800px;*/
	margin: 0 auto 20px auto;
}

#right {
	margin: 0 0 0 412px;
	padding: 0px;
}

* html #right {
	margin-right: -3px;
}

/* ----- Ende Formatierung DIV-Container ----- */

/* --------------------------------- Anfang Boxen ------------------------------------- */
/* ----- Anfang breite Box oben  ----- */

.box_bild_links {
	border: 0px;
}

* html .box_bild_rechts {
	margin-left: -3px;
}

.box_bild_rechts {
	border: 0px;
	float: right;
}

.box_breit {
	margin-bottom: 6px;
}

.box_breit_head {
	height: 16px;
	padding: 2px 10px 0px 10px;
	font-weight: bold;
	background: url(../images/balken_orange_818_18.jpg) no-repeat;
}

.box_breit_img {
	border: 0px;
	float: left;
}

* html .box_breit_img {
	margin-right: -3px;
}

.box_breit_txt {
	padding: 10px;
	background: #e6e6e6;
	width: 392px;
	height: 145px;
	line-height: 18px;
	margin-left: auto;
}

* html .box_breit_txt {
	padding: 10px;
	background: #e6e6e6;
	width: 392px;
	height: 144px;
	line-height: 18px;
	margin-left: auto;
}

/* ----- Ende breite Box oben  ----- */
/* ----- Anfang große Box mit 406px Breite  ----- */

.box_406_right {
	width: 406px;
	margin-bottom: 6px;
}

* html .box_406_right {
	margin-left: -3px;
}

.box_406_left {
	width: 406px;
	margin-bottom: 6px;
}

.box_406_head {
	height: 16px;
	padding: 2px 10px 0px 10px;
	font-weight: bold;
	background: url(../images/balken_orange_406_18.jpg) no-repeat;
}

.box_406_img {
	border: 0px;
}

.box_406_txt {
	padding: 5px 10px;
	height: 50px;
	background: #e6e6e6;
}

.box_406_video {
	width: 406px;
	margin-bottom: 6px;
}

/* ----- Ende große Box mit 406px Breite  ----- */
/* ----- Anfang Doppel-Box ----- */

.box_double_left {		/* Wenn Doppel-Box im linken block platziert wird */
	margin-bottom: 6px;
	padding: 0px;
	width: 200px;
	float: left;
}

.box_double_right {		/* Wenn Doppel-Box im rechten block platziert wird */
	padding: 0px;
	width: 200px;
	margin-bottom: 6px;
	margin-left: 206px;
}

* html .box_double_right {
	margin-left: 203px;
}

.box_double_head {
	height: 16px;
	padding: 2px 10px 0px 10px;
	font-weight: bold;
	background: url(../images/balken_orange_200_18.jpg) no-repeat;
	margin: 0px;
}

.box_double_img {
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

.box_double_txt {
	padding: 5px 10px;
	height: 50px;
	background: #e6e6e6;
	margin: 0px;
}


/* ----- Ende Doppel-Box ----- */

/* ----- Anfang kleine Box mit grauem Header ----- */

.box_klein_1 {
	float: left;
	margin-right: 7px;
	width: 158px;
}

.box_klein_2 {
	float: left;
	margin-right: 7px;
	width: 158px;
}

.box_klein_3 {
	float: left;
	margin-right: 7px;
	width: 158px;
}

.box_klein_4 {
	float: left;
	width: 158px;
}

.box_klein_5 {
	margin-left: 660px;
	width: 158px;
}

* html .box_klein_5 {
	margin-left: 657px;
}

.box_klein_head {
	height: 16px;
	padding: 2px 10px 0px 10px;
	font-weight: bold;
	background: url(../images/balken_grau_158_18.jpg) no-repeat;
	margin: 0px;
	color: #FFFFFF;
}

.box_klein_img {
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

.box_klein_txt {
	padding: 5px 10px;
	height: 40px;
	background: #e6e6e6;
	margin: 0px;
}
/* ----- Ende kleine Box mit grauem Header ----- */

/* ----- Anfang Tab-Box ----- */

.shadetabs{
padding: 1px 0;
margin: 0px;
list-style-type: none;
text-align: left;
font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
background: url(../images/shade.jpg) bottom left repeat-x;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{
position: relative;
}

.shadetabs li a.selected{
background-image: url(../images/shadeactive.jpg);
}

.shadetabs li a.selected:hover{
text-decoration: none;
}

/* ----- Ende Tab-Box ----- */
/* --------------------------------- Ende Boxen ------------------------------------- */

/* ----- Anfang Spezifische Klassen-Formatierungen ----- */

a.link {				/* Teaser Ueberschrift */
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #003264;
}

.caption_200_100 {
	overflow: hidden; 
	display: block; 
	position: relative; 
	width: 200px; 
	height: 100px;
	cursor: pointer;
}

.caption_200 {
	overflow: hidden; 
	display: block; 
	position: relative; 
	width: 200px; 
	height: 165px;
	cursor: pointer;
}

.caption_406 {
	overflow: hidden; 
	display: block; 
	position: relative; 
	width: 406px; 
	height: 165px;
	cursor: pointer;
}

.caption_409 {
	overflow: hidden; 
	display: block; 
	position: relative; 
	width: 409px; 
	height: 165px;
	cursor: pointer;
}

.captionDiv_breit {
	margin: 0px; 
	background: rgb(60, 60, 60) none repeat scroll 0% 0%; 
	visibility: visible; 
	opacity: 0.5; 
	filter: alpha(opacity = 50);
	position: absolute; 
	width: 406px; 
	left: 0px; 
	bottom: 0px; 
	height: 24px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	color: rgb(255, 255, 255); 
	text-indent: 0px; 
	z-index: 4;
}

* html .captionDiv_breit {
	margin-bottom: -1px;
}

.captionDiv_200 {
	margin: 0px; 
	background: rgb(60, 60, 60) none repeat scroll 0% 0%; 
	visibility: visible; 
	opacity: 0.7; 
	filter: alpha(opacity = 70);
	position: absolute; 
	width: 200px; 
	left: 0px; 
	bottom: 0px; 
	height: 40px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	color: rgb(255, 255, 255); 
	text-indent: 0px; 
	z-index: 4;
}

.captionDiv_406 {
	margin: 0px; 
	background: rgb(60, 60, 60) none repeat scroll 0% 0%; 
	visibility: visible; 
	opacity: 0.70; 
	filter: alpha(opacity = 70);
	position: absolute; 
	width: 406px; 
	left: 0px; 
	bottom: 0px; 
	height: 40px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	color: rgb(0, 0, 0); 
	text-indent: 0px; 
	z-index: 4;
}

.captionDiv_409 {
	margin: 0px; 
	background: rgb(60, 60, 60)) none repeat scroll 0% 0%; 
	visibility: visible; 
	opacity: 0.70; 
	filter: alpha(opacity = 70);
	position: absolute; 
	width: 409px; 
	left: 0px; 
	bottom: 0px; 
	height: 40px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	color: rgb(255, 255, 255); 
	text-indent: 0px; 
	z-index: 4;
}

.captionLong {
	margin: 0px; 
	background: rgb(60, 60, 60) none repeat scroll 0% 0%; 
	visibility: visible; 
	opacity: 0.9; 
	filter: alpha(opacity = 90);
	width: 818px; 
	left: 0px; 
	bottom: 0px; 
	height: 24px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	color: rgb(255, 255, 255); 
	text-indent: 0px;
}

* html .captionLong {
	margin-top: -1px;
}

.captionDescription {
	position: absolute;
	left: 10px;
	bottom: 3px;
	z-index: 11; 
	padding: 0px; 
	font-size: 11px; 
	color: rgb(220, 220, 220);
}

.captionTitle {
	position: absolute;
	left: 10px;
	bottom: 22px;
	z-index: 11; 
	padding: 0px; 
	color: rgb(255, 255, 255); 
	font-size: 13px; 
	font-weight: bold;
}

.captionDescription2 {
	position: absolute;
	left: 10px;
	bottom: 4px;
	z-index: 11; 
	padding: 0px; 
	font-size: 11px; 
	color: rgb(220, 220, 220);
}

.captionTitle2 {
	position: absolute;
	left: 10px;
	bottom: 22px;
	z-index: 11; 
	padding: 0px; 
	color: rgb(255, 255, 255); 
	font-size: 13px; 
	font-weight: bold;
}


.captionMarquee {
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: 6; 
	padding: 0px; 
	color: rgb(255, 255, 255); 
	font-size: 12px; 
	font-weight: bold;
}

.iframe {
	width: 406px; 
	height: 225px; 
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.img_200_100 {
	display: block; 
	position: absolute; 
	left: 0px; 
	top: auto; 
	z-index: 2; 
	height: 100px; 
	width: 200px; 
	visibility: visible; 
	opacity: 1;
	bottom: 0px; 
	right: auto;
}

.img_200 {
	display: block; 
	position: absolute; 
	left: 0px; 
	top: auto; 
	z-index: 2; 
	height: 165px; 
	width: 200px; 
	visibility: visible; 
	opacity: 1;
	bottom: 0px; 
	right: auto;
}

.img_406 {
	display: block; 
	position: absolute; 
	left: 0px; 
	top: auto; 
	z-index: 2; 
	height: 165px; 
	width: 406px; 
	visibility: visible; 
	opacity: 1;
	bottom: 0px; 
	right: auto;
}

.img_409 {
	display: block; 
	position: absolute; 
	left: 0px; 
	top: auto; 
	z-index: 2; 
	height: 165px; 
	width: 409px; 
	visibility: visible; 
	opacity: 1;
	bottom: 0px; 
	right: auto;
}

.ueberschrift{
	color: #003264;
	font-size: 12px;
	font-weight: bold;
}

.ueberschrift_gross{
	color: #003264;
	font-size: 14px;
	font-weight: bold;
}

.ueberschrift_klein{
	color: #003264;
	font-weight: bold;
}

/* ----- Ende Spezifische Klassen-Formatierungen ----- */


#slidewrap {
	height: 165px;
}
/*
* html #slideshow {
	margin-bottom: -1px;
}*/

/* ANFANG FOOTER ARD RUNDFUNKANSTALTEN */
/* macht Elemente unsichtbar */
.inv {
position: absolute;
left: -1000px;
top: -1000px;
overflow: hidden;
visibility: hidden;
}

/* ID fuer den Abbinder mit den LRA */
#lra
{
width: 810px;
margin: 0 auto;
clear: both;
background: #001a4b;
}

.ardSprung
{
text-align: right;
margin: 0.25em 0 0.75em 0
}

#ardFussText
{
margin: 0 auto;
padding: 0.5em 0 0.5em 0; 
display: none;
font-size: 0.8em;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#footer {
	display: block;
	clear: both;
	width: 100%;
	background-color: #00112e;
}


#footer #lra ul {
	padding-left: 40px;						/*von 60 auf 40 gesetzt*/
	margin: 0;
	background: #00112e;
}

#footer #lra ul li {
	display: inline;
}

#footer #lra ul li img {
	margin: 1px 0 3px 10px;						/*von 7 auf 4 gesetzt, von 14 auf 10 gesetzt*/
/* height: 2.81em;	*/
	height: 45px;
	display: inline;

}

#footer #sender {
	width: 810px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #7493B7;
	border-bottom: 0px solid #001A4B;				/*von 4 auf 0 gesetzt*/
}

#footer #sender ul {
	padding: 0 0 0 177px;						/*von 197 auf 177 gesetzt*/

	margin: 0;

}

#footer #sender ul li {
	display: inline;
}

#footer #sender ul li img {
	margin: 9px 0 7px 10px;
	/* height: 1.69em; */
	height: 27px;
	display: inline;
}
/* ENDE FOOTER ARD RUNDFUNKANSTALTEN */


/*Anfang Seitenfuss*/
#impr {
  margin: 15px auto 0 auto;
  width: 818px;
  height: 18px;
}

#balken {					/*Balken Seitenfuss*/
	border-top: #F68C1E 5px solid;		/*Balkenfarbe und Dicke*/
	margin: 5px 0px;		/*Abstand Balken (oben,rechts,unten,links)*/
}

.weiss  {
	font-size: 11px;			/* Link Text */
	color:#ffffff;
}

.impressum {
  width: 100%;
}

/*Ende Seitenfuss*/

