/**
 * CSS für die Startseite von TCW
 * (c) [m]zentrale GbR, Benjamin Zaiser
 * beni@m-zentrale.de  
 */

#page{
  background-color: #e2001a;
}

#navi{
  border-bottom: 2px solid white;
}

#subnavi a{
  color: white;
}
#subnavi li a.active{
  color: black;
}

#loginbox a{
  color: white;
}
#loginbox form input.button{
  background: url(../gfx/button.suche.startseite.gif) no-repeat center center;
}


#footer{
  background-image: url(../gfx/bg_startseite_footer.gif);
}

#enbw{
  background: url(../gfx/logo.enbw.gif) no-repeat top left;
  width: 159px;
  height: 36px;
  position: fixed;
  z-index: 0;
  bottom: 4px;
  left: 0px;
  display: block;
}
#mercedescup{
  background: url(../gfx/logo.mercedescup.gif) no-repeat top right;
  width: 347px;
  height: 59px;
  position: fixed;
  right: 0px;
  bottom: 4px;
  display: block;
}

