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

body {
	background:#0a4b7b;
	font-size: 80%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.container {
	position:relative;
	background:#0a4b7b;
	width: 1024px;
}
	
#header {
	margin: 21px 0px 0px 9px;
	background:url('../../../../img/boxheader2.jpg');
	height: 117px;
	width: 1014px;
}

#headercontact {
	float: right;
	margin: 0px -11px 0px 0px;
	background:url('../../../../img/boxheadercontact.jpg');
	height:117px;
	width:118px;
}

#body {
	background:url('../../../../img/boxmiddle.jpg');
}

#footer {
	padding-top: 15px;
	display:block;
	float:none;
	background-image:url('../../../../img/boxfooter.jpg');
	height:225px;
	text-align:center;

}

#tekstcontainer {
	position:relative;
	margin: 0px 0px 0px 15px;
	width: 1000px;
}

.tekstvak {
	display: block;
	float: left;
	background: #FFFFFF;
	width: 310px;
	margin: 11px;
	padding: 0px;
}

.inhoud {
	display: block;
	float: left;
	background: #FFFFFF;
	width: 988px;
	margin: 11px;
	padding: 0px;
}

h2 {
	font-size: 1.0em;
	color: #0066cc;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	color: #ffb546;
}

h4 {
	font-size: 2em;
	color: #0066cc;
}

#contact textarea{
	width: 300px;
	height: 160px;
}

#imagecontainer{
	background:url('../../../../img/boxmiddle.jpg');
}

.image {
	height: 250px;
	overflow: hidden;
}

.fp01 {
	background:url('../../../../img/alphen_racks.jpg');
}

.fp02 {
	background:url('../../../../img/alphen.jpg');
}

.fp03 {
	background:url('../../../../img/capelle.jpg');
}

select {
	margin: 0;
	padding: 0;
}

#button {
	width: 72px;
	height: 26px;
	margin: 3px;
	padding: 3px 0 0 0;
		
	background-image: url('../../../../img/btnblue.gif');
	background-repeat: no-repeat;
	
	color: #FFF;
	font-size: 110%;
	text-align: center;
	cursor: pointer;
}

.rounded {
	position:relative
}

.corner {
	background-image:url('../../../../img/roundededges.gif');
	height: 6px;
	position: absolute;
	width: 6px
}

.top_left {
	background-position:top left;
	left:0;
	top:0
}

.top_right {
	background-position:top right;
	right:0;
	top:0
}

.bottom_left {
	background-position:bottom left;
	bottom:0;
	left:0
}

.bottom_right {
	background-position:bottom right;
	bottom:0;
	right:0
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

table td {
	vertical-align: top;
}

input, select { margin:0.5em 0;border:1px solid #bbb; width: 300px; }
textarea { margin:0.5em 0;border:1px solid #bbb; width: 400px; }

input:focus, textarea:focus, select:focus {border:1px solid #666;}
