/*---Aussenlinien beim Login Bereich---*/

#linlogin{
  border:  0px solid fuchsia;
  margin:  0px;
  padding: 0px;
  position: absolute;
  bottom:   45px;
  left: -281px;
  z-index:  15;
  width:280px;
  height:117px;
  /*background-image: url(linie_login.gif);*/
background-image: url(unten_aussen_links.jpg);
  background-repeat: no-repeat;
}

html>body #linlogin{bottom:45px;} /*20*/

/*rechte Aussenseite unten*/
#routsitedown{
  border:  0px solid fuchsia;
  margin:  0px;
  padding: 0px;
  position: absolute;
  bottom: -1px;
  right:-296px;
  width: 295px;
  height: 24px;
  background-image: url(unten_aussen_rechts.jpg);
  background-repeat: no-repeat;
}

html>body #routsitedown{bottom: -1px;}

#hlrs{
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 502px;
  right: -256px;
  width: 255px;
  height: 1px;
  background-image: url(headline_right.gif);
  background-repeat: no-repeat;
}

html>body #hlrs{top:500px;}
/*----------------------------------*/