body
{
  background-color:White;
  min-height:100%;
}

* html body
{
  height:100%;
}

img
{
  border:0;
}

#main
{
  width:1024px;
  position:absolute;
  left:50%;
  top:0px;
  min-height:100%;
  margin-left:-512px;
  background-color:White;
  background-image:url(../bilder/background.gif);
  background-repeat:repeat-y;
}

#main #pagebody #navi .selected
{
   background-image:url(bilder/quadrate);
   background-repeat:no-repeat;
}

#main #header
{
  width:1008px;
  height:140px;
  float:left;
}

#main #header #bglinks
{
  width:224px;
  height:140px;
  background-image:url(../bilder/bg_links.jpg);
  float:left;
}

#main #header #logo
{
  width:197px;
  height:140px;
  float:left;
  background-image:url(../bilder/logo-aig.gif);
  background-color:White;
}

#main #header #bgrechts
{
  width:585px;
  height:140px;
  background-image:url(../bilder/bg_rechts.jpg);
  float:left;
}

#main #pagebody
{
  width:1008px;
  float:left;
}

#main #pagebody #picture
{
  padding-top:105px;
  float:left;
  width:224px;
}

#main #pagebody #navi
{
  padding-top:105px;
  width:240px;
  float:left;
}

#main #pagebody #navi .selected
{
  background-image:url(../bilder/quadrate.gif);
  backgrount-repeat:no-repeat;
  background-position:116px 7px;
}

#main #pagebody #content
{
  padding-top:107px;
  padding-right:30px;
  width:490px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  color:Black
  background-color:red;
  float:left;
  padding-left:20px;
}

#main #pagebody #content h1
{
  font-size:15px;
  color:#00A2B7;
  margin-top:0px;
  margin-bottom:10px;
}

#main #pagebody #content table,td,tr
{
  border:0;
}