#menue
{
	font-family: arial, helvetia, sans-serif; 
	position: absolute;
	left: 100px;
	top: 345px;
	width: 176px;
	height: 320px;
	color: #008000;
	text-decoration: none;
	z-index: 3;
}
#menue1
{
	position: absolute;  
	left: 10px;
	top:65px;
	height: 25px;
	color: #008000
}
a.menupunkt
{
	margin: 5px;
	border:1px;
	
	color:#008000;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	font-size: 17px;
	color: green;
	width: 130px;
	display: block;
	text-decoration: none;
	padding-left:1px;
	padding-right:1px;
	padding-top:2px;
	padding-bottom:2px;
}
a.menupunkt:hover
{
	border: 1px;
	border-color: #FFF;
	color: white;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	font-size: 17px;
	margin: 5px;
	color: #ff0000;
	width: 130px;
	display: block;
	text-decoration: none;
	padding-left:1px;
	padding-right:1px;
	padding-top: 2px;
	padding-bottom:2px
}
#counter
{
	position: absolute;  
	left: 1115px;
	top: 650px;
	width: 112px;
	height: 93px;
	z-index: 2;
	bottom: 0px;
}