/* ### Seitliche Navigation ##################################################### */

#navigation{
	display:block;
	float:left;
	width:180px;
	min-height:600px;
	margin:0;
	padding:0;
}

#navigation a{ margin:0 0 10px; text-decoration:none; color:#5c3120; font-size: 1.1em; padding-right: 0; padding-left: 0; }


#navigation ul{
	display:block;
	width:180px;
	min-height:370px;
	margin:0;
	padding:0;
	list-style:none;
}
#navigation ul li.top{
	display:block;
	width:180px;
	height:22px;
	margin:0;
	padding:0;
}
#navigation ul li.top a{ display:block; width:178px; height:22px; margin:0; padding:4px 0 0; text-indent:21px; text-decoration:none; color:#5c3120; font-size: 1.1em; background-color:#ddd5cf; border-left:1px solid #ddd5cf; border-right:1px solid #ddd5cf; }
#navigation ul li.top a:hover{
	background-color:#f3c200;
	border-left:1px solid #f3c200;
	border-right:1px solid #f3c200;
}
#navigation ul li.top a.on{
	display:block;
	width:178px;
	height:22px;
	margin:0;
	padding:0;
	text-indent:21px;
	text-decoration:none;
	color:#542e0f;
	background-color:#f3c200;
	border-left:1px solid #f3c200;
	border-right:1px solid #f3c200;
}
#navigation ul li.under{
	display:block;
	width:178px;
	height:20px;
	margin:0;
	padding:0;
	border-left:1px solid #ddd5cf;
	border-right:1px solid #ddd5cf;
	background-color:#ffffff;
}
#navigation ul li.underon{
	display:block;
	width:178px;
	height:20px;
	margin:0;
	padding:0;
	border-left:1px solid #f3c200;
	border-right:1px solid #f3c200;
	background-color:#fef4d9;
}
#navigation ul li.under a,#navigation ul li.underon a{ display:block; width:178px; height:20px; margin:0; padding:3px 0 0; text-indent:21px; text-decoration:none; color:#5c3120; font-size: 1.1em; }
#navigation ul li.under a:hover{
	color:#5c3120;
	background-color:#fef4d9;
}
#navigation ul li.underon a:hover{
	color:#5c3120;
	background-color:#fcd466;
}
#navigation ul li.under a.on,#navigation ul li.underon a.on{
	display:block;
	width:158px;
	height:20px;
	margin:0;
	padding:0;
	text-indent:21px;
	text-decoration:none;
	color:#5c3120;
	background-color:#fcd466;
}

/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}
