/* Basic Style Sheet */
body{ 
  font-family:Helvetica,Arial,sans-serif;
  letter-spacing:0.1em;
  word-spacing:0.3em; 
  font-size:8px;

}

.bodybg{

  font-family:Helvetica,Arial,sans-serif;
  letter-spacing:0.1em;
  word-spacing:0.3em; 
  font-size:8px;
}

h1{
  font-size:18px;
  font-weight:bold; 
  text-align:center;
}

ul{
  font-weight:bold;
  list-style-type:none;
  list-style-position:outside;
}

ol{
  font-weight:normal;
  text-align:justify;
}

table{
  font-size:12px;
}

thead{
  font-weight:bold;
}

.inhalt{

}

.hintergrund{
  background-color:ffe88a;
}

.layoutfarbe{
  background-color:0b009c;
}

.plan{
  width:100%;
  border:1;
  border-style:solid;
  border-color:ffe88a; 
  
}

