html {
	height:100%;
}

body {
	background-color:#FFFFFF;
	font-family:"Arial", "Helvetica", sans-serif;
	font-size:small;
	color:#15218C;
	padding:0px;
	margin:0px;
	text-align:center;
}

#Zentrierer {
	text-align:left;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color:#EFEDED;
}

#LogoBalken {
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:160px;
	background-color:#141974;
	background-image:url('images/top.jpg');
	background-repeat:no-repeat;
}

#MainMenu {
	float:left;
	width:13em;
	text-align:center;
	margin:0px;
	padding-top:1em;
}


ul.Menu {
	padding:0px;
	margin:0px;
	text-align:left;
	list-style-type:none;
	border-style:solid;
	border-width:1px;
	border-color:#FF7918;
	border-top-style:none;
	border-top-width:0px;
	border-top-color:#FF7918;
}

ul.Menu li {
	padding:0px;
	display:inline;
	margin:0px;
}

a.Menu {
	color:#15218C;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding-left:0.9em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FF7918;
}

a.Menu:focus {
	background-color:#FECBA5;
}

a.Menu:hover {
	background-color:#FECBA5;
}

a.Menu:link {
	color:#15218C;
}

a.Menu:visited {
	color:#15218C;
}

a.MenuSelected {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding-left:0.9em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0px;
	margin-top:0px;
	background-color:#FCE4D2;
	cursor:pointer;
	font-weight:bold;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FF7918;
}

a.MenuSelected:focus {
	background-color:#FECBA5;
}

a.MenuSelected:hover {
	background-color:#FECBA5;
}

a.MenuSelected:link {
	color:#15218C;
}

a.MenuSelected:visited {
	color:#15218C;
}


#Inhalt {
	background-color:#FFFFFF;
	border-left:3px solid #DEDEDE;
	border-right:3px solid #DEDEDE;
	margin-left:13em;
	margin-right:13em;
	padding:0px;
	padding-left:1em;
	padding-right:1em;
	height:100%;
}


div.BG1 {
	background-color:#EFEDED;
}

div.BG2 {
	background-color:#FFFFFF;
}

/* rechte-Spalte */


#Sonstiges {
	float:right;
	padding-left:8px;
	width:13em;
}


form.KontaktForm {
	padding:0px;
	margin:0px;
}

#DatumUhrzeit {
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	border-style:solid;
	border-width:1px;
	border-color:#FF7918;
	border-top-style:none;
	border-bottom-style:none;
	text-align:center;
	font-size:large;
}

#SucheHintergrund {
	position:relative;
	background-color:#FFFFFF;
}

#SucheBox {
	margin:0px;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#FF7918;
	border-bottom-style:none;
}

#KontaktHintergrund {
	position:relative;
	background-color:#FFFFFF;
}

#KontaktBox {
	margin:0px;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#FF7918;
}

input.KontaktButton {
	 font-size:x-small;
	 width:48%;
}

/* Startseite */


#AktuelleSendungen {
	margin-top:1em;
	margin-bottom:0.5em;
	border-color:#FF7918;
	border-style:solid;
	border-width:1px;
	background-repeat:no-repeat;
	background-position:0px;
}


p.AktuelleSendungLaeuft {
	padding:0em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-size:medium;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	font-weight:bold;
	color:#FF7918;
}


p.AktuelleSendungLaeuft a,a:link,a:visited,a:active,a:focus,a:hover {
	color:#FF7918;
}


p.AktuelleSendung {
	padding:0em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-size:medium;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	font-weight:bold;
}

p.AktuelleSendung a,a:link,a:visited,a:active,a:focus,a:hover {
	color:#15218C;
}

#InhaltText {
	margin-top:1em;
	margin-bottom:1em;
	border-color:#FF7918;
	border-style:solid;
	border-width:1px;
	background-repeat:no-repeat;
	background-position:0px;
	height:105%;
	color:#000000;
}

div.InhaltAbstand {
	border-style:none;
	border-width:0px;
	padding:0.5em;
	padding-bottom:1em;
	margin:0px;
}

/* Ueberschriften-Formate */


h2 {
	font-size:1em;
	font-weight:bold;
}

h2.MitRahmen {
	border-bottom-color:#FF7918;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:0px;
	margin-bottom:0px;
	color:#15218C;
	display:block;
	padding:0.5em;
	padding-top:0.15em;
	padding-bottom:0.15em;
	background-color:#8D93C7;
	background-image:url('images/ueberschrift_verlauf.gif');
	background-repeat:repeat-y;
	font-size:1em;
	font-weight:bold;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

h4 {
	font-size:small;
	font-weight:bold;
	margin-bottom:0em;
}

div.MeldungBoxGrau {
	padding:0.5em;
	background-color:#EFEDED;
}


div.MeldungBoxWeiss {
	margin:0.5em;
	background-color:#FFFFFF;
}


tr.MeldungGrau {
	background-color:#EFEDED;
}


tr.MeldungWeiss {
	background-color:#FFFFFF;
}


table {
	background-color:#FFFFFF;
	color:#000000;
	font-family:"Arial", "Helvetica", sans-serif;
	font-size:small;
}

table.Nachrichten {
	width:100%;
}

table.Nachrichten th {
	padding:0.5em;
	text-align:left;
}

table.Nachrichten td {
	padding:0.5em;
	text-align:left;
}


.unsichtbar {
	position:absolute;
	font-size:0;
	left:-1000px;
}


div.Breaker {
	overflow:hidden;
	height:0px;
	clear:both;
}


div.ArtikelTools {
	background-color:#EEEEEE;
	font-size:small;
	padding:3px;
}

div.Breadcrumb {
	margin-bottom:4px;
}

span.ArtikelToolsRechts {
	float:right;
	text-align:right;
}


/* allgemeine Text-Formate */
span.fett {
	font-weight:bold;
}



/* Sprungnavigation im Hauptmenue */

ul.SprungNav {
	position:absolute;
	top:-1000px;
	left:10px;
	padding:0px;
	margin:0px;
	text-align:center;
	width:12em;
}

ul.SprungNav li  {
	list-style-type:none;
	padding:0px;
	display:inline;
	margin:0px;
}

ul.SprungNav li a:focus, ul.SprungNav li a:hover, ul.SprungNav li a:active {
	position:absolute;
	font-weight:bold;
	top:1020px;
	left:0px;
	height:1.3em;
	margin:0px;
	padding:0px;
	width:12em;
}


/* Einstellungen fuer grosse Zeitentabellen */

table.Zeiten {
	color:#15218C;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FF7918;
}

table.ZeitenStart {
	border-top-style:none;
}

table.Zeiten th {
	color:#15218C;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:left;
	vertical-align:middle;
}

table.Zeiten td {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FF7918;
	padding-left:0.5em;
	padding-right:0.5em;
	color:#000000;
	text-align:left;
	vertical-align:top;
}


/* Einstellungen fuer die Zeitentabelle auf der Startseite */


div.VorNaechsterTag {
	text-align:right;
	width:100px;
	float:right;
	font-size:x-small;
}

form.PrgSuche {
	margin:0px;
}

div.KontaktLinks {
	float:left;
	width:175px;
}


div.KontaktRechts {
	float:left;
	width:400px;
	margin-left:20px;
}

div.KontaktBreaker {
	overflow:hidden;
	height:0px;
	clear:both;
}

hr.TrennLinie {
	border-width:0px;
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#FF7918;
	color:#FF7918;
	height:1px;
	width:100%;
}

div.TrennLinie {
	border-width:0px;
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#FF7918;
	color:#FF7918;
	height:1px;
	overflow:hidden;
}

div.RN {
	float:left;
	width:293px;
	margin-top:1em;
	margin-bottom:1em;
	border-color:#FF7918;
	border-style:solid;
	border-width:1px;
	background-repeat:no-repeat;
	background-position:0px;
	color:#000000;
	margin-right:5px;
}

div.Aktuelles {
	float:right;
	width:293px;
	margin-top:1em;
	margin-bottom:1em;
	border-color:#FF7918;
	border-style:solid;
	border-width:1px;
	background-repeat:no-repeat;
	background-position:0px;
	color:#000000;
}

span.SuchHighlight {
	font-weight:bold;
}

.AbstandHalb {
	margin-top:0.5em;
	margin-bottom:0.5em;
}


.OhneAbsatz {
	margin-top:0;
	margin-bottom:0;
}

.OhneAbsatzOben {
	margin-top:0;
}

.OhneAbsatzUnten {
	margin-bottom:0;
}


span.mm1 {
	color:#00FF00;
	font-style:italic;
	font-weight:bold;
}

span.mm2 {
	color:#000066;
	font-style:italic;
	font-weight:bold;
}

div.BildBoxLinks {
	float:left;
	min-width:150px;
	color:#000000;
	background-color:#FCE4D2;
	border-color:#FF7918;
	border-style:solid;
	border-width:1px;
	margin:5px;
	margin-left:0;
	padding:0px;
	text-align:center;
	overflow:visible;
}

div.BildBoxRechts {
	float:right;
	min-width:150px;
	color:#000000;
	background-color:#FCE4D2;
	border-color:#FF7918;
	border-style:solid;
	border-width:1px;
	margin:5px;
	margin-right:0;
	padding:0px;
	text-align:center;
	overflow:visible;
}

img.AktuellesBild {
	margin:0;
	padding:0;
}

td.StreamingBox {
	width:110px;
	padding:5px;
	margin:0;
	background-color:#FCE4D2;
	border-right:#FF7918 solid 1px;
}

td.AktuelleSendungen {
	border-left:#FF7918 solid 1px;
}

table.AktuellesProgramm {
	border-collapse:collapse;
}

object.Webradio {
	outline: none;	
}