/**
* Formatierung für den Bereich TLM
*
* © 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>
*/

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

.mainActive{
  border-color: #007CB2 !important;
}

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

 #navigation ul ul a:hover{
  background: #CCE5F0 !important; 
  border-color: #CCE5F0 !important;
 }
 
 
 h1{
  color: #007CB2;
 }

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


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