﻿body 
{
	text-align:center;
	font-family: Tahoma, Verdana, Arial;
	font-size:8pt;
	background-color:#009933;
	padding:15px 0px 0px 15px;
}

#container
{
	text-align:left;
	width:722px;
}

h1
{
	font-size:14pt;
	color:#009933;
	margin-top:0px;
	margin-bottom:5px;
}

h2
{
	margin-top:0px;
	font-size:12pt;
	color:#009933;
	margin-bottom:5px;
}

h3
{
	margin-top:0px;
	font-size:10pt;
	font-weight:bolder;
	margin-bottom:5px;
}

ul
{
	margin-top:5px;
}

a:link
{
	color:#009933;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color:#006633;
}
a:hover
{
	text-decoration: underline;
	color:#006633;
}

a:active
{
	color:#006633;
	text-decoration: none;
}

.clear
{
	clear:both;
}

.maintop
{
	height:20px;
	background-image:url(../images/Top.gif);
	background-repeat:no-repeat;
	width:722px;
}

.mainbody
{
	background-image:url(../images/Middle.gif);
	background-repeat:repeat-y;
	width:700px;
	height:480px;
	padding:20px 20px 20px 20px;
	border:none 0px;
	margin: 0px 0px 0px 0px;
}

.mainbottom
{
	height:20px;
	background-image:url(../images/Bottom.gif);
	background-repeat:no-repeat;
	width:722px;
}

.main
{
	background-image:url(../images/MainBlock.gif);
	background-repeat:no-repeat;
	width:700px;
	height:540px;
	padding:20px 20px 20px 20px;
	border:none 0px;
	margin: 0px 0px 0px 0px;
}

.hidden
{
	display:none;
}

.hidden a
{
	width:0px;
	height:0px;
}

.row
{
	padding:0px 0px 0px 0px;
	
	border:none 0px;
}

.rowsep
{
	width:680px;
	height:20px;
	border:none 0px;
}

.cell_A
{
	margin: 0px 20px 20px 0px;
	padding:10px 10px 10px 10px;
	background-image:url(../images/GrayBlock.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	float:left;
	cursor:hand;
}

.cell_A:hover
{
	margin: 0px 20px 20px 0px;
	padding:10px 10px 10px 10px;
	background-image:url(../images/GreenBlock.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:White;
	width:100px;
	height:100px;
	float:left;
}

.cell_A:hover h3
{
	color:White;
}

.cell_Picture
{
	margin: 0px 20px 20px 0px;
	color:#009933;
	font-weight:bolder;
	font-size:12pt;
	cursor:hand;
	padding:10px 10px 10px 10px;
	width:100px;
	height:100px;
	float:left;
	filter: alpha(opacity=50); /* IE */ 
	opacity:0.5;
	 
}

.cell_Picture:hover
{
	filter: alpha(opacity=100); /* IE */ 
	opacity:1.0;
	color:White;
	text-decoration:none !important;
	cursor:hand;
}

.cell_Picture a
{
	text-decoration:none !important;
}

.cell_Picture a:link
{
	text-decoration:none !important;
}

.cell_Picture a:active
{
	text-decoration:none !important;
}

.cell_Picture a:hover
{
	text-decoration:none !important;
	
}

.cell_Picture a:visited
{
	text-decoration:none !important;
}

.cell_B
{
	margin: 0px 20px 20px 0px;
	padding:20px 20px 20px 20px;
	background-position:center;
	background-repeat:no-repeat;
	width:360px;
	height:220px;
	float:left;
}

.cell_C
{
	text-align:left;
	margin: 0px 20px 20px 0px;
	padding:15px 15px 15px 15px;
	background-image:url(../images/Cell_C.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:230px;
	height:230px;
	float:left;
}

.cell_D
{
	margin: 0px 20px 20px 0px;
	padding:10px 10px 10px 10px;
	background-image:url(../images/Cell_D.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:660px;
	height:240px;
	float:left;
}


.cell_A h3
{
	color:#009933;
}

.cell_A_selected
{
	margin: 0px 20px 20px 0px;
	color:White;
	
	cursor:hand;
	background-image:url(../images/GreenBlock.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
	width:100px;
	height:100px;
	float:left;
}

.div_splash
{
	cursor:pointer; 
	position: relative; 
	top: 150px; 
	left: 300px; 
	width: 176px; 
	z-index: 100;
	background-repeat:no-repeat;
	height: 179px; 
	background-image: url('/Images/SplashNieuw.png');
	opacity:0.8;
}

.div_splash:hover
{
	opacity:1.0;
}

.header
{
	width:680px;
	height:60px;
	float:left;
}

.footer
{
	font-size:7pt;
	width:680px;
	height:20px;
	text-align:center;
}

.sep
{
	width:20px;
	height:120px;
	float:left;
}

.sep_2
{
	width:20px;
	height:260px;
	float:left;
}

.menu
{
	color:#009933;
	width:250px;
	height:20px;
	float:right;
}

.logo
{
	width:250px;
	height:60px;
	background-image:url(../images/Logo.gif);
	background-repeat:no-repeat;
	float:left;
}

.menu li
{
	text-align:right;
	list-style-type: none;
	display:inline;
	padding-left:10px;
}

.button
{
	margin-top:10px;
	border: solid 1px gray;
	background-color:White;
}

.div_contact
{
	width:660px;
	height:240px;
	padding:10px 10px 10px 10px;
}

.div_contactrow
{
	vertical-align:middle;
	width:320px;
	height:25px;
	float:left;
}

.contact_title
{
	
	width:110px;
	height:20px;
	float:left;
}

.contact_field
{
	
	width:200px;
	height:20px;
	float:left;
}

.contact_validator
{
	text-align:right;
	width:30px;
	float:left;
}

.textbox
{
	border:solid 1px gray;
	width:200px;
}

.sendbutton
{
	
	border: solid 1px gray;
	padding: 5px 5px 5px 5px;
}

.divthanks
{
	padding: 20px 20px 20px 20px;
	width:320px;
	height:150px;
}

.divcreator
{
	margin-top:5px;
	width:722px;
	text-align:right;
	color:White;
}
.divcreator a:link
{
	color:White;
}

.divcreator a:hover
{
	color:White;
}

.divcreator a:active
{
	color:White;
}

.divcreator a:visited
{
	color:White;
}

.menubold
{
	font-weight:bolder;
}




