/* mac hide \*/
HTML,BODY{
	height:100%;
	margin:0;
	padding:0;
}
/* end hide*/

BODY{
	background-color: #fdf4de;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}	
BODY,TD,DIV,P{
	font-family: verdana;
	font-size: 8pt;
	line-height: 1.5;
	font-weight: normal;
	color: #152077;
	text-decoration: none;
}

div.clear, BR.clear{
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

			
/* GENERAL --------------------------------------------------------------- */		

h1{
	display: block;
	height: 20px;
	width: 100%;
	color: #de0030;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	line-height: 12pt;
	text-transform: uppercase;
	text-decoration: none;
}	


h2{
	display: block;
	width: 100%;
	height: 17px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	background-color: transparent;
	color: #152077;
	text-indent: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

h3, h4{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	background-color: transparent;
	color: #de0030;
	text-indent: 0px;
	text-decoration: none;
}
h4{
	color: #152077;
}

ul{
	list-style-type: disc;
	/*list-style-position: inside;*/
	/*color: #de0030;*/
	margin: 9px 0px 9px 14px;
	padding: 0px 0px 0px 4px;
}
ul li{
	/*color: #de0030;*/
}

A{
	color: #de0030;
	text-decoration: underline;		
}	
A:hover{
	color: #de0030;
	text-decoration: none;
}

HR{
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #de0030;
	margin: 6px 0px 6px 0px;
}	
html>body HR{		/* FF */
	margin: 11px 0px 11px 0px;	
} 


.kleur1, .kleur1 A, .kleur1 A:hover{ color: #de0030;	}	/* rood */
.kleur2, .kleur2 A, .kleur2 A:hover{ color: #000000;	}	/* zwart */



/* FOTO STIJLEN ******************************************************************* */				

IMG.foto_border{				
	border: solid 1px #707070;
}	

IMG.foto_links_van_tekst, IMG.foto_links_van_tekst:hover{				
	float: left;
	margin: 4px 18px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: solid 1px #152077;
}		
IMG.foto_links_van_tekst:hover{				
	border: solid 1px #de0030;
}	
				
IMG.foto_rechts_van_tekst, IMG.foto_rechts_van_tekst:hover{				
	float: right;
	margin: 4px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: solid 1px #152077;
}		
IMG.foto_rechts_van_tekst:hover{				
	border: solid 1px #de0030;
}			
		