body {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 12px;
	background-color: #FFFFFF;
}

div#main_container {
	width: 725px;
	position: absolute;
	left: 50%;
	margin-left: -363px;
	top: 50px;
}

div#header_box {
	width: 725px;
	height: 140px;
	float: left;
}

div#header_left {
	width: 575px;
	height: 140px;
	float: left;
}

div#header_right {
	width: 150px;
	height: 140px;
	background-image: url(images/header_right_bg.jpg);
	float: right;	
}

div#header_right_text {
	font-weight: bold;	
	text-align: center;
	height: 100px;
	position: relative;
	top: 50%;
	margin-top: -15px;
	
}

div#content_container {
	width: 725px;
	float: left;
	padding-top: 20px;
	min-height: 400px;
}

div#content {
	width: 555px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;	
}

div#menu {
	width: 110px;
	float: left;
	margin-left: 5px;
}

div#menu_line {
	width: 2px;
	height: 200px;
	background-image: url(images/menu_line.jpg);
	float: left;
	margin-left: 25px;
	margin-top: 5px;
}

div.menu_item {
	width: 100px;
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

div.admin_menu_item {
	width: 150px;
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

div.menu_item:hover {	
	border-bottom-color:#FFBF63;
	background-image: url(images/menu_item_over.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 15px;
}

/*For IE 6 Javascript*/
div.menu_item_hover {	
	border-bottom:1px solid #FFBF63;
	background-image: url(images/menu_item_over.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 15px;	
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 2px;
	cursor: pointer;
}

div#footer {
	width: 700px;
	float: left;
	border-top: 2px solid #808080;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
}

div.nieuws_item, div.nieuws_item_grey, div.faq_item, div.faq_item_grey {
	float: left;
	width: 550px;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
}

div.nieuws_item_grey, div.faq_item_grey {
	float: left;
	background-color: #F8F8F8;
}

div.nieuws_item:hover, div.nieuws_item_grey:hover, div.faq_item:hover, div.faq_item_grey:hover {
	border: 1px solid #FFAE36;
}

div.faq_item_title, div.nieuws_item_title {
	width: 546px;
	background-color: #ffe1b7;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

div.faq_item_date, div.nieuws_item_date {
	width: 546px;
	font-size: 10px;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

div.faq_item_content, div.nieuws_item_content {
	width: 546px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: justify;
}

div.nieuws_item_image {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

div.nieuws_item_image_right {
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
}

img.nieuws_image {
	border: 1px solid #000000;
	float: left;
	vertical-align: middle;
}

div.nieuws_item_text {
	float: none;
}

div#faq_index {
	width: 519px;
	margin-left: 20px;
	border: 1px dashed #808080;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #F8F8F8;
}

div.admin_functions {
	float: right;
}

div.text_float_left {
	float: left;
}

div.message_box {
	border: 1px solid #FFAE36;
	background-color: #ffe1b7;
	color:#666666;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	margin-bottom:5px;: 5px;
	font-size: 11px;
}

span.bold14px {
	font-weight: bold;
	font-size: 14px;
}

td.vb_thumb_box {
	width: 160px;
	height: 187px;
	background-color: #ffe1b7;
	border: 1px solid #FFAE36;
	text-align: center;
	padding: 5px;
	color:#666666;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

td.vb_thumb_box:hover {
	background-color: #fdeace;
}

div.vb_full_box {
	width: 540px;
	background-color: #ffe1b7;
	border: 1px solid #FFAE36;
	text-align: center;
	padding: 5px;
	color:#666666;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

img.vb_thumb {
	border: none;
	margin-bottom: 10px;
}

img.vb_full {
	border: none;
	max-width: 500px;
	margin-bottom: 10px;
}

div#nav_box {
	width: 552px;
	margin-top: 10px;
}

div#nav_left {
	width: 100px;
	background-color: #ffe1b7;
	border: 1px solid #FFAE36;
	float: left;
	padding: 10px;
}

div#nav_text {
	margin-left: 0px;
	margin-right: 0px;
	width: 308px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

div#nav_text_fixed {
	width: 308px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-left: 122px;
}

div#nav_right {
	width: 100px;
	background-color: #ffe1b7;
	border: 1px solid #FFAE36;
	float: right;
	padding: 10px;
	text-align: right;
}

div#nav_left:hover, div#nav_right:hover, div.option_button:hover {
	background-color: #fdeace;
	cursor: pointer;
}

div.option_button {
	width: 100px;
	background-color: #ffe1b7;
	border: 1px solid #FFAE36;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	float: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}

hr {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #808080;
	height: 1px;
	border:1px solid #808080;
}

a {
	color: #454545;
	text-decoration: underline;
}

a.footer {
	font-size: 10px;
	color: #808080;
	height: 25px;
}

a:hover {
	text-decoration: none;
}

a.no_decoration {
	text-decoration: none;
}

input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f8f8f8;
}

img.admin_icon {
	vertical-align: middle;
	margin-left: 10px;
	border: none;
}

span.text_onderstreept {
	text-decoration: underline;
}

div#headlines_box {
	width: 200px;
	border: 1px dashed #808080;
	background-color: #F8F8F8;
	float: right;
	margin-top: 6px;
	margin-left: 3px;
	padding: 2px;
	text-align: center;
}

a.headlines_item_title {
	font-weight: bold;
	text-decoration: none;
}

div.headlines_item {
	width: 190px;
	float: left;
	border-bottom: 1px dotted #808080;
	margin-bottom: 10px;
	padding: 3px;
	text-align: left;
	min-height: 50px;
	cursor: pointer;
}

div.headlines_item:hover {
	background-color: #FFE1B7;
	border-bottom-color: #FFAE36;
}

div#pagina_content {
	float: left;
}
