/* Padding: o r u l *//* Vorlage von http://de.selfhtml.org/css/layouts/anzeige/nav_vertikal.htm */  ul#links {    width: 10em;    margin: 0; padding: 0.2em 0.0em 0.2em;    border: 0px solid black;	text-align: center;  }  * html ul#links {  /* Korrekturen fuer IE 5.x */    width: 11.6em;    w\idth: 10em;    padding-left: 0;    padd\ing-left: 0.0em;  }  ul#links li, ul#links span {    list-style: none;    margin: 0.25em; 	padding: 1;   }  ul#links a, ul#links span, ul#links h2 {    display:block;    padding: 0.2em;    text-decoration: none; font-weight: bold;    border: 1px solid black;    border-left-color: white; border-top-color: white;    color: #003;   }  * html ul#links a, * html ul#links span, * html ul#links h2 {    width: 100%;    /* Breitenangabe fuer IE 5.x */    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */  }  ul#links a:hover, ul#links span,ul#links b a {    border-color: white;    border-left-color: black; border-top-color: black;    color: white;   }  ul#oben {    width: 10em;    margin: 0; padding: 0.2em 0.0em 0.2em;    border: 0px solid black;  }  * html ul#oben {  /* Korrekturen fuer IE 5.x */    width: 11.6em;    w\idth: 10em;    padding-left: 0;    padd\ing-left: 0.0em;  }  ul#oben li, ul#oben span {    list-style: none;    margin: 0.25em; padding: 1;   }  ul#oben a, ul#oben span, ul#oben h2 {    display:block;    padding: 0.2em;    text-decoration: none; font-weight: bold;    border: 1px solid black;    border-left-color: white; border-top-color: white;    color: #003;   }  * html ul#oben a, * html ul#oben span, * html ul#oben h2 {    width: 100%;    /* Breitenangabe fuer IE 5.x */    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */  }  ul#oben a:hover, ul#oben span,ul#oben b a {    border-color: white;    border-left-color: black; border-top-color: black;    color: white;   }/* Farben für Menü Hintergrund */  ul#links.bl a, ul#links.bl span, ul#links.bl h2 {background-color: #aaf;}  ul#links.ge a, ul#links.ge span, ul#links.ge h2 {background-color: #ff7;}  ul#links.gg a, ul#links.gg span, ul#links.gg h2 {background-color: #999;}  ul#links.gr a, ul#links.gr span, ul#links.gr h2 {background-color: #afa;}  ul#links.pi a, ul#links.pi span, ul#links.pi h2 {background-color: #f3d;}  ul#links.ro a, ul#links.ro span, ul#links.ro h2 {background-color: #f66;}  ul#links.xx a, ul#links.xx span, ul#links.xx h2 {background-color: #ffb; color: #ffb; border: 0px}/* Farben für Menü Hintergrund bei Hoover */  ul#links.bl a:hover, ul#links.bl span, ul#links.bl b a {background-color: #00f;}  ul#links.ge a:hover, ul#links.ge span, ul#links.ge b a {background-color: #f80;}  ul#links.gg a:hover, ul#links.gg span, ul#links.gg b a {background-color: #333;}  ul#links.gr a:hover, ul#links.gr span, ul#links.gr b a {background-color: #0f0;}  ul#links.pi a:hover, ul#links.pi span, ul#links.pi b a {background-color: #f0a;}  ul#links.ro a:hover, ul#links.ro span, ul#links.ro b a {background-color: #f00;}  ul#links.xx a:hover, ul#links.xx span, ul#links.xx b a {background-color: #ffb;}
