﻿/* CSS-indeling */

a:link  {color: #3A6EA5; text-decoration: none;}      /* unvisited link */
a:visited  {color: #3A6EA5; text-decoration: none; }  /* visited link */
a:hover  {	color: #800000;	text-decoration: underline;}  /* mouse over link */
a:active {	color: #FF0000;	text-decoration: underline;}  /* selected link */


.inhoud {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.container1 {
	position: relative;
	width: 800px;

}


.logo {
				position: relative;
				left: 0px;
				top: 0px;
				height: 100px;
				width: 150px;
				float: left;
							
}
.contactgegevens {
				width: 500px;
				float: right;
				position: relative;
				top: 5px;
				text-align: right;
				line-height: 30px;
}

.zoeken {
				height: 40px;
}

.top_menu{
				border: 1px #5475CB solid;
				font: normal 15px Arial, Helvetica, sans-serif ;
				width: 800px;
				position: relative;
				height: 35px;
				text-align: center;
				padding-top: 3px;
				background:#ffffff;
				opacity:0.85;
				
}

.top_menu a:link  {	color: #666678;	text-decoration: none;}      /* unvisited link */
.top_menu a:visited  {color: #666678; text-decoration: none;}  /* visited link */
.top_menu a:hover  {color: #000022;	border-bottom: 4px #FBC45E solid; text-decoration: none;}  /* mouse over link */
.top_menu a:active {color: #01343F;	text-decoration: none;}  /* selected link */

#titel_pagina{
				width: 694px;
				top: 0px;
				background-color: #3A6EA5;
				position: relative;
				font-size: xx-large;
				color: #294285;
				padding-left: 7px;
				padding-bottom: 10px;
				padding-top: 15px;
				height: 30px;
				font-family: "Times New Roman", Times, serif;
}


.plaatje {
	position: relative;
	top: 0px;
	width: 800px;
	height: 660px;
 /*   background-color: #ffffff;*/
	color: #000080;
	margin-top:10px;
 /* 	border-top: 1px #5475CB solid;
	border-left: 1px #5475CB solid;
	border-right: 1px #5475CB solid;
	border-bottom: 1px #5475CB solid;	*/
	font: normal 14px Arial, Helvetica, sans-serif;
	text-align: center;
	overflow:hidden ;}


.IngeslotenPagina {

	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
}



.clear { clear: both;}

#container2 {
	position: relative;
	width: 800px;
	background-color: White;
	border-left: 1px #5475CB solid;
	border-right: 1px #5475CB solid;	
}


#menu_kolom {
	top: 15px;
	border-top: 1px #5475CB solid;
	width: 204px;
	position: relative;
	float: left;
	background-color: #F2F2F2;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	padding-left: 7px;
	border-bottom: 1px;
	border-bottom-color: #5475CB;
	border-bottom-style: solid;
	padding-bottom: 15px;
	padding-top: 15px;
}

#menu_kolom a:link  {color: #8CA0B9; text-decoration: none; }      /* unvisited link */
#menu_kolom a:visited  {color: #8CA0B9; text-decoration: none; }  /* visited link */
#menu_kolom a:hover  {	color: #800000;	text-decoration: underline;}  /* mouse over link */
#menu_kolom a:active {	color: #FF0000;	text-decoration: underline;}  /* selected link */

#tekst_kolom {
				top: 15px;
				width: 772px;
				margin-left: 0px;
				border-left: 1px #5475CB solid;
				float: right;
				position: relative;
				background-color: white;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				padding-left: 10px;
				padding-right: 5px;
				color: #000080;
				line-height: 22px;
}

#tekst_kolom a:link  {	color: #8CA0B9; text-decoration: underline;}      /* unvisited link */
#tekst_kolom a:visited  {color: #8CA0B9; text-decoration: underline;}  /* visited link */
#tekst_kolom a:hover  {	color: #800000;	text-decoration: underline;}  /* mouse over link */
#tekst_kolom a:active {	color: #FF0000;	text-decoration: underline;}  /* selected link */




.regel_wit {
				width: 800px;
				height: 55px;
				position: relative;
				background-color: white;
				border: 1px #5475CB solid;
		    	text-align: center;
				font-size: 14px;
				color: #000080;
				line-height: 22px;
				padding-top: 10px;

}

.regel_wit a:link  {color: #8CA0B9; text-decoration: none; }      /* unvisited link */
.regel_wit a:visited  {color: #8CA0B9; text-decoration: none; }  /* visited link */
.regel_wit a:hover  {	color: #800000;	text-decoration: underline;}  /* mouse over link */
.regel_wit a:active {	color: #FF0000;	text-decoration: underline;}  /* selected link */


.regel {
				width: 800px;
				height: 10px;
}

#adresgegevens{
			display: none;	
}