/* Toon geen scrollbalken en maximaliseer hoogte*/
html {
	height: 100%;
}

/* body neemt ook standaard 100% hoogte, geen scrollbalk tonen */
body {
	font-family: Verdana;
	font-size: 11px;
	color: #013F7C;
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
}


.footertext {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}

a:link, a:active, a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #013F7C;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #013F7C;
	text-decoration: none;
}

table,tr,td,p,font  {
	font-family: Verdana;
	font-size: 11px;
	color: #013F7C;
}

INPUT {
	border: 1px solid #1F5351;
	color: #24316A;
	background-color: #FFFFFF;
	height: 18px;
	padding: 2px;
}
TEXTAREA {
	border: 1px solid #1F5351;
	color: #24316A;
	background-color: #FFFFFF;
	padding: 2px;
}
INPUT.checkbox,INPUT.radio{
	border: 0px solid #FFFFFF;
	color: #24316A;
	background-color: #FFFFFF;
	height: 18px;
	padding: 1px;
	dotted;
}


#tabelmenu td a,
#tabelmenu td a:link,
#tabelmenu td a:active,
#tabelmenu td a:visited,
#tabelmenu td a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left:3px;
}

#tabelmenu td a:hover {
	color: #A4A5A7;
}


div.container {
	position: relative;
	width: 100%;
	height: 100%;
}

td.inhoud {

	width: 100%;
	height:  100%;
	background-color: #FFFFFF;

}
div.inhoud {
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #013F7C;
	position: absolute;
	height:  100%;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding-top:5px;
}

div.inhoud h3 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
/* ----------------------- MENU STIJLEN ---------------------------------------------*/
/* BUREAU MAP: 2*/
A.mainmenu_2:link, A.mainmenu_2:active, A.mainmenu_2:visited { color: #013F7C; }
/* PROJECTEN MAP: 19*/
A.mainmenu_19:link, A.mainmenu_19:active, A.mainmenu_19:visited { color: #E60040; }
/* WERKWIJZE MAP: 7*/
A.mainmenu_7:link, A.mainmenu_7:active, A.mainmenu_7:visited{ color: #90A5C4; }
/* ACTUEEL MAP: 25*/
A.mainmenu_25:link, A.mainmenu_25:active, A.mainmenu_25:visited{ color: #F4BAB6; }
/* CONTACT MAP: 12*/
A.mainmenu_12:link, A.mainmenu_12:active, A.mainmenu_12:visited { color: #013F7C; }
/* LINKS MAP: 29 */
A.mainmenu_29:link, A.mainmenu_29:active, A.mainmenu_29:visited { color: #CAD5EB; }


A.button:link, A.button:active, A.button:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	background-color: #FFE788;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #000000;
	height: 1px;
}

A.button:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	background-color: #F9CB55;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #000000;
}

input.radioknop {
	border: none;
}

