
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height:100%;
	overflow:auto;
	overflow-y:scroll;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height:100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #014183;
	background: #ffffff url(/visuals/basis/bg.jpg) no-repeat center top;
}

h1 {
	font-size: 16px;
	color: #ed6501 ;
}

h3 {
	margin:0px;
	font-size:13px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

table {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color:  #014183;
}
a:visited {
	text-decoration: none;
	color:  #014183;
}
a:hover {
	text-decoration: none;
	color: #014183;
}
a:active {
	text-decoration: none;
	color:  #014183;
}

.info_mail:link {
	text-decoration: none;
	color: #014183;
}
.info_mail:visited {
	text-decoration: none;
	color:#014183;
}
.info_mail:active {
	text-decoration: none;
	color: #014183;
}
.info_mail:hover {
	text-decoration: none;
	color: #8096a5;
}
div {
	/*border: 1px solid black;*/
}

input {
	width: 200px;
	border: 0px;
	color: #000;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
	border: 0px;
	color: white;
	background: #8096a5;
}

form {
	padding: 0px;
	/*width: 200px;*/
	/*margin: 0px auto 0px auto;*/
}

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	width: 80px;
	border: 0px;
	color: white;
	font-weight:bold;
	background: #8096a5;
}

.form_button:hover {
	width: 80px;
	border: 0px;
	color: black;
	font-weight:bold;
	background: #8096a5;
}

.topbar {
	position: relative;
	margin-left: 1px;
	height: 90px;
	width: 760px;
	background: #F2F5FA url(/visuals/logo.jpg) no-repeat top left;
	background-position: 20px 14px;
	font-size: 10px;
	font-weight: bold;
	color: #003060;
}

.bottombar {
	position: relative;
	margin-left: 1px;
	height: 10px;
	width: 760px;
	background: #BBBBBB;
	text-align: center;
	font-size: 10px;
	color: #003060;
}

.bottombar a:link, .bottombar a:visited, .bottombar a:active {
	font-weight: bold;
	color: #003060;
	text-decoration: none;
}

.bottombar a:hover {
	font-weight: bold;
	color: #0060F0;
	text-decoration: none;
}

.favorites {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 80px;
}

.klik {
	position: absolute;
	top: 5px;
	left: 200px;
}

.shadowbar {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 380px;
	height: 100%;
	width: 18px;
	background: white url(/visuals/shadow.jpg) repeat-y top left;
}

.page_time {
	position: absolute;
	top: 5px;
	right: 10px;
}

.menu {
	position:relative;
	top:0px;
	left: 216px;
	width: 760px;
}

.menu table tr td {
	height:34px;
}

.menu_left {
	width: 6px;

}

.menu_right {
	width: 1px;
	background:#3c6da0;

}

.menu_center {

}

.menu_item {
}

a:link .menu_item, a:visited .menu_item, a:active .menu_item {
	text-decoration: none;
	font-size: 14px;
	line-height:18px;
	color: #ffffff;
	padding-left:15px;
	padding-right:15px;
}

a:hover .menu_item {
	text-decoration: none;
	font-size: 14px;
	line-height:18px;
	color: #ED6501;
	padding-left:15px;
	padding-right:15px;
	/*background: url('/visuals/basis/menu_active.jpg') center left no-repeat;*/
}

.menu_item_active {
	text-decoration: none;
	color: #ED6501;
	padding-left:15px;
	padding-right:15px;
	/*background: url('/visuals/basis/menu_active.jpg') center left no-repeat;*/
}

a:link .menu_item_active, a:visited .menu_item_active, a:active .menu_item_active {
	text-decoration: none;
	font-size: 14px;
	line-height:18px;
	color: #ED6501;
	padding-left:15px;
	padding-right:15px;
	/*background: url('/visuals/basis/menu_active.jpg') center left no-repeat;*/
}

a:hover .menu_item_active {
	text-decoration: none;
	font-size: 14px;
	line-height:18px;
	color: #ED6501;
	padding-left:15px;
	padding-right:15px;
	/*background: url('/visuals/basis/menu_active.jpg') center left no-repeat;*/
}

.menu_block .menu_block {
	margin-left: 10px;
}

.banners {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 196px;
	bottom: 0px;
	height: expression(document.body.clientHeight - 90 + "px");
	/*background: white url(/visuals/ringsbg.jpg) repeat-y top left;	*/
}

.content {
	margin-left: 1px;
	position: relative;
	width: 760px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	border: 0px solid black;
}

.content h1 {
	font-size: 14px;
}

.content h2 {
	font-size: 11px;
}

.logo {
	width: 450px;
	height: 181px;
	background: url(/visuals/logo_mkbgids.gif) no-repeat top center;
}

.mosaic {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.module_block {
	background: #eeeeee;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	heigth: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}



.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
	font-size: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {

}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.news_block {
	background: #ffffff;
	margin-bottom: 25px;
	margin-left:14px;
	/*width: 48%;*/
}

.zoekresultaten div
{
	padding:5px;
}
.zoekresultaten div:hover
{
	background-color:#EBEBEB;
}
.zoekresultaten div a
{
	color:#ED6501;
}

.news_title {
	font-size:18px;
	color:#ed6501;
	line-height:24px;
	margin:0
	font-weight:normal;

	padding: 5px 0px ;
	background: #ffffff url(/visuals/basis/lijn_groot.jpg) no-repeat bottom left;
}

.news_source {
	margin-left: 15px;
	margin-top:5px;
	font-size: 10px;
	font-weight: normal;
	color: #003060 ;
}

.news_block a:link, .news_block a:visited, .news_block a:active {
	text-decoration: none;
	color: #014183;
}

.news_block a:hover {
	text-decoration: none;
	color: #ed6501 ;
}

.news_source a:link, .news_source a:visited, .news_source a:active {
	text-decoration: none;
	color: white;
}

.news_source a:hover {
	text-decoration: none;
	color: white;
}

.news_block {
	list-style-image:url('/visuals/basis/punt.jpg');
	margin-left:0;
	padding-left:0;
	list-style-position:outside;
}

.news_block ul {
	list-style-type: disc;
	padding-left:20px;
	margin:0;
}

.news_block li {
	margin: 5px 0 0 0;
	padding:0;
}

.news_block form {
	padding: 0px;
	width: 200px;
	margin: 0px auto 0px auto;
}

/* Layout website */
.layout_center_hor
{
	position: relative;
	width: 980px;
	margin: 20px auto 0px auto;
	height:100%;
	min-height:100%;
}

.layout_inner_padding
{
	padding: 6px 10px 6px 24px;
}

.layout_logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:217px;
	height:166px;
	background: #2c3439;
}
.layout_top
{
	position:absolute;
	top:0px;
	left:217px;
	width:763px;
	height:267px;

}
.layout_menu
{
	position:absolute;
	top:166px;
	left:0px;
	width:980px;
	height:34px;
	background: #014183;
}

.layout_content_top
{
	float:left;
	width:100%;
}
.layout_content
{
	clear:both;
	float:left;
	width:100%;
	margin-top:200px;
	background: #ffffff url(/visuals/basis/bg_layout_col_1.jpg) top left no-repeat;
	bottom:0px;

}
.layout_col_1
{
	float:left;
	min-height: 714px;
	width: 216px;

}
.layout_col_2
{
	float:left;
	width: 566px;
	min-height: 100px;
	
}
.layout_col_3
{
	margin-top:40px;
	float:right;
	min-height: 100px;
	width: 188px;
}

.layout_col_head
{
	width:100%;
	height:25px;
	color:white;
}

.layout_bottom
{
	clear:both;
	left:0px;
	width:980px;
	height:34px;
	background: #014183;
	font-size: 12px;
	line-height:26px;
	color:white;
}
.space{
	position:relative;
	height:20px;
	background:white;
}
.layout_copyright
{
	float:left;
	padding-top: 2px;
	text-align:center;
	width:216px;
}
.layout_voorwaarden
{
	float:right;
	padding-top: 2px;
	text-align:center;
	width:188px;

}

.layout_voorwaarden a:link,
.layout_voorwaarden a:visited,
.layout_voorwaarden a:active,
.layout_voorwaarden a:hover
{
	font-decoration:none;
	font-size: 12px;
	line-height:26px;
	color:white;
}

.layout_search
{
	position:relative;
	top:1px;
	left:154px;
	width:421px;
	height:25px;
	color:white;
	font-size: 10px;
	background: url('/visuals/basis/bg_search.png') top left no-repeat;
}

.layout_search input
{
	border-top: 1px solid #34393b;
	border-right: 1px solid #cbd4da;
	border-bottom: 1px solid #cbd4da;
	border-left: 1px solid #34393b;
	background:#8096a5;
	margin-top:-2px;	width:100px;
	height: 13px;
	font-size:10px;
	color:white;
}

.layout_search .search_submit
{
	border: 1px solid #8096a5;
	background:#8096a5;
	margin-top:-2px;
	width:50px;
	height: 17px;
	font-size:10px;
	color:white;
}

.layout_submenu
{
	position:absolute;
	top:0px;
	right:10px;
	width:170px;
	height:35px;
	color:white;
	font-size:10px;
	padding-top:2px;
	text-align:center;
	background: url('/visuals/basis/bg_submenu.png') top left no-repeat;
}

.layout_submenu a:link,
.layout_submenu a:visited,
.layout_submenu a:active
{
	text-decoration:none;
	color: white;
}

.layout_submenu a:hover
{
	text-decoration:none;
	color: #fecc1d;
}


.mkb_rss
{
	padding-left:20px;
	margin-left: 0px;
	padding-right:10px;
}

.mkb_rss li
{
	list-style-type: square;
	font-size:10px;
}

.layout_col_1 a:link,
.layout_col_1 a:visited,
.layout_col_1 a:active
{
	text-decoration:none;
}

.layout_col_1 a:hover
{
	text-decoration:underline;
}

#wrapper_form {
	position:relative;
	margin-top:0px;
	width:529px;
	height:129px;
	background: url('/visuals/basis/zoek_form.jpg') top left no-repeat;
}

#form_submit_zoek {
	width:96px;
	background: url('/visuals/basis/btn_zoek.jpg') top left no-repeat;
	height:35px;
}

.wrapper_bedrijfs_zoeken {
	position:relative;
	margin-bottom:15px;
	margin-top:10px;
	height:80px;
}

.wrapper_bedrijfs_zoeken h1 {
	font-size:18px;
	color:#ed6501;
	line-height:14px;
	margin:0;
	float:left;
	font-weight:normal;
}

.wrapper_bedrijfs_zoeken .select {
	color:#8e8d8d;
	font-size:10px;
	line-height:14px;
	float:left;
	margin:3px 0 0 5px;
}

.wrapper_bedrijfs_zoeken .alfabet {
	position:relative;
	text-align: left;
	height:70px;
	margin-top:3px;
	width:20px;
}

.wrapper_bedrijfs_zoeken .alfabet a {
	position:relative;
	font-size:24px;
	color:#014183;
	height:70px;
	}

.wrapper_bedrijfs_zoeken .alfabet a:hover,
.wrapper_bedrijfs_zoeken .alfabet a.current {
	font-size:24px;
	height:70px;
	color:#ed6501;
	background: url(/visuals/basis/pijl.jpg) bottom center no-repeat;
	display:inline;
	padding-bottom:20px;
	width:auto;
}

form.contact_form input, form.contact_form textarea{
	border:1px solid #014183;
	background-color:#fff;
	width:250px;
	color:#000;
}

form.contact_form input#form_button {
	background:url('/visuals/basis/verstuurd.jpg') top left no-repeat;
	border:none;
	height:34px;
	width:96px;
	margin:0;
	padding:0;
}

table#tbl_contact tbody tr td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #014183;
}

#wrapper_terug a {
	background:url('/visuals/basis/terug.jpg') top left no-repeat;
	padding-left:15px;
}

.search_result_div:hover{
/*	background:#ebebeb;*/
}

#center_nav {
	text-align:center;
}

#beurs	{position:absolute; left:11px; top:265px; width:195px; height:195px; padding:10px 0 0 0; background:#fff;}
#beurs h3 {position:relative; top:-10px; height:25px; margin:0; padding:5px 0 0 5px; color:#fff; background:#ed6501;}

#banners {
	
}
#banner1	{position:relative; margin:25px 0 0 0; width:188px; height:188px;}
#banner2	{position:relative; margin:25px 0 0 0; width:188px; height:188px;}
#weer			{position:relative; margin:25px 0 0 0; width:154px; height:180px; padding: 20px 0 0 33px; background:#fff url(/visuals/basis/weer.jpg) no-repeat;}

#presentatie {
	background:#ffffff url(/visuals/basis/btn_presentaties.jpg) center left no-repeat;
	padding:0 0 0 15px;
}