#menu {
	background: url(../img/left_historisch.jpg) no-repeat left bottom;
	background-color:#FFFFFF;
}

/* LOCATION */

#location {
	float: left;
	background: url(../img/historisch_header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 545px;
	height: 100%;
}

#logo {
	float: right;
	background: url(../img/header_logo_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 100%;
}

/* MENU */

#menu {
	width: 205px;
	vertical-align: top;
	float: left;
	min-height: 600px;
}

#menu ul {
	background-color: white;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	width: 100%;
	float: right;
	width: 204px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #293f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu ul li {
	padding: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	width: 178px;
	display: block;
	clear: both;
}

#menu ul li a {
	text-decoration: none;
	color: #293f6f;
	font-weight: bold;
	padding: 2px 5px 2px 1px;
	display: block;
	width: 100%;
}

#menu li.active a {
	background-color: #e8e1d9;
}

/* SECTION */

#section {
 	background-color: #f8f7f5;
	clear: both;
	height: 35px;
	width: 100%;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 5px;
}

#section ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
}

#section ul li {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	padding-left: 20px;
	float: left;
	padding-right: 35px;
	color: #6f6252;
}

#section ul li.active {
	color: #484035;
}

#section ul li a {
	text-decoration: none;
	color: #6f6252;
}

#section ul li a:hover {
	text-decoration: none;
	color: #484035;
}

#section ul li.active a, #section ul li.active a:hover {
	color: #484035;
}

#section ul li.divider {
	color: #6f6252;
	padding: 0px;
	margin: 0px 6px 0px 0px;
}
