h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #004b96;
	font-weight: 400;
	margin-bottom: 15px;
}

#content {
	margin-top: 45px;
	line-height: 100%;
}

#col1 {
	float: left;
	width: 260px;
}

#col1 p {
	width: 240px;
}

#col1 img { 
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #cecece;
	margin-bottom: 10px;
}

#col2 { 
	float: left;
	width: 33%;
}

#col2 p {
	width: 240px;
}

#col2 img { 
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #cecece;
	margin-bottom: 10px;
}

#col3 {
	float: right;
	width: 260px;
}

#col3 p {
	width: 260px;
}

#mobiel {
	background-image: url(../Images/mobiel.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: left center;
	margin-left: 10px;
}

#fax {
	background-image:url(../Images/fax.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: left center;
	margin-left: 10px;
	
}
#email {
	background-image:url(../Images/e-mail.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: left center;
	margin-left: 10px;
}

#email2{
	padding-left: 45px;
	background-position: left center;
	margin-left: 10px;
}

#mobiel p {
	line-height: 250%;
}

#fax p {
	line-height: 250%;
}

#email p {
	line-height: 250%;
}

#footer {
	clear: both;
	width: 780px;
	display: block;
	border-bottom: solid #b5b5b5 1px;
	padding-top: 40px;
	margin-bottom: 20px;
}

#footer p{
	padding-bottom: 5px;
	color: #b5b5b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a {
	color: #b5b5b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover{
	color: #004b96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.bluebold {
	font-weight: bold;
	color: #004b96;
}