/*Zitatspalte oben*/
#tabelle_zitate {
position:absolute;
font-family:Arial,Helvetica;
color:#740000;
left:180px;
top:160px;
font-size:12px;
font-weight:normal;
  }

/*------------------------------------alles bis a:hover gehoert zur navtabelle*/
#tabelle_nav    {
position:absolute;
font-family:Arial,Helvetica;
top:250px;
left:20px;
right:790px;
z-index:1;
}

/*schrift*/
#tabelle_nav td {
font-family:Arial,Helvetica;
    font-size:12px;
            font-weight:bold;
  }      

/*Schriftfarbe aktiver Nav Punkt=bordeaux*/
#tabelle_nav td.aktiv   {
font-family:Arial,Helvetica;
    font-size:12px;
    font-weight:bold;
    color:#D2884E;
    background:url(images/sonstiges/pfeil.gif)right no-repeat; 
background-position:0px 1px;
}

/*begleitender Strich-- bg-position=left+top*/
#tabelle_nav td:hover   {
    background:url(images/sonstiges/pfeil.gif)right no-repeat;
background-position:0px 1px;
}

/*Schriftfarbe fuer alle hyperlinks*/
a   {
    text-decoration:none;
    color:		#666666;
    font-weight:bold;
}

/*Farbe beim drueberstreichen=bordeaux*/
a:hover {
color:#000000;
    font-weight:bold;
    font-size:12px;
text-decoration:none;    }

/*--------------------------------------damit Bilder keinen Rand bekommen*/
a img{
    text-decoration:none;
    color:#ffffff;
    border:none;
}
/*damit Bilder keinen Rand bekommen+beim drueberstreichen aufleuchten*/
a img:hover {
    text-decoration:none;
    color:#ffffff;
    border:none;
}

/*Haupttabelle*/
#haupttabelle_linksbuendig {
position:absolute;
left:160px;
top:260px;
font-family:Arial,Helvetica;
font-size:12px;
font-weight:normal;
background-color:#ffffff;
/*zarter senkrechter Strich links*/
text-align:justify;
border-left-width:0.2em;
  border-left-style:solid;
  border-left-color:#7fffd4;
  padding-left:0.5em;
/*zarter senkrechter Strich rechts*/
border-right-width:0.5em;
  border-right-style:solid;
  border-right-color:#7fffd4;
  padding-right:0.5em;
  z-index:1;
  }
 
p   {
font-family:Arial,Helvetica;
font-size:12px;
font-weight:bold;
color: #3C3C3C;
}


