* {
	padding:		0px;
	margin:			0px;
}

img {
	border:			0;
}

body {
	background-color:	#fff;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
}

#mainContainer {
	width:			500px;
}

#main {
	float:			left;
	width:			500px;
}

#mainMid {
	float:			left;
	width:			480px;
	padding:		10px;
}

h1 {
	margin-bottom:		17px;
	font-size:		25px;
	color:			#FF9900;
	}

h2 {
	margin-bottom:		17px;
	font-size:		18px;
	color:			#DD0000;
	}

p {
	margin-bottom:		20px;
	font-size:		12px;
	color:			#000000;
	line-height:		1.5em;
	}

p a {
	color:			#DD0000;
	text-decoration:	underline;
	}

p a:hover {
	color:			#DD0000;
	text-decoration:	none;
	}

td {
	font-size:		14px;
	color:			#000000;
	line-height:		1.5em;
}

.consulentContainer {
  float: left;
  width: 210px;
  height: 250px;
  margin-right: 18px;
}

.consulentHeader {
  float: left;
  width: 205px;
  height: 22px;
  padding-left: 5px;
  background-color: #78432C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.consulentHeader p {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: bold !important;
}

.consulentMain {
  float: left;
  width: 210px;
}

.consulentFoto {
  float: left;
  width: 85px;
}

.consulentTekst {
  float: left;
  width: 110px;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 0px;

}

.consulentTekst p {
  color: #000 !important;
  font-size: 12px !important;
  line-height: 1.1em !important;
  margin-bottom: 10px !important;
}

.consulentTekst p a {
  color: #000 !important;
  text-decoration: underline !important;
  margin-bottom: 0px !important;
}

.consulentTekst p a:hover {
  color: #DD0000 !important;
  text-decoration: none !important;
  margin-bottom: 0px !important;
}

.consulentFooter {
  float: left;
  width: 205px;
  padding-left: 5px;
  padding-top: 5px;
}

.consNL {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin-bottom: 0px !important;
  padding-left: 25px !important;
  background: url(../img/vlag_nl.gif) center left no-repeat; 
}

.consB {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin-bottom: 0px !important;
  padding-left: 25px !important; 
  background: url(../img/vlag_b.gif) center left no-repeat; 
}