.bg_content {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #959595;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:25px 25px 25px 25px;
}
h1 {
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	margin-bottom: 0px;
	color:#7f338b;
	margin-top: 0px;
}
h1 a, h1 a:hover, h1 a:active {
	font-family: Arial;
	font-size: 12px;
	color:#7f338b;
	font-weight:bold;
	text-decoration:none; /* gebruik 'underline' om de link te laten onderstrepen */ 
}
h2 {
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 a, h2 a:hover, h2 a:active {
	font-family: Arial;
	font-size: 10px;
	color:#000000;
	font-weight:bold;
	text-decoration:none; /* gebruik 'underline' om de link te laten onderstrepen */ 	
}
h3 {
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	margin-bottom: 0px;
	color:#7f338b;
	margin-top: 0px;
}
h3 a, h3 a:hover, h3 a:active {
	font-family: Arial;
	font-size: 11px;
	color:#7f338b;
	font-weight:bold;
	text-decoration:none; /* gebruik 'underline' om de link te laten onderstrepen */ 
}
h4 {
	font-family: Arial;
	font-size: 9px;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	margin-bottom: 0px;
	color:#000000;
	margin-top: 0px;
}
h4 a, h4 a:hover, h4 a:active {
	font-family: Arial;
	font-size: 9px;
	color:#000000;
	font-weight:normal;
	text-decoration:none; /* gebruik 'underline' om de link te laten onderstrepen */ 
}
.bg_logo_small {
	background-image: url(images/logo_small.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_logo_small_2 {
	background-image: url(images/logo_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#ede1ef;
}
.border_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #959595;
}
.contact {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color:#000000;
}
.contact a, .contact a:hover, .contact a:active {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none; /* gebruik 'underline' om de link te laten onderstrepen */ 
}