/* Navigation */ 
/* ------------------------------------------------------------------------------------------------------ */ 

.navigationen {
	background:#AFA47B;
	min-height: 150px;
	border-bottom: 14px solid white;
}

#Navigation ul li a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#AFA47B;
}

.current {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#AFA47B;
}

.NavigationAktiv {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#AFA47B;
}

/* ------------------------------------------------------------------------------------------------------ */ 

footer {
	padding-top:20px;
	background-color:#AFA47B;
	background-repeat: no-repeat;
}

