body { background-image:url('images/bground.jpg');
       background-repeat:repeat; }

h1
   { font-size:12px;
     color:rgb(0,0,0);
     font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
     font-weight:normal; }

h1#Titel
   { font-size:12px;
     color:rgb(0,0,0);
     font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
     font-weight:bold; }

h2 
   { font-size:14px;
     color:rgb(0,52,154);
     font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
     font-weight:normal; }
     
h2#Titel 
   { font-size:14px;
     color:rgb(0,52,154);
     font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
     font-weight:bold; }

h3 
   { font-size:16px;
     color:rgb(0,0,0);
     font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
     font-weight:normal; }

h3#Titel
   { font-size:16px;
     color:rgb(154,0,33);
     font-family:Comic,sans-serif;
     font-weight:bold; }

 a:link { color:rgb(0,52,154); text-decoration:none; font-weight:normal; }
 a:visited { color:rgb(0,52,154); text-decoration:none; font-weight:normal; }
 a:hover { color:rgb(255,255,255); text-decoration:none; font-weight:normal; }
 a:active { color:rgb(0,52,154); text-decoration:none; font-weight:normal; }