body, table, td, p, input, textarea, a  {
	font-family: Verdana, "LucidaSans Roman", tahoma;
	font-size: 12px;
	color:#363636;
	
}
body {margin-top: 20px; margin-bottom: 50px;}
h1 {font-size: 16px;color:#4B8E96;}
hr {height: 1px; color: white;}
/* 
DEZE CLASSES MOETEN WORDEN GEDEFINIEERD
/* Taal */
		.taal				{}
/* Menu UL list main + sub */	
		.menu_list			{list-style-type :none;margin:5px;padding:2px; }
		.submenu_list		{list-style-type :none;margin:5px;padding:2px; }
		
		.menu_list li		{padding-top: 8px;padding-bottom:10px;  width: 180px;}
		.submenu_list li	{padding-top: 8px;padding-bottom:10px;  width: 180px;}
/* Standaard menu */
		.menu				{text-decoration: none; color: white; font-size: 14px;font-weight:600;}
		.menu_bold			{text-decoration: underline;color: white; font-size: 14px;font-weight: 600;}

/* Submenu */
		.submenu			{text-decoration: none;color: white; font-size: 14px;font-weight: 600;}
		.submenu_bold		{ text-decoration: underline; color: white; font-size: 14px;font-weight: 600;}

/* Bottom menu */
		.bottom_menu		{color:#363636;}
		.bottom_menu_bold	{color:#363636; font-weight: bold;}

.content {
	
	background-color:white ;
	
}
/* Menu bar */

.menu_bar {
	background-color:silver;
	
}
.taal_box {
background-color:#4274BB;
border-right: 1px solid #4274BB;
border-top: 1px solid #4274BB;
}
.bottom_bar {
background-color:#fcb75a;
border-right: 1px solid #4274BB;
border-bottom: 1px solid #4274BB;
}

/* EINDE VERPLICHTE CLASSES */

.welkomTekst {font-size:14px; color: #7E7E7E; }
.cBox { padding: 8px;width: 537px; text-align: left;}




