body {
margin-top: 0;
}

a {color:#e1be86; text-decoration:none;}
a:link {color:#000000; text-decoration:none;}
a:link { color:#221e1f; text-decoration:none; }
a:visited {color:#e1be86; text-decoration:none;}
a:hover {color:#e1be86; text-decoration:none;}
a:active {color:#e1be86; text-decoration:none;}
a:focus {color:#e1be86; text-decoration:none;}

p#link {color:#e1be86;
        display:inline; }
body    { font-family:Arial,'Eras Medium ITC',Helvetica,sans-serif;
          margin-top: 0px;
         }

h4        {
           color:#e1be86;
           }


div       {
           text-decoration: none;
           color: #e1be86;
           margin-left: 0px;
          }
h2{
        color:#883D37;
        text-align:center;
        }

p#z{    font-family: Arial, sans-serif;
        text-transform:uppercase;
        font-size:18px;
        color:#883D37;
        text-align:center;
        letter-spacing:7px;
        font-weight: bold;
        }
p#ue{    font-family: Arial, sans-serif;
        text-transform:uppercase;
        font-size:22px;
        color:#883D37;
        text-align:center;
        }
p#a     {

         font-size:35px;
         text-align:center;
         color:883D37;
         }
p#t{

         font-size="17px";
         text-align:left;

        }
p#tr    {

         font-size="17px";
         text-align:right;
         }
p#tw    {
         text-transform:uppercase;
        font-size:22px;
        text-align:center;
         }
span.k      {
          font-size:100%;
          display:inline;
          color: #000000;
          }
span.k1      {
           font-size: 80%;
          display:inline;
          color: #000000;
           }
span    {
         color:#883D37;
        }
p#k2    {
         font-size:120%;
         }






        /*Links!!*/
html>body #content {
        width:100%;
}
ul      {
         list-style: none;
        padding: 0;
        margin: 0;
}

#nav a {
        font-weight=bold;
        font-size=12px;            /*Schriftgr&ouml;ße Links 1*/
        color: #FCFCFC;            /* Farbe Links 1 */


}
a.navi:hover
 {
  color: #7D6340;
 }



#nav a {
        text-decoration: none;
}

#nav li li a {
        display: block;
        font-weight: normal;
        color: #000000; /* Farbe Ausklapplinks (Links 2) */
        padding: 0.2em 10px;
        width:300px;
}

#nav li li a:hover {
        padding: 0.2em 5px;
        border: 5px solid #883D37;             /*Farbe Markierung onmouseover link*/
        border-width: 0 5px;
}

li {
        float: left;
        position: relative;
        width: 10%;                            /*breite linkliste*/
        text-align: center;
        cursor: default;
        background-color:#221e1f; /*Linkliste Background (links 1)*/
        border: 5px solid #999999;
        border-width: 1px 0;
        text-decoration: none;

}

li#first {
        border-left-width: 1em;
}

li#last {
        border-right-width: 1em;
}


li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;

        font-weight: normal;
        background: url(images/ddbg3.gif) bottom left no-repeat;
        padding: 0.5em 0 1em 0;
        border-left: solid 2px #883D37;   /*Strich der Ausklapp"tabelle" mit links 2*/


}

li>ul {
        top: auto;
        left: auto;
}

li li {
        display: block;
        float: none;
        background-color: #FFFFFF;          /*Hintergrund Links 2*/
        border: 0px 1px 1px 1px;
        width:300px;
        border-color: #221E1F;
        text-align:left;


}

li:hover ul, li.over ul {
        display: block;
}

hr {
        display: none;
}

p {
        clear: left;
        background: url(images/remora.gif) center left no-repeat;
        margin: 0;
}



