/*----------spec styles -----------*/

html {
	border: 0px solid red;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #00007c;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	
}

.mainbody {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px solid green;
	background-color: #00007c;
	color: #000000;
	height: 100%;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;

}


.maintable {
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	background-color: #00007c;
	color: #000000;
	text-align: left;
	vertical-align: top;

}

.linkerkant {
	margin: 0px;
	padding: 0px;
	width: 342px;
	border: 0px solid red;
	color: #000000;
	background-image: url(../media/bg-broodtekst.jpg);
	background-repeat: no-repeat;
	background-color: #00007c;
}

.broodtekst {

	background-color: #E2F0BC;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0px;

}

.fotobox {
	position: relative;
	width: 459px;
	height: 265px;
	border: 0px solid gold;
	padding-left: 17px;
	padding-top: 1px;
	
	z-index: 2;
}

.formbox {
	position: relative;
	width: 459px;
	height: 265px;
	border: 0px solid gold;
	padding-left: 17px;
	padding-top: 1px;
	
	z-index: 2;
}

.formulier {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image: url(../media/bg-formulier.gif);
	background-repeat: repeat-y;
	font-weight: bold;
}

.txtveld {
	width: 175px;
	margin-left: 5px;
	margin-top: 5px;

}

.txtveld2 {
	width: 175px;
	height: 75px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.thumbrow {
	
	height: 87px;
	border: 0px solid green;
	padding: 0px;
	margin: 0px;
}

.thumb {
	
	border: 0px solid #597449;
	width: 77px;
	height: 77px;
	float: left;
	padding: 0px;
	margin-top: 1px;
	margin-right: 10px;
	
	
}

.popupcontainer {


	
	position: absolute;
	
	visibility: hidden;
	display: none;
	
	top: 0px;
	left: 0px;
	width: 459px;
	height: 265px;
	
	border: 0px solid red;
	text-align: left;
	vertical-align: top;

}

.popup {
	
	position: absolute;
		
	visibility: hidden;
	display: none;
	
	top: 1px;
	left: 16px;
	
	z-index: 50;
	
	width: 429px;
	height: 502px;
	
	background-image: url(../media/bg-popup.gif);
	background-repeat: no-repeat;
	border: 0px solid black;
	
	padding-left: 30px;
	padding-top: 22px;
	padding-right: 26px;
	
	overflow: hidden;
	
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;


}

.opmerking {

	margin-top: 3px;
	position: relative;
	height: 40px;
	width: 210px;
	overflow: hidden;
	
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

.footer {
	width: 415px;
	height: 95px;
	border: 0px solid yellow;
	margin-left: 16px;
	margin-top: 10px;
	
	color: #ffffff;

}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #A0CD21;
}



/*----------pagina specifiek styles -----------*/

.homepage {
	background-image: url(../media/bg-thumbs-man.jpg);
	background-repeat: no-repeat;
}

.onsbedrijf {
	background-image: url(../media/bg-thumbs-onsbedrijf.jpg);
	background-repeat: no-repeat;
}

.werkwijze {
	background-image: url(../media/bg-thumbs-werkwijze.jpg);
	background-repeat: no-repeat;
}

.garantie {
	background-image: url(../media/bg-thumbs-garantie.jpg);
	background-repeat: no-repeat;
}

.contact {
	background-image: url(../media/bg-thumbs-man.jpg);
	background-repeat: no-repeat;
}

.route {
	background-image: url(../media/bg-thumbs-plattegrond.jpg);
	background-repeat: no-repeat;
}




.kaders {
	background-image: url(../media/bg-thumbs-kaders.jpg);
	background-repeat: no-repeat;
}


/*----------algemene-styles -----------*/

h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	lineheight: 14px;
}




p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}


a {

	color: #00007c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #00007c;
	text-decoration: underline;
	font-weight: bold;

}

