/* zentrale einstellungen für die Bildschirmausgabe ************************/

body {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10pt;
  
  color            : black;

}

/* Blockformate ------------------------------------------------------- */

div.main {
  position         : absolute;
  top              : 200px;
  left             : 5px;
  padding          : 0px;
  text-align       : left;
  width            : 600px;
  overflow         : auto;
  
  font-weight     : 500;
  letter-spacing  : 0em;
  line-height     : 20pt;
}

div.logo {
  position         : absolute;
  top              : 20px;
  left             : 400px;
  border           : 0px;
  padding          : 0px;
}

div.pic, div.menu, #whereFrom, #whatWeAre {
  display          : none;
  z-index          : 2;
}

div.preload {
  display          : none;
  z-index          : 1;
}

/* Absatzformate ------------------------------------------------------- */

h1 {
  font-size  : 10pt;
  color      : #666666;
}

a {
  color            : #333333;
  text-decoration  : none;
}

img {
  border   : 0pt;
  margin   : 0pt;
  padding  : 0pt;
}

p.list
{
  padding-left     : 0.3cm;
}

span.list
{
    color            : rgb(204,0,51);
    font-size        : 2em;
    vertical-align   : middle;

}

