#wrapper {
	width: 804px;
	margin-left: 0px;
	margin-right: 0;
	text-align: center;
	margin-top: 0px;
}
/* MenÃ¼ Start */	
#wrapper ul#topMenu {
	list-style: none;
}
#wrapper ul#topMenu li {
	text-align: center;
	display: block;
	float: left;
	height: 25px;
	width: 134px;
}
#wrapper ul#topMenu li a {
	line-height: 25px;
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #FFFFCC;
}
#wrapper ul#topMenu li a:hover {
	background: #FFCC00;
}
#wrapper ul#topMenu ul#subMenu {
	display: none;
}
#wrapper ul#topMenu li:hover ul#subMenu {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#wrapper ul#topMenu li:hover ul#subMenu li {
	clear: left;
}
/* MenÃ¼ Ende */
.clearfix {
	clear: both;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

