/*###### GRUNDLAYOUT #################################################*/
/*HERBST*/
body {
  background-image: url(../images/start_hg.jpg);
  background-color:#DFECF4;
  color: #000000;
}


/*###-LINKS-###*/
a { color: #004489; }

a:hover { color: #004489; }
  
  .start01{
  background:url(../images/sb_hr_1.jpg) right bottom no-repeat;
  }
  .start02{
  background:url(../images/sb_hr_2.jpg) no-repeat;
  }  
  .start03{
  background:url(../images/sb_hr_3.jpg) right top no-repeat;
  }  
  .start04{
  background:url(../images/sb_hr_4.jpg) no-repeat;
  }  
  .start05{
  background:url(../images/sb_hr_5.jpg) no-repeat;
  }  
  .start06{
  background:url(../images/sb_hr_6.jpg) no-repeat;
  }


  /*SUCHFELDBOX*/
  .SUCHFELDBOX input{
  border:1px solid #AC1001;
  color:#AC1001;
  background-color:#EBF2F5;
  }

  .SUCHFELDBOX input.SUCHBUTTON{
  background:url(../images/search.gif) 0 3px no-repeat;
  color:#AC1001;
  }

#LEFTNAV ol li{
  border-bottom:1px solid #AC1001;
}
  
#LEFTNAV ol li .lnava1{
  color:#AC1001;
  background:url(../images/nav_1_off.gif) 0 50% no-repeat;
}
  
#LEFTNAV ol li .lnava1:hover,
#LEFTNAV ol li .lnava1_active,
#LEFTNAV ol li .lnava1_active:hover{
  background:url(../images/nav_1_on.gif) 0 50% no-repeat;
  color:#AC1001;
}
  
#LEFTNAV ol li .lnava1_open,
#LEFTNAV ol li .lnava1_open:hover,
#LEFTNAV ol li .lnava1_open_active,
#LEFTNAV ol li .lnava1_open_active:hover{
  color:#AC1001;
  background:url(../images/nav_1_off.gif) 0 50% no-repeat;
} 
