BODY {
	background-image : url(../media/img_site/bg/bg.gif);
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #050536;
	background-color : #fdfdfd; /* dit kan ook d6e7ee */
	
	scrollbar-face-color : #5181a1;
	scrollbar-track-color : #fdfdfd;
	scrollbar-arrow-color : #ffffff;
}

.bodytxt { /* normale tekst */
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #050536;
	background-color : #fdfdfd;
}

.bodytxtnobg { /* normale tekst */
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
}

.bodyjust { /* normale tekst - justify */
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #050536;
	background-color : #fdfdfd;
	text-align : justify;
}

.ttlbig { /* titel tekst - groot */
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #050536;
	background-color : #fdfdfd;
}

.ttlrealbig { /* titel tekst - groot */
	font-family : Arial, Verdana, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #ff0000;
	background-color : #fdfdfd;
}

.txtfout { /* fout tekst - rood */
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : italic;
	color : #ff0000;
	background-color : #fdfdfd;
}

.lijndnk {
	background-color : #003B79;
}

.lijnli {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #050536;
	background-color : #EAF1F5;
}

.bgtopre {
	background-color : #dddddd;
}

.tblttlre { /* tekst, blauwe achtergrond, tabelhoofd */
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-indent : 3px;
	color : #ffffff;
	background-color : #5181a1;
}

.tdtxtre { /* tekst voor tabeldata */
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	text-indent : 3px;
	color : #313131;
	background-color : #fdfcfa;
}

.tdtxtklre { /* kleine tekst, populair */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #555454;
	background-color : #fdfcfa;
}

.bgorange {
	height : 3px;
	background-color : #ffa500;
}

.bgwbi { /* kleine tekst, blauwe achtergrond, copyright */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #336699;
	background-color : #e3e1e8;
}

.bgclock {
	/* kleine tekst, blauwe achtergrond, copyright */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #000000;
	background-color : #e3e1e8;
}

.copytxt { /* kleine tekst, blauwe achtergrond, copyright */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #5181a1;
	background-color : #3c7faf;
}



/* De links voor de site  - algemene link */
A, A:visited {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #336699;
	text-decoration : none;
}
A:hover {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #050536;
	text-decoration : none;
}

A.uviwbi, A.uviwbi:visited { /* link voor o.a. actuele informatie - lees verder */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #336699;
	text-decoration : none;
}
A.uviwbi:hover {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #050536;
	text-decoration : none;
}

/* copyright */
A.lnkcopy, A.lnkcopy:visited { /* link voor o.a. actuele informatie - lees verder */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #fdfcfa;
	text-decoration : none;
}
A.lnkcopy:hover {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #ffffff;
	text-decoration : none;
}

/* #######################          De style voor input vakken                                    ############# */
.formdta { /* reserveringen -new, edit, etc */
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #1b3e1c;
	background-color : #EBF3F8;
	margin: 0px;
	padding-left : 3px;
	border-top: 1px solid #234724;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left : 1px solid #234724;
}

.formsearch {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #1b3e1c;
	background-color : #fdfdfd;
	margin: 0px;
	padding-left : 3px;
	border-top: 1px solid #e2dfd9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left : 1px solid #e2dfd9;
}
