/* 
   Demonstrations-Projekt, Stylesheets
   
   Standard: IE5 Mac
   
*/

/* Links */
a:visited { color: #660000; border: none ! important;}
a:hover {  color: red; background-color: #FFFFCC; }
a:active { text-decoration: line-through; color: red;}
a  {  
   border-bottom: 1px #990000 solid;
   color: #990000; 
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold;
   }
.nav {  font-family: Verdana, Arial, Helvetica, sans-serif;}
.nav a { font-weight: normal; border: none ! important; color: #990000; }
.nav a:visited { color: #990000; }


body {
     background-color: #d8d8c9;
     font-family: Georgia, "Times New Roman", Times, serif;
     margin-right: 14%;
     margin-left: 2%;
     color: #000016;
     font-size: 85%;
     }

/* Ueberschriften */
h1 {
   font-family: "Andale Mono", "Lucida Console", Monaco, Chicago, "Courier New", Courier, mono;
   color: white;
   margin-bottom: 0px;
   width=100%; filter:Glow(color=#c8a8aa, strength=3);
   }

h2 {
   color: #502200;
   font-family: "Andale Mono", "Lucida Console", Monaco, Chicago, "Courier New", Courier, mono;
   letter-spacing: 2px;
   }

h3 {
   color: #502200;
   font-family: "Andale Mono", "Lucida Console", Monaco, Chicago, "Courier New", Courier, mono;
   }
   

/* sonstiges ... */

/* sonstiges ... */
td {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #000015;
   font-size: 85%;
   }



pre { font-family: "Andale Mono", "Lucida Console", Monaco, "Courier New", Courier, mono;}

strong {  color: blue}


/* classes */
.xsmall {font-family: Verdana, Arial, Helvetica, sans-serif; color: white;}
.subtitle {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000033;}
.normal {  font-weight: normal}
.bodytext { line-height: 1.5em;}
.demo {  font-family: "Andale Mono", "Lucida Console", Monaco, "Courier New", Courier, mono; font-weight: bold; color: #000033;}
.count {  font-family: Verdana, Arial, Helvetica, sans-serif; color: white}
