.Obj8_nav {
    width: 150px;
    position: fixed;
    font-family: tahoma;
    line-height: 150%;
    background: #EEF6E9;
    border: 1px solid #7C6031;
    padding: 5px;;
    z-index: 100;		 /* = Ebene des Menüs siehe http://www.x5forum.home-wiekau.de/wsx5obj68.php */
    body top: 250px;     /* = Abstand des Menüs vom oberen Rand im body*/
    body left: 0px;      /* = Abstand des Menüs vom linken Rand im body */
    /* body right: 0px;     = Abstand des Menüs vom rechten Rand im body */
    /* body bottom: 0px;    = Abstand des Menüs vom unteren Rand im body */
    /* top: 0px;            = Abstand des Menüs vom oberen Rand im html */
	/* left: 0px;           = Abstand des Menüs vom linken Rand im html */
	/* right: 0px;          = Abstand des Menüs vom rechten Rand im html */
	/* bottom: 0px;         = Abstand des Menüs vom unteren Rand im html */
    }
.Obj8_nav a, 
.Obj8_nav h3 {
    font-size: 12px;
    color: #7C6031;
    text-decoration: none;
    display: block;
    margin: 0 0.5em;
    }
a:hover { color: #0030BF; text-decoration: underline; }