 body {
   position:relative;
   font-family:Helvetica,"Comic Sans MS",Arial;
   margin-left:auto; 
   margin-right:auto; 
   width:800px;
}


#fewotitel1, #fewotitel2, #fewotitel3, #fewotext {
   font-family:"Comic Sans MS",Arial,Helvtica;
   text-align:left;
   width:800px;
   padding-left:10px;
}

#fewotitel1 {
   font-size:24px;
   font-weight:900;
   height:50px;
   background:#A93040;
   color:black;
}

#fewotitel2 {
   font-size:18px;
   font-weight:900;
   height:30px;
   background:#ffa000;
   color:black;
}

#fewotitel3 {
   font-size:18px;
   font-weight:900;
   height:30px;
   background:#A93040;
   color:black;
}

#fewotext {
   font-size:15px;
   font-weight:500;
   background:white;
   color:black;
   margin-top:10px;
   margin-bottom:15px;
}


