body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background : #fff1c1;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #aa263c;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rooster {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.td_main {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #AA263C;
	height: 100%;
	background-color: #FEFEE8;
}
.td_main_no_bkgrd {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #AA263C;
	background-color: #FEFEE8;
	height: 100%;
}
.kop {
	font-size: 14px;
	font-weight: bold;
	color: #aa263c;
	letter-spacing: 2pt;
	text-transform: uppercase;
}
H2 { 
	font-weight : bold; 
	letter-spacing: 2pt; 
}
.navigatie {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #aa263c;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin-bottom: 4px;
}
.navigatie:hover {
	color: #aa263c;
	background-color: #fff1c1;
}
.cursussen {
	font-size: 11px;
	text-transform: uppercase;
	color: #aa263c;
	font-weight: bold;
	background-color: #fff1c1;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #aa263c;
	display: block;
	margin-bottom: 4px;
}
.cursussen:hover {
	color: #fff1c1;
	background-color: #aa263c;
	border-bottom-color: #fff1c1;
}

iframe {
	display: block;
	margin-right: 10px;
	margin-top: 14px;
}
