/* Standaard styles for RTE Fields */
.RTEDefault {
	line-height: 17px;
	font-size: 12px;
}

.RTETitle {
	font-size: 14px;
	font-weight: bold;
}

.RTESubTitle {
	font-weight: bold;
	color: #474747;
}

/* SITE CLASSES */

#SiteBody {
	background-color: #E4E4E4;
}

html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #F3C77C;
} 

td, th {
	font-size: 11px;
}

a img {
	margin: 0px;
	padding: 0px;
	border: none;
}

p, div {
	margin:0px;
	padding:0px;
}

a:hover {
	color: #FF8C00;
}

.MenuTabel {
	background-color: #F4A31C;
}

.MenuTabel TD{
	background-color: #FFB320;
}

.CopyRight {
	font-size: 10px;
	font-weight: bold;
	background-color: #FCE5B8;
	text-align: right;
	padding: 3px;
}

.CopyRight A, .CopyRight A:HOVER, .CopyRight A:ACTIVE, .CopyRight A:VISITED {
	text-decoration: none;
	color: black;
}

.CopyRight A:HOVER {
	color: navy;
}

.Inhoud {
	padding: 12px;
	overflow: auto;
	height: 219px;
	width: 389px;
	background-color: #F3C77C;	
}

.Inhoud2 {
	padding: 12px;
	overflow: auto;
	height: 352px;
	width: 389px;
	background-color: #F3C77C;	
}

.DocTitel {
	font-size: 14px;
	font-weight: bold;	
}

.FormTable TH {
	text-align: right;
}