/*HEADER*/
#header img {
  border: none;
  margin: 0px;
}
#header_blau {
  width: 100%;
  height: 129px;
  background: url(../gfx/header/blau_repeat.jpg);
  background-repeat: repeat-x;
}
#header_rot {
  width: 100%;
  height: 76px;
  background: url(../gfx/header/rot_repeat.jpg);
  background-repeat: repeat-x;
  text-align: center;
}

/*NAVI*/
.navipunkt {
  margin-bottom: 10px;
}

#navi p {
  width: 160px;
  height: 17px;
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  background: url(../gfx/navi_top.jpg);
  margin: 0px;
}

#navi a{
  width: 127px;
  height: 19px;
  padding-top: 2px;
  padding-left: 43px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  background: url(../gfx/navi_pfeil.jpg);
  display: block;
}

#navi a:link, #navi a:visited {
  color: #000;
}

#navi a:hover, #navi a:active {
  color: #3058c7;
}

/*SUBNAVI*/
#subnavi div {
  background:url(../gfx/subnavi_bg.jpg);
}

#subnavi a{
  width: 135px;
  height: 20px;
  padding: 2px 0px 0px 35px;
  margin-bottom: 2px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: url(../gfx/subnavi.jpg);
  display: block;
}

#subnavi a:link, #subnavi a:visited {
  color: #fff;
}

#subnavi a:hover, #subnavi a:active {
  color: #000;
}

#content_div {
  height: 500px;
  overflow: auto;
}

/*BUTTONS*/
.button_drucken {
  width: 75px;
  height: 17px;
  display: block;
  padding: 3px 0px 0px 0px;
  border: 1px solid #000;
  background: #5670C7;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
  .button_drucken:link, .button_drucken:visited {
    background: #5670C7;
  }
  .button_drucken:hover, .button_drucken:active {
    background: #8AA1E4;
  }
