body  {
        margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
        padding: 0;
        text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
        color: #660000;
        background-attachment: fixed;
        background-image: url(../images/hgb.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
    }
    .fg #container {
        width: 790px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
        border: 1px solid #000000;
        text-align: left;/* Dunkelblau R 0 G 85 B 255 */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        background-image: url(../images/hgh.gif);
    }
    .fg #kopf {
        height: 146px;
        width: 790px;/* orange  R 255 G 158        B 49*/
        padding: 0;
        background-image: url(../images/hg.gif);
        margin: 0px;
    }

        #einlinks {
        float: left;
        width: 735px;
        background-color: white;
        background-attachment: fixed;
                background-image: url(../images/hghb.gif);
                background-repeat: repeat;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-left: 3px;
        padding: 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }


        .fg #kopf h1 {
            margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
            padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .fg #navi{
        float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
        width: 150px;
        background-attachment: fixed;
        background-color: #EBEBEB;
        background-image: url(../images/hg.gif);
        background-repeat: repeat;
        margin-left: 5px;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        margin-right: 5px;
        color: #660000;
    }
    .fg #haupt {
        padding: 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
        background-attachment: fixed;
        background-image: url(../images/hgh.gif);
        background-repeat: repeat;
        margin-top: 0;
        margin-right: 5;
        margin-bottom: 0;
        margin-left: 180px;
        width: 565px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #660000;
        text-decoration: none;
    }

        #center{
        width: 100%;
        text-align: center;
        }
    .fg #fuss {
            padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
            background:#DDDDDD;
    }
    .fg #footer p {
            margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
            padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
            float: right;
            margin-left: 8px;
    }
    #fltrt { /*  */
            float: right;
            margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
            float: left;
            margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
            clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }





    .fg #normal {
        font-size: 14px;
        color: #660000;
        text-decoration: none;
        }

    .fg #a {
        color: #660000;
        font-weight: bold;
        text-decoration: none;
        }

    .fg #a:hover {
        color: #660000;
        font-weight: bold;
        text-decoration: none;
        }
/* kleiner Inhaltstext */
    .fg #smallText {
        color: #660000;
        line-height: 22px;
        font-family: Verdana, Times, serif;
        font-size: 10px;
        }

    .smallTextcenter {
        color: #660000;
        line-height: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        text-align: left;
        padding-left: 20px;
        text-decoration: none;
        }
    .fg #smallTextcenter a {
        color: #FEFEC8;
        text-decoration: none;
        font-weight: 300;
        }
/* Kleiner Inhaltstext Ende */




#monthformat {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #BFD3FF;
        }

#dateformat {
        color: #660000;
        letter-spacing:0.2em;
        font-family: Verdana, Times, serif;
        font-size: 12px;
        background-image: url(../images/hgh.gif);
        }

#dateformat a {
        color: #4C728A;
        letter-spacing:0.2em;
        text-decoration:none;
        font-family: Verdana, Times, serif;
        font-size: 12px;
        }




        /* Navigationsleiste */
#navigation td {
        border-bottom-width: 1px;
        border-bottom-style: groove;
        border-bottom-color: #FEFEC8;
        }

#navigation a {
        color: #660000;
        line-height:17px;
        letter-spacing:0.2em;
        text-decoration: none;
        display:block;
        font-family: Verdana, Times, serif;
        font-size: 12px;
        font-weight: bold;
        padding-top: 8px;
        padding-right: 6px;
        padding-bottom: 10px;
        padding-left: 15px;
        }

#navigation a:hover {
        color:#4C728A;
        background-color: #BFD3FF;
        background-image: url(../images/hgh.gif);
        }
.navText {
        color: #4C728A;
        line-height:12px;
        text-decoration: none;
        font-family: Verdana, Times, serif;
        font-size: 10px;
        background-image: url(../images/hg.gif);
        }
#naviText {
        color: #880000;
        line-height:12px;
        text-decoration: none;
        font-family: Verdana, Times, serif;
        font-size: 11px;
        background-image: url(../images/hg.gif);
        }
/* Navigation Ende */

h1{
        font-size: 18px;
        line-height: 24px;
        font-weight: lighter;
        letter-spacing: 3px;
        text-align: center;
}

#gross{
        font-size: 30px;
        line-height: 26px;
        font-family: "Times New Roman", Times, serif;
        font-weight: lighter;
        font-variant: small-caps;
        letter-spacing: 4px;
        text-align: center;
}

h2{
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
}

h3{
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
}


.zweispalterLinks {
        width: 260px;
        float: left;
        text-align: left;
        left: 0px;
        top: 0px;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 0px;
        background-image: url(../images/hghb.gif);
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
}
.zweispalterRechts {
        width: 270px;
        float: right;
        text-align: center;
        left: 0px;
        top: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        background-image: url(../images/hghb.gif);
}


/* Bilderrahmen  id Subclasse*/

  #bildwebcammitte {
        width: 700px;
        height: 590px;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FF9E31;
        border-right-color: #FF9E31;
        border-bottom-color: #FF9E31;
        border-left-color: #FF9E31;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
        background-image: url(../images/hgh.gif);
    }

#border {
        border: 4px solid #FF9E31;
        left: auto;
        right: auto;
        margin-right: auto;
        margin-left: auto;
        width: 500px;
}

#bordergross {
        border: 4px solid #FF9E31;
        left: auto;
        right: auto;
        margin-right: auto;
        margin-left: auto;
        height: 500px;
        width: 333px;
}

#borderdrei {
        border: 3px solid #FF9E31;
        left: auto;
        right: auto;
        margin-right: auto;
        margin-left: auto;
        width: 250px;
}

#bordervar {
        border: 3px solid #FF9E31;
        left: auto;
        right: auto;
        margin-right: auto;
        margin-left: auto;
        height: 250px;
        width: 167px;
}
