/* NAVIGATION LEVEL 1 */
#nav-container {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 135px;
	height: auto;
	background-color: transparent;
	z-index: 5;
} 
#nav-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
#nav-container ul li {
	/*display: inline;*/
	padding: 0px;
}
#nav-container ul li a,
#nav-container ul li a:link,
#nav-container ul li a:active,
#nav-container ul li a:visited
{
	display: block;
	/*float: left;*/
	/*background: #6d522d;*/
	background-color: transparent;
	padding: 0 2em 0 0;
	height: 2.0em;
	line-height: 2.0em;
	border-left: 0px solid #fff;
	border-bottom: dotted 1px #fff;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-indent: 25px;
}
#nav-container ul li a:focus,
#nav-container ul li a:hover {
	color: #666;
	border-bottom: dotted 1px #333;
	/*background: #fff;*/
	/*text-decoration: underline;*/
}
#nav-container ul li a.active {
	font-weight: bold;
	border-bottom: dotted 1px #999;
}


/* NAVIGATION LEVEL 2 und LEVEL 3 */
#nav2-container {
	position: absolute;
	left: 140px;
	top: 25px;
	width: 165px;
	height: auto;
	background-color: transparent;
	z-index: 4;
} 
#nav2-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
#nav2-container ul li {
	/*display: inline;*/
	padding: 0px;
}
#nav2-container ul li a,
#nav2-container ul li a:link,
#nav2-container ul li a:active,
#nav2-container ul li a:visited
{
	display: block;
	/*float: left;*/
	/*background: #6d522d;*/
	background-color: transparent;
	padding: 0 0 0 0;
	height: 2.0em;
	line-height: 2.0em;
	border-left: 0px solid #fff;
	border-bottom: dotted 1px #fff;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-indent: 0px;
}
#nav2-container ul li a:focus,
#nav2-container ul li a:hover {
	color: #666;
	border-bottom: dotted 1px #333;
	/*background: #fff;*/
	/*text-decoration: underline;*/
}
#nav2-container ul li a .aktive {
	font-weight: bold;
	border-bottom: dotted 1px #999;
}

#nav2-container ul .level3 li a,
#nav2-container ul .level3 li a:link,
#nav2-container ul .level3 li a:active,
#nav2-container ul .level3 li a:visited
{
	text-indent: 10px;
}
.aktive {
	font-weight: bold;
}

/*  FOOTER MENU  */
#footer {
	
}
#footer ul {
	list-style: none;
	margin: 0;
	margin-left: 320px;
	padding: 0;
	background: none;
}
#footer li {
	float: left;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
	display: block;
	font-size: 10px;
	color: #e5e5e5;
	width: auto;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
}
#footer ul li a:focus,
#footer ul li a:hover {
	color: #fff;
}
#footer ul li a.active {
	color: #fff;
	
}