@charset "utf-8";
/* CSS Document 
.menu {
	width:620px;
	height:87px;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-left:10px;
}
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100; margin:0}
.menu li {float:left; padding:0 10px 0 0}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#FFF;
	text-transform: uppercase;
}
.menu a:hover {color:#ebf0e6}
*/

.menu {
	position:relative;
	width:620px;
	height:87px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-top:25px
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding:9px 5px;
	margin:0;
}
.menu li {
	float:left;
}
.menu a, .menu a:active, .menu a:visited, .menu a:hover {
	text-decoration:none;
	color:#FFF;
	padding:10px;
	font-size: 13px;
}
.menu a:hover, .menu a.aktiven {
	color:#000;
}
#slide {
	position:absolute;
	top:6px;
	height:24px;
	z-index:10;
}
#slide h2 {
	background:url("desno_zolt.png") top right no-repeat;
	margin:0;
	padding:8px 0 0.5em 0;
	font-size:0;
}
#slide p {
	margin:0 0 0 -7px;
	padding:0 7px 0.5em;
	border:1px solid #d8d8d8;
	border-width:0 1px;
	background-color:#ffcb05;
}
#slide div {
	margin:0 0 0 -3px;
	padding-left:5px;
	background:url("levo_zolt.png") bottom left no-repeat;
}
#slide a.more {
	display:block;
	text-align:right;
	padding:0 10px 10px 0;
	background:url("desno_zolt.png") bottom right no-repeat;
	color:#808080;
	font-size:0;
	height:15px;
}
