
/* MENUE Hintergrund */
#showit{
		color: white;
		font:13px
                 font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; Comic Sans MS, Georgia, Times New Roman, Times, serif;
                 font-weight: bold
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 4px 2px;
		border: 1px double #555;
		width: auto;
		background-color : #000000;
		text-align: left;
		}

#showit ul, #showit li{
		display: inline;
		list-style: none;
		margin: 0px;
		padding: 0px;
		}

/* Normale Buttonanzeige */
#showit li a, #showit li a:hover, #showit li a:active {
		display: inline;
		text-decoration: none;
		color: #AAA#3F0000#DF0000#A0FF00#40FF00#EFEFEF;
		background-color : transparent;
		margin: 1px 1px 1px 1px;
		padding: 2px 6px 2px 6px;
		border: 1px solid #494949;
		text-align: center;
		font-weight: bold;
                 font:13px
                 font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; Comic Sans MS,
		}

/* Buttonanzeige bei Mouse Over*/
#showit li a:hover, #showit li a:active {
		background-color: #444;
		}

/* Buttonanzeige bei activ*/
#showit li a:active {
		background-color: #777;
		}