body {
  background-color: #EBEEF5;
}

#wrapper {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -427px;
  border: 1px solid #666;
  background-image:  url(../../fileadmin/layout/bg.gif);
  background-repeat: repeat-y;
  margin-top: 5px;
}

#header {
  position: relative;
  width: 800px;
  height: 186px;
}

#menu {
  width: 131px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  float: left;
}

#menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}

#menu li {
  display: block;
/*   border-bottom: 1px solid #FFFFFF; */
  height: 20px;
  /*padding-bottom: 3px;*/

}

#menu a {
  display: block;
  background-image:  url(../../fileadmin/layout/menu_bg2.gif);
  background-repeat: no-repeat;
  color: #000;
  height: 23px;
  line-height: 17px;
  padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  padding-top: 2px;
}

#menu a:hover {
  background-image:  url(../../fileadmin/layout/menu_bg3.gif);
  background-repeat:no-repeat;
  color: #444;
/*   padding-bottom: 3px; */
}

#menu a:active {
  background-image:  url(../../fileadmin/layout/menu_bg3.gif);
  background-repeat:no-repeat;
  color: #444;
/*   padding-bottom: 3px; */
}

#content {
  width: 625px;
  float: left;
/*  background-image:  url(../../fileadmin/layout/bg-content.png);
  background-repeat: no-repeat;*/
  padding: 5px;
  margin-left: 20px;
  font-size: 0.9em;
/*   border: 1px solid #F00; */
}

#footer {
  clear: both;
  width: 720px;
  height: 22px;
  padding-left: 80px;
  padding-top: 33px;
  font-style: normal;
  font-size: 12px;
  background-image:  url(../../fileadmin/layout/footer.gif);
  background-repeat: repeat-y;
}

.bodytextwhite {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 14px;
}

