.default_txt {
	font-family: arial;
	font-size: 12px;
	color: #108EC6;
}

body {
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#background_wrapper {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('/images/background.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	width: 893px;
	left: 0px;
	top: 0px;
	position: relative;
	text-align: left;
}

#back_nav {
	left: 30px;
	top: 26px;
	width: 120px;
	height: 12px;
	position: absolute;
	z-index: 4;
	border: 0px solid red;
}

#breadcrumb {
	left: 30px;
	position: absolute;
	top: 220px;
	height: 20px;
	display: block;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #9FCF40;
	z-index: 20;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:hover,
#breadcrumb a:visited,
#breadcrumb a:active {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #9FCF40;
	font-style: italic;
}

#header_menu {
	position: absolute;
	top: 215px;
	left: 650px;
	z-index: 2;
	color: #108EC6;
	width: 250px;
}

#header_menu a,
#header_menu a:link,
#header_menu a:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #108EC6;
	text-decoration: none;
}

#header_menu a:hover {
	font-weight: bold;
}

#header {
	height: 208px;
	width: 100%;
	position: absolute;
	top: 0px;
}

#header_overlay {
	height: 10px;
	width: 100%;
}

#page_header {
	position: absolute;
	left: 0px;
	top: 188px;
	height: 30px;
}

#page_header_txt {
	background-color: white;
	padding-left: 25px;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

#page_header_end {
	background-image: url('/images/header_rounded.png');
	width: 10px;
}

#menu_holder {
	top: 0px;
	height: 50px;
	left: 0px;
	width: 100%;
	position: absolute;
	display: block;
}

#menu {
	position: absolute;
	left: 0px;
	z-index:2;
}

#menu td {
	vertical-align: top;
}

#search {
	left: 650px;
	top: 240px;
	width: 220px;
	height: 23px;
	position: absolute;
	z-index: 4;
	background-image: url('/images/search_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#search_button {
	right: 0px;
	cursor: pointer;
	top: 0px;
	width: 44px;
	height: 23px;
	position: absolute;
	z-index: 5;
}

#search_input {
	border: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	width: 150px;
}

#search_link {
	position: absolute;
	right: 5px;
	width: 40px;
	height: 23px;
	text-decoration: none;

}

.menu_item {
	background-image: url('/images/menu_item_background.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 47px;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.menu_item a,
.menu_item a:hover,
.menu_item a:link,
.menu_item a:visited {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 15px;
}
.sub_menu {
	display: none;
	margin-top: 17px;
}
.sub_menu a,
.sub_menu a:link,
.sub_menu a:visited {
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	color: #8CB610;
	text-decoration: none;
	padding-left: 20px;
}

.sub_menu a:hover {
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	color: #8CB610;
	text-decoration: none;
	padding-left: 20px;	
}



#content_container {
	position: absolute;
	top: 215px;
	left: 0px;
	width: 100%;
	height: 525px;
	overflow: visible;
	background-image: url('/images/body_background_2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #daeaf9;	
}

#content {
	z-index: 5;
	overflow: visible;

}

#main_block {
	width: 100%;
	overflow: visible;
}

#left_block {
	position: absolute;
	left: 0px;
	width: 50%;
	overflow: visible;
	margin-top: 10px;
	z-index: 6;
}

#right_block {
	position: absolute;
	right: 0px;
	width: 50%;
	overflow: visible;
	margin-top: 10px;	
	margin-left: 5px;	
	z-index: 7;
}

#content_bottom {
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background-image: url('/images/content_bottom.gif');
	background-repeat: no-repeat;
	background-color: white;
}

#sub_menu {
	left: 20px;
	top: 0px;
	width: 200px;
	height: 300px;
	background-color: white;
}

#page_content {
	left: 25px;
	width: 560px;
	position: absolute;
	top: 75px;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #108EC6;
}

#page_content_full {
	left: 25px;
	width: 824px;
	position: absolute;
	top: 75px;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #108EC6;
}

#sidebar {
	left: 650px;
	top: 65px;
	width: 220px;
	position: absolute;
}

#sidebar_top {
	background-image: url('/images/sidebar_top.gif');
	width: 100%;
	height: 15px;

}
#sidebar_bottom {
	background-image: url('/images/sidebar_bottom.gif');
	width: 100%;
	height: 19px;
}

#sidebar_content {
	background-color: white;
	padding-left: 15px;

}

#logo {
	right: 200px;
	bottom: 0px;
	position: absolute;
}

#footer_menu {
	left: 25px;
	bottom: 20px;
	height: 20px;
	position: absolute;
	color: #108EC6;
}

#footer_menu a,
#footer_menu a:link,
#footer_menu a:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #108EC6;
	text-decoration: none;
}

#footer_menu a:hover {
	font-weight: bold;
}

.dots_hr {
	width: 90%;
	background-image: url('/images/dot.gif');
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#sidebar h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #108EC6;
}

#content h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #108EC6;	
}

.menu_item_selected {
	background-image: url('/images/menu_item_background_selected.gif');
}
.menu_item_selected_lonely {
	background-image: url('/images/menu_item_background_selected_lonely.png');
}
.menu_item_unselected {
	background-image: url('/images/menu_item_background.png');
}
.sub_menu_bottom {
	background-image: url('/images/sub_menu_bottom.png');
	height: 25px;
}

.link {
	border: 0px solid black;
}

.lees_verder {
	margin-right: 20px;
	text-align: right;
}

div a:hover, div a:link, div a, div a:visited, div a:active {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #84BA18;
	text-decoration: none;
}

#faqs ul {
	list-style-type: none;
}

#faqs ul li {
	background-image: url('/images/faq_normal.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

#faqs .active {
	background-image: url('/images/faq_collapsed.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

#faq_answer {
	padding-top: 5px;
	padding-bottom: 10px;
}

.nieuws_overview_date{
	font-weight			: bold;
	font-size			: 11px;
}


h1{
	margin					: 0px;
	font-size				: 16px;

}