/* Formate im linken Navigationsrahmen */
body {background-color: #6c0; font-family: Arial,sans-serif; font-size: 11pt}
td.menue {  padding:1mm;
  border-width:1pt; border-color:white;
  border-top-style:none; border-right-style:none; border-bottom-style:solid; border-left-style:solid;  }

.liste {width:95%; align:center}
/* Darstellung der Links */
.liste a:visited {color: #444; font-weight: bold}
p{margin-bottom: 1mm; margin-top:1mm}
img:hover, a:hover{background-color:#0e0; color: #000; font-weight: 600}
img { text-align:center; border-style:none;}
.liste a:active {font-weight: 600}
.liste a {text-decoration:none;
  font-size: 9pt; font-family: Verdana, sans-serif;
  color:#000;
  padding: 1pt;
  display:block;
  margin-bottom:2pt; margin-top:2pt
 }
a:hover span {visibility: visible}
a span {visibility: hidden;
 background-color: #fff; color: #030;
 width: 85px; height: 50px;
 border-style: double; border-width: 0.5pt;
 left: 2mm; bottom: 10px;
 position: absolute;
 font-weight: 100; font-size: 9pt; font-family:Times New Roman,serif; font-style: normal}

/* unsichtbar für Netscape 4.x */
@media all {
.liste a {border-style: solid; border-width: 0.2mm 0.3mm 0.3mm 0.2mm;
 border-color: #fff #333 #333 #fff;
 padding:0.5mm;
 display: block}
.liste a:hover {border-color:#6c0}
.liste a:active, .liste a:focus {border-color: #333 #fff #fff #333}
}

/* ausblenden */
.passiv {display: none;}
