html { height: 100%; margin-bottom: 1px; } /* das ist nur, damit die Seite immer den Scrollbar nach unten anzeigt, ansonsten springt die Seiter immer beimm Wechsel von kuerzeren und laengeren Inhalten */
body {  
        overflow:scroll;
        scrollbar-face-color: #999999;
        scrollbar-shadow-color: #FFFFFF;
        scrollbar-highlight-color: #000000;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #CCCCCC;
        scrollbar-track-color: #CCCCCC;
        scrollbar-arrow-color: #000000;

        font-family:"Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
        font-size:7px;
        font-weight:normal;
        color: #282828;
        background-color: #FFFFFF;
        background:url(../bilder/hintergrund/marmor.gif) repeat;
        margin:0px;
        padding:0px;

}

/*-----------------------  Bilderformatierung  --------------------------------------*/
.ohnealles
{
        border : 0 solid black;
        padding : 0;
        margin : 0;
}

img
{
        border-left:1px solid black;
        border-right:1px solid white;
        border-top:1px solid black;
        border-bottom:1px solid white;
        padding : 0;
        margin : 0;
}

.img_rechts {margin-left: 10px; float: right;}
.img_links {margin-right: 10px; float: left;}
.img_oben {margin-top: 10px;}
.img_unten {margin-bottom: 10px;}

/* -------------------------- Hintergrundfarben  ---------------- */
.bgcolor0 {background-color: #796A26;}        /* Rahmenfarbe */
.bgcolor1 {background-color: #D5C57B;}        /* HG des linken Menues */
.bgcolor4 {background-color: #FF0080;}        /* HG vom Überschrift Menue und Webseitenthema #9DD100*/
.bgcolor5 {background-color: #FFE237;}        /* HG vom Top-Menue */
.bgcolor6 {background-color: #BB9E2B;}        /* HG vom Top-Menue wenn ausgewählt */
.bgcolor7 {background-color: #FFFFFF;}        /* weiss - HG des Contentbereiches*/
.activbutton {background-color: #FFE237; color: #000000;}

/* -------------------------- Textformatierungen ---------------- */
.txfett {font-weight : bold;}
.txkurs {font-style: italic;}
.txfarb{color : #FF0080;}
.txgrau {color : #646464;}
.txyang {color : red;}
.txyin {color : blue;}
.txvip {color:#FF0080}
.txblack {color:#000000}
/* -------------------------- Tabellenformatierungen  ---------------- */

.rechtstd{text-align: right;}
.centertd{text-align: center;}
.schmal{width: 50%;}
.breit{width: 95%;}
.keinzeilenumbruch {white-space:nowrap !important;}


/* Die Farben für das linke Menue sind weiter unten in >map< zu aendern */

/* Normaler Seitentext */
td,p {
        font-size:13px;
        color: #282828;
        text-decoration: none;
}


a {
        font-size:12px;
        color: #000000;
        text-decoration: none;
}

a:visited{
        color: #000000;
}

a:active {
        color:#00DF00;
}

a:hover {
        color:#000000;
        text-decoration:underline;
}


h1 {
        font-size: 18px;
        color:#005DB8;
}

h2 {
        font-size: 14px;
        color:#007DFB;
}

h3 {
        font-size: 12px;
        color:#007DFB;
}

.headline {
        font-size: 20px;
        color:#FFFFFF;
        margin:0px;
        padding:0px;
}

.mini {
        font-family:Verdana,Arial,sans-serif;
        font-size:10px;
        color:#796A26;
}

.abstand{
        padding-top: 13px;
}

#aussen {
        border:4px solid #796A26;
        height="100%";
        align="center";
        width="900px";
        background-color:black;
}


/* -- Kopftabelle    */
#kopf {
        border:1px solid #796A26;
        height="110px";
        align="center";
        width="900px";
}

#kopfdiv {
        border:1px solid #796A26;
        height="110px";
        align="center";
        width="900px";
        overflow:hidden;
}

.kopfbalken{
        color:#FFFFFF;
        font-size:13px;
        height=26px;
        align="left";
}


/* -- zusätzliche CSS-Angaben für das linke Menü */


#map a {
        display:block;
        vertical-align: top;
        color:#000000;
        text-decoration:none ;
        font-size: 13px;
        width:150px;
        background-color:#AF9838;
        border-top:solid 1px #AF9838;
        border-bottom:solid 1px #BEAA4D;
}
/*
#map a:visited{
        color:#000000;
        text-decoration:none;
        font-size: 13px;
        width:150px;
        background-color:#AF9838;
        border-top:solid 1px #AF9838;
        border-bottom:solid 1px #BEAA4D;
}

#map a:active{
        color:#000000;
        text-decoration:none;
        font-size: 13px;
        width:150px;
        background-color:#BE6416;
        border-top:solid 1px #AF9838;
        border-bottom:solid 1px #BEAA4D;
}
*/

#map a:hover {
        color:#000000;
        text-decoration:none ;
        font-size: 13px;
        width:150px;
        background-color:#BEAA4D;
        border-top:solid 1px #BEAA4D;
        border-bottom:solid 1px #000000;
}


/* -- zusätzliche CSS-Angaben für das untere Menü */


#botnav a {

        vertical-align: middle;
        font-family:Verdana,Arial,sans-serif;
        color:#646464;
        text-decoration:none ;
        font-size: 10px;
        font-weight : bold;

}

#botnav a:visited{
        color:#646464;
        text-decoration:none;
}


#botnav a:hover {
        color:#969696;
        text-decoration:none ;
}



/* -- zum Zoomen von Bildern - siehe Funktionen aufmachen und zumachen in fkt.js */
.bereich {
 position: absolute;
 text-align: center;
 font-weight: bold;
 
 border-left:1px solid black;
 border-right:1px solid #969696;
 border-top:1px solid black;
 border-bottom:1px solid #969696;
}

.beschreibung {
 color: #FFFFFF;
 background-color: #000000;
 display: none;
}




/*-------------------------------------
#map td,b
{
        color: red;
        text-decoration:none ;
        font-size: 13px;
}
*/
