/* MySWR Navigation*/
/* neue externe css-Datei für Menu MySWR */
/* für CSS 2.1 */
#navsite p {
display: none;
}
#navzeile {
 position : absolute;
 left : 0px;
 width : 100%;
 text-align : center;
 height : 3em;
}

#navzeile a {
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 9pt;
 font-weight: 600;
 color: #42523E;
 text-decoration: none;
}
#navzeile a:hover {
 font-family: Arial, Helvetica, Sans Serif;
  font-size: 8pt;
 font-weight: 700;
 color: #B3BFCE;
}



#navsite {
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 9pt;
 font-weight: bold;
 color: black;
 width: 12em;
 text-align: left;
 border-right: 1px solid #666;
 margin-bottom: 1em
 background-color: #9cc;
 padding: 0
}
#navsite ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navsite ul li {
 margin: 0;
 border-top: 1px solid #003
}
#navsite ul li a {
 display: block;
 padding: 2px 2px 2px 0.5em;
 border-left: 10px solid #369;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #036;
 color: #fff;
 text-decoration: none;
 width: 100%;
}
html>body #navsite ul li a {
 width: auto;
 }
#navsite ul li a:hover {
 border-left: 10px solid #369;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #69f;
 color: #fff;
}




/* zuletzt geändert am 18.10.2005 */