.menupunkt {
	width: 110px;
	height: 23px;
	display: inline;
	background: #ff0000;
	}

#menu a {
	float:left;
	position:relative;
   	height:23px;
   	width:110px;
   	margin:4px;
   	padding:0px;
  	white-space:nowrap;
   	line-height:23px;
   	overflow:hidden;
	cursor:pointer;
   	color:#000;
   	text-decoration:none;
   	text-align:center;
	font-size: 0.8em;
     }

#menu a span {
	position:absolute;
	z-index:2;
	display:block;
	height:23px;
	width:110px;
	top:0;
	left:0;
	background:top left no-repeat;
}

#menu a:focus,
#menu a:hover {
	text-decoration:underline;
}

#menu a:focus span,
#menu a:hover span,
#menu span.aktiv {
	background-position:top right;
}

#menu .home {
	background:url(home.gif);
}

#menu .biertest {
	background:url(biertest.gif);
}

#menu .classics {
	background:url(classics.gif);
}

#menu .wdm {
	background:url(wdm.gif);
}

#menu .forum {
	background:url(forum.gif);
}

#menu .kontakt {
	background:url(kontakt.gif);
}

#rightmenu a.blockmenu {
	display: block;
	width: 160px;
	font-size: 8pt;
	color: #000;
	font-family: Arial, sans-serif; 
	text-decoration: none; 
	background-color: #FFFFBB;
	border: solid 1px #000000;
	margin: 5px;
	padding: 3px; 
	padding-left: 6px;
	}

#rightmenu a.blockmenu:hover {
	text-decoration: none;
	color: #000;
	background-color: #ebbc00;
	}

#rightmenu a.blockmenu:visited {
	text-decoration: none;
	}

#rightmenu a.blockmenu.active {
	background-color: #ebbc00;
	border: solid 1px #000000;
	}

#rightmenu a.blockmenu.space {
	margin-top: 15px;
	}

#rightmenu a.blockmenu.indent {
	margin-left: 25px;
	width: 140px;
	}



