html {
	overflow-y: scroll;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color: #ececec;
}
div#quick_button, div#quick_button a {
	font-size: 12px;
	color: #FFFFFF;
}
div#quick_button {
	position: relative;
	left: 10px;
	top: 5px;
	width: 150px;
	height: 17px;
	background-color: #999999;
}
div#quick_button a#quick_text {
	display: block;
	padding: 2px 1px 1px 2px;
}
div#quick_button div#quick_list {
	display: none;
	position: absolute;
	width: 150px;
	background-color: #999999;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
div#quick_button:hover div#quick_list {
	display: block;
}
div#quick_list a {
	display: block;
	width: 148px;
	padding-left: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
div#quick_list a:hover {
	background-color: #666666;
}
.searchform {
	background-color: #999999;
	color: #FFFFFF;
	border: 0px;
}
img.menuoben, img.lang {
	border: none;
}
.menuoben:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}
.menusmall {
	font-size: 0.95em;
}
.lang {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
}
.lang:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}
.menutitel {
	font-size: 1.16em;
	font-weight: bold;
	color: #FFFFFF;
}
div.menu {
	font-size: 1.05em;
}
div.menu, div.menu img {
	padding-top: 2px;
}

