body {
    overflow:auto;
}

body, p, td
{
font-family: Verdana;
color: #5B4637;
font-size: 14pt;
 }

a:link { color:#180078; text-decoration:underline; }
a:visited { color:#180078; text-decoration:underline;} /* { color:#000080; text-decoration:underline } */
a:active { color:#0000FF; text-decoration:none }
a:hover { color:#DEDEDE; text-decoration:overline; background-color:#666633 }


#td1
{
font-family: Verdana;
color: #5B4637;
font-size: 10pt;
}



/* Andere Scrollbar-Farben sind nicht besonders benutzerfreundlich,
   sehen so toll nicht aus und funktionieren nicht mit allen Browsern.
   Deshalb ausgeblendet !

body {
   scrollbar-face-color:#FFFFFF;
   scrollbar-shadow-color:#FFFFFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#796250;
   scrollbar-darkshadow-color:#796250;
   scrollbar-track-color:#796250;
   scrollbar-arrow-color:#796250
   }
*/


h1  { font-family: Verdana;
    font-size: 14pt;
    color: #777777;
    font-weight: bold;
    letter-spacing: 2pt;
    text-transform: uppercase }

h2  { font-family: Verdana;
    font-size: 12pt;
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1pt solid #CC3333 }

h3  { font-family: Verdana;
    font-size: 10pt;
    color: #CC3333;
    margin: 3pt 0pt 3pt 0pt;
    font-weight: bold }

h4  { font-family: Verdana;
    font-size: 10pt;
    color: #6699CC;
    margin: 1pt 0pt 1pt 0pt;
    font-weight: bold }
    
h5  { font-family: Verdana;
    font-size: 12pt;
    color: #6699CC;
    margin: 1pt 0pt 1pt 0pt;
    font-weight: bold } 

h6  { font-family: Verdana;
    font-size: 12pt;
    color: #888888;
    margin: 1pt 0pt 1pt 0pt;
    font-weight: bold }
    

.fuss  { font-family: Verdana;
    font-size: 8pt }


#t_ {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: black;
    color: #FFFFFF;
}


/* CONTAINER-MENÜ-LAYOUT *******************************************************/

#navcontainer
{
width: 180px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 60%;
font-weight: 600;
}


#navcontainer a
{
display: block;
padding: 7px;
width: 160px;
background-color: #D5CCC3;       /* sieht auch ganz interessant aus #796250; */
border-bottom: 1px solid white;
}



#navcontainer a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #666633;
/* background-color: #369;*/
color: #D0D000;
}




