/* CSS für Template START der Website http://www.msci-international.com */
/* (C) 2009 by Werner - Die Werbeagentur */
/* http://wemo.at */


body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, serif;
  font-size: 12px;
  color: #999999;
  background-color: white;
  text-align: center;
  scrollbar-base-color: #white;
}

#content {
  position: absolute;
  top: 0px;
  height: 700px;
  margin-top: 0px;
  left: 50%;
  width: 980px; 
  margin-left: -490px;
  text-align: left; 
  padding: 0px;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  font-family: Verdana, Helvetica, serif;
  font-size: 12px;
}

#menu01 {
  position: absolute;
  top: 300px;
  height: 20px;
  left: 0px;
  width: 500px;
  z-index: 20;
}

#menu02 {
  position: absolute;
  top: 300px;
  height: 20px;
  left: 500px;
  width: 500px;
  z-index: 20;
}
