@charset "utf-8";
/* CSS Document */

* {
	font-family:arial;
	font-size:12px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	border:0;
}

h3.section {
	margin-top: 1em;
}

.dotted {
	font-size:12px; font-weight:normal; padding:3px; border-bottom: dotted 1px #323232;
}

.td1 {
	width: 580px;
}

.td2,.td3,.td4,.td5 {
	width: 50px;
}


.divToggle {
	font-size:12px; font-weight:normal; padding:3px; border-bottom: dotted 1px #323232;
	color: #000000;
	font-weight: bold;
	width:100%;
	padding:2px;
	cursor: pointer;
}

.GeenGegegens {
	padding-left:14px;
	padding-top:4px;
	padding-bottom:14px;
}


.divTitleOpen
{
	background: url(../images/sortdescr.gif) no-repeat;
	width:10px;
	height:10px;
	float:left;
	position:relative;
	top:4px;
	left:0px;
}

.divTitleClose
{
	background: url(../images/sortascr.gif) no-repeat;
	width:10px;
	height:10px;
	float:left;
	position:relative;
	top:4px;
	left:0px;
}


.divTitleItems
{
	float:left;
	padding: 2px;
}

#TableRap1 th, #TableRap1 td {
	text-align:right;
	font-weight:normal; 
}

.actief { color:red; font-size:12px; }
.inactief { color:green; font-size:12px; }

.error { color:red; font-size:10px; }
.filetypes { color:#323232; font-size:10px; }
.columheader { font-weight:bold; }
.streep {	border-top: solid 1px black; }
h1 { font-size: 20px; padding-bottom:2px; border-bottom: dotted 1px #323232; }
h2 { color: #ffffff; padding:3px; border-bottom: dotted 1px #323232; background-color: #888888; }

.tabel100 { width:100%; }
.subDivItem { width:800px; }
.div2 { width:984px; text-align:center; border:1px;  border-color:#000000; border-style:dotted; }

th {
	font-weight: bold;
	text-align: left;
}

/* ----------- NAVIGATION----------- */
ul, li{border:0; padding:0; margin:0; list-style:none;}

#top-navigation{
	background:url(/images/topnav-bg.gif) repeat-x;
	width:auto;
	height:48px;
	margin:0 auto;
}
#navigation{
	background:url(/images/nav-bg.gif) repeat-x; 
	height:32px; 
	margin:0 auto;
	width:auto; 
}
#navigation .right_link{
	float:right;
	font-size:11px;
	line-height:32px;
	margin:0 10px;
}
#navigation ul{
 height:32px;
 line-height:32px;	
}
#navigation ul li{
	display:inline;
}
#navigation ul li a,
#navigation ul li a:visited {
	background:url(/images/line-a.gif) right no-repeat;
	padding:0 20px;
	display:block;
	text-decoration:none;
	float:left;
	color:#000000;
	font-weight:bold;
}
#navigation ul li a:hover{
	color:#FFFFFF;
	background:#A5A5A5;
}	
/* ----------- SUBLINKS ----------- */
#sublinks{
	width:auto;
	margin:0 auto;
	background:#888888 url(/images/sublink.gif);
	height:30px;
	font-size:12px;
}	
#sublinks ul{
 height:32px;
 line-height:31px;	
 display:none;
}
#sublinks ul li{
	display:inline;
}
#sublinks ul li a,
#sublinks ul li a:visited {
	padding:0 20px;
	display:block;
	text-decoration:none;
	float:left;
	color:#FFFFFF;
}
#sublinks ul li a:hover{
	text-decoration:underline;
}	
