/* CSS Document */
p {
	text-align: left;
	line-height: 24px;
	margin-top: 20px;
}
h1 {
	color: #ae0c89;
	font-size: 11pt;
}
input, textarea {
	font-size: 10px;
	background-color: #353537;
	border: 1px solid #68c9d2;
	padding-left: 3px;
	padding-right: 3px;
}
input {
	width: 130px;
	height: 14px;
}
textarea {
	width: 420px;
	height: 50px;
}
button {
	width: 130px;
	color: black;
	font-size: 11px;
}
/* ------ Home - Boxen ------ */
   /*Obere Reihe*/
div.top_box_left,
div.top_box_right {
	background-color: #fdf0d7;
	height: 198px;
	border-bottom: 5px solid #f2e5cc;
	border-right: 5px solid #f2e5cc;
	padding: 21px 24px 21px 24px;
 text-align:left;
 margin:0;
}
div.top_box_left {
	width: 402px;
	float: left;
}
div.top_box_right {
	width: 395px;
	float: right;
}

   /*Untere Reihe*/
div.bottom_box_left,
div.bottom_box_center,
div.bottom_box_right {
	height: 197px;
	margin:0;
	text-align:left;
}
div.bottom_box_left {
	width: 252px;
	float: left;
	padding: 21px 24px 17px 24px;
}
div.bottom_box_center {
	width: 251px;
	float: left;
	padding: 21px 24px 17px 24px;
}
div.bottom_box_right {
	width: 254px;
	padding: 21px 21px 17px 24px;
	float:right;
}
div.trennlinie {
 margin:0;
 margin-top:38px;
 padding:0;
 float:left;
 height:160px;
 width:1px;
 background-color:#c3ced3;
}

ul.streams {
 list-style-type:none;
 list-style-position:inside;
 margin:0;
 padding:0;
 text-indent:0;
}
ul.streams li {
 background:url('../Bilder_content/stream_icon.gif') no-repeat;
 padding-left:20px;
 margin:3px;
 height:17px;
 line-height:15px;
}
ul.streams a,
ul.streams a:link,
ul.streams a:visited {
 color:#004365;
 text-decoration:none;
 font-weight:bold;
}
ul.streams a:hover {
 text-decoration:underline;
}
div.kopfheorer {
 position:relative;
 left:150px;
 top:-50px;
 background:url('../Bilder_content/home_kopfhoerer.gif') no-repeat;
 width:92px;
 height:56px;
}

div.bottom_box_center img {
 padding:10px 12px 10px 12px;
}

div.uhrzeit {
 position:relative;
 top:25px;
 left:0px;
 width:226px;
 height:63px;
 background:url('../Bilder_content/home_uhrzeit.gif') no-repeat;
 color:white;
 margin:0;
 padding:0;
 padding-top:14px;
}
div.uhrzeit table {
margin-left:80px;
}
/* ------ Home - Boxen-Ende ------ */
/* ------ Programm - Tabellen ------ */
div.freistehend {
padding: 20px 20px 0px 20px;
}
table.programm{
padding-bottom: 20px;
}
table.programm td{
background-color:#f0c7cd;
text-align:left;
height:22px;
padding:4px;
}

table.programm th,
table.programm .lila {
background-color:#b42692;
font-weight:bold;
color:white;
text-align:left;
height:22px;
padding:4px;
}
/* ------ Frequenzen - Boxen ------ */
   /*Obere Reihe*/
div.oben  {
	background-color: #fdf0d7;
	height: 230px;
	border-bottom: 5px solid #f2e5cc;
	width:100%;
}

div.oben .top_box_left2 {
	padding: 21px 24px 21px 24px;
	width:300px;
 float:left;
}
div.oben .top_box_right2 {
	padding: 21px 24px 21px 24px;
	width:500px;
 float:right;
}

   /*Untere Reihe*/
div.bottom_box_left2,
div.bottom_box_center2,
div.bottom_box_right2 {
	height: 197px;
	margin:0;
	padding:0px;
	text-align:left;
}
div.bottom_box_left2 {
	width: 250px;
	float: left;

}
div.bottom_box_center2 {
	width: 250px;
	float: left;

}
div.bottom_box_right2 {
	width: 250px;
float:right;
}