body { background-color: #FFFFFF;
  }

.oben {
  height: 60px;
  }

.wortmarke {
  background-image: url(../images/wortmarke.jpg);
  background-repeat: no-repeat;
  width: 185px;
  height: 40px;
  }

.linie_oben {
  background-image: url(../images/linie_oben.jpg);
  width: 504px;
  height: 40px;
  }

.linie_oben_seite {
  background-image: url(../images/linie_oben.jpg);
  height: 40px;
  }

.logo {
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  width: 92px;
  height: 40px;
  }

.space_01 {
  height: 45px;
  }

.space_02 {
  height: 15px;
  }

.menu {
  vertical-align: top;
  width: 185px;
  }

.menu_02 {
  vertical-align: top;
  width: 185px;
  height: 86px;
  }

.linie_unten {
  background-image: url(../images/linie_unten.jpg);
  height: 26px;
  }

.unten {
  height: 86px;
  }

.unten_kabel {
  background-image: url(../images/kabel.jpg);
  height: 86px;
  }

a:link, a:visited{
  font-family: Verdana, Helvetica, Arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #707070;
  text-decoration: none;
  }
  
a:hover, a:active{
  font-family: Verdana, Helvetica, Arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #297938;
  text-decoration: none;
  }