/* CSS Document */

@import url("hoofdmenu.css");
@import url("body.css");

BODY, HTML, DIV, A {
	font-family: Verdana, Arial;
	font-size: 14px;
}

/****************/
/* TEMPLATE		*/
/****************/


DIV.preload {
	display: none;
}

HTML, BODY {
	margin: 0px;
	height: 100%;
}

BODY {
	background: url(../images/template/template_achtergrond.jpg) top center repeat-y;
}

.template {
	height: 100%;
}

.template_header, .template_body, .template_footer {
	width: 925px;
	margin: 0 auto;
}

.template_header {
	height: 50px;
	background: url(../images/template/header_bedrijfsnaam.png) left bottom no-repeat #D2DBE7;
	text-align: right;
}

.template_body {
	background: url(../images/template/body_achtergrond.gif) repeat-y;
}

.template_footer {
	height: 20px;
	background: #D2DBE7;
}

.body {
	float: left;
}

.body_tabel {
}

.hoofdmenu {
	margin: -50px 0px 10px 0px;
}

.hoofdmenu_achtergrond {
	background: url(../images/template/hoofdmenu_achtergrond.gif) right top repeat-y; 
}

/****************/
/*	HEADER		*/
/****************/

div.formulier {
	width: 205px;
	margin: 0px 0px 0px 10px;
	padding: 3px;
	float: right;
}

form.template_zoeken {
	text-align: left;
	color: #6D8BB3;
	line-height: 15px;
	margin: 0px;
}
	.template_zoeken INPUT {
		border: 1px solid #6D8BB3;
		background: white;
	}
		INPUT.template_zoekknop {
			background: #6D8BB3;
			color: white;
			font-style: italic;
		}

.template_lettergrootte {
	line-height: 20px;
	color: #6D8BB3;
	text-align: right;
	vertical-align: bottom;
}

	.template_lettergrootte A, A:visited, A:active {
		color: #6D8BB3;
		padding: 3px;
	}

	.template_lettergrootte A:hover {
		text-decoration: none;
	}
		.klein {
		font-size: 11px;
		}
		.matig {
		font-size: 13px;
		}
		.groot {
		font-size: 15px;
		}


/****************/
/*	FOOTER		*/
/****************/

.footer_knoppen {
	margin-left: 5px;
	color: #6D8BB3;
	width: 400px;
	float: left;
}
	.footer_knoppen A, .footer_knoppen A:active, .footer_knoppen A:visited {
		color: #6D8BB3;
		padding: 3px;
		}
	.footer_knoppen A:hover {
		text-decoration: none;
	}

.footer_tekst {
	text-align: right;
	padding: 3px;
	margin-right: 5px;
	color: #6D8BB3;
	width: auto;
}
	.footer_tekst A, .footer_tekst A:active, .footer_tekst A:visited {
		color: #6D8BB3;
		padding: 3px;
		text-decoration: none;
		}
	.footer_tekst A:hover {
		text-decoration: underline;
	}
