   /*-----------  stand von 08.08.2004 - 16:00h  ------------------*/
   /*--- --------------Links-Attitudes--------------------------- --*/
   /*--- -----------------Body-Areas---------------------------- ---*/
   /*--- ---------------List-Attributes------------------------- ---*/

   /*-- [links] text formats -  in firebrick-red --*/

   a, a:link, a:visited 
   { 
     font-family:comic sans ms; font-size:10pt; color:#ffffdc; text-decoration: none; 
     font-weight:bold; line-height:10pt; 
   }

   a:hover, a:onmouseover
   { 
     color:#3cb371; text-decoration: none; font-family:comic sans ms; font-size:10pt; 
     font-weight:bold;
   }   /*-- medium-sea-green --*/

   /* a:onmouseout
   {  
     color:#b22222; text-decoration: none;
   }  *//

     a:active
   { 
     color:#ffffdc;  font-weight:bold;
   } 


   /*--  -----------body areas--------------  --*/

   #body-top
   { 
     margin-left:80px; margin-top:0px; margin-right:195px; 
   }

   #body-left
   { 
     margin-left:80px; margin-top:8px; 
   }

   #body-right
   { 
     margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:200px; 
   }


   /*-- body and text-formats in firebrick red --*/

   body, textarea
   {
     scrollbar-base-color:#ffffdc;
     scrollbar-3dlight-color:#ffffdc;
     scrollbar-arrow-color:#b22222;
     scrollbar-darkshadow-color:#ffffdc;
     scrollbar-face-color:#ffffdc;
     scrollbar-highlight-color:#ffffdc;
     scrollbar-shadow-color:#b22222;
     scrollbar-track-color:#faebd7; 
   }


   /*-- list-formats in firebrick red and dark blue --*/

   ul.sq-fbred
   {
     list-style-type:square; font-family:comic sans ms; font-size:11pt; color: #b22222; 
   }

   ul.rund-dicht
   { 
     list-style-type:disc; font-family:comic sans ms; font-size:11pt; color: #b22222; 
   }

   ul.rund-offen
   {
     list-style-type:circle; font-family:comic sans ms; font-size:11pt; color: #b22222; 
   }

   ul.sq-dbl
   {
     list-style-type:square; font-family:comic sans ms; font-size:11pt; color: #000033;
   }

   ul.sq-dbljust
   {
     list-style-type:square; font-family:comic sans ms; font-size:11pt; color: #000033; 
     text-align:justify;   
   }
   /*-- end of listing --*/