html, body {
	-moz-box-sizing: border-box; /*firefox box switch*/
	box-sizing: border-box; /*other browsers box switch*/
	width: 100%;
	height: 100%;
	margin: 0px; 
	background: url(../images/back_vervolg_right.gif) right repeat-y;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.background {
	background: URL(../images/background_zwart.gif) repeat-y;
}
.background_home {
	background: #ffffff;
}
p{
	margin: 5px 0px 20px 0px;
	color: #020202;
	font-size: 70%;
	line-height: 170%;
}
td p{
	font-size:100%;
}
a {
	color: #00734B;
	text-decoration: underline;
}
a:hover {
	color: #00734B;
	text-decoration: none;
}
h1 {
	margin: 0px 0px 0px 0px;
	color: #189A6C;
	font-size: 90%;
	font-weight: bold;
}
h2 {
	margin: 20px 0px 8px 0px;
	color: #189A6C;
	font-size: 80%;
	font-weight: bold;
}
h3 {
	margin: 20px 0px 0px 0px;
	color: #189A6C;
	font-size:70%;
	font-weight:bold;
}
li{
	color: #020202;
	font-size: 70%;
	line-height: 170%;
	padding:0;
	margin:0;
}
.formulier{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid #D6EDE5 3px;
	background-color: #D6EDE5;
	color: #000000;
	font-size: 100%;
}
.tableform, table{
	color: #256D55;
	font-size: 70%;
}
ul{
	margin:0 0 15px 15px;
	padding:0;
}

th ul{
	margin:3px 0 3px 0;
	padding:0;
	list-style:none;
}
th li{
	color:#18397C;
	font-size:100%;
}
/* LAYERINFO */
#container {
	text-align: left;
	width: 100%;
	height: 100%;
}
#top_home {
	width: 100%;
	height: 95px;
	background-image: url(../images/back_top_home.gif);
}
#flash_home {
	position: realative;
	height: 217px;
	background-color: #000000;
}
#navigatie_home {
	position: absolute;
	top: 105px;
	right: 82px;
	z-index: 3;
}
#navigatie_home a{
	color: #FFFFFF;
	padding: 0px 0px 0px 9px;
	background: url(../images/icon/icon_navigatie.gif) left 3px no-repeat;
	text-decoration: none;
}
#navigatie_home a:hover{
	color: #FFFFFF;
	padding: 0px 0px 0px 9px;
	background: url(../images/icon/icon_navigatie.gif) left 3px no-repeat;
	text-decoration: underline;
}	
#navigatie_vervolg {
	-moz-box-sizing: border-box; /*firefox box switch*/
	box-sizing: border-box; /*other browsers box switch*/
	position: relative;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	height: 275px;
	background: url(../images/back_nav_vervolg.gif) #D7EEE6 no-repeat bottom;
}
#navigatie_vervolg a{
	color: #18397C;
	padding: 0px 0px 0px 9px;
	background: url(../images/icon/icon_navigatie_vervolg.gif) left 3px no-repeat;
	text-decoration: none;
}
#navigatie_vervolg a:hover{
	color: #18397C;
	padding: 0px 0px 0px 9px;
	background: url(../images/icon/icon_navigatie_vervolg.gif) left 3px no-repeat;
	text-decoration: underline;
}	
#adres_home {
	position: relative;
	margin-left: 30px;
	bottom: 0px;
	color: #082547;
	line-height: 150%;
	font-size: 80%;
}
#adres_home a{
	/*padding: 0px 0px 0px 18px;*/
	/*background: url(../images/icon/icon_adres.gif) left 3px no-repeat;*/
	color: #00734B;
	text-decoration: underline;
}
#adres_home a:hover{
	/*padding: 0px 0px 0px 18px;*/
	/*background: url(../images/icon/icon_adres.gif) left 3px no-repeat;*/
	color: #00734B;
	text-decoration: none;
}
#adres_vervolg {
	top: 30px;
	left: 26px;
	position: relative;
	color: #FFFFFF;
	line-height: 150%;
	font-size: 60%;
}
#adres_vervolg a{
	padding: 0px 0px 0px 7px;
	background: url(../images/icon/icon_navigatie.gif) left 3px no-repeat;
	color: #D7E3DF;
	text-decoration: none;
}
#adres_vervolg a:hover{
	padding: 0px 0px 0px 7px;
	background: url(../images/icon/icon_navigatie.gif) left 3px no-repeat;
	color: #D7E3DF;
	text-decoration: underline;
}
#tekst_home {
	margin: 0px 0px 0px 100px;
	position: relative;
	width: 40%;
	top: 40px;
	left: 15%;
	z-index:1;
}
#links_home {
	margin: 0px 0px 0px 538px;
	position: absolute;
	top: 378px;
	right: 25px;
}
#footer{
	-moz-box-sizing: border-box; /*firefox box switch*/
	box-sizing: border-box; /*other browsers box switch*/
	color: #FFFFFF;
	font-size: 60%;
	background-color: #00784B;
	padding: 12px 0px 0px 30px;
	margin-top: 50px;
	position: relative;
	height: 37px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#vervolg_left{
	width: 200px;
	height: 100%;
	margin: 0px;
}
#vervolg_mid{
	position: absolute;
	top: -4px;
	margin-left: 200px;
	width: 38%;
	background-color: #FFFFFF;
	padding: 117px 30px 50px 40px;
	left: 1px;
}
#vervolg_right{
	position: absolute;
	top: 0px;
	height: 100%;
	right: 0px;
	width: 190px;
	margin: 0px;
	background: url(../images/back_vervolg_right.gif) #E5E5E5 right repeat-y;
}
#trans {
	position: relative;
	bottom: 0px;
}
#footer_vervolg {
	margin: 30px 0px 0px 0px;
	position: relative;
	color: #535353;
	font-size: 70%;
}
.image_rechts {
	position: relative;
	border: 3px #FFFFFF solid;
	margin: 30px 0px 0px -40px;
}
th {
	color: #18397C;
	width: 80%;
	text-align: left;
	font-weight: 100;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px #BEBEBE solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	color: #189A6C;
	width: 20%;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px #BEBEBE solid;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#titel{
	position:absolute;
	top: 15px;
	right: 24px;
	color:#666666;
	font-size: 150%;
	line-height: 120%;
}
#logo_profiel{
	position:relative;
	margin: 0px 60px 25px 0px;
}
#movie_legionella{
	position:relative;
	margin: 0px 60px 25px 0px;
}
#movie_top_vervolg{
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	height:105px;
	width: 200px;
	background: url(../images/Foto_top_vervolg.jpg) top left no-repeat;
}
#Home_banner_referenties{
	margin: 0px 0px 0px 538px;
	position: absolute;
	top: 355px;
	right: 40px;
	z-index:0;
}
#logo_home{
	position: absolute;
	left: 25px;
	top: 355px;
}
#route_kaart{
	z-index: 99;
	position:relative;
	margin: 0px 60px 25px 0px;
}
#certificaten{
	z-index: 99;
	position:relative;
	margin: 0px 60px 70px 0px;
}

/*#bavaria{
	margin: 0px 0px 0px 538px;
	position: absolute;
	top: 430px;
	right: 40px;
}
#bavaria img{
	padding: 30px 0 40px 0;
}*/


#advertentie{
	position:absolute;
	top:480px;
	right:40px;
}

