* {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	color: #000000;
}
html, body {
	text-align: center;
	height:100%; /* needed for container min-height */
	font: normal 12px/20px Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 1em;
}
b, strong, th {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
img {
	border: 0;
}
	img.align-left {
		float: left;
		margin-right: 10px;
	}
	img.align-right {
		float: right;
		margin-left: 10px;
	}
	div.align-center {
		text-align: center;
	}
h1.head {
	display: none;
	height: 0;
	width: 0;
	visibility: hidden;
}
h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #4c4c4c;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #000000;
}
.noborder {
	border: 0;
}
a, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover, a:active {
	color: #000000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:25px auto 0 auto; /* center, not in IE5 */
	width:950px;
	background:#f0f0f0;
	height:auto !important; /* real browsers */
}

div#header {
	height: 170px;
	background:#fff url("/skin/logo.jpg") no-repeat;

}

div#header_right_top{
	position: absolute; 
	top: 0px; 
	right: 5px;
}

a.header_right_top{
	color: #979794;
}

div#nav_header{
	position: absolute; 
	top: 140px; 
	left: 160px; 
	height: 12px;
}

div#nav_header ul li{
	display: inline;
}

div#nav_header ul li a{
	float: left;
	display: block;
	height: 20px;
	width: 108px;
	background-color: #E81C01;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}

div#nav_header ul li a:hover, div#nav_header ul li a:active, div#nav_header ul li a.header_active{
	float: left;
	display: block;
	height: 20px;
	width: 108px;
	background-color: #636363;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 10px;
	color: #ffffff;
}



div#nav_left {
	position: absolute; 
	top: 190px; 
	left: 0px; 
	height: 370px; 
	width: 150px; 
	background: #E81C01;
	font-size: 12px;
	color: #ffffff;
	padding: 0px;
}

div#nav_left ul li{
list-style: none;
}

div#nav_left ul li a{
	color: #ffffff;
	display: block;
	height: 20px;
	width: 145px;
	_width: 150px;
	padding-left: 5px;
}

div#nav_left ul li a:hover, div#nav_left ul li a:active, div#nav_left ul li a.left_active{
	color: #000000;
	background: url('/skin/left_hover.jpg');
	display: block;
	height: 20px;
	width: 145px;
	_width: 150px;
	padding-left: 5px;

}
div#footer1 strong {
	color: #7f7f7f;
}
div#footer1 p {
	text-align: center;
	color: #7f7f7f;
}
div#footer1 a {
	background: #e81c01;
	padding: 5px;
	color: #ffffff;
	text-decoreation: none;
}
div#footer {
	height: 20px;
	position:relative;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff url('/skin/xx.jpg') repeat;
	padding-bottom: 5px;
	padding-top: 40px;
	clear: both;
}

div#footer ul li{
	display: inline;
	display-style: none;
}

div#footer ul li a, div#footer ul li a:visited{
	float: left;
	display: block;
	height: 20px;
	width: 221px;
	_width: 215px;
	background-color: #E81C01;

	padding-left: 10px;
	color: #ffffff;
}

div#footer ul li a:hover, div#footer ul li a:active{
	float: left;
	display: block;
	height: 20px;
	width: 221px;
	_width: 215px;
	background-color: #636363;

	padding-left: 10px;
	color: #fff;
}

div#footer ul li a.footer_active{
	background-color: #636363;
}

a.keuzes, a.keuzes:visited{
	display: block;
	background: #aaaaaa;
	color: #000000;
	width: 195px;
	font-weight: bold;
}

a.keuzes:hover, a.keuzes:active{
	display: block;
	background: red;
	color: #ffffff;
	width: 195px;
}
a.keuzes img{
	width: 195px;
}

{* content *}

div#content {
	padding-bottom: 100px; /* bottom padding for footer */
	min-height: 380px;
	_height: 380px;

}
div#content-index {
	margin-top: 3px;
	min-height: 387px;
	_height: 387px;
	background: #ffffff url("/skin/keuze/index-bg.jpg") no-repeat center top;
}
div.background {
	height: 10000px;
	width: 100%;
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	left: 0;
	top: -15px;
}
div.home_block {
		
	border: #cc0000 2px solid;
	float: left;
	height: 161px;
	left: 150px;
	_left: 140px;
	top: 200px;
	width: 200px;
	_width: 200px;
	margin-left: 10px;
	color: #000000;
	font-size: 18px;
	overflow: hidden;
	position: relative;
}
	div.home_block div.background {
		background: #fcfdfd;
	}
	div.home_block div.content, div.home_block img, div.home_block a.button {
		position: relative;
		z-index: 1;
	}
	div.home_block.first {
		clear: left;
		margin-left: 26px;
		_margin-left: 15px;
	}
	div.home_block .newsblock {
		top: 10px;
		position: relative;
	}
	div.home_block ul.newsblock li a {
		color: #ffffff;
		font-size: 12px;
		font-weight: normal;
	}
	div.home_block ul.newsblock li a:hover {
		color: #000000;
		font-size: 12px;
		font-weight: normal;
	}
		div.home_block a.button {
			background: transparent url('/skin/keuze/right.gif') no-repeat center right;
			display: block;
			width: 100px;
			color: #e81c01;
			font-size: 12px;
			position: absolute;
			bottom: 10px;
			left: 15px;
		}
		div.home_block:hover {
			cursor: pointer;
		}
		div.home_block a.button:hover {
			text-decoration: none;
			color: #6e6666;
		}
		div.home_block h1 {
			background: url(/skin/keuze/balloonbox.gif) no-repeat scroll 0 0;
			height: 42px;
			left: -5px;
			_left: -5px;
			top: -6px;
			width: 179px;
			_width: 179px;
			padding: 15px;
			_padding: 15px;
			font-size: 15px;
			color: #ffffff;
			position: relative;
			z-index: 1;
		}
		div.home_block:hover h1, div.home_block h1:hover {
			background-position: 0 -67px;
		}
		div.home_block p {
			margin-left: 20px;
			margin-right: 20px;
			margin-top: -10px;
			line-height: 14px;
			overflow: hidden;
			font-size: 11px;
			color: #000000;
		}
		div.home_block ul.block {
			display: block;
			height: 146px;
			width: 155px;
			padding-top: 5px;
			position: absolute;
			top: 0;
			left: 0;
		}
			div.home_block ul.block li {
				margin-left: 5px;
			}
		div.home_block div.anchor {
			height: 166px;
			width: 166px;
			opacity: 0.21;
			filter: alpha(opacity=21);
			position: absolute;
			top: 0;
			left: 0;
		}
			div.home_block a.block, div.home_block a.block:visited {
				display: block;
				height: 166px;
				width: 166px;
			}
			div.home_block ul {
				list-style: none;
			}
			div.home_block ul li a {
				background: transparent url(/skin/ul-right.gif) no-repeat scroll left top;
				padding-left: 20px;
				font-size: 15px;
			}
			div.home_block ul li a:hover {
				/* background: transparent url(/skin/ul-right.gif) no-repeat scroll left top; */
				padding-left: 20px;
				font-size: 15px;
				text-decoration: none;
			}


.button{
	margin-right: 10px;
	padding-left: 5px;
	float: left;
	display: block;
	height: 20px;
	width: 100px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
}

input#searchinput{
	position: relative; 
	top: 0px; 
	height: 20px; 
	float: left; 
	margin-right: 10px;
}

input#searchknop{
	display: block; 
	position: relative; 
	top: 0px;
	height: 22px; 
	width: 80px; 
	background: #8B8B8B; 
	border: 0px; 
	color: #ffffff; 
	padding-left: 5px; 
	font-weight: bold;
        cursor: pointer;
}
input#searchknop:hover {
	display: block; 
	position: relative; 
	top: 0px;
	height: 22px; 
	width: 80px; 
	background: #8B8B8B; 
	border: 0px; 
	color: #E81C01; 
	padding-left: 5px; 
	font-weight: bold;
        cursor: pointer;
}
input#searchknop2{
	display: block; 
	position: relative; 
	top: 0px;
	height: 22px; 
	width: 80px;
	background: #8B8B8B; 
	border: 0px; 
	color: #ffffff; 
	padding-left: 5px; 
	font-weight: bold;
}

a#searchknop2{
	display: block; 
	position: relative; 
	top: 0px;
	height: 22px; 
	width: 80px;
	background: #8B8B8B; 
	border: 0px; 
	color: #ffffff; 
	padding-left: 5px; 
	font-weight: bold;
}


div#contactdiv{
	position: relative; 
	left: 0px; 
	width: 320px; 
	border-left: 1px solid #E81C01; 
	border-right: 1px solid #E81C01; 
	padding: 0 5px; 
	font-weight: bold;
}

div#contactdiv2 {
	width: 778px;
	padding: 0 5px;
	border-left: 1px solid #E81C01;
	border-right: 1px solid #E81C01;
	font-weight: bold;
	position: relative;
	left: 160px;
}

input#searchtext {
	border: 1px solid #ada8a8;
	height: 15px;
	width: 125px;
}
div#content_breed, div.content_breed {
	float: left;
	width: 610px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #E81C01;
	border-right: 1px solid #E81C01;
	position: relative;
	left: 158px;
}
div#content_breed_vac {
	float: left;
	width: 300px;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #E81C01;
	border-right: 1px solid #E81C01;
	position: relative;
	left: 0px;
}
div#content_header_breed {
	position: relative;
	left: 158px;
	float: left;
	background: url('/skin/view.jpg') no-repeat;
	background-position: 7px 0px;
	width: 610px;
	height: 142px;
	border-left: 1px solid #E81C01;
	border-right: 1px solid #E81C01;
	padding-top: 10px;
	padding-left: 20px;
}
div#content_referenties, div.content_referenties{
	float: left;
	width: 610px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #E81C01;
	border-right: 1px solid #E81C01;
	border-bottom: 1px solid #767677;
	position: relative;
	left: 158px;
}
div#content_referenties, div.content_referenties h2{
	float: left;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	width: 340px;
	padding-left: 20px;
	
}
div.content_referenties img {
	border: 0 none;
	float: left;
	margin-bottom: 10px;
	width: 250px;
}
div.content_referenties p {
	float: left;
	margin-bottom: 1em;
	padding-left: 20px;
}

div#6keuzes{
	position: relative;
	float:left; 
	left: 155px; 
	width: 620px; 
	border-left: #E81C01 solid 1px; 
	border-right: #E81C01 solid 1px; 
	padding: 5px;
}

div#tekstlinks{
	position: relative; 
	float:left; 
	left: 155px; 
	width: 310px; 
	border-left: #E81C01 solid 1px; 
	border-right: #E81C01 solid 1px; 
	padding: 10px;
}

input#header_zoek_knop{
	border: 0px; 
	background-image: url('/skin/search.jpg'); 
	width: 15px; 
	height: 18px;
}

div#indexleft{
margin-top:130px;
font-size: 10px;
}

td.vacleft1{
width: 100px;
font-weight: bold;
}

td.vacright1{
width: 200px;
}
td.vacfunctie1{
width: 200px;
font-weight: bold;
}

td.detailleft{
width: 120px;
}

td.detailright{
width: 340px;

}
contact-ul {
margin-left: 10px;
}


div.banner_right {
	position: relative;
	top: 0px;
	float: right;
	width: 140px;
	padding: 5px;
	height: 360px;
	background: #E81C01;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
	div.banner_right a {
		color: #ffffff;
	}
