/* CSS Document */
body {
	/* Opmaak scrollbar voor IE */
	scrollbar-face-color: #AB273E; 
	scrollbar-shadow-color: #AB273E; 
	scrollbar-highlight-color: #AB273E; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF; 
	
	/* Marges */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Algemene tekstopmaak content */
body, td, th {
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-align:justify;
}
.titel {
	font-size: 9pt;
	font-weight: bold;
	color: #AB273E;
}
.subtitel {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}

a {
	text-decoration: underline;
	color: #AB273E;
}
a:hover {
	text-decoration: none;
	color: #AB273E;
}

/* footer-opmaak */
.footer {
	text-decoration:none;
	font-size: 9px;
	color:#333333;
}
a.linkFooter {
	color: #AB273E;
	text-decoration: none;
	font-size: 9px;
}
a.linkFooter:hover {
	text-decoration: underline;
	color: #AB273E;
	font-size: 9px;
}

/* Style-elementen layout */
table.maxHeight{
	width:100%;
	height:100%;
}

.bgImgSide{
	background-image:url(/images/bg.gif);
	background-repeat:repeat;
}
.links{
	width:auto;
}
.midden{
	width:808;
}
.rechts{
	width:auto;
}
.footerLinks{
	width:150;
	height:25;
}
.footerRechts{
	width:658;
	height:25;
}
.spacer{
	font-size:1px;
	height:1px;
	width:1px;
}
/* aanpassingen 3-10-2005 */
.startblokje{
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.startblokje UL{
	margin-top: -13px;
}
.startblokje LI{
	list-style-image: url(../images/arrow_red.gif);
	margin-left: -25px;
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration:none;
}
.startblokje LI A{
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration:none;	
}
.startblokje LI A:HOVER{
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration:underline;
}
/* emailservice onderdelen 
#fld_email, #fld_extrafield1, #fld_extrafield2, #fld_extrafield3{
	border: 1px solid  #AB273E; 
	background-color: white;
	color: black;
}

P INPUT{
	background-color:  #AB273E; 
	color: white;
}
*/
/*zoek functie */
input.zoekfield{
	width: 110px;
	border: 1px solid  #AB273E;
	color: #AB273E;
	margin-right: 2px;
	height: 19px;
}
