html, body
{
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}

img
{
  border: 0px;
  behavior: url(iepngfix.htc);
}

body, div, table, td, th, p, span, a, li
{
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 10pt;
  color: #000000;
}

body
{
  background-color: #ffffff;
}

div.top
{
  height: 55%;
  background-image: url(../images/intro/bg_1.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #ffffff;
  text-align: center;
}

div.bottom
{
  height: 45%;
  background-image: url(../images/intro/bg_2.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #d9004f;
  text-align: center;
}

div.inner
{
  width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-repeat: no-repeat;
}

div.monvie
{
  position: absolute;
  left: 50%;
  top: 55%;
  margin-top: -169px;
  margin-left: -480px;
}

div.monvie_inv
{
  position: absolute;
  left: 50%;
  top: 55%;
  margin-top: 0px;
  margin-left: -480px;
}



div.creme
{
  position: absolute;
  left: 50%;
  top: 55%;
  margin-top: -322px;
  margin-left: 100px;
}

div.menu
{
  position: absolute;
  left: 50%;
  top: 55%;
  margin-left: -400px;
  margin-top: -16px;
}

div.zitat
{
  position: absolute;
  left: 50%;
  top: 55%;
  margin-left: -480px;
  margin-top: -320px;
  color: #4c4c4c;
  font-size: 15pt;
  text-align: left;
}


a:link, a:visited
{
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
  color: #d9004f;
}


