#menukontener { width: 120px;}
#menukontener ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -0.2px;
}
#menukontener a {
	display: block;
	height: 22px;
	background-image: url(images/gomb3up.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
#menukontener a:link, #menu a:visited {
	color: #003300;
	text-decoration: none;
	vertical-align: middle;
}
#menukontener a:hover {
/*	background-color: #CCB48F;*/
	background-image: url(images/gomb3down.gif);
	color: #fff;
	vertical-align: middle;
}
#menu #aktiv {
/*	background-color: #B36B00;*/
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
#fmenu a {
	font-family: arial;
	font-weight: bold;
	display: block;
	color: #003300;
	border-top: 1px none #FFFFFF;
	border-right: 3px none #BEE1FF;
	border-bottom: 1px none #FFFFFF;
	border-left: 3px none #BEE1FF;
	text-decoration: none;
	font-size: 11px;
	list-style-type: none;
	line-height: 22px;
	margin-left: 2px;
	background-image: url(images/gomb3up.gif);
	text-align: center;
	background-position: center center;
	width: 100%;
	background-repeat: no-repeat;
	letter-spacing: -0.2px;
}
#fmenu a:hover {
	color: #FFFFFF;
	border-top: 1px none #FFFFFF;
	border-right: 3px none #FF0000;
	border-bottom: 1px none #FFFFFF;
	border-left: 3px none #DFF3FF;
	text-decoration: none;
	background-image: url(images/gomb3down.gif);
}