/*
 * Style sheet CSS2 specification
 */


BODY {margin: 3em; 
      background-image: url(../../vbe7.jpg);
      background-attachment: fixed;
      background-position: top center;
      background-repeat: norepeat; 
      border: 5px solid #ffffff; 
}

h1 { font-family: "Times New Roman", Arial; font-size: 24pt; color: #000033;  
     font-style: normal; margin-bottom: 30pt; text-align: center;
}

p.normal { font-size: 14pt; color: #000066;
           line-height: 18pt; text-align: justify;
           font-family: "Times New Roman", Arial; font-style: normal;
           text-indent: 10mm; margin-top: 1pt; margin-bottom: 10pt;
}
p.center  { font-size: 15pt; color: #000000; letter-spacing: 1pt;
           line-height: 18pt; text-align: center;
           font-family: "Times New Roman", Arial; font-style: normal;
           margin-bottom: 20pt;
}

p.extra  { font-size: 16pt; color: #000000; font-weight: bold;
           line-height: 18pt; text-align: center;
           font-family: "Times New Roman", Arial; font-style: normal;
           margin-bottom: 20pt;
}

p.zeit   {font-size: 10pt; font-style: italic;
}

th   { font-size: 13pt; color: #000000;
       font-family: "Times New Roman", Arial; font-style: normal;
}


td   { font-size: 11pt; color: #000000;
       font-family: "Times New Roman", Arial; font-style: normal;
}

A:link      { color: #0033CC; text-decoration: none }
A:visited   { color: #0033CC; text-decoration: none }
A:bb:hover  { color: #FFFF00; text-decoration: none }
A:active    { color: #FF0000; background: #CFDFEB; text-decoration: none }

/*  E n d e  */ 
