@charset "utf-8";
/* CSS Document */

body {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #31323c;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #ffffff; 
}
h1 {
	font-size: 30px;
	display: block; 
	height: 30px; 
	margin-bottom: 40px;
	font-weight: bold;
}
h2 {
	font-size: 60px;
	line-height: 60px;
	display: block; 
	margin-bottom: 40px;
	font-weight: bold;
}
.redsmal {
	font-size: 32px;
	font-weight: normal;
	color: #7a2e24;
}
a {
	color: #ffffff; 
	font-weight: bold;
}
#footer, #menu {
	position: fixed;
}
#footer {
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	height: 45px; 
	background-color: #1b1b1f; 
	z-index: 200;
}
#footer .contactgegevens {
	color: #ffffff; 
	font-size: 12px; 
	line-height: 45px; 
	margin-left: 20px;
}
#menu {
	width: 325px;
	margin: 0; 
	padding-top: 0; 
	padding-left: 20px;
	background: url(../images/djkb_detail_links.png) top left no-repeat;
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 100;
}
#menu li {
	list-style-type: none;
}
#menu a.naarIntro { 
	display: block;
	width: 95px;
	height: 149px; 
	padding: 2px 24px; 
	margin: 0 0 4px 0; 
}
#menu a.standaard { 
	display: block;
	width: 95px;
	background-color: #1b1b1f; 
	height: 16px; 
	color: #ffffff; 
	font-size: 12px; 
	padding: 2px 24px; 
	margin: 0 0 4px 0; 
	text-decoration: none; 
	line-height: 16px; 
}
div.sections {
	width: 670px;
	height: 1340px;;
	position: relative;
	z-index: 50;
}
div#intro {
	padding: 123px 80px 40px 246px;
	background: url(../images/pijl_00.png) top left no-repeat; 
}
div#profiel {
	padding: 123px 80px 40px 246px;
	background: url(../images/pijl_01.png) top left no-repeat;
}
div#referenties {
	padding: 123px 80px 40px 246px;
	background: url(../images/pijl_02.png) top left no-repeat;
}
div#contact {
	padding: 123px 80px 40px 246px;
	background: url(../images/pijl_03.png) top left no-repeat;
}
img.fixed {
	position: fixed; 
	bottom: 45px;
	right: 0; 
	z-index: 1;
}
div.sections p {
	margin-left: 14px;
	margin-bottom: 14px;
}
div.sections img {
	border: #ffffff solid 1px;
	margin-left: 14px;
	margin-bottom: 14px; 
	margin-top: 14px; 
	width: 180px;
	height: 90px;
}
div.sections img.hidden {
	visibility: hidden;
}
iframe {
	margin-left: 14px;
	width: 600px;
	height: 600px; 
	border: none;
	background-color: transparent;
}