/* stylesheet für dropdown-menü, www.toperczer.at, b.bauer-wolf, 2007-07-26, www.bauerwolf.at */
/* original von www.dynamicdrive.com, überarbeitet und erweitert von b.bauer-wolf */
/* letztes Update: 2007-07-26 */
/* einwandfrei validiert mit CSS Version 2.1, am 2007-07-26, http://jigsaw.w3.org/css-validator/ , "Keine Fehler oder Warnungen gefunden"*/

.anylinkcss {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	border: 0px solid #999;
	border-bottom-width: 0;
	font-weight: normal;
	font-size: 70%;
	line-height: 1.6em;
	width: 200px;
	margin-top: 11px;
	margin-left: -8px;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 0px solid #999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 10px;
	background-color: #FCD56F;
	color: #000;
}

.anylinkcss a:visited {
	color: #000;
	text-decoration: none;
}

.anylinkcss a:hover {
	background-color: #FEEDC0;
	color: #900;
}

.anylinkcss a:active {
	color: #000;
	text-decoration: none;
}

.dropdownImgTop {
	width: 200px;
	height: 15px;
	background-image: url(../img/dropdown_top_eckignah.gif);
	/* background-image: url(../img/dropdown_top_rund.gif); */
	/* background-image: url(../img/dropdown_top_eckig.gif); */
	/* background-image: url(../img/dropdown_top_eckignah.gif); */
	/* background-image: url(../img/dropdown_top_hart.gif); */
	/* background-image: url(../img/dropdown_top_hartnah.gif); */
	background-repeat: no-repeat;
}

.dropdownImgBottom {
	width: 200px;
	height: 7px;
	background-image: url(../img/dropdown_bottom_eckignah.gif);
	/* background-image: url(../img/dropdown_bottom_rund.gif); */
	/* background-image: url(../img/dropdown_bottom_eckig.gif); */
	/* background-image: url(../img/dropdown_bottom_eckignah.gif); */
	/* background-image: url(../img/dropdown_bottom_hart.gif); */
	/* background-image: url(../img/dropdown_bottom_hartnah.gif); */
	background-repeat: no-repeat;
}

.dropdownSpacer {
	width: 200px;
	height: 10px;
	background-color: #FCD56F;
}
