body        {
              background-color:  white;
              background-image:  URL(images/bg.gif);
              background-repeat: repeat-x
            }

p           { 
              text-align:        justify;
              color:             black;
              font-family:       verdana;
              font-size:         9pt;
              line-height:       12pt;
            }

.links_oben {
              text-align:        right;
              vertical-align:    top;
              color:             black;
              font-family:       verdana;
              font-size:         9pt;
            }

a:link      { 
              text-decoration:   none;
              font-family:       verdana;  
              font-size:         9pt;  
              color:             #0000AA;
            }

a:visited   { 
              text-decoration:   none;  
              font-family:       verdana;  
              font-size:         9pt;  
              color:             #0000AA; 
            }

a:hover     { 
              text-decoration:   none;  
              font-family:       verdana;  
              font-size:         9pt;  
              color:             #4444FF; 
            }

a:active    { 
              text-decoration:   none;  
              font-family:       verdana;  
              font-size:         9pt;  
              color:             #4444FF; 
            }

.formular   {
              background-color:#F1F4FA; border:1px solid #4A77D5;
            }

.Button     { 
              background-color:#BFCFF0; color:#000000; border:1px solid #4A77D5;
            }