body {
        cursor:default;
	background-color:#FFE566;
}

.menupunkt {
	color:#FFFFFF;
	text-align:center;
	font-family:Helvetica,sans-serif;
	font-weight:bold;
	height:30px;
	font-size:15px;
}

.menupunkt a {
	text-decoration:none;
	color:#0066b2;
}

.menupunkt a:hover {
	text-decoration:none;
	color:#B2CCFF;
}
.menupunkt a:active {
	text-decoration:none;
	color:#0033B2;
}

#bottom1 {
        position:absolute;
	bottom:-10px;
	left:100px;
}

#bottom2 {
        position:absolute;
	bottom:-10px;
	left:10px;
