
/* CSS Document */

.werklisteAlt{
	padding:7px 40px 37px 40px;
	width:540px;
	position: absolute;	
	top:120px;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.65);
}

#container {
	width:900px;
	margin:36px auto;
}

header {
	font-size:48px;
	text-transform: uppercase;
	cursor: pointer;
}

header a {
	color: #000000;
}

nav {
	width: 100%;
}

nav ul {
	list-style-type: none;
	display: inline-block;
}

nav ul li {
	float: left;
	display: inline;
	text-transform: uppercase;
}

.mainmenu {
	clear: both;
	width: 100%;
	height: 16px;
}

.submenu {
	clear: both;
	width: 100%;
	text-align: right;
	height: 16px;
}

.sep {
	margin-left: 6px;
	margin-right: 6px;
}

nav ul li.last .sep {
	display: none;
}

nav ul li a {
	color: #000000;
}

nav ul li.active a {
	color: #A4A4A4;
}

#content {
	margin-top: 12px;
}

#map {
	margin-top: 12px;
	margin-bottom: 12px;
}

.slideshow {
	margin-bottom: 12px;
}
