#button {
   position: absolute;
	width: 192px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 193px;	
        }
#button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }
#button li {
                margin: 0;
                list-style: none;
                list-style-image: none;
                }
#button li a {
                display: block;
                padding: 5px 10px 7px 20px;
                color: #ffffff;
                text-decoration: none;
                width: 100%;
                background-image: url(bilder/button-up.gif);
                background-repeat: repeat-y;
                }				 
#button li a:hover {
                background-image: url(bilder/button-over.gif);
                background-repeat: repeat-y;
                color: #CCFF33;					 
                }
#button #current a {
					 background-image: url(bilder/button-over.gif);
					 background-repeat: repeat-y;
                color: #3C3C3C;
                }	
#button #blank a {
					 background-image: url(bilder/button-up.gif);
					 background-repeat: repeat-y;
                }		