/**
* Formatierung für den Bereich Radio + TV
*
* © 01/2009 i-D internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i-d.de/
*
* @author Annekathrin Linge <a.linge@i-d.de>
*/


body{
  background: url(/tlm/pic/bg_streifen_radio.jpg) repeat-x left top #fff;
}

#header{
  background: url(/img/header_radio.jpg) no-repeat;
}


/* farbliche Anpassung Navigation */

.mainActive{
  border-color: #008D8D !important;
}

#navigation ul ul a:hover,
#navigation ul ul a.active,
#navigation ul ul li.active ul a.active {
  background: #CCE8E8;
}
  
#navigation ul ul a{
  border-color: #CCE8E8 !important;
}

 #navigation ul ul a:hover{
  background: #CCE8E8 !important; 
  border-color: #CCE8E8 !important;
 }
 
 
 h1{
  color: #008D8D;
 }



.inhalt table td {
border-bottom:1px solid #008D8D !important;
}

.inhalt table .zeilen1 td, .inhalt table .zeilen2 td  {
border-bottom:0px !important;
}
