html { overflow-y: scroll; }

body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 10px;
}

td { text-align:left}
a:link, a:visited, a:hover, a:active {
	color: #000;
}

.titel{
	color:#92349D;
	font-weight: bold;
	font-size: 14px;
}

.datum {
	color:#939598;
	font-size:12px;
	font-style: italic;		
}

.paginatitel{
	font-size:14px;
	color: #92349D;
	font-weight: bold;	
}


.subtitel{
	background-color:#EAEAEA;
	font-weight: bold;	
}

.grijsbg{
	background-color:#F0F0F0;
}

.geelbg{
	background-color:#EAEAEA;
}


.klein{
	font-size: 10px;
}

.foto {
	border-width:1px; 
	border-color:#000; 
	border-style:solid;
}

.border-grijs {
	border-width:2px; 
	border-color:#AAAAAA; 
	border-style:solid;
}

.border-rood {
	border-width:2px; 
	border-color:#FF0000; 
	border-style:solid;
}


.border-geel {
	background-color:#FFFFFF;	
	border-width:2px; 
	border-color:#FFF200;
	border-style:solid;
}

.border-geel2 {
	background-color:#FDD;
	border-width:2px;
	border-color:#FFF200;
	border-style:solid;
}

.contact {
	border-width:1px;
	border-color:rgb(0,0,102);
	border-style:solid;
	background-color: #EFEFEF;
}

.error {
	color:#F00;
	font-weight: bold;
}

.main {
	background-image:url(images/main_bg.jpg);
	background-repeat: no-repeat;
}
.grijs {
	background-color:#939598;
}

.paars {
	background-color:#92349D;
}

.footer {
	background-color:#92349D;
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;
}
.wit {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:470;
}
