/* CSS Document */

body {
  background-color:rgb(251,245,229);
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
  font-family:verdana, arial;
  font-size:11px;
  line-height:14px;
}
H1 { 
  font-size:18px; 
  line-height:normal;
}
H2 { 
  font-size:13px; 
  line-height:15px;
}

P, H1, H2 {margin:0px 0px 8px 0px;}

/* main */
#main {
  /*-- Außenabstand --*/
  margin:auto; 
  /*-- Text --*/
  text-align:left; 
  /*-- Position --*/
  width:800px; 
  height:552px; 
  /*-- Farbe --*/
  background-color:rgb(251,245,229);
  /*-- Rahmen --*/
  /*
  border:1px none #000000;
  border:dashed 1px #000000;
  */
}
