/* ALGEMEEN */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background: #D4D4D4 url(/images/bg.gif) repeat-y center;
	text-align: center;
}
* {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
}
#header {
	background: #8b9fdc url(/images/top.jpg) no-repeat;
	width: 760px;
	height: 89px;
}
.headTitle {
	position: relative;
	float: right;
	right: 60px;
}
#main   { 
	width: 780px; 
	height: 100%; 
	border: #039 solid 20px;
	border-top: 0px;
	border-right: 0px;
}
#wrapper  { 
	width: 510px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}


/* ruimte tussen header en content - 43px */
#empty  { 
	height: 43px;
	width: 760px;
	background-color: #fff;
	border-right: #039 solid 20px;
}


/* NAVIGATIE */
#nav  { 
	background: #fff url(/images/navbg.gif) repeat-y;
	width: 160px; 
	height: 100%; 
	padding: 0;
	font-size: 10px;
	text-decoration: none;
}


/* CONTENT + SIDEBAR */
#content {
	float: left;
	padding: 0;
	width: 510px;
	height: 100%;
	border: 0;
	margin: 0 0 0 30px;
}
#content h1, #content h2 {
	margin: 0 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px #903 solid;
}
#content h3, #content h4 {
	margin: 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
}
#content p {
	margin: 0 0 4px;
	color: #333;
}
/* tabellen */
#content table:first-child {
	width: 100%;
	margin: 0 0 14px;
	border-spacing: 3px;
}
#content td, form {
	padding: 1px;
	font-size: 9pt;
	line-height: 13px;
}
#content th {
	background-color: #E0DDED;
}
#content caption {
	color: #333;
}
#content th, #content caption {
	font-size: 9pt;
	line-height: 13px;
	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: 7pt;
	font-family: Arial;
}
.tabBody {
	border: 1px solid #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background-color: #fff; 
}
.tab {
	background-color: #E0DDED;
	border: 1px solid #333;
}
.tableData {
	font-size: 7pt;
	font-family: Arial;
}
.formDescription {
	width: 80px;
	font-size: 7pt; 
	font-family: arial;
	color: #333;
}
.formSubtext {
	font-family: arial;
	font-size: 7pt;
	color: #333;
}
/* lijsten */
#content ul, #content ol {
	margin: 0 0 3px 0;
	padding: 0 0 0 30px;
}
#content ul {
	list-style-type: square;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin: 0;
}
#content ul ul, #content ol ul {
	list-style-type: circle;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol, #content ul ol {
	list-style-type: lower-latin;
}


/* CONTENT TEKST */
.tekst h1, .tekst h2 {
	color: #333;
}
.tekst h3, .tekst h4, .tekst h5, .tekst h6 {
	color: #A50811;
}
.tekst p {
	color: #333;
}
.tekst table td {
	color: #333;
}
.tekst a {
	border-bottom-color: #A50811;
}
.tekst a:link, .tekst a:visited {
	border-bottom: 1px dotted;
	color: #A50811;
}
.tekst a:hover {
	border-bottom: 2px solid;
	color: #A50811;
}
.tekst a:active {
	border-bottom: 1px solid;
	color: #A50811;
}
.tekst ul, .tekst ol {
	color: #333;
}

/* ruimte tussen content en foot - 20px */
#emptyfoot  { 
	height: 20px;
	width: 760px;
	background-color: #fff;
	border-right: #039 solid 20px;
}


/* WEBGUI adminbar */
.adminbar {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}