a {
	outline: none;
}
#nav-top {
	position: relative;
	width: 923px;
	height: 90px;
	top: 50px;
}
#nav-top ul {
	display: inline-block; /* Korrektur fuer IE 5 und 6, da doppelter Aussenabstand bei Boxen mit float  */
	width: 923px;
	float: left;
}
#nav-top ul li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
#nav-top ul li:hover ul {
	/* Unternavigation in modernen Browsern einblenden.
		Beim IE wird Unternavigation ueber Javascript eingeblendet (s. nav_hover_IE.js). */
	display: block;
}
#nav-top li > a {
	color: #fff0b8;
	text-decoration: none;
	display: block;
	padding: 4px 0 12px 0;
	margin: 0;
	line-height: 13px;
}
#nav-top ul a:hover {
	background-image: url(../graphics/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #f0cb7b;
}
#nav-top ul a.marker {
	background-image: url(../graphics/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#nav-top ul + ul {
	/*float: right;*/
	margin: 0;
}
#nav-top ul + ul li {
	float: left;
	padding: 7px 20px 0 0;
	width: auto;
	height: 28px;
}
div.bt-angebot {
	position: absolute;
	top: 35px;
	right: 0;
	width: 160px;
	height: 21px;
	background-color: #70584e;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #b4975a;
}
div.bt-angebot a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #f0cb7b;
	text-decoration: none;
	font-size: 11px;
}
div.bt-angebot:hover {
	background-color: #9c885d;
	
}
#navsub-ul li.perlamaria {
	border-left: 1px solid #735c53;
}
#navsub-ul li.perlamaria a {
	margin-left: 20px;
}
