body {
 background:gainsboro url(../images/hg_putz.gif) fixed;
}

h2 {
 font-family: Arial;
 text-align: center;
 color:#000080;
 width: 100%;
 filter:Shadow(color=darkgray, direction=135);
 padding-bottom:7px;
}

h3 {
 font-family: Arial;
 text-align: center;
 color:#000080;
 width: 100%;
 filter:Shadow(color=darkgray, direction=135);
 padding-bottom:7px;
}

h4 {                             /* Überschrift */
 font-family: Times New Roman;
 font-size: medium;
 text-align: center;
 color: #000000;                 /* Benannte Farben unter "Namen */
}

h5 {
 font-family: Verdana;
 font-size: xx-large;                 /* Schriftgröße */
 text-align: right;
 color: #C0C0C0;
 background: #00FF00;
}
h6 {                                 /* Überschrift 6 */
 font-family: monospace;             /* Betrifft Überschrift6 - Schriftart */
 text-align: center;

}
p {                                  /* gilt für Absätze */
 font-family: Times New Roman;               /* Schriftart Verdana */
                    /*Farbe */
}

kbd {  /*<kbd> tag ist vorgesehen um tastatureingaben darzustellen */

</kbd>
 font-size: pt14;
 color: #000040;
}
/*Abhängige Formate definieren*/
kbd i {                         /* für i_tag innerhalb <kbd> gilt: */
 font-style: normal;            /* schrifstiel normal (NICHT kursiv) aber farbe:rot
 color: rot;                /* abhängige formate genannt*/
}

/* Pseudoformatefür links */
/*a:link {                     normale ungesichtete links */

 /*color: blue; */
}
a:visited {                 /* gesichtete Links */
 text-decoration: none;     /* nicht unterstrichen */

 }

a:hover {                   /* nicht unterstrichen */
/* color: steelblue;*/
   text-decoration: underline overline ;     /* bei Mauskontakt */
/* background: #wheat;*/
}
a:active {                   /*beim anklicken */
 /*font-style: italic; */
 text-decoration: underline;
/*color: mediumblue;*/
}
/*} */
/*td { /* Inhalt Tabellen zentrieren  */
/*  text-align: center; */
 /* }  */

html,
{
scrollbar-DarkShadow-Color:#D2DBE2;
scrollbar-Track-Color:#ffffff;
scrollbar-Face-Color:#000080;
scrollbar-Shadow-Color: #1F4961;
scrollbar-3dLight-Color:#D2DBE2;
scrollbar-Highlight-Color:#1F4961;
scrollbar-Arrow-Color:#D2DBE2;
}
