body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d9dbdc;
}

#clear {
	clear:both;
}

#container {
	margin:0 auto;
	width:836px;
	background-image:url(../images/container.jpg);
}

#top {
	width:836px;
	height:40px;
	background-image:url(../images/top.jpg);
}

#header {
	width:836px;
	height:222px;
	background-image:url(../images/header.jpg);
}

	#header_left {
		width:224px;
		height:222px;
		float:left;
	}
	
	#header_right {
		width:612px;
		height:222px;
		float:left;
	}


#navigatie {
	width:836px;
	height:42px;
	background-image:url(../images/navigatie.jpg);
}

	#navigatie_left {
		width:586px;
		float:left;
	}
	
	#navigatie_right {
		width:250px;
		float:left;
	}

#middle {
	width:836px;

	height:auto !important;
	height:414px;
	min-height:414px;
	
	background-image:url(../images/middle.jpg);
	background-repeat:no-repeat;
}

	#middle_left {
		width:586px;
		float:left;
	}
	
	#middle_right {
		width:250px;
		float:left;
	}

#order {
	width:836px;
}

#bottom {
	width:836px;
	height:42px;
	background-image:url(../images/bottom.jpg);
}

	#bottom_left {
		width:586px;
		float:left;
		text-align:right;
	}
	
	#bottom_right {
		width:250px;
		float:left;
	}



.top-tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding-top:13px;
	padding-left:22px;
}

	.top-tekst a:link {
		color: #ffffff;
		text-decoration: none;
	}
	.top-tekst a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	.top-tekst a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.top-tekst a:active {
		color: #ffffff;
		text-decoration: underline;
	}

.navigatie_right-tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-top:12px;
	padding-left:46px;
}


.order-tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4b307e;
	font-style:italic;
	font-weight:bold;
	padding-left:427px;
	padding-bottom:3px;
}

.bottom_left-tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-top:15px;
	padding-right:58px;
}

.bottom_right-tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding-top:16px;
	padding-left:56px;
}

#kop {
	padding:20px 22px 0px 22px;
}

#artikel {
	padding:0px 22px 20px 22px;
}


.koptekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4b307e;
	font-weight:bold;
	line-height:25px;
}

.subkoptekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0077bf;
	font-weight:bold;
	line-height:19px;
}

.artikeltekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	line-height:19px;
}

	.artikeltekst a:link {
		color: #4b307e;
		text-decoration: underline;
	}
	.artikeltekst a:visited {
		color: #4b307e;
		text-decoration: underline;
	}
	.artikeltekst a:hover {
		color: #0077bf;
		text-decoration: underline;
	}
	.artikeltekst a:active {
		color: #4b307e;
		text-decoration: underline;
	}

#flash {
	padding-top:20px;
	padding-left:10px;
}
	
#lijn {
	padding:20px 25px 0px 25px;
}
	
#contact {
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-left:25px;
	list-style-type:none;
}

.contact_kop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
	line-height:23px;
}

.contact_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:23px;
}

	.contact_text a:link {
		color: #ffffff;
		text-decoration: none;
	}
	.contact_text a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	.contact_text a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.contact_text a:active {
		color: #ffffff;
		text-decoration: none;
	}
	

.textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:200px;
}

.textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:360px;
	height:60px;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.error_red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
}

.error_green{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#090;
}