/* CSS Document */
body, table {
	font-family: Arial;
	font-size: 12px;
}

INPUT.veld,TEXTAREA {
	border: 1px;
	color: #FF0000;
	background-color: #FFF7D9;
	padding: 2px;
}
H3 {
	color: #990000;
}

.slogan {
	width: 105px;
	margin-left: 16px;
	margin-top: 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: auto;
}

.boodschap {
	width: 100%;
	height: auto;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 7px;
	font-size: 11px;
}

.content {
	margin: 10px;
	color: #333333;
	height: auto;
}

/* opmaak van item in het submenu */
a.menu, a.menu:visited, a.menu:active, a.menu:link{
	font-family: Arial;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-indent: 4px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	font-weight: bold;
}

/* opmaak van item in het submenu bij "onmouseover" */
a.menu:hover{
	font-family: Arial;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	font-weight: bold;
}
