/* (c) 1987-2007 www.ambiguX.de */

/* COLOR */
/*
Was: Bezeichnung - Named Colour - #*
Canvas: helles Grau - namenlos - #d7d7d7
Schrift: schwarz - black - #000000
- Logo mehrteilig clickable = weiß
- deco01 (headlines, scrollbar, navi): mittelgold - goldenrod - #daa520
- deco02 (clickable): weiß - #ffffff - #ffffff
backsite: Dunkelgrau - darkgray - ???

page aktiv + a.active: dunkelgold - darkgoldenrod - #b8860b
a.hover: mittelgold - goldenrod - #daa520
a.visited (im Menü unterbunden, im Text:) ???
Marker: Gold - gold - ???
*/


/* -- Standard -- */

body
        {
        font-family:Arial, sans-serif;
        background:#d7d7d7;
        color:#000000;

    SCROLLBAR-FACE-COLOR:#daa520;
    SCROLLBAR-HIGHLIGHT-COLOR:#ffffff;
    SCROLLBAR-SHADOW-COLOR:dimgray;
    SCROLLBAR-3DLIGHT-COLOR:gray;
    SCROLLBAR-ARROW-COLOR:#ffffff;
    SCROLLBAR-TRACK-COLOR:#000000;
    SCROLLBAR-DARKSHADOW-COLOR:darkgray;
        }

code
        {
        font-size:x-small;
        }



h1, h2, h3, h4, h5, h6
        {
        color:#b8860b;
        font-size:small;
        }



img, table
        {
        border:0;
        align:right;
        }


hr, p, ul
        {
        margin-left:25%;
        margin-right:25%;
        text-align:left;
        }

li, p, ul
        {
        font-size:x-small;
        }

        ul
        {
        margin-left:27%;
        margin-right:27%;
        }

li
        {
        list-style:square;
        }


ul ul
        {
        margin-left:3%;
        margin-right:3%;
        }

img.floater
         {
         float:right;
         }





img.pix120
{
        border:none;
        width:120px;
        height:120px;
        margin-right:1em;
        float:left;
}

.floatclear
{
        clear:both;
}

.einleitung
        {
        font-weight:bold;
        }


.navi
        {
        color:#b8860b;
        font-size:xx-small;
        }

/* menü */

.menue01, .menue01 li, .menue01aktiv
/* Oberrubrik */
        {
        text-align:center;
        list-style-type:none;
        font-size:large;
        font-weight:bold;
        }

.menue0101, .menue0101 li, .menue0101aktiv
/* Unterrubrik */
        {
        font-size:medium;
        }

.menue010101, .menue010101aktiv
/* Mittelteil Unterrubrik */
        {
        font-size:x-small;
        }

ul.menue02, ul.menue02 li
        {
        color:darkgray;
        font-size:x-small;
        text-align:center;
        list-style-type:none;
        font-weight:bold;
        }

/* URI */
/* Einschränkungen in der Reihenfolge vor allgemeingültig! */

/* - frontsite link - */

/* -- menue link -- */

a, a:link
        {
        text-decoration:none;
        font-weight:bold;
        color:#ffffff;
        }


a:hover, a.menue01aktiv:hover, a.menue0101aktiv.hover
        {
        color:#daa520;
        }

a.menue01:hover, a.menue0101:hover, a.logomenue:hover
        {
        color:#daa520;
        font-size:larger;
        }


/* - backsite link - */


/* - text-link - */
a.intern
        {
        color:#ffffff;
        }

a.MF5681
        {
        color:green;
        }

a.extern
        {
        color:red;
        }



/* deko */

.deko01
        {
        color:#daa520;
        }

.aktiv, .menue01aktiv, .menue0101aktiv, .menue010101aktiv, a:active, .backsiteaktiv
        {
        color:#b8860b;
        }

.backsite
        {
        font-size:xx-small;
        color:gray;
/*
        text-align:center;
*/
        margin-top:-1.5em
}

.bezeichnung
        {
        color:#daa520;
        font-size: xx-small;
        }

.marker
       {
       color:black;
       background:gold;
       }

.marker2do
       {
       color:black;
       font-weight:bold;
       background:red;
       }


/* logo */

#logo01
        {
        font-family: Arial, sans-serif;
        font-size:x-large;
        font-weight:bold;
        background-color: #000000;
        color: #ffffff;
        text-align:center;
        margin-left:0%;
        margin-right:0%;
        }

/*
- oll?
.logoinside
        {
        font-family: Arial, sans-serif;
        background-color: #000000;
        color: #ffffff;
        }

*/


.topper
       {
       text-align:right;
        font-size:xx-small;
        color:gray;
        margin-right:20%;
        }

.topper a
        {
        font-size:x-small;
        font-weight:bold;
        }


.topper02
        {
        font-family: Arial, sans-serif;
        font-size:xx-small;
        font-weight:bold;
        background-color: #000000;
        color: #ffffff;
        text-align:center;

        margin-left:25%;
        margin-right:25%;
        }


/* Thema LOOK */


p.back
        {
        text-align:center;
        padding-top:5em;
        padding-bottom:5em;
        }
/*
p.back
        {
        background:#000000;
        }
*/

p.backblack
        {
        background:#ffffff;
        }

p.backwhite
           {
           background:#000000;
           }

.numero, p.back
        {
        margin-left:15%;
        margin-right:15%;
        }

.backsite
        {
        font-size:xx-small;
        color:gray;
        text-align:center;
        margin-bottom:10em;
/*        margin-top:-1.5em */