html, body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

html a:link, html a:visited, html a:active {
  text-decoration: none;
  color: #415da4;
}

html a:hover {
  text-decoration: none;
  color: #415da4;
}


#title{
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 750px;
  background: #000000 url(./pix/logo.png) 0px 0px no-repeat;
}

#head{
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0px;
  height: 230px;
  width: 750px;
  background-color: transparent;
  overflow: hidden;
}

#head_trans{
  z-index: 3;
  position: absolute;
  top: 270px;
  height: 10px;
  width: 750px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  background-color: #ffffff;
}

#head_rand{
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 0px;
  height: 230px;
  width: 100%;
  background-color: #d2d9e0;
}

/* MENU HORIZONTAL START */

#menu_horizontal_box{
  z-index: 2;
  position: absolute;
  top: 280px;
  left: 0px;
  height: 20px;
  width: 750px;
  background-color: #7e8892;
}

#menu_horizontal{
  margin: 2px 0px 0px 167px;
  padding: 0px;
}

#menu_horizontal li{
  margin: 0px 0px 0px 18px;
  padding: 0px;
  list-style: none;
  display: inline;
  text-align: left;
}

a.menu_horizontal_punkt:link, a.menu_horizontal_punkt:visited, a.menu_horizontal_punkt:active {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

a.menu_horizontal_punkt:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

a.menu_horizontal_punktCurrent:link, a.menu_horizontal_punktCurrent:visited, a.menu_horizontal_punktCurrent:active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

a.menu_horizontal_punktCurrent:hover {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

/* MENU HORIZONTAL ENDE */

/* MENU VERTIKAL START */

#menu_vertikal_box{
  z-index: 2;
  position: absolute;
  top: 305px;
  left: 0px;
  width: 165px;
  background-color: transparent;
}

#menu_vertikal{
  margin: 0px;
  padding: 0px;
}

#menu_vertikal li{
  margin: 0px 0px 5px 0px;
  padding: 0px;
  height: 50px;
  width: 165px;
  list-style: none;
  text-align: left;
  background-color: #e5e5e5;
  overflow: hidden;
}

/* MENU VERTIKAL ENDE */

/* AKTUELLES START */

#aktuelles_box{
  z-index: 4;
  position: absolute;
  top: 50px;
  left: 605px;
  width: 135px;
}

#aktuelles_ueberschrift{
  margin-top: 0px;
  margin-left: 0px;
  width: 132px;
  height: 15px;
  padding-left: 3px;
  color: #ffffff;
  background-color: #7e8892;
  font-weight: bold;
  font-size: 11px;
}

* html #aktuelles_ueberschrift{
  width: 135px;
}

#aktuelles_bild{
  margin-top: 15px;
  margin-left: 0px;
  width: 129px;
}

#aktuelles_text{
  margin-top: 4px;
  margin-left: 3px;
  width: 129px;
  font-size: 11px;
  line-height: 14px;
}

#aktuelles_text_bg{
  z-index: 3;
  position: absolute;
  top: 50px;
  left: 605px;
  width: 135px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  background-color: #ffffff;
}

/* AKTUELLES ENDE */

#inhalt{
  z-index: 2;
  position: absolute;
  top: 302px;
  left: 184px;
  width: 565px;
  background-color: transparent;
}