@charset "utf-8";
/* CSS Document */

/******************/
/* START Algemeen */
body {
	font-size: 12px;
	background-color : #FFFFFF;
	/*background-image: url(../images/debug.png);*/
	font-family : arial, sans-serif;
	
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0px;
}

#content {
	position: absolute;
	
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	border: #666 solid 1px;
}

th {
	text-align: left;	
}

/******************/
/* START Header   */
#header {
	position: absolute;
	
	left: 0;
	top: 0;
	right: 0;
	
	height: 110px;
	
	padding: 0px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000080;
}

#header_logo {
	position: absolute;
	
	top: 0;
	left: 0;
	
	width: 	140px;
	height: 100px;
	
	margin: 5px;
	
	float: left;
}


#header_holy {
	position: absolute;
	
	top: 0;
	left: 140px;
	right: 0;
	
	height: 100px;
	
	float: left;
}

#header_holy h1 {
	font-size: 45px;
	
	text-align: left;
	
	margin: 5px;
	
	color: #000080;
	
	border-bottom: #69C 1px solid;
}

#header_title {
	position: absolute;
	
	top: 55px;
	left: 145px;
	right: 0;
	
	width: 520px;
	height: 35px;
	
	margin-top: 0px;
	margin-left: 5px;
	
	vertical-align: top;
	
	float: left;
}

#header_title h2 {
	font-size: 23px;
	
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#header_vis {
	position: absolute;
	
	top: 0;
	right: 76px;
	
	width: 	76px;
	height: 108px;
	
	margin: 5px;
	
	float: left;
}

/******************/
/* START Menu     */
#menu {
	position: absolute;
	
	z-index: 2;
	
	top: 120px;
	left: 0;
	right: 0;
	
	height: 24px;
	
	padding: 0px;
	margin: 0px;
	
	font-size : 12px;
	font-weight: bold;
	
	border: #669 solid 1px;
	background-color: #000080;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	
	list-style-type: none;
}

#menu ul li {	
	position: relative;	
	z-index: 5;
	
	width: 97px; /* 85px 12.5%; */	
	height: 20px;
	
	float: left;
	
	color: #FFFFFF;	
	background-color: #000080;/*#C3E1FB;*/
	border-right: #669 solid 1px;
	
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#menu ul li:hover {
	background-color: #303080;
}

#menu ul .subitem li {
	width: 150px;
	float: inherit;
	
	left: -10px;
	
	color: #D0D0FF;
	background-color: #000080;
	
	border-left: #669 solid 1px;
	border-bottom: #669 solid 1px;
	
	border-top: 0px;
}

#menu ul li:hover {
	background-color: #303080;
}


#menu a {
	position: absolute;	
	width: 95px;
	height: 20px;
	
	margin: 0px;
	padding: 0px;
}

#menu .subitem a {
	width: 150px;
}

#menu ul li a {
	color: #D0D0FF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

#menu ul li .subitem a {
	color: #FFFFFF;
}

#menu ul .subitem {
	display: none;
	margin-left: -2px;
	top: 6px;
	position: relative;
}

#menu ul .subitem .comment {
	color: #999;
}


/******************/
/* START Left     */
#algemeen {
	position: absolute;
	
	top: 145px;
	left: 0;
	bottom: 40px;
		
	width: 200px;
	
	margin: 0px;
	
	overflow: auto;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
		
	color: #FFF;
	background-color: #000080;
	
	border: 1px solid #072488;
	border-left: #669 solid 1px;
}

#algemeen strong {
	color: #FFF;
}

#algemeen a {
	color: #FFF;
}

#menu2 ul {
	list-style-type: none;
	border: 1px solid #69F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#menu2 a {
	color: #00F;	
}

#belangrijke_punten ul {	
	list-style-type: none;
	/*border: 1px solid #69F;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#belangrijke_punten ul li {
	margin-bottom: 5px;	
	margin-top: 5px;
}

#reclame img {
	position: relative;
	left: 3px;
	
	/*border: 1px solid #69F;*/
	border: none;
	
	width: 140px;
	height: 60px;
	margin: auto;
}

#reclame .reclame_google{
	position: relative;
	/*border: 1px solid #69F;*/
	width: 120px;
	height: 240px;
	margin: auto;
	overflow: hidden;
}

/******************/
/* START Page     */
#page {
	position: absolute;
	
	top: 146px;
	left: 225px;
	bottom: 41px;
	right: 0;
	
	padding: 0;
	
	margin: 0px;
	
	overflow: auto;
}


#cms_page {
	position: absolute;
	
	top: 146px;
	left: 10px;
	bottom: 10px;
	right: 0;
	
	padding: 0;
	
	margin: 0px;
	
	overflow: auto;
}

.onderdeel {
	/*border: 1px solid #000;	*/
	overflow: inherit;
}

h3 {
	border-bottom: 4px solid #000080;
	
	color: #000080;
}

#fooder {
	position: absolute;
	
	left: 0;
	bottom: 0;
	right: 0;
	height: 35px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0;
	
	margin: 0px;
	
	vertical-align: middle;
	
	background-color: #000080;
	color: #DFDFDF;
	font-weight: bold;
	
	border-left: #669 solid 1px;
	
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/bal.jpg);
}

