/* standaard html tags */
html {
	/* height:100%; */
}

*html img {
 	behavior:url("pngbehavior.htc");
}

body {
	/* height:100%; */
	margin:0px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size:12px;
	background-image:url(../images/repeatbg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#aeaeae;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color :#ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #eeeeee;
	color:#605F5F;

}

a {
	color: #000099;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}

.navigation {
	color: #605F5F;
	font-size: 12px;
	text-decoration: none;
}

.navigation:hover {
	color: #605F5F;
	font-size: 12px;
	text-decoration: underline;
}

li {
	list-style:disc outside;
	margin-left:0px;
	margin-bottom:3px;
	text-align:left;
}

td,p {
	font-size:12px;
}

h3 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #CC0000;
}

/* custom classes */
#mainFrameBg {
	margin:auto;
	background-image:url(../images/logobg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:800px;
	height:600px;
	border-top:solid 1px #f0f0f0;
}

#contentBg {
	margin:auto;
	margin-top:40px;
	width:642px;
	height:420px;
	background-image:url(../images/contentBg.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:70px;
	padding-top:135px;
	/* border:solid 1px #000000; */
}

#tekstContent {
	margin:0;
	margin-top:30px;
	width:558px;
	height:205px;
	padding-right:20px;
	overflow-x:none;
	overflow-y:auto;
	/* border:solid 1px #000000; */
}

.hidden {
	display:none;
}

.noJustify {
	text-align:left;
}

.blauwerand {
	border:solid 1px #999999;
}

