/* BEGIN LOGO BLOKKEN */
DIV.logo {
	width			: 150px;
	height			: 150px;
	
	margin-bottom	: 5px;
	
	text-align  	: center;
	border			: 1px solid #0064A9;
	background-color: #FFFFFF;
}

	DIV.certificate_content {
		width		: auto;
		float		: left;
		
		margin-right: 10px;
		
		display		: block;
		display		: inline;
		
		font-size	: 12px;
	}

	DIV.certificate {
		height		: 100px;

		display		: block;
		display		: inline;

		margin-top	: 5px;
		margin-right: 5px;
	}
		
		DIV.certificate img {
			border	: 1px solid #0064A9;
		}

DIV.wheel_foto {
	width			: 200px;
	height			: 150px;
	float			: left;
	
	margin-top		: 10px;
	margin-right	: 15px;
	
	display			: block;
	display			: inline;
	
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-style		: normal;
	font-weight		: bold;
	
	line-height		: 150%;
	
	color			: #0064A9;
}

.left {
	float		: left;
}

.right {
	float		: right;
}

.logo_center {
	float		: left;
	
	margin-left	: 15px;
}

BG_white {
	background-color:#FFFFFF;
}

BG_darkblue {
	background-color:#1C2B6E;
}
/* EINDE LOGO BLOKKEN */

/* BEGIN TEKST OPMAAK */
h1 {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 18px;
	font-style	: normal;
	
	line-height : 115%;
	margin-top	: 12px;
	
	color		: #0064A9;
}

h2 {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 15px;
	font-style	: italic;
	
	line-height : 115%;
	margin-top	: 12px;
	
	color		: #0064A9;
}

h3 {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 15px;
	font-style	: italic;
	
	line-height : 115%;
	margin-top	: 12px;
	
	color		: #FF0000;
}

.h3_flash {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 15px;
	font-style	: italic;
	font-weight : bold;
	
	line-height : 115%;
	margin-top	: 12px;
}

h4 {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
	
	line-height : 115%;
	margin-top	: 12px;
	
	color		: #0064A9;
}

p {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 13px;
	font-style	: normal;
	
	line-height : 169%;
	margin-top	: 10px;
	
	color		: #0064A9;
}

.textalign-center {
	text-align	: center;
}

a {
	color			: #0064A9;
	text-decoration	: underline;
}

a:hover {
	color			: #0064A9;
	text-decoration	: none;
}

ol {
	margin-left	: 23px;
}

ul {
	margin-left : 23px;
}

li {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 13px;
	font-style	: normal;
	
	line-height : 169%;
	
	color		: #0064A9;
}

/* EINDE TEKST OPMAAK */


/* BEGIN FORMULIER OPMAAK */

	form {
		border	: 0px;
	}
	
	fieldset {
		border	: 0px;

		display	: block;
	}
	
		fieldset p{
			display	: block;
			
			height	: 15px;
		}
	
	label {
		float		: left;
		display		: inline;
		
		width		: 130px;
	}
	
		.required {
			color	: #FF0000;
		}
	
	.form_textfield {
		width		: 200px;
		height		: 15px;

		float		: left;

		font-family	: Verdana, Arial, Helvetica, sans-serif;
		font-size	: 12px;
	}

	.form_textarea {
		width		: 200px;
		height		: 160px;
		
		float		: left;
		display		: block;

		font-family	: Verdana, Arial, Helvetica, sans-serif;
		font-size	: 12px;
	}	


/* EINDE FORMULIER OPMAAK */