{
        *
}

body {
         background:gainsboro url(../picture/hg_putz.gif) fixed;
         width: 800px;
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: normal;
        color: #000080;
 }

.head {
        font-family: "Times New Roman", Times, serif;
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        color: #009933;
        text-decoration: blink;

        <!--border: thin dashed #000000;-->
        height: 50px;
        width: 800px;
        text-indent: 160px; /*Texthöhe   */
        line-height: 30px; /* Zeilenabstand */
}

.welcome {
        position:absolute;
        text-align:left;
        margin-top: 5px;
        margin-left: 190px;
        width: 600px;
        height: 65px;
         <!--border: thin dashed #000080;-->
         padding:10px;
        text-align:left; padding:3px; border:none; margin-left:200px; margin-top:5px;

}
.sites {
        position:absolute;
        text-align:left;
        margin-top: 5px;
        margin-left: 190px;
        width: 600px;
        height: 65px;
         <!--border: thin dashed #000080;-->
         padding:10px;
        text-align:left; padding:3px; border:none; margin-left:200px; margin-top:5px;


 }

.content {
        position:absolute;
        margin-top: 5px;
        margin-left: 140px;
        width: 600px;
        height: 600px;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: italic;
        font-weight: normal;
        <!--border: thin dashed #000080; -->
        list-style-type: disc;
        text-align: left;
        left: 10px;
        text-indent: 10px;
        line-height: 10px;
}

.left_nav {
        margin-top: 5px;
        margin-left: 0px;
        width: 180px;
        height: 700px;
        font-family: "Arial", Times, serif;
        font-size: 20px;
        font-style: italic;
         line-height: 40px;
         border: none;
        list-style-type: disc;  /*ist-Tag */
        text-align: center;
         color:#000080;
         position: absolute;  /* Position im Haupdiv */
        list-style-position: inside; /*Firefox testen */
        text-indent: 5px; /*Texteinzug von links */
         filter:Shadow(color=darkgray, direction=135);
 padding-bottom:7px;
}

.nav {
         margin-top: 75px;
        margin-left: 0px;
        font-family: "Arial", Times, serif;
        font-size: 20px;
        font-style: italic;
         line-height: 40px;
         text-align: center;
         color:#000080;
         text-indent: 5px; /*Texteinzug von links */
         filter:Shadow(color=darkgray, direction=135);

}
.nav1 {
         margin-top: 10px;
        margin-left: 0px;
        font-family: "Arial", Times, serif;
        font-size: 20px;
        font-style: italic;
         line-height: 40px;
         text-align: center;
         color:#000080;
         text-indent: 5px; /*Texteinzug von links */
         filter:Shadow(color=darkgray, direction=135);

}

.time {
         margin-top: 25px;
        margin-left: 0px;
         height: 40px;
        font-family: "Arial", Times, serif;
        font-size: 15px;
        font-style: italic;
         line-height: 20px;
             text-align: center;
         color:#000080;

        list-style-position: inside; /*Firefox testen */
        text-indent: 5px; /*Texteinzug von links */
         filter:Shadow(color=darkgray, direction=135);

}



<!--.small_text {
         font-family: "Times New Roman", Times, serif;
         font-size: 14px;
         font-weight: normal;
         color: #999999;
         margin-top: 490px;-->
}
.counter {
                position:absolute;
        width: 150px;
        height: 18px;
        margin-top: 405px;
        margin-left: 35px;

}

.pic {
        position:absolute;
        width: 112px;
        height: 54px;
        margin-top: 15px;
        margin-left: 35px;

}

.line {
        position:absolute;
        margin-top: 55px;
        margin-left: 35px;

}

h2 {
 font-family: Times New Roman;
 text-align: center;
 color:#000080;
 width: 100%;
 filter:Shadow(color=darkgray, direction=135);
 padding-bottom:7px;
}

h3 {
 font-family: Times New Roman;
 text-align: center;
 color:#000080;
 width: 100%;
 filter:Shadow(color=darkgray, direction=135);
 padding-bottom:7px;
 line-height: 40px;

 }

h4 {                             /* Überschrift */
 font-family: Times New Roman;
 font-size: medium;
 text-align: center;
 color: #000000;                 /* Benannte Farben unter "Namen */
 line-height: 10px;

 }

h5 {
 font-family: Verdana;
 font-size: small;                 /* Schriftgröße */
 text-align: right;
 color: #000080;
 /*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;