body, html {
	height: 100%;
}

body {
	background-color: #231f20;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Trebuchet MS, verdana;	
	font-size: 12px;
}

.overall {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;	
}
.overalltd {
	vertical-align: middle;
	width: 100%;	
	text-align: center;
}

.knop {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.pdfknop {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 136px;
	height: 16px;
}

a { color: #ffffff; text-decoration: none; }
a:hover { color: #f7abad; text-decoration: underline; }
img { border: 0px; }

	#container { position: relative; margin: 0 auto; width: 948px; height: 721px; background-image:url('images/abcbg.jpg'); }
	.hoofdmenu { position: absolute; top: 257px; left: 265px; width: 110px; }
	.pdfmenu { position: absolute; text-align: left; top: 252px; left: 557px; width: 236px; }	

ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	line-height: 20px;
}

li {
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin: 0px;
	margin-left: 0px;
	color: #8e939f;
}

/* contactform */

#emailform {

	color				: #ffffff;
	position			: absolute;
	width				: 100%;
	top					: 30%;
	left				: 0;
	display				: none;
	z-index				: 20000000;
}

.emailcontainer {
	position: absolute;
	background-color: #231F20;
	overflow: hidden;
	width: 400px;
	height: 250px;
	padding: 10px;
}

.emailcontainer .leftInput {
	width: 190px;
	float: left;
	height: 160px;
}

.emailcontainer .rightInput {
	width: 190px;
	float: right;
	height: 160px;
}

.normaltext {
	background-color: #F7ABAF;
	color: #000000;
	font-size: 8pt;
	width: 170px;
	border: 0px solid #ffffff;
}

.emailcontainer textarea {
	background-color: #F7ABAF;
	color: #000000;
	font-size: 8pt;
	font-family: Arial;
	width: 170px;
	border: 0px solid #f8c300;
	height: 50px;
}

.emailcontainer .button {
	width: 90px;
	height: 17px;
	color: #ffffff;
	border: 1px solid #ffffff;
	cursor: pointer;
	position: absolute;
	text-align: center;
	bottom: 25px;
	left: 155px;
}

#closeButton {
	float: right;
	cursor: pointer;

}

/* fotos */

.pics {
	width: 480px;
	height: 462px;
	overflow: auto;
	background-color: #231F20;
	
}
