a:link {
	color: #00ACC8;
	text-decoration: none;
}
a:visited {
	color: #00ACC8;
	text-decoration: none;
}
a:hover {
	color: #00A6C1;
	text-decoration: underline;
}
a:active {
	color: #00A4BF;
	text-decoration: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
}
.broodtekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
}
.randje_tabel1 {
	border: 1px solid #000000;
}

.left-image, .left-image-b, .left-image-c, .left-image-d{
	width:266px;
	/* min-height: 100%;
	height:inherit !important;   voor moderne browsers */
	height:992px; /* voor IE */
	background: url(../gui/A-links.png) top left no-repeat;
	position: fixed;
	left:0;
	top:0;
}
.center-outer{
	padding: 0;
	margin: 0;
    position: absolute;    
    top: 0px;
    left: 266px;
    right: 266px;
    bottom: 0px;
	height:100%;
	width:600px;

}
.right-image, .right-image-b, .right-image-c, .right-image-d{
	width:256px;
	/* min-height: 100%;
	height:inherit !important; voor moderne browsers */
	height:960px; /* voor IE */
	background: url(../gui/A-rechts.png) bottom right no-repeat;
	float:right;
}
.right-image-hold{
	position:fixed;
	top:0px;
	left:0px;
	height:1px;
	width:100%;
	overflow: visible
}