/* ************************************************************************** */
/* MEDEWERKERS                                                                */
/* ************************************************************************** */

#medewerkersLeft {
	float: left; width: 142px;
	margin-top: 7px;
	}
#medewerkersRight {
	float: right; width: 624px; /* 610 + 14 */
	margin-top: 7px;
	}

#medewerkersLeft .naam,
#medewerkersRight .naam {
	font-size: 1em;
	background: #999;
	color: #fff;
	display: block;
	width: 138px; height: 2em;
	line-height: 2em;
	overflow: hidden;
	padding: 0 2px;
	margin-bottom: 14px;
	}
#medewerkersLeft .naam a,
#medewerkersRight .naam a {
	display: block;
	color: #fff;
	border: 0;
	}
#medewerkersLeft .naam a:hover,
#medewerkersRight .naam a:hover {
	color: #000;
	border: 0;
	}

#medewerkersRight .metFoto {
	width: 142px;
	display: inline;
	float: left;
	margin-left: 14px;
	}

#medewerkersRight img {
	width: 142px;
	height: 190px;
	}


/* ************************************************************************** */
/* KLEUREN                                                                    */
/* ************************************************************************** */

.algemeen .naam {
	background: #6e909e !important;
	}
.beeldendekunst .naam {
	background: #33bc03 !important;
	}
.dans .naam {
	background: #ea0e87 !important;
	}
.literatuur .naam {
	background: #ff6600 !important;
	}
.muziek .naam {
	background: #009bff !important;
	}
.theater .naam {
	background: #ff0000 !important;
	}
.bedrijven .naam {
	background: #004281 !important;
	}
.onderwijs .naam {
	background: #990099 !important;
	}

/* ************************************************************************** */
/* PRIKBORD / AANGEBODEN / GEZOCHT                                            */
/* ************************************************************************** */

#TB_medewerkers h1 {
	font-size: 1em !important;
	text-transform: uppercase;
	}
#TB_medewerkers h2 {
	font-size: 1em !important;
	text-transform: normal;
	font-style: italic;
	}
	
/* START min-height -------------------------------------------------------- \*/
	#TB_medewerkers .prop { float: right; width: 1px; }
	#TB_medewerkers .clear { clear: both; height: 1px; overflow: hidden; }
	#TB_medewerkers .minXYpx { height: 380px; background: transparent;	}
/* EINDE min-height --------------------------------------------------------- */

