/* ------------------------------------------------------------------------------------------------------------- */
/* ---------- MAIN ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------- */
        BODY {
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        overflow: hidden;
        }

        html {
        background-color: #14561F;
        overflow:auto;
        scrollbar-face-color: #14561F;
        scrollbar-highlight-color: #dbe9db;
        scrollbar-3dlight-color: #dbe9db;
        scrollbar-darkshadow-color: #000000;
        scrollbar-shadow-color: #000000;
        scrollbar-arrow-color: #dbe9db;
        scrollbar-track-color: #14561F;
        overflow: auto;
        }


        .footer {
        float: right;
        font-family: Verdana ;
        font-size: 9px;
        font-weight : bold;
        color: #000000;
        text-decoration: none;
        width: 700px;
        margin-right: 40px;
        }


        #div1{
        border-style: outset;
        border-width: 3px;
        border-color: #16CE1E;
        margin: 0px auto;
        width:955px;
        height:545px;
        background-color: #dbe9db;
        background-image: url(hg.jpg);
        background-attachment:fixed;
        background-repeat:no-repeat;
        background-position: center ;

        }


        .nav{
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        text-align: left;
        float: left;
        margin-top: -10px;
        width:153px;
        margin-left: 5px;
        height: 535px;


        }

        .content{
        float: right;
        width: 790px;
        max-width: 790px;
        height: 460px;
        max-height: 460px;
        margin-right: 0px;
        table-layout: fixed;

        }

        .scroll {
        width: 783px;
        height: 460px;
        overflow: auto;
        scrollbar-face-color: #dbe9db;
        scrollbar-highlight-color: #318731;
        scrollbar-3dlight-color: #318731;
        scrollbar-darkshadow-color: #318731;
        scrollbar-shadow-color: #318731;
        scrollbar-arrow-color: #318731;
        scrollbar-track-color: #dbe9db;
        text-align: justify;
        position: relative;




        }

        .scroll2 {
        width: 771px;
        height: 420px;
        overflow: auto;
        scrollbar-face-color: #dbe9db;
        scrollbar-highlight-color: #318731;
        scrollbar-3dlight-color: #318731;
        scrollbar-darkshadow-color: #318731;
        scrollbar-shadow-color: #318731;
        scrollbar-arrow-color: #318731;
        scrollbar-track-color: #dbe9db;
        position: relative;
        }




/* ------------------------------------------------------------------------------------------------------------- */
/* ---------- &Uuml;berschriften ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------- */
     /* ----- Haupt&uuml;berschrift gro&szlig; rot -------------------------------- */
        h1 {
        color: #3e8a3e;
        font-size: 15px;
        font-weight: bold;
        font-family: Verdana;
        text-decoration: underline;
        text-align: center;
        }
     /* ----- f&uuml;r Inhalt ----------------------------------------------- */
        h2 {
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        font-family: Verdana;
        text-decoration: none;
        text-align: center;
        }
     /* ----- f&uuml;r &Uuml;berschriften innerhalb von Abschnitten -------------- */
        h3 {
        color: #000000;
        font-size: 13px;
        font-family: Verdana;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        }
/* ------------------------------------------------------------------------------------------------------------- */
/* ---------- Abs&auml;tze ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------- */
     /* ----- normaler Textabsatz, Schrift Blocksatz ------------------- */
        p {
        color: #000000;
        font-size: 13px;
        font-family: Verdana;
        }
     /* ----- Textabsatz Schrift zentriert ----------------------------- */
        .p2 {
        color: #000000;
        font-size: 13px;
        font-family: Verdana;
        text-align: center;
        }
     /* ----- Textabsatz kleine Schrift, zentriert, f&uuml;r Newsletter ----- */
        .pmini {
        color: #000000;
        font-size: 9px;
        font-family: Verdana;
        text-align: center;
        }
/* ------------------------------------------------------------------------------------------------------------- */
/* ---------- Tabellen ----------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
     /* ----- Standart Tabelle, Text zentriert ------------------------- */
        table {
        font-family: Verdana;
        font-size: 13px;
        color: #000000;
        text-align: center;
        }
     /* ----- Schrift links, Rahmen nur ganz au&szlig;en --------------------- */
        .table1 {
        font-family: Verdana;
        font-size: 13px;
        color: #000000;
        text-align: left;
        border-color: #3e8a3e;
        border-width: 2px;
        border-style: solid;
        }
     /* ----- Schrift links, kein Rahmen ------------------------------- */
        .table2 {
        font-family: Verdana;
        font-size: 13px;
        color: #000000;
        text-align: left;
        margin: auto;
        }
     /* ----- kleine Schrift, verwendet f&uuml;r Berufe --------------------- */
        .table3 {
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        text-align: center;
        }
     /* ----- kleine Schrift, links, verwendet f&uuml;r Navigation ---------- */
        .table4 {
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        text-align: left;
        }
     /* ----- Schrift Blocksatz, kein Rahmen --------------------------- */
        .table5 {
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        text-align: justify;
        }
     /* ----- Schrift links, Rahmen ganz au&szlig;en, Rahmen grau ------------ */
        .table6 {
        font-family: Verdana;
        font-size: 13px;
        color: #000000;
        text-align: left;
        border-color: #A9A9A9;
        border-width: 2px;
        border-style: solid;
        }



/* ----- Schrift links, Rahmen ganz au&szlig;en, Rahmen grau ------------ */
        .nonrahmen {
        text-align: left;
        margin: auto auto;
                }
     /* ----- table7 bis table10 bei G&auml;stebuch !!!!!! ------------------ */
/* ------------------------------------------------------------------------------------------------------------- */
/* ---------- Linien ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
     /* ----- Linie  zwischen Abschnitten -------------------------- */
         hr {
        border: 1px  #275727 solid;
        padding: 0px;
        margin-top: 4px;
        margin-bottom: 2px;
        margin-left: 0px;
        }

        .hrgb {
        width: 600px;
        margin: auto auto;
        text-align: center;
        padding: 0px;
        border: 1px  #275727 solid;
        background-color: #275727;
        }
/* ------------------------------------------------------------------------------------------------------------- */
/* ---------- Links -------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
     /* ----- normale Links, nicht unterstrichen -----------------------*/
        a {
        color: #000000;
        text-decoration: none;
        behavior: url(linkhilight.htc);
        filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)
        }
     /* ----- F&uuml;r unterstrichene Links --------------------------------- */
        .a2 {
        color: #000000;
        text-decoration: underline;
        behavior: url(linkhilight.htc);
        filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)
        }
     /* ----- f&uuml;r &Uuml;berschriften ---------------------------------------- */
        .a3 {
        color: #000000;
        text-decoration: underline;
        behavior: url(linkhilight.htc);
        filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)
        }

        .a3: hover {
        font-size: 1px;
        color: #000000;
        text-decoration: underline;
        behavior: url(linkhilight.htc);
        filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)
        }
     /* ----- Hover f&uuml;r alle ------------------------------------------- */
        a:hover {
        color: #318731;
        text-decoration: none;
}
    /*-------------------------------------------------------------------------*/
        a.a4 {
        height: 1px;
        color: #000000;
        text-decoration: none;
        behavior: url(linkhilight.htc);
        filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)
        }

        a.a4:hover {
        color: #000000;
        text-decoration: none;
        }



     /* ----- Aufz&auml;hlungen Symbol -------------------------------------- */
        ul {
        color: #000000;
        font-size: 12px;
        font-family: Verdana;
        text-align: left;
        }
     /* ----- Aufz&auml;hlungen Zahl ---------------------------------------- */
        ol {
        color: #000000;
        font-size: 12px;
        font-family: Verdana;
        text-align: left;
        }
/* ------------------------------------------------------------------------------------------------------------- */
/* ---------- G&auml;stebuch ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */


        .height {

        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        }

/* ----- Tabellenbreite ------------------------------------------- */

        .table8 {
        width: 600px;
        margin: auto auto;

        }

/* ----- Eintr&auml;ge links ------------------------------------------- */

        .table9 {
        text-align: left;
        vertical-align: top;
        }

/* ----- Smiliestabelle ------------------------------------------- */

        .table10, .table10 td {
        font-family: Verdana;
        font-size: 13px;
        color: #000000;
        text-align: center;
        width: 600px;
        border-color: #A9A9A9;
        border-width: 2px;
        border-style: inset;
        margin: auto auto;
        border-collapse: collapse;
        padding: 5px;
               }


/* ----- rechts formatiert ------------------------------------ */

        .right {
        text-align: right;
        }
/* ----- links formatiert ------------------------------------ */

        .left {
        text-align: left;
        }
     /* ----- inaktive Schriftfarbe ------------------------------------ */
        .inaktiv {
        color : #000000;
        }
     /* ----- Eingetragener Name Formatierung -------------------------- */
        .name {
        font-size: 13px;
        text-decoration: underline;
        }

/*---------------Image-Formatierungen---------------------------------------------*/

        img {
        border: 0;
        }

     /* ----- Eingetragener Text Formatierung -------------------------- */
        .Eintrag {
        width: 520;
        text-align: left;
        }
     /* ----- Eingabefeld (Hintergrundfarbe, Rahmenfarbe und St&auml;rke usw.)-------------------- */
        input.eingabe {
        font-weight: bold;
        color: #275727;
        background-color: #FFFFFF;
        border-color: #000000;
        border-width: 1px;
        width: 200px; /* -----nicht mehr als 150px-------------------- */
        }
     /* ----- Eingabefeld klein (nur auf Adminseite)-------------------- */
        input.eingabe2 {
         font-weight: bold;
        color: #275727;
        background-color: #FFFFFF;
        border-color: #000000;
        border-width: 1px;
        width: 30px; /* -----nicht mehr als 30px-------------------- */
        }


     /* ----- Radiocheckboxen ---------------------------------------------------------------------- */
        input.radio {
        border-style: solid;
        border-width: 0px;
        background-color: none;
        }
     /* ----- Style Schaltfl&auml;chen---------------------------------------------------------------------- */
        input.flaeche {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #318731;
        border-color: #000000;
        border-width: 1;
        width: 100px;  /* -----nicht mehr als 100px-------------------- */
        }
     /* ----- Texteingabefeld Hintergrundfarbe, Rahmenfarbe und St&auml;rke, Scrollbalken, Gr&ouml;&szlig;e usw.----------------- */
        textarea {
        font-weight: bold;
        color: #275727;
        background-color: #FFFFFF;
        border-color: #000000;
        border-width: 1px;
        border-style: solid;
        scrollbar-face-color: #dbe9db;
        scrollbar-highlight-color: #318731;
        scrollbar-3dlight-color: #318731;
        scrollbar-darkshadow-color: #318731;
        scrollbar-shadow-color: #318731;
        scrollbar-arrow-color: #318731;
        scrollbar-track-color: #FFFFFF;
        width:    350px;
        height:    75px;
        }
     /* -- Namen Formatierung auf Seite "Ansehen" (...schrieb am..) wenn Name Link (E-Mail Adresse angegeben)------ */
     /* -- ansonsten Formatierung wie jeder andwre Link ---------------------------------------------------------- */
        .name {
        font-family: ;
        font-size: 12px;
        font-weight : bold;
        color: ;
        text-decoration: underline
        }
     /* -- Namen Formatierung auf Seite "Ansehen" (...schrieb am...) wenn Name kein Link (keine E-Mail Adresse angegeben)-------- */
     /* -- ansonsten aussehen wie normale Textformatierung unter td ---------------------------------------------- */
        u {
        font-family: ;
        font-size: 12px;
        font-weight : ;
        color: ;
        text-decoration: underline
        }



        .bgcolorindex {
        color: #ffdac9;
        }

        .red{
        color: red;
        font-weight: bold;
        }