@import url(undohtml.css);

body, iframe {
	background-color:#FF9900;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

body, p, div, a, li, span, textarea, input, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	font-size:12px;
	color: #000;	
}

#skip, #printLogo  {
	display: none;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

input, textarea {
	font-size: 12px;
}

img {
	border: none;
}

a {
	text-decoration:underline;
}

a:hover { 
	color:#FF9900; 
	text-decoration:underline; 
}

h1 { 
	font-size:14px; 
	font-weight:bold; 
}

h4 { 
	font-size:13px; 
	font-weight:bold; 
	margin-bottom: 5px;
}

/* ========================================================================== */
/*	Layout																	  */
/* ========================================================================== */

#mainContainer {
	position: absolute; 
	top: 0; 
	left: 10px; 
	width: 950px; 
	text-align:left; 
}

#mainContainerLeft {
	width: 755px;
	float: left;
}

#mainContainerRight {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/* ========================================================================== */
/*	Header																	  */
/* ========================================================================== */

#header {
	width: 755px;
	background-color: #FFFFFF;	
	margin-bottom: 5px;
	clear: both;
}

#header #logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#flashHeader {
	float: right;
	margin-top: 6px;
}

/* ========================================================================== */
/*	Menu																	  */
/* ========================================================================== */

#mainMenu {
	float: none;
	clear: both;
	height: 17px;
	width: 100%;
}

#mainMenu ul {
/*	margin-top: 5px; */
	height: 17px;
}


#menuLevel1 {
	background-color: #FFCC65;
	height: 17px;
	padding-left: 140px; 
}


#menuLevel1 li {
	float: left;
	height: 17px;
	background-color: #FFFFFF;
}

#mainMenu ul li a {
	padding-top: 1px;
	text-align: center;
	display: block;
	width: 75px;
	height: 16px;
	background-color: #FFCC65;
	margin-left: 1px;
	text-decoration: none;
}

#mainMenu ul li a.selected {
	background-color: #FFFFFF;
}

#mainMenu ul li a:hover,
#subMenu ul li a:hover	 {
	color: #FF9900;
	text-decoration: none;
}

#subMenu {
	float: none;
	clear: both;
	height: 17px;
	width: 100%;
}

#subMenu ul {
	margin-top: 0px;
	height: 17px;
}


#menuLevel2 {
	background-color: #FFFFFF;
	height: 17px;
	padding-left: 10px; 
}


#menuLevel2 li {
	float: left;
	height: 17px;
}

#subMenu ul li a {
	text-align: center;
	display: block;
	height: 16px;
	padding: 1px 13px 0px 13px;
	text-decoration: none;
	float: left;
}

#subMenu ul li a.selected {
	background-color: #FFDE9D;
}

#subMenu ul li.spacer {
	width: 40px;
}


/* ========================================================================== */
/*	AdLink																	  */
/* ========================================================================== */

#adLayerTop {
	margin-bottom: 12px;
	width: 728px;
	height: 90px; 
}

#adLayerTop.banner468 {

}

#addLayerRight {
	position: absolute;
	top: 102px;
	left: 770px;
	width: 160px;
	height: 600px;
}

#adLayerRectangle {
	padding-left: 35px;
}

#teaserRectangle {
	width: 100%;
	background-color:#FFFFFF;
	height:260px;
	margin-bottom:5px;	
}

/* ========================================================================== */
/*	Channel																	  */
/* ========================================================================== */

#channel {
	width: 220px;
	float: left; 	
	clear: none;
	margin-right: 5px; 
	overflow: hidden;
}

#channelMod {
	height: 106px;
	background-repeat: no-repeat;
	background-color: #FF9900;
}

#channelMod p {
	display: block;
	width: 90px;
	height: 80px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 3px;
	float: right;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#channelOnAir {
	border: 2px solid #FFF;
	height: 185px;
	background-image: url('/images/channel/onair.gif');
	background-repeat: no-repeat;
	background-color: #FF9900;
}

#channelOnAir p {
	width: 216px;
	overflow: hidden;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #FFF;
	font-weight: bold;
}

#track {
	width: 115px;
	height: 115px;
	margin-top: 25px;
	float: left;
}

#linkWebradio {
	margin-top: 40px;
	float: right;
	text-indent: -9000px;
	display: block;
	width: 100px;
	height: 40px;
	background: url('/images/channel/webradio.gif') no-repeat bottom;
}


#linkMail {
	margin-top: 5px;
	float: right;
	text-indent: -9000px;
	display: block;
	width: 100px;
	height: 40px;
	background: url('/images/channel/mail.gif') no-repeat bottom;
}

#channelButtons {
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	height: 50px;
	background-color: #FFCC65;
}

#linkNews, #linkWeather, #linkContact, #linkService {
	margin-top: 3px;
	margin-left: 3px;
	float: left;
	text-indent: -9000px;
	display: block;
	width: 100px;
	height: 20px;
}


#linkNews { 
	background: url('/images/channel/news.gif') no-repeat bottom;
}

#linkService {
	background: url('/images/channel/service.gif') no-repeat bottom;
}

#linkWeather { 
	background: url('/images/channel/weather.gif') no-repeat bottom;
}

#linkContact { 
	background: url('/images/channel/contact.gif') no-repeat bottom;
}


/* ========================================================================== */
/*	Teaser																	  */
/* ========================================================================== */

#containerLeft {
	float: left;
	width: 370px;
	margin-right: 5px;
}

#containerRight {
	float: right;
	width: 155px;
}

#containerRight .teaserTxtOnly,
#containerLeft .teaserImgLeft,
#containerLeft .teaserImgRight {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 5px;
}

#containerRight .teaserTxtOnly h4,
#containerLeft .teaserImgLeft h4,
#containerLeft .teaserImgRight h4 {
/*	text-transform:uppercase; */
}

#containerRight .teaserTxtOnly p,
#containerRight .teaserTxtOnly h4 {
	margin-left: 10px;
	margin-right: 10px;
}

.teaserTextWrapper {
	margin-left: 10px;
	margin-right: 10px;
	height: 128px;
	overflow: hidden;
}

.morebtn {
	margin-top: 5px;
}

.morebtn a {	
	background: #FFF url("../images/orange_vor.jpg") no-repeat 0px 2px;
	padding-left: 15px;
	text-decoration: none;
}

.morebtn a:hover {	
	text-decoration: none;
}

#containerLeft .teaserImgLeft img {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}	
#containerLeft .teaserImgRight img {
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}






/* ========================================================================== */
/*	Content																	  */
/* ========================================================================== */

#mainContent {
	float: right;
	width: 530px;
}

#content {
	width: 100%;
	background-color: #FFF;
}

#content .text h1 {
	margin-bottom: 10px;
}

#content .text a {
	text-decoration: underline;
}

#content .text {
	padding: 0px 10px 0px 10px;
}

#content .legal, #content .legal p {
	font-size:9px;
	margin-top: 20px;
}

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

#content .text img {
	margin: 0px 5px 0px 5px;
}

#content .text ul {
	list-style:disc;
	margin-left: 14px;
}

#content .text li {
	margin-left: 5px;
}

#content .text p {
	line-height:1.3em;
	margin-bottom:6px;
	margin-top:6px;
}

.additionallinks_header {
    font-weight:bold;
    margin-top:25px;
    margin-left:10px;
	clear:left;
}

ul.additionallinks li {
    margin-top:1px;
    margin-left:0px;
    padding:4px 0px 4px 10px;
    display:block;
	clear:left;
}


ul.additionallinks li a {
	background: #FFF url("../images/orange_vor.jpg") no-repeat 0px 2px;
	padding-left: 15px;
	text-decoration: none;
}

ul.additionallinks li a:hover {
	text-decoration: none;
}

.modTeaser {
	width: 125px;
	margin-top: 10px;
	float: left;
}


#weather h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}

/* ========================================================================== */
/*	Stream Sonderseite															  		  */
/* ========================================================================== */

#streams {
	margin-left: 	10px;
}	

.stream {
	margin-top:		10px;
}

#streams p input {
    width: 400px;
}

#streams .stream img {
	margin-bottom:-5px;
}

/* ========================================================================== */
/*	Table															  		  */
/* ========================================================================== */
table {
    border-collapse: collapse;  /* who needs cellpadding/cellspacing?  not we! */
    border-spacing:  0;
    border:          none;
}

td {
	vertical-align: top;
}

th, td {
	font-size: 11px;
}

table.DataTable td a {
	font-size: 11px;
	text-decoration: underline;
}

table.DataTable th {
    background-color: #FFCC65;
    height: 15px;
    color: #000;
    padding: 4px;
}

table.DataTable td {
    background-color: #FFF;
    padding: 5px;
}

table.DataTable th.firstCol {
    background-color: #FFCC65;
    padding-left: 10px;
    text-align: left;
    width: 122px;
}

table.DataTable td.firstCol {
    background-color: #FFDE95;
    text-align: left;
    padding-left: 10px;
}

table.DataTable {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

table.DataTable td {
    color: #000;
}

/* ========================================================================== */
/*	Formular im Content													  		  */
/* ========================================================================== */
.contentForm p {
    width:				396px;
    padding:			3px 0 3px 10px;
    background-color:	#FFFFFF;
    margin-bottom:		1px;
    color:				#000000;
    clear:				both;
}

.contentForm h5 {
    width:396px;
    padding-left:10px;
    margin-bottom:1px;
    background-color:#FFCC65;
}

.contentForm h5 span {
	font-size: 12px;
    padding:3px 0 3px 0;
    color:#000;
    font-weight:bold;
    display:block;
}

.contentForm p label {
    width:132px;
    padding:3px 0 3px 0;
    margin:0;
    display:block;
	float:left;
}

.contentForm p input, .contentForm p textarea {
	width:230px;
}

.contentForm .action,
.contentForm .formFieldAction {
	margin-left: 10px;
}

div.error {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #FF9900;
	width: 250px;
	margin-bottom: 5px;
}

p.error label {
	color: red;
}

/* ========================================================================== */
/*	Gallery Styles											  		  */
/* ========================================================================== */

.slides {
  width:auto;
  margin:25px 0 15px 10px;
  padding:0;
  list-style:none;
  font-size:85%;
  line-height:1.4em;
  }
.slides li, .slides p, p.slides {
  display:block;
  float:left;
  margin:0;
  padding:0;
  }
.slides a, .slides a:visited, .slides a:hover {
  display:block;
  background-color:#FFFFFF;
  padding:0 20px 20px 0;
  border-width:0;
  text-align:center;
  }
.slides a, .slides a:visited, .slides a:hover {
  float:left;
  }
.slides a img, .slides a:visited img, .slides a:hover img {
  display:block;
  border:none;
  width:84px;
  height:63px;
  }
.slides{
	clear:both;
}


.galleryselect{
	background-color:#FFFFFF;
}
.formtable{
	margin:0px;
	padding:0px;
}

.formtable .label{
	color:#000000;
	font-weight:bold;
	padding:4px 5px 0px 10px;
}
.formtable select{
	color:#000000;
	font-size:11px;
}
.formtable .input{
	padding:1px 1px 0 0;
}
.formtable .button{
	padding-left:3px;
}



.gallerynav{
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
.gallerynav .prevbtn{
	width:218px;
	display:block;
	float:left;
	margin-left:20px;
}
.gallerynav .nextbtn{
	width:198px;
	display:block;
	float:left;
	margin-right:40px;
	text-align:right;
}

#picsactions {
	clear: both;
	margin: 0 10px 0 10px;
}	
#picsactions #buttonForward {
	text-decoration:underline;
	float: right;
}
#picsactions #buttonBack {
	text-decoration:underline;
	float: left;
}

/* ========================================================================== */
/*	VotingTabelle													  		  */
/* ========================================================================== */

#topVotingTable {
	width: 500px;
	margin-left: 10px;
}

#topVotingTable tr.even {
	background-color: #ffdb93;
}

#topVotingTable td.checkbox {
	width: 20px;
	vertical-align: middle;
	text-align: center;
}

#topVotingTable td.song {

}

#mainContent .text hr {
	color: #000;
	height: 1px;
	border-bottom: 1px solid #000;
	border-top: none;
}

/** News-Seite **/

.newsItem .enlargeableImage { position: relative; }
.newsItem .enlargeableImage { position: relative; }
.newsItem img {	float: left; }
.newsItem .enlarger { position: absolute; left: 0; top: 0; float: none; margin: 0; }
.addons a.linkImage { display: block; background: transparent url(/images/spezialseiten/button_lupe.jpg) no-repeat top left; padding-left: 45px; height: 40px; padding-top: 10px; }
.newsItem .addons .enlargeableImage { height: 110px; width: 110px; float: left; }

/** Stauseite **/
.stau_left {
	width:140px;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.stau_right {
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}