
body{
	margin:0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	background-color: #000;
	color: #1f1f1f;
}
#topbar{
	background-color: #000;
  	background-repeat: no-repeat;
  	background-size: cover;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#navbar{
	text-align: right;
}
.container-fluid{
	padding: 4px 24px;
}
#main{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}
#map{
	height: 400px;
}
.smaller{
	font-size: 16px;
}
.evensmaller{
	font-size: 10px;
}
.onderschrift{
	font-size: 14px;
	line-height: 1.3;
	margin-top: -6px;
}


h1{
	margin-top: -4px;
	margin-bottom: 24px;
	padding-bottom: 12px;
	font-size: 48px;
	border-bottom: 5px solid #1f1f1f;
}
h2{
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 28px;
	border-bottom: 2px dotted #1f1f1f;
}
h3{
	margin-top: 0;
	margin-bottom: 32px;
	padding-top: 0;
	padding-bottom: 6px;
	font-size: 24px;
	border-bottom: 2px dotted #847d7e;
}
h4{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 20px;
}
h5{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 6px;
	font-size: 18px;
	font-style: italic;}
p{
	margin-top: 12px;
	margin-bottom: 24px;
}
a{
	color: #ac437e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #ac437e;
}
strong a{
	color: #ac437e;
}
#topbar a, #footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a{
	font-weight: normal;
}



#footer{
	background-color: #000;
	background-image: url(../img/bottom.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	margin-top: 40px;
	padding-top: 80px;
	padding-bottom: 40px;
	color: #e9e9e9;
}
.schemaimg{
	width: 100%;
}
.rmimg{
	height: 150px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.wikiafb {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
}
.muralimg{
	height: 300px;
	margin: 0 20px 20px 0;
}
.imglink{
	position: relative;
	display: block;
	float: left;
}
.imgyear{
	position: absolute;
	top: 0px;
	opacity: 0.7;
	background-color: #333;
	padding: 2px 10px;
	font-weight: bold;
	color: #fff;
}
.btn-primary{
	background-color: #000;
	font-weight: bold;
	border-width: 0;
	margin-top: -3px;
	padding-bottom: 10px;
}
.btn-primary:hover{
}
button:focus, input:focus, .btn-primary:focus {
}

