body {
text-align : center ;
min-width : 990px ;
overflow-x:hidden;
overflow-y:scroll;
margin: 0;
}

div.basis {
width : 991px ;
text-align : left ;
margin-left : auto ;
margin-right : auto ;
position : relative ;
} 

table, .tekst {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.klein {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	
}

#tabel {
position: absolute;
left: 0px;
top: 0px;
}

#zijmenurechts {
position: absolute;
left: 800px;
top: 350px;
width: 200px;
z-index: 1;
border: 0px solid black;
text-align: left;
}

#contentvak {
padding-left: 20px;
padding-right: 235px;
margin-top: 5px;
border: 0px solid orange;
}

#contentvak table {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 400px;
}

#contentvak div a, #contentvak div a:link, #contentvak div a:hover, #contentvak div a:visited {
	color: #ff6508;
 	font-weight: normal;
}

#contentvak a, #contentvak a:link, #contentvak a:hover, #contentvak a:visited {
	color: #ff6508;
 	font-weight: normal;
	
}

#contentvak p {
	margin-bottom: 15px;
	margin-top: 15px;
}

#contentvak ul {
	
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}

#contentvak ul li {
	
	margin-left: 20px; 
	margin-top: 0;
	margin-bottom: 0;
	/*display: block; - anders geeft FF geen bullets weer */
}

h4 {
	color: #ff6600;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}

#breadCrumb {
    height: 30px;
	background-color: #ffffff;
	border: 0px solid black;
	text-align: left;

}

#breadCrumbTop {
    position: absolute;
    left: 144px;
    top: 137px;
	padding: 0;
	margin: 0;
    width: 560px;
	text-align: left;
	border: 0px solid red;

}

#hoofdmenu {

	position: relative;
	left: 340px;
	top: 10px;
	width: 640px;
	height: 20px;
	padding-top: 4px;
	border: 0px solid gray;
	text-align: left;
}

#hoofdmenu a {
   
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0px 4px 0px 4px;
	
	
	
}

#hoofdmenu a:hover {
	color: #000000;
}

#zijmenulinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
	
	
}

#zijmenulinks ul li {
   /* background-image: url(pics/button_rechts.gif);  Replace bullet.gif with your img */
    background-position: left middle; /* Position bullet */
    background-repeat: no-repeat;
    padding-left: 28px; /* Add padding so text doesn't cover bullet img */
	padding-bottom: 4px; /* Add padding so text doesn't cover bullet img */
	display: block;
		
}

#zijmenulinks ul li a {
   
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;	
	
}

#zijmenulinks ul li a:hover {
	color: #42658c;
}

.inbound {
	color: black;	
	text-decoration: none;
	font-weight: bold;
	
}

.selected {
	color: #ff6500;	
	text-decoration: none;
	font-weight: bold;
	
}

.outbound {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

.separator {
 color: #ff6508;
 font-weight: normal;
}

.backtrail {
	color: gray;
 	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}