BODY { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	background-color : #ffffff;

 }



TABLE, TR, TD, TH, P, UL, OL, LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;	
}



/*---------------Kleuren in tabellen-------------------*/


.blauw-logo {

	background-color : #00bce4;

}



.tabel-wit {
	background-color : #FFFFFF;

}


.donker {
	background-color : #57532b;

}


.beige {
	background-color : #a19a80;

}




/*----------------------Basis opmaak------------------------*/


.titel {
	font-size : 18px;
	font-style : bold;
	color : #625d38;
	font-family : Arial, Helvetica, sans-serif;
	

}


.tekst-donker {
	font-size : 12px;
	color : #57532b;
	font-family : Arial, Helvetica, sans-serif;

}

.tekst-blauw {
	font-size : 12px;
	color : #00bce4;
	font-family : Arial, Helvetica, sans-serif;

}


.tekst-wit {
	font-size : 12px;
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;

}


.subtitel-blauw {
	font-size : 14px;
	font-weight : bold;
	font-style: italic;
	color : #00bce4;
	font-family : Arial, Helvetica, sans-serif;
	border-bottom : 1px dotted #00bce4;
	line-height: 2;

}


.subtitel-beige {
	font-size : 14px;
	font-weight : bold;
	color : #a19a80;
	font-family : Arial, Helvetica, sans-serif;

}

.kader-blauw {
	background-color : #ffffff;
	border-top : 1px solid #00bce4;
	border-bottom : 1px solid #00bce4;
	border-left : 1px solid #00bce4;
	border-right : 1px solid #00bce4;
	padding : 0px 0px 0px 0px;
	margin:4px 0 4px 15px;
	
	
}



A:VISITED {
	color : #00bce4;
	text-decoration: underline;
	
}

A:ACTIVE {
	color : #00bce4;
	text-decoration: underline;
}

A:HOVER {
	color:  #00bce4;
	text-decoration: none;


}

A:LINK {
	color : #00bce4;
	text-decoration: underline;

	
}


.nav:A:LINK {
	color : #ffffff;
	text-decoration: none

}

.nav:A:VISITED {
	color : #ffffff;
	text-decoration: none;

}

.nav:A:ACTIVE {
	color : #ffffff;
	text-decoration: none;
}


.nav:A:HOVER {
	color:  #00bce4;
	text-decoration: none;
	font-style: normal;
	border-bottom : 1px dotted #00bce4;
}





.imgleft, .left, img.left {
  float:left;
  margin:4px 15px 4px 0;
  }

.imgright, .right, img.right {
  float:right;
  margin:4px 0 4px 15px;
  }



input.beige {background-color: #ffffff; border: 1px solid #a19a80; font-size: 12px; color: #a19a80;font-weight: bold;}
textarea.beige {background-color: #ffffff; border: 1px solid #a19a80; font-size: 12px; color: #a19a80;font-weight: bold;}
option.beige {background-color: #a19a80; font-size: 12px;border: 0px;color: #ffffff;}

