/* STYLE ONLY FOR PRINT*/
#print_logo{
	display: none;
}
hr.print_logo_lijn{ 
	display: none;
}
hr.print_lijn{ 
	display: none;
}

/* --------------------------------- */

HTML{
	overflow-x: hidden; /* avoid in IE to make the scrollbar go over the last few lines of content */
}

BODY{
	background-color: #ffffff;						
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #000000; 	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center; 
	line-height: 1.4;
}

TD			{ font-family: Tahoma; font-size: 10pt; color: #000000; line-height: 1.4;											}
A			{ font-family: Tahoma; font-size: 10pt; color: #6D2073; text-decoration : none; line-height: 1.4; 			}
A:hover	{ font-family: Tahoma; font-size: 10pt; color: #6D2073; text-decoration : underline; line-height: 1.4; 	}

h1, .kop{ 
	display: block;			
	font-family : Tahoma; 
	font-size : 11pt; 
	font-weight : bold; 
	text-decoration : none; 
	color : #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;	
}
h2{ 
	display: block;			
	font-family : Tahoma; 
	font-size : 12pt; 
	font-weight : bold; 
	text-decoration : none; 
	color : #6e1f72;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;	
}		
h3{ 			
	display: block;			
	font-family : Tahoma; 
	font-size : 12pt; 
	font-weight : bold; 
	text-decoration : none; 
	color : #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

h4	{ font-family : Tahoma; font-size : 11pt; font-weight : bold; text-decoration : none; color : #6e1f72;	margin-top: 0px; margin-bottom: 0px;	}

hr{ 
	border-top: 1px solid #6e1f72; 
	border-bottom: 1px solid #6e1f72;
	margin-top: 3px;
	margin-bottom: 8px;
} 

IMG.right{ 
	margin-left: 20px;
	float: right;
	border: 1px solid #6e1f72; 
}
IMG.right:hover{ 
	margin-left: 20px;
	float: right;
	border: 1px solid #000000; 
}				
				
IMG.left{ 
	margin-right: 20px;
	float: left; 
	border: 1px solid #6e1f72; 
}				
IMG.left:hover{ 
	margin-right: 20px;
	float: left; 
	border: 1px solid #000000; 
}

.paars{
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #6e1f72; 
	line-height: 1.4;
}
.zwart{
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #000000; 
	line-height: 1.4;
}
.wit{
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #ffffff; 
	line-height: 1.4;
}
.broodtekst, .broodtekst A:hover{
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #000000;
	text-decoration : none;
	line-height: 1.4;
}
.broodtekst A{
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #000000;
	text-decoration : underline;
	line-height: 1.4;
}

/* TBV TEKSTBLOKKEN */
.broodtekst_klein_rechts, .broodtekst_klein_rechts A:hover{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #000000;
	text-decoration : none;
	line-height: 1.4;
}
.broodtekst_klein_rechts A{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #000000;
	text-decoration : underline;
	line-height: 1.4;
}
.broodtekst_klein_links, .broodtekst_klein_links A:hover{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #ffffff;
	text-decoration : none;
	line-height: 1.4;
}
.broodtekst_klein_links A{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #ffffff;
	text-decoration : underline;
	line-height: 1.4;
}
