body {
	background-color: #E7E7E7;
	margin: 17px;
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
} 

/* link opmaak */
a {
	color: #E4430B;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.wit {
	color: #FFFFFF;
	text-decoration: none;
}
a.wit:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.sub {
	color: #00364F;
	text-decoration: none;
}
a.sub:hover {
	color: #00364F;
	text-decoration: underline;
}
a.rechts {
	color: #E4430B;
	text-decoration: none;
}
a.rechts:hover {
	color: #000000;
	text-decoration: underline;
}
a.footer {
	color: #00364F;
	text-decoration: none;
}
a.footer:hover {
	color: #00364F;
	text-decoration: underline;
}
/* einde link opmaak */

/* clear */
.clear {
	clear: both;
}
/* einde clear */

/* container */
.container {
	width: 754px;
	margin: 0px auto;
}
/* einde container */

/* header */
.header {
	background-image: url(images/header.png);
	width: 754px;
	height: 152px;
}
/* einde header */

/* menu */
.menu_container {
	background-image: url(images/menu-background.jpg);
	width: 754px;
	height: 31px;
}
.menu_links {
	background-image: url(images/menu-links.gif);
	width: 12px;
	height: 31px;
	float: left;
}
.menu_midden {
	width: 730px;
	float: left;
	text-align: center;
}
.menu_rechts {
	background-image: url(images/menu-rechts.gif);
	width: 12px;
	height: 31px;
	float: left;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 31px;
}
.menu ul li{
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
}
.menu ul li a {
	text-decoration: none;
	display: block;
	padding: 6px 8px 0px 10px;
	color: #FFFFFF;
	height: 25px;
	float: left;
}
.menu ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 6px 8px 0px 10px;
	color: #000000;
	height: 25px;
	float: left;
}
.menu ul li a.eerste {
	text-decoration: none;
	display: block;
	padding: 6px 8px 0px 0px;
	color: #FFFFFF;
	height: 25px;
	float: left;
}
.menu ul li a.eerste:hover {
	text-decoration: none;
	display: block;
	color: #000000;
	height: 25px;
	padding: 6px 8px 0px 0px;
	float: left;
}
.menu ul li a.rest {
	background-image: url(images/menu-tussen.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	float: left;
}
.menu ul li a.rest:hover {
	background-image: url(images/menu-tussen.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	color: #000000;
	float: left;
}
/* einde menu */

/* sub balk */
.sub_container {
	background-image: url(images/sub-background.jpg);
	width: 754px;
	height: 25px;
}
.sub_links {
	background-image: url(images/sub-links.gif);
	width: 12px;
	height: 25px;
	float: left;
}
.sub_midden {
	width: 730px;
	float: left;
	text-align: center;
	padding: 3px 0px 0px 0px;
	height: 22px;
	color: #00364F;
}
.sub_rechts {
	background-image: url(images/sub-rechts.gif);
	width: 12px;
	height: 25px;
	float: left;
}
/* einde sub balk */

/* content containers */
.content_container {
	background-image: url(images/container-background.gif);
	padding: 9px 9px 0px 13px;
	width: 732px;
}
.content_links {
	width: 534px;
	float: left;
}
.content_rechts {
	width: 192px;
	margin: 0px 0px 0px 6px;
	float: left;
}
/* einde content containers */

/* content links */
.content_links_container_boven {
	width: 534px;
}
.content_links_container {
	width: 534px;
	padding: 6px 0px 0px 0px;
}
.content_links_boven {
	background-image: url(images/content-boven.gif);
	padding: 4px 0px 0px 20px;
	width: 514px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.content_links_content {
	background-image: url(images/content-background.gif);
	padding: 0px 13px 1px 13px;
	width: 508px;
}
.content_links_onder {
	background-image: url(images/content-onder.gif);
	width: 534px;
	height: 17px;
}
/* einde content links */

/* content rechts */
.content_rechts_container_boven {
	width: 192px;
}
.content_rechts_container {
	width: 192px;
	margin: 6px 0px 0px 0px;
}
.content_rechts_boven {
	background-image: url(images/rechts-boven.gif);
	padding: 4px 0px 0px 20px;
	width: 172px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.content_rechts_content {
	background-image: url(images/rechts-background.gif);
	padding: 0px 13px 1px 13px;
	width: 166px;
}
.content_rechts_onder {
	background-image: url(images/rechts-onder.gif);
	width: 192px;
	height: 17px;
}
/* einde content rechts */

/* footer */
.footer_container {
	background-image: url(images/footer-background.jpg);
	width: 754px;
	height: 42px;
}
.footer_links {
	background-image: url(images/footer-links.png);
	background-repeat: no-repeat;
	background-color: #E7E7E7;
	width: 12px;
	height: 42px;
	float: left;
}
.footer_midden {
	text-align: center;
	padding: 17px 0px 0px 0px;
	width: 730px;
	height: 25px;
	float: left;
	color: #00364F;
}
.footer_rechts {
	background-image: url(images/footer-rechts.png);
	background-repeat: no-repeat;
	background-color: #E7E7E7;
	width: 12px;
	height: 42px;
	float: left;
}
input, textarea { border: 1px solid #0c83bd }
/* einde footer */
