body {
	margin: 0;
	padding: 0;
	/* background: #dfe0e4 url(../images/layout/background.jpg) repeat-x left top; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #151515;
	background-color: #dfe0e4;
}

form {
	margin: 0;
	padding: 0;
}



.pointer {cursor: pointer;}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	padding: 0;
}

a {
	text-decoration: none;
	color: #d74f1f;
}

a:hover {
	text-decoration: underline;
}


a.vlag img{
	opacity: .5; filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity:0.5; border-width: 0px;
}
a.vlag:hover img{
	opacity: .9; filter: alpha(opacity=90); -moz-opacity: .9; -khtml-opacity:0.9; border-width: 0px;
}
a.vlagactive img{
	opacity: .9; filter: alpha(opacity=90); -moz-opacity: .9; -khtml-opacity:0.9; border-width: 0px;
}
a.vlagactive:hover img{
	opacity: .5; filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity:0.5; border-width: 0px;
}

.submitbutton {
	border: 1px solid #a4b0bf;
}
/*
img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}
*/

#wrapper {
	/* background: url(../images/layout/background.jpg) repeat-x left top; */
	margin:0;
	padding:0;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 10px #333333;
	border-style: solid;
	border-width: 5px;
	border-color: #E2E3E7 !important;
	background-color: #DFE0E4;
	color: #003366;
}

/* Header */
#header {
	position:relative;
	/*width: 980px;*/
	height: 30px;
	margin: 0px auto;
	/*background: url(../images/layout/header.jpg) repeat-x left top;*/

}

#header .header-text{
	position:absolute;
	top:8px;
	left:15px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	/*color: #434345;*/
	color: #003366;
}

#logo {
	position:relative;
	/*width: 980px;*/
	height: 123px;
	margin: 0 auto;	
	/*background-color: #798da5;*/
	background-color: #8B8F9B;
}

h1#logo_tekst {
	position: absolute;
	padding: 0;
	font: bolder 67px 'Trebuchet MS', Arial, Sans-serif;
	font-style: italic;
	letter-spacing: -3px;
	margin:0 0 0 0;
	top:15px;
	left: 130px;
	color:#003366;	
}

.oranje	{	color: #ea5f33; }
.blauw	{	color: #18406b; }

#submenu {
	position:absolute;
	right: 0;
	top: 2px;
	height:24px;
	text-align: right;
	/*background: #18406a;*/
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.bottom-left {
	margin-right: 9px; /* hou rechter hoekje vrij */
	background: url(../images/layout/corner-left.png) no-repeat left top; 
	height: 24px;
	font-size: 2px;
}

.bottom-right {
	margin-top: -24px; /* naar niveau van linker hoekje */
	margin-left: 9px; /* hou linker hoekje vrij */
	background: url(../images/layout/corner-right.png) no-repeat right top; 
	height: 24px; 
	font-size: 2px; 
}

.inside {
	padding: 0 15px 0  27px;
}

#submenu_items {
	margin:0;
	padding:0;
	list-style: none;
}

#submenu_items li{
	float:left;
	margin-right:5px;
}

#logo img {
	padding-top:1px;
}

#search-text {
	position:absolute;
	top:13px;
	right:70px;
	width: 195px;
	padding: 6px 8px 6px 8px;
	border: 1px solid #a4b0bf;
	background: none;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

#search-submit {
	position:absolute;
	top:13px;
	right:10px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #a4b0bf;
	color: #003366;
}

/* Menu */
#menu {
	/*width: 980px;*/
	height: 28px;
	margin: 0 auto;
	padding: 0;
	background-color: #18406B;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
	height:28px;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 5px 25px 0px 10px; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	font-size: 12px;
	/*text-transform: uppercase;
		font-size: 13px;
	*/

}

#menu a:hover {
	color: #d74f1f;
}

#submenu a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

.backgroundcolor {
	background-color: #DFE0E4;
}

#submenu, #menu a:hover {
	text-decoration: none;
}

/* Page */

#page {
	/*width: 980px;*/
	margin: 0 auto;
	padding: 0;
	min-height:400px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#page-bgtop {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#page-bgbtm {
	margin: 0px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

/* Content */

#content {
	float: left;
	width: 795px;
	margin-top: 5px;
	padding: 10px;
	overflow: hidden;
	background-color: white;
}

#content-full{
	float: left;
	/*	min-width: 980px;*/
	margin-top: 5px;
	padding: 0;
	/*overflow-x: auto;*/
	background-color: white;
}

.selectie_fieldset{
	margin:0;
	padding:0;
}

.kolomkop  a{
	/*color: #434345;*/
	color: #003366;
	font-weight:bold;

}
.center {
	text-align:center;
}

img a{
	border-width: 0px;
}

td.kolomkop {
	color: #515154;
	/*background-color: #18406B;*/
	background-color: #E2E3E7;
}

table.trektelling{
	width:100%; 
	border-top:1px solid #a4b0be;
	border-bottom:1px solid #a4b0be;
}

td.borderbottom {
	border-bottom:1px solid #a4b0be;
}

td.bordertop {
	border-top:1px solid #a4b0be;
}

h1.left, h1.right{
	margin: 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size:24px;
}

h1.left{


	color: #003366;
	float:left;
}

h1.right{



	color: #003366;
	float:right;
}

.link_telpost_website{


	font-size:11px;
	color: #003366;
	float:right;
}

/*
.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}
*/

/* Sidebar */
#sidebar {
	padding: 0;
	margin-top: 5px;
	font-size: 11px;
	background-color: white;
}
.sidebar_200{
	float: right;
	width: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px 0px 10px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 15px;
	line-height: 35px;
	border-bottom: 1px solid #a4b0bf;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 25px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 10px;
	letter-spacing: -1px;
	font-size: 24px;
	color: #515154;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 5px 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
	/*color: #434345;*/
}

#sidebar a:hover {
	/*color: #AA0000;
	text-decoration: none;*/
}


/* Calendar */
/*
#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}
*/

/* Footer */

#footer-wrapper {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	/*background: #2D2722 url(../images/img02.jpg) repeat-x left top;*/
}

#footer {
	clear: both;
	width: 960px;
	height: 100px;
	margin: 20px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #61544B;
}

#footer a {
	color: #61544B;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	background: url(../images/layout/background_items.jpg) repeat left top;
	text-align: right;
}

ul.style1 li {
	height: 23px;
	padding: 7px 20px 0px 20px;
	font-size: 12px;
}

ul.style1 a {
	float: left;
	color: #6E6E6E;
}

#two-columns {
	overflow: hidden;
	width: 920px;
	margin: 0px auto;
	padding: 30px 5px 20px 5px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 24px;
	color: #3B3B3B;
}

#column1 {
	float: left;
	width: 540px;
}

#column2 {
	float: right;
	width: 310px;
}

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	margin: 0px;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 137px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.tabelrand {
	border-color: #003366;
	line-height: normal;
	border-style: solid;
	border-width: 1px;
}

.foto {
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 3px;
	border-color: #003366;
	background-color:#FFFFFF;
}

.keepleft {
	float: left;
	margin-right: 0.8em;
	width: 125px;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.blauwgrijs{
	color: #99aabb;
}

.metradio > .btn input[type="radio"],
.metcheck > .btn input[type="checkbox"],
.metradio > .btn-group > .btn input[type="radio"],
.metcheck > .btn-group > .btn input[type="checkbox"] {
  position: relative !important;
}