/* ALGEMEEN */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background-color: #B03741;
	text-align: center;
	margin: 0;
}
* {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 14pt;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
}
#topmargin {
	width: 762px;
	height: 13px;
}
#header {
	background: #fff url(/images/top.gif) no-repeat;
	width: 762px;
	height: 95px;
	text-align: right;
}
#main   { 
	width: 762px; 
	height: 100%; 
	border: 0px;
}
#title  { 
	height: 38px;
	width: 762px;
	background: #fff url(/images/titlebg.gif);
	text-align: right;
}


/* NAVIGATIE */
#nav  { 
	background: #C6CDDD url(/images/navbg.gif) repeat-y;
	width: 230px; 
	height: 100%; 
	margin: 0;
	padding: 20px 18px 0 12px;
	text-decoration: none;
}


/* CONTENT */
#content {
	background-color: #C6CDDD;
	width: 450px;
	height: 100%;
	margin: 0;
	padding: 22px 20px 0 10px;
}
#content h1, #content h2 {
	margin: 0 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
	border-bottom: 1px #6C7CA1 solid;
}
#content h3, #content h4 {
	margin: 0 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
}
#content h5, #content h6 {
	margin: 0 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
}
#content p {
	margin: 0 0 4px;
	color: #000;
}
/* tabellen */
#content table:first-child {
	width: 100%;
	margin: 0 0 14px;
	border-spacing: 3px;
}
#content td, form {
	padding: 1px;
	font-size: 8pt;
	line-height: 13px;
}
#content th {
	background-color: #EBEEF5;
}
#content caption {
	color: #B03741;
}
#content th, #content caption {
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
}
caption {
	margin: 0;
	padding: 9px 3px 0;
}
#content th, #content td.tfooter {
	font-style: italic;
}
/* tabellen, formulieren WebGUI */
.tableHeader {
	background-color: #CECECE;
	font-size: 8pt;
	font-family: Arial;
}
.tabBody {
	border: 1px solid #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background-color: #CECECE; 
}
.tab {
	background-color: #EBEEF5;
	border: 1px solid #333;
}
.tableData {
	font-size: 9pt;
	font-family: Arial;
}
.formDescription {
	width: 80px;
	font-size: 9pt; 
	font-family: arial;
	color: #333;
}
.formSubtext {
	font-family: arial;
	font-size: 9pt;
	color: #333;
}
/* lijsten */
#content ul, #content ol {
	margin: 0 0 3px 0;
	padding: 0 0 0 30px;
}
#content ul {
	list-style-type: square;
	font-size: 7pt;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin: 0;
}
#content ul ul, #content ol ul {
	list-style-type: circle;
	font-size: 7pt;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol, #content ul ol {
	list-style-type: lower-latin;
}


/* CONTENT TEKST */
.tekst h1, .tekst h2 {
	color: #B03741;
}
.tekst h3, .tekst h4 {
	color: #000;
}
.tekst h5, .tekst h6 {
	color: #58698C;
}
.tekst p {
	color: #000;
}
.tekst table td {
	color: #000;
}
.tekst a {
	border-bottom-color: #B03741;
}
.tekst a:link, .tekst a:visited {
	border-bottom: 1px dotted;
	color: #B03741;
}
.tekst a:hover {
	border-bottom: 2px solid;
	color: #B03741;
}
.tekst a:active {
	border-bottom: 1px solid;
	color: #B03741;
}
.tekst ul, .tekst ol {
	color: #000;
}

/* ruimte tussen content en foot - 20px */
#emptyfoot  { 
	height: 25px;
	width: 762px;
	background: #fff url(/images/foot.gif) repeat-y;
}


/* WEBGUI adminbar */
.adminbar {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}
