.normal_text {font-size: 8pt; font-family: verdana; font-style: normal; font-weight: normal; font-stretch: narrower; }
.normal_text_fett {font-size: 8pt; font-family: Verdana; font-weight: bold; font-stretch: narrower }
.normal_text_klein {font-size: 8pt; font-family: Verdana; font-weight: bold; font-stretch: narrower }


a {font-size: 8pt; font-family: verdana; font-weight: bold; font-stretch: narrower; }

#container { 
   margin:5; 
   position: relative; 
   height: 50;
   width: 50%; /* Oder was anderes, aber Breite links + Breite rechts muss der Breite aussen ergeben */
   font-size: 8pt; 
   font-family: verdana; 
   font-style: normal; 
   font-weight: normal; 
   font-stretch: narrower; 
   background-color:#008000; 
   text-align:left; 
   line-height:100%
}
