/* -------------------------------------------------- */
/* StyleSheet fuer http://www.thinktank.at            */
/*                                                    */
/*   Copyright (c) 2000        by P.R. Horn, Vienna   */
/* -------------------------------------------------- */


/*                                                    */
/* Eigenschaften fuer einzelne Tags                   */
/*                                                    */

BODY {
  color             : black;
  
}

P, TD, TH, DIV, UL, LI { /* A:link, A:visited */
   font-family      : Times, serif; 
   
}

H1, H2, H3, H4, H5, H6 {
   font-family      : Arial, sans-serif; 
}

PRE {
   font-family      : "Courier New", Courier, Mono, monospace; 
   margin-left      : 5%; 
   margin-right     : 0px; 
   white-space      : pre; 
}

H1 {
   font-size        : large;
   font-weight      : bold;
}

H2 {
   font-weight      : normal;
}


}

CODE { 
   font-family      : "Courier New", Courier, Mono, monospace; 
   background       : transparent;
   color            : #000080;
}

/*                                                    */
/* Erscheinungsbild der Links                         */
/*                                                    */

A:link {
   color           : #007700;
   background      : #transparent;
   text-decoration : none;
}

A:visited {
  color           : #007700;
   background      : #transparent;
   text-decoration : none;
  
}

A:hover {
   color           : #ffffff; 
   background      : #00779e; 
   text-decoration : none; 
   
}

A:active {
   color           : #000000; 
   background      :#00779e; 
   text-decoration : none; 
   
}


A IMG {
   color           : white;
   background      : transparent;
   border-width    : 0; 
   border-style    : none; 
   border-color    : inherit; 
}



