/* Columns */
.one-column{
	width: 300px;
	float: left;
}

.two-column{
	width: 600px;
	float: left;
}

/* blok-1col */
.blok-1col-wrapper,
.blok-1col-wrapper-purple{
	width: 290px;
	margin: 5px;
	padding: 0 0 10px;
	float: left;
	background: #ddd url('/img/blok-1col-bottom.png') no-repeat bottom;
}

.blok-1col-wrapper-purple{
	background: #4f22b3 url('/img/blok-1col-bottom.png') no-repeat bottom;
}

.blok-1col-wrapper h2,
.blok-1col-wrapper-purple h2{
	padding: 10px;
	background: url('/img/blok-1col-top.png') no-repeat top;
}

.blok-1col-wrapper .blok-content,
.blok-1col-wrapper-purple .blok-content{
	margin: 0 10px;
	background: #fff;
}

.blok-1col-wrapper .blok-content iframe body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000!important;
	}

.blok-1col-wrapper .blok-content iframe body a {
	color: #4F22B3!important;
	}

.blok-1col-wrapper .blok-content img.intro-image,
.blok-1col-wrapper-purple .blok-content img.intro-image{
	width: 268px;
	padding: 1px;
	display: block;
}

.blok-1col-wrapper .blok-content a.overlay-link,
.blok-1col-wrapper-purple .blok-content a.overlay-link{
	width: 268px;
	padding: 5px 1px;
	display: block;
	background: url('/img/overlay-link.png');
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.blok-1col-wrapper .blok-content .text-holder,
.blok-1col-wrapper-purple .blok-content .text-holder{
	padding: 10px;
}

.list-holder{
	padding: 10px;
}

.list-holder li a{
	padding: 5px 0;
	display: block;
	border-bottom: 1px dotted #ddd;
	background: url('/img/link-arrow.gif') no-repeat right;
}

.navigatie-holder{

}

.navigatie-holder li a{
	padding: 6px 10px;
	display: block;
	border-bottom: 1px solid #ccc;
	background: url('/img/link-arrow.gif') no-repeat right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #666;
}

.navigatie-holder li a:hover{
	color: #4f22b3;
	text-decoration: none;
}

.navigatie-holder li a.active{
	color: #4f22b3;
	font-weight: bold;
}

.navigatie-holder li a.no-border{
	border-bottom: none;
}

.blok-1col-wrapper .blok-content a.readon-link{
	margin: 0 10px;
	padding: 5px 0;
	display: block;
	border-top: 1px dotted #ddd;
	background: url('/img/link-arrow.gif') no-repeat right;
}

.formfields-holder{
	margin: 10px;
}

.formfields-holder p.formfield{
	margin: 0 0 5px;
}

.formfields-holder p.formfield label{
	width: 75px;
	padding: 3px 0 0;
	float: left;
}

.formfields-holder p.formfield input[type="text"]{
	width: 165px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formfields-holder p.formfield input[type="text"]:focus{ border: 1px solid #4f22b3; }

.formfields-holder p.formfield input[type="text"].errorfield{
	border: 1px solid #c00;
	background: #FFEBE8;
}

.formfields-holder button{
	width: 250px;
	margin: 5px 0 0;
	padding: 2px;
	display: inline;
	float: left;
	clear: both;
	border: medium none;
	cursor: pointer;
	color: #fff;
	background: #4f22b3;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* blok-2col */
.blok-2col-wrapper{
	width: 590px;
	margin: 5px;
	padding: 0 0 10px;
	float: left;
	background: #eee url('/img/blok-2col-bottom.png') no-repeat bottom;
}

.blok-2col-wrapper h2{
	padding: 10px;
	background: url('/img/blok-2col-top.png') no-repeat top;
}

.blok-2col-wrapper .blok-content{
	margin: 0 10px;
	background: #fff;
}

.blok-2col-wrapper .blok-content table{
	margin: 20px 0;
	float: left;
	clear: both;
	border-collapse:collapse;
}

.blok-2col-wrapper .blok-content table td {
	vertical-align: top;
	text-align: left;
	}
	
.blok-2col-wrapper .blok-content table td table {
	margin: 0px!important;
	padding: 0px!important;
	}

.blok-2col-wrapper .blok-content table,
.blok-2col-wrapper .blok-content th,
.blok-2col-wrapper .blok-content td{
	border: 1px solid #9C9EA6;
}



.blok-2col-wrapper .blok-content .text-holder{
	margin: 10px;
}

.blok-2col-wrapper .blok-content .text-holder ul {
	/*margin: auto;*/
	margin-left: 15px;
}

.blok-2col-wrapper .blok-content .text-holder ul li {
	margin: auto;
	/*list-style-position: inside;*/
	list-style-position: outside;
	list-style-type: disc;
	}

.blok-2col-wrapper .blok-content .text-holder table {
	float: none;
	clear: both;
	}

/* Corners */
#container-top .image-corner { overflow: hidden; position: relative; }
#container-top .image-corner img { border: 0; }
#container-top .image-corner .corner { width: 5px; height: 5px; position: absolute; overflow:hidden; }

#container-top .image-corner .left-top-white 	{ left: 0; top: 0; background: url(/img/white-5px-corners.png) no-repeat; }
#container-top .image-corner .right-top-white 	{ right: 0; top: 0; background: url(/img/white-5px-corners.png) no-repeat -5px 0; }
#container-top .image-corner .right-bottom-white{ right: 0; bottom: 0; background: url(/img/white-5px-corners.png) no-repeat -5px -5px; }
#container-top .image-corner .left-bottom-white	{ left: 0; bottom: 0; background: url(/img/white-5px-corners.png) no-repeat 0 -5px; }

#container-top .image-corner .left-top-grey 	{ left: 0; top: 0; background: url(/img/grey-5px-corners.png) no-repeat; }
#container-top .image-corner .right-top-grey	{ right: 0; top: 0; background: url(/img/grey-5px-corners.png) no-repeat -5px 0; }
#container-top .image-corner .right-bottom-grey	{ right: 0; bottom: 0; background: url(/img/grey-5px-corners.png) no-repeat -5px -5px; }
#container-top .image-corner .left-bottom-grey	{ left: 0; bottom: 0; background: url(/img/grey-5px-corners.png) no-repeat 0 -5px; }

#container-top .image-corner .left-top-grey2col 	{ left: 0; top: 0; background: url(/img/grey2col-5px-corners.png) no-repeat; }
#container-top .image-corner .right-top-grey2col	{ right: 0; top: 0; background: url(/img/grey2col-5px-corners.png) no-repeat -5px 0; }
#container-top .image-corner .right-bottom-grey2col	{ right: 0; bottom: 0; background: url(/img/grey2col-5px-corners.png) no-repeat -5px -5px; }
#container-top .image-corner .left-bottom-grey2col	{ left: 0; bottom: 0; background: url(/img/grey2col-5px-corners.png) no-repeat 0 -5px; }

#container-top .image-corner .left-top-purple 		{ left: 0; top: 0; background: url(/img/purple-5px-corners.png) no-repeat; }
#container-top .image-corner .right-top-purple		{ right: 0; top: 0; background: url(/img/purple-5px-corners.png) no-repeat -5px 0; }
#container-top .image-corner .right-bottom-purple	{ right: 0; bottom: 0; background: url(/img/purple-5px-corners.png) no-repeat -5px -5px; }
#container-top .image-corner .left-bottom-purple	{ left: 0; bottom: 0; background: url(/img/purple-5px-corners.png) no-repeat 0 -5px; }

.searchNavigatorWrapper, .searchresultHolder {
	margin-bottom: 17px;
	}
	
.searchCategory {
	font-size: 9px;
	color: #999999;
	}
	
/*Contactformulier*/

#formWrapperNew {
	padding-top: 17px;
	}
	
.formRow {
	width: 100%;
	float: left;
	padding-bottom: 7px;
	}
	
.formRow label {
	width: 175px;
	float: left;
	}
	
.formRow input.standaard, .formRow select, .formRow textarea {
	float: left;
	width: 250px;
	}
