HTML,BODY /* Algemene instellingen */ 
{
	height: 100%;
	scrollbar-base-color: #006F3A;
	scrollbar-face-color: #006F3A;
	scrollbar-arrow-color: #CCE7CA; 
	scrollbar-track-color: #CCE7CA; 
	scrollbar-highlight-color: #CCE7CA; 
	scrollbar-darkshadow-color: #CCE7CA;
}

TABLE, TR, TD /* Algemene instellingen voor de tabellen */ 
{ 
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	border-size: 0px;
}

.indexlayout /* Instelling voor de layout van de index pagina */
{
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 10pt; 
	color:  #000000;
	margin: 0px 0px 0px 0px;
}

.contentlayout /* Instellingen voor de layout van de pagina waarin de content staat */ 
{
	background-color: #CCE7CA;
	margin: 5px 5px 0px 5px;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 10pt; 
	color:  #000000;
}

.mastertable /* Internet Explorer */ 
{
	width: 100%; 
	height: 100%;  
	vertical-align: middle; 
  margin-left: auto; margin-right: auto;
}

.componenttable /* Onderdeel van mastertable */
{
  margin-left: auto; margin-right: auto;
}

.titletable /* Instellingen voor de titel */ 
{
	width: 416px;
	height: 112px;
	background-image: url(images/title.png);
	background-color: #22B14C;
  margin-left: auto; margin-right: auto;
}
.bannertable /* Instellingen voor de banner */ 
{
	width: 386px;
	height: 112px;
	background-color: #22B14C;
}

.maintable /* Instellingen voor het tabel waarin de knoppen en de content staan */ 
{
	width: 802px;
	height: 490px;
  margin-left: auto; margin-right: auto;
}

.lefttable /* Instellingen voor het tabel waarin de knoppen staan */ 
{
	width: 203px;
	height: 490px;
	background-color: #94CE94;
}

.righttable /* Instellingen voor het tabel waarin de content staat */ 
{
	width: 599px;
	height: 490px;
	background-color: #CCE7CA;
	background-image: url(images/framebg.png);
}

.buttontable /* Instellingen voor het tabel waarin de knoppen staan */ 
{
	width: 203px;
	height: 359px;
	background-color: #94CE94;
	background-image: url(images/sidebg.png);
}
.aandachtspuntentable /* Instellingen voor het tabel waarin de button "aandachtspunten" in staat */ 
{
	width: 203px;
	height: 50px;
	background-color: #94CE94;
	background-image: url(images/sidebg.png);
}

.addresstable /* Instellingen voor het tabel waarin de content staat */ 
{
	width: 203px;
	height: 81px;
	background-color: #22B14C;
	background-image: url(images/address.png);
}

.contenttitletable /* Instellingen voor het tabel waarin de afbeelding boven de content staat staat */ 
{
	width: 599px;
	height: 31px;
}

.contenttable /* Instellingen voor het tabel waarin het iframe voor de content staat */ 
{
	width: 599px;
	height: 459px;
}