/* DATEI: formate.css */

body
{
  margin: 0px;
  padding: 0px;
}

#mainview
{
  width: 850px;
  height: 550px;
  position: absolute;
  top: 0px;
  left: 0px;

  background-color: white;
  font: normal medium Helvetica, Arial, sans-serif;
}

h1
{
  font: bold;
  font-size: 120%;
  text-align: left;
  color: #555555;
}

h2
{
  font: normal;
  font-size: 110%;
  text-align: left;
  color: #555555;
}

p
{
  font: normal;
  font-size: 100%;
  text-align: left;
  color: #555555;
} 
