    .kopfzeile 
    {  
	     font-family: Harlow Solid Italic, cursive; 
	     color: #cc0000; 
	     font-size: 40px;
	  }
	  
    .fusszeile 
    {  
	     font-family: cursive; 
	     color: #cc0000; 
	     font-size: 14px;
	  } 

	  .linktable
	  {
	     font-family: cursive;
	     color: #000000;
	     font-size: 14px;
    }
    
    a:link 
    { 
      text-decoration:none;
      font-weight:bold; 
      color:#cc0000; 
    }
      
    a:visited 
    { 
      text-decoration:none;
      font-weight:bold; 
      color:#000000; 
    }
    
    a:hover 
    {  
      text-decoration:none;
      font-weight:bold; 
      color:#000000;
      background-color:#cc6600;  
    }
    
    a:active 
    { 
      text-decoration:none;
      font-weight:bold; 
      background-color:#ffcc66; 
    }
    
    a:focus 
    { 
      text-decoration:none; 
      font-weight:bold;
      color:#000000; 
      background-color:#cc6600; 
    }
    
    p
    {
       margin-top: 2px;
       margin-bottom: 10px;
       margin-left: 15px;
       margin-right: 15px; 
    }
 
    div
    {
       width: 100%; 
       height: 100%; 
       overflow : auto;
    }
  
    h1 
    { 
       font-family: cursive;
       font-size:20px; 
       text-align:center;
    }
    
    h2 
    { 
       font-family: cursive;
       font-size:15px;
       font-weight:normal;
       margin-top: 2px;
    }
    
    hr 
    {
       width:520 px; 
       color:#ffcc66; 
       height:4px; 
       text-align:center;
    }

    .counter
    { 
       font-family: serif;
	     color: #cc0000;
	     font-size: 10px;
    }
    
    #rechts
    {
        border-right-width:2;
        border-right-style:solid ;
        border-color:#cc6600;
        text-align:justify;
        vertical-align:top;
    }
    #oben
    {
        border-bottom-width:2;
        border-bottom-style:solid ;
        border-color:#cc6600;
        text-align:center;
    }
    #unten
    {
        border-top-width:2;
        border-top-style:solid ;
        border-color:#cc6600;
        text-align:center;
    }

