@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: arial;
	font-size: 8pt;
	background: url(images/bg.png) center;
}

a:link {
	color: #999900;
	font-weight: bolder;
}

a:visited {
	color: #999900;
	text-decoration: underline;
	font-weight: bolder;
}

a:hover {
	color: #999900;
	text-decoration: none;
	font-weight: bolder;
}

a:active {
	color: #999900;
	text-decoration: underline;
	font-weight: bolder;
}

.container {
	width: 851px;
	height: 500px;
	margin: 0 auto;
} 

.header {
	background:url(images/top.png);
	height: 195px;
	width: 851px;
}

.contentContainer {
	position: relative;
	width: 851px;
}

.contentContainer .content {
	position: relative;
	margin: 0 auto;
	padding: 30px;
	background: #FFF;
	width: 749px;
	border: 1px solid #000;
}

.content .menu {
	position: relative;
	float: left;
	width: 150px;
}

.menu .header {
	position: relative;
	background:url(images/menu.png);
	width: 96px;
	height: 23px;
}

.menu .menucontainer {
	padding: 10px 4px 10px 4px;
	width: 138px;
}

.menu a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.content .realcontent {
	position: relative;
	float: right;
	width: 590px;
}

.contentContainer .content .contentHeader {
	position: absolute;
	background:url(images/top_content.png);
	width: 807px;
	height: 97px;
}

.contentContainer .clearer {
	clear: both;
}

.hoofdtitel {
	color: #999900;
	font-size: 13pt;
	font-weight:bolder;
	margin-top: 0px;
}

.subtitel {
	color: #999900;
	font-size: 10pt;
	font-weight: bolder;
	margin-top: 0px;
}

.normaal {
	color: #000;
	margin-top: 0px;
	text-align:justify;
}

.moduleWindow td.tdHeader {
	color: #fff;
	font-weight: bolder;
	background: #000;
	padding: 5px;
	border-top: none;
}

.moduleWindow {
	border: 2px solid #000;
	margin: 0px;
}

.moduleWindow td {
	border-top: 1px solid #aaa;
	padding: 2px;
	background: #eee;
}

.moduleWindow td li, ul {
	margin: 0px;
}



.moduleWindow .outdated {
	margin: 0px;
	color: red;
	font-weight: bolder;
}

.treeWindow {
	border: 2px solid #000;
	margin: 0px;
}

.treeWindow td {
	border-top: 0px none;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	background: #eee;
	font-size: 8pt;
	height: 19px;
}

.treeWindow td img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.treeWindow td.tdHeader {
	color: #fff;
	font-weight: bolder;
	background: #000;
	padding: 5px;
	border-top: none;
}

.systemUnifier {
	position: relative;
	background: #999;
	padding: 5px;
	border: 1px dotted;
}

.menu_module {
	margin: 10px 0px -15px 0px;
	padding: 0px;
	font-weight: bolder;
}

input {
	font: 9pt arial;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

select {
	font: 9pt arial;
	border: 1px solid #999900;
	margin: 0px;
	padding: 0px;
}

.subText {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	color: #999;
}
	
