.slider {
	position: absolute;
	width: 0px;
	height: 0px;
	background: #D9EBFB; /* #f0f0f0; */
	margin-top: -4px;
}
.logo {
	font-size: 10px;
	color: #000000;
	height: 16px;
	width: 450px;
	margin: 20px auto 0px auto;
	font-family: Verdana;
	padding-top: 3px;
}
.lang {
	font-size: 10px;
	color: #000000;
	height: 16px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
}
.menu {
	position: absolute;
	height: 20px;
	width: auto;
	z-index: 10;
	color: #c0c0c0;
}

.logo a {
	color: #000000;
	border: none;
	text-decoration: none;
	font-family: Verdana;
}

.logo a:hover {
	color: #000000;
	border: none;
	text-decoration: none;
	font-family: Verdana;
}

.under {
	background: url('under.png') repeat-x top left;
	width: 404px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}