/* CSS Document Navigation */
#nav ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	height: 1em;
	float: right;
	background-color: #cc9900;
}
#nav li {
	float: left;
	position: relative;
	width: 8em;
	padding-top: 0.2px;
	padding-bottom: 0.2px;
	padding-left: 0em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	list-style-type: none;
	text-align: center;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 0px;
	border-top-style: none;
	height: auto;
	width: auto;
	text-align: left;
}
#nav li>ul {
	top: auto;
	left: auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD34C;
	border-right-color: #cc9900;
	border-bottom-color: #cc9900;
	border-left-color: #FFD34C;
	width: 101%;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
	text-align: left;
}
#nav li a, #fusszeile li a {
	font-size:80%;
	color: #ffffcc;
	text-decoration: none;
	display: block;
	width: 95%;
	padding-left: 5%;
	text-align: left;
}
#nav li a:hover, #fusszeile li a:hover {
	color: #FFFF00;
	background-color: #999999;
}
#fusszeile ul {
	width: 22em;
	height: 1em;
}
#fusszeile li {
	width: 7em;
	list-style-type: none;
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
#spalte_rechts li {
	list-style-type: circle;
	font-size: 0.8em;
	border-left-width: 1px;
	border-left-color: #000000;
}
#spalte_rechts ul {
	text-align: left;
	display: block;
}

