BODY {
        background: #ffffff;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        }

p, dl {
        margin: .4em 0 .4em 0;
        font: 10px Verdana, Arial, Helvetica, sans-serif;
        }

h1      {
        font-size: 30px;
        margin: 0; padding: 0;
        font-family: "Lydian Csv BT", Verdana, Arial, Helvetica, Serif;
        }

h2      {
        font-size: 20px;
        margin: 0; padding: 0;
        font-family: "Lydian Csv BT",Verdana, Arial, Helvetica, Serif;
        }

h3      {
        font-size: 17px;
        margin: 0; padding: 0;
        font-family: Verdana, Arial, Helvetica, Serif;
        font-style: italic;
        }

h4      {
        font-size: 12px;
        margin: 0; padding: 0;
        font-family: Verdana, Arial, Helvetica, Serif;
        font-style: italic;
        }



li        {
        margin: 0;
        font: .8em/150% Verdana, Arial, Helvetica, sans-serif;
        }


strong        {
        color: #996633
        }

A:Link        {
        color: #336699;
        }

A:Visited, A:Active {
        text-decoration: none;
        color: #336699;
        }

A:Hover {
        color: #ffffff;
        background: #586386;
        }

FORM {
        font: .7em/140% Verdana, Arial, Helvetica, sans-serif;
        padding: 3px 10px 0px 0px;
        margin: 0px;
        }

FORM TD {
font: .7em/140% Verdana, Arial, Helvetica, sans-serif;
      }

TABLE {
        /*margin: 0px;*/
        }


address {font: normal .7em/120% Espy Sans, Geneva, "MS Sans Serif", sans-serif;
        text-align: center;
        margin-top: 0em;
        margin-bottom: 0em;
        }

.box {
        float: left;
        margin-right: 10px
        }

.box TH {
        background-color: #FFE18A;
        background-image: url(/graphics/box_corner.gif);
        background-position: 100% 0%;
        background-repeat: no-repeat;
        text-align: left;
        font-size: 12px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight: bold;
        text-transform: uppercase;
        padding: 8px 20px 5px 10px;
        }

.box TD {
        background-color: #FFF7E1;
        padding: 2px 5px;
        }

#heading        {
        background: #cc0000;
        color: #ffffff;
        font: bold 1em/150% Arial, Helvetica, sans-serif;
        text-indent: 1px;
        padding: 1px 250px 1px 2px;
        margin-left: 35px;
        margin-top: 30px;
        border-top: 2px solid #660000;
        border-right: 8px solid #660000;
        border-bottom: 2px solid #660000;
        border-left: 8px solid #660000;

/* -- MSIE 5.0/Win kommt mit width: auto nicht klar, daher hier
        erstmal eine Anweisung in Prozenten ( = prozentual zum
        Eltern-Element, also dem div id="left", der die linke
        Spalte definiert). Nicht schoen aber effektiv.  Zum kucken
        obs klappt kann man hier auch eine Farbe definieren (color: #f0f),
        die man danach wieder auf schwarz zurŸcksetzt. Wenn es dann
        in IE5 rosa wird, funktioniert der Workaround -- */

        width: 65%;
        margin-bottom: -2px;

/* und jetzt denkt dieser Browser, die Deklaration waere hier zu Ende */

    voice-family: "\"}\"";

/* und fuer die anderen die AufklŠrung, dass es noch weitergeht */

    voice-family: inherit;

/* und jetzt der korrekte Wert. */

        width: auto;
        display: inline;
        margin-bottom: 0px;
        }

/* -- anlaesslich der ersten internationalen "seid lieb zu Opera"-Wochen -- */

html>body #heading        {
        margin-left: 35px;
        }


.content {
        background: #ffffcc;
        color: #000;
        padding: 15px 15px 5px 20px;
        margin:         0px 18px 0px 18px;
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        border-bottom: 2px solid #999;
        border-left: 2px solid #999;
        }

.content A:Link {
        color : #990000;
        }

.content A:Visited {
        color : #000;
        }

.content A:Hover {
        color : #000;
        /*color: white;
        background: #dfdfeb; */
        text-decoration : underline;
        }

.content A:Active {
        color : #ff0000;
        text-decoration : underline;
        }

.content TH {
        font-size: 14px;
        font-family: Helvetica, Sans-Serif;
        }

.content TD {
        margin: .4em 0 .8em 0;
        font: .8em/150% Verdana, Arial, Helvetica, sans-serif;
        }


.content h1 {
        font-size: 24px;
        margin: 0;
        font-family: Arial, Helvetica, Sans-Serif;
        }

.content h2 {
        font-size: 19px;
        margin: 0;
        margin-bottom: 0.1em;
        margin-top : 0.35em;
        font-family: Arial, Helvetica, Sans-Serif;
        }

.content h1 + h2 {
        font-size: 19px;
        margin: 0;
        margin-bottom: 0.1em;
        padding-top: 5px;
        font-family: Arial, Helvetica, Sans-Serif;
        }

.content h3 {
        font-size: 16px;
        margin: 0; padding: 0;
        font-family: Arial, Helvetica, Sans-Serif;
        }

.content h4 {
        background: #fff;
        color: #000000;
        font-size: .9em;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        border-left: 2px solid #ccc;
        }





.content DL {
        margin: 0px
        }

.content DT {
        /*display: compact;*/
        /*color: #9999ff;*/
        color: #333366;
        /*font-family: arial, helvetica, sans-serif;*/
        font-size: 12px;
        }

.content DD {
        margin-left: 20px;
        padding-bottom: 5px;
        }

.content img {
        border-left: 2px solid #ccc;
        border-top: 2px solid #ccc;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        }




.menu TD {
        border-bottom: 2px solid #660000;
        background:#660000;
        color:#ffffff;
        font-size:14px;
        font: Monotype Corsiva,Verdana, Arial, Helvetica, sans-serif;
        }

.menuline TD{
          border-bottom: 2px solid #660000;
          }

.nohighlight A:hover{
    color:none;
    background:none;

}

.borderimg        {
        border-left: 2px solid #ccc;
        border-top: 2px solid #ccc;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        }


#stop
{
position:absolute;
left:0px;
top:0px;
}