/* home.css für www.schneider-hartmut.de © 12-2002 Hartmut Schneider hs designteam */
/* created 10.12.2002 last update <!--DATE-->10.12.2002<!--/DATE--> */

/* Basics */
body, td {
 font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
}

/* Hyperlinks */
A: {font-weight: normal; text-decoration: underline}  
A:link    {color: #99CCFF}	/* noch nicht besuchter Link blau*/
A:visited {color: #FFDF00}	/* schon besuchter Link violett*/
A:hover   {color: #FF3300}	/* Benutzer 'hovert' rot*/
A:active  {color: #FF3300}	/* Link wird ausgewählt rot*/

a.menue {
 font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}

/* Bolds */
b {font-weight: bold;}
b.rt {font-weight: bold; color: #FF0000;}
b.gn {font-weight: bold; color: #008000;}
b.bl {font-weight: bold; color: #0000FF;}
b.bld {font-weight: bold; color: #000099;}
b.ge {font-weight: bold; color: #FFFF00;}
b.or {font-weight: bold; color: #FF9933;} /* Termine Mallet */
b.bn {font-weight: bold; color: #800000;}
b.gr {font-weight: bold; color: #808080;}
b.ws {font-weight: bold; color: #FFFFFF;}
b.sw {font-weight: bold; color: #FFFFFF;}

a.line {
 font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline;
}

a.email {
 font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
 font-size: 11px;
 font-weight: normal;
 text-decoration: underline;
}

.copy {
 font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #ffffff;
}

p.copy {
 font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #ffffff;
}

/* für Tabellenkopf ev.als Gif-Grafik */
p.bannerhs {
 font-family:"Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
 font-size: 20pt;
 text-align: center;
 color: #EFEFEF;
}




