/* ---------------- */
/*    RESET.CSS     */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
@charset "windows-1250";
/* CSS Document */

body {
	background: #f0f0f0 url(../hg.jpg) repeat-x 0 0 ;
	margin:0;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color: #333333; 
	  text-shadow: #999 0 0 0;
}

.content {
	background-image: url(../hg_unten.jpg);
	background-repeat: repeat-y;
	position:absolute;
	left:0px;
	top:660px;
	width:972px;
	height:auto;
	z-index:5;
}

div.inhalt {
    position: relative;
	width:512px;
	height:auto;
	margin: -450px 0 150px 253px ;
	padding: 10px 0 0 0 ;
	z-index:10;
}

div.navigation {
	background-image: url(../navigation_hg.jpg);
	width:910px;
	height:28px;
	position:absolute;
	left:37px;
	top:147px;
	z-index:6;
}

div.verlauf{
	background-image: url(../hg_oben.jpg);
	width:972px;
	height:660px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}

div.head {
	width:910px;
	height:126px;
	position:absolute;
	left:37px;
	top:20px;
	z-index:8;
}

div.kontakt {
	width:190px;
	height:86px;
	position:absolute;
	left:45px;
	top:210px;
	z-index:9;
	padding-top:10px;
	font-size:0.82em;
}

div.sommerspezial {
	width:250px;
	height:100px;
	position:absolute;
	left:633px;
	top:45px;
	z-index:9;
}

div.wetter {
	position:absolute;
	width:150px;
	height:86px;
	
	left:795px;
	top:210px;
	z-index:9;
}

div.twitter {
	position:relative;
	top:0;
	left:0;
	width:170px;
	height:86px;
	
		z-index:9;
}

a:link {
  text-decoration: none;
  color: #de8c0a;
  }

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

a:focus {
	text-decoration: none;
  color: #0067b3;
  }

a:hover {
	text-decoration: none;
  color: #0067b3;
  }

a:active {
	text-decoration: none;
  color: #0067b3;
  }

a { 
outline: none; 
  }

table,
.text {
	font-family: Georgia, Times, "Times New Roman",serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.6em;
}

h1 { 
	font-family: Georgia, Times, "Times New Roman",serif;
	font-size: 0.9em;
	color: #0067b3;
	font-weight: bold;
	margin:0 0 18px 0;
}

h2 {
	font-family: Georgia, Times, "Times New Roman",serif;
	font-size: 0.8em;
	color: #0067b3;
	font-weight: bold;
	margin:0 0 18px 0;	
}

h3 { 
	font-family: Georgia, Times, "Times New Roman",serif;
	font-size: 0.9em;
	color: #0067b3;
	font-weight: bold;
	margin:0 0 18px 0;
}

.headline_gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #363636;
	font-weight: bold;
}

.text_fett {
	font-family: Georgia, Times, "Times New Roman",serif;
	font-size: 1em;
	color: #333333;
	line-height: 120px;
	font-weight: bold;
}

.text_klein {
	font-family: Georgia, Times, "Times New Roman",serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.6em;
}

span.codedirection {
	unicode-bidi:bidi-override;
	direction: rtl;
}

#programminfo {
	position:relative;
	top:0;
	left:0;
	
	width:400px;
	height:auto;
		
	margin: 0 0 10px 0 ;
}

#externerplayer {
	position:absolute;
	width:150px;
	height:86px;
	
	left:45px;
	top:500px;
	z-index:200;
	
	border-top:1px solid #ccc;
	padding-top:10px;
	font-size:0.9em;
	
}

#sendungverpasst {
	width:190px;
	height:auto;
	position:absolute;
	left:45px;
	top:210px;
	z-index:9;
	padding-top:10px;
	
}

p,table,ul.text {
	font-family: Georgia, Times, "Times New Roman",serif;
	font-size: 0.8em;
	line-height:1.9em;
	margin-bottom:12px;
}

ul.text {
	list-style-type:circle;
	list-style-position:inside;
	
}

/* --------------------------------------- */
/* BUTTON */

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

/* --------------------------------------- */
/* TAGESTIP */
   
#tagestipp {
	   position: relative;
	   top: 0px;
	   left:0px;
	   
	   width: 150px;
	   height: auto;
	   
	   padding: 0px;
	   margin: 0px 0  20px 0;
	   
	   background:#ddd;
	   padding: 0 0 2px 0 ;
	   border-bottom:1px solid #aaa;
	   
	   
	   
}

#tagestipp img {
	
}
#tagestipp h4 {
	font-size:0.8em;
	font-weight:800;
	background:#0065b3;
	color:#fff;
	padding: 2px 2px 4px 2px;
	margin: 0 0 3px 0 ;
	text-shadow:1px 1px 1px #000000;
	
	
}

#tagestipp h5 {
	font-size:0.7em;
	font-style:italic;
	width:150px;
	padding: 2px ;
	display:block;	
	
}

#tagestipp p {
	font-size:0.7em;
	line-height:1.3em;
	margin: 3px 0 0 0 ;
	width:150px;
	padding: 2px ;
	display:block;
}

#tagestipp p span {
	width:140px;
	padding: 2px ;
	margin: 3px 0 2px 0 ;
	display:block;
	clear:both;
	background:#bbb;
}

/* --------------------------------------- */
/* index  */

  /* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 320px;
	width: 512px;
	
	border-top:3px #aaa solid;
	border-bottom:3px #aaa solid;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}

/* the action buttons above the scrollable */
#actions {
	position:absolute;
	
	top:38px;
	right:0px;
	
	width:30px;
	height:320px;
	margin:0;	
	padding: 0 ;
	z-index:90;
	
	
}

#actions a {
font-size:1.4em;
	cursor:pointer;
	color:#666;
}

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

.disabled {
	visibility:hidden;		
}

.prev {
	position:absolute;
	
	top:3px;
	right:0px;
	
	width:30px;
	height:45px;
	background:transparent;
	z-index:100;
	
}	

.next {
	position:absolute;
	
	bottom:0px;
	right:0px;
	
	width:30px;
	height:45px;
	background:transparent;
	z-index:100;
	
}	

#shadow {
   background-image:url("../shadow.png");
   left:0;
   position:absolute;
   top:0;
   width:100%;
   z-index:30;
}

#sendungverpasst p {
	width:170px;
	padding: 5px;
	font-size:0.7em;
	background:#ddd;
	line-height:1.4em;
	margin: 0 ;
}

strong,b {
	font-weight:800;
}ul#menu {
	padding: 0 ;
	margin: 0 ;
}

ul#menu li {
	list-style:none;
	padding: 0 ;
	margin: 0 ;
	
	float:left;

	width:100px;
	height:27px;
	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
	
	font-size:0.8em;
	line-height:2em;
	
	border-left:#fff 1px solid;
	border-right:#88a7ca 1px solid;
}

ul#menu li a {
	color:#000;
	display:block;
	width:100px;
	height:27px;
	text-shadow:1px 1px 1px #fff;
}

#bodyid_index #menu1 a,
#bodyid_mediathek #menu2 a,
#bodyid_sendungen #menu3 a,
#bodyid_der_sender #menu4 a,
#bodyid_moderatoren #menu5 a,
#bodyid_kontakt #menu6 a,
#bodyid_werbung #menu7 a,

ul#menu li a:hover {
	color:#ffffff;
	background:#0065b3;
	text-shadow:1px 1px 1px #060e57;
}

ul#menu li a:active {
	color:#fff;
	background:#dd872a;
	text-shadow:1px 1px 1px #060e57;
	line-height:2.2em;
}
