#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* +---------------------------------------------------------------------+
// | STYLESHEET                                          				 |
// +---------------------------------------------------------------------+
// | Copyright © 2010, Mediavisie Concepts, Enschede                     |
// |                                                                     |
// | Alle rechten voorbehouden .                                         |
// | Niets uit deze uitgave mag worden gekopieerd, gepubliceerd en/of    |
// | verspreid in welke vorm dan ook, zonder voorafgaande toestemming    |
// | van de uitgever.                                                    |
// +--------------------------------------------------------------------*/

* {
	margin: 0;
	outline: none;
}

html,
body {
	width: 100%;
	padding-top: 10px;
	border: none;
}

html {
	font-size: 100%;
}

body,
input,
textarea,
select {
	font: normal 13px Verdana;
}

a,
a:hover {
	text-decoration: none;
	color: #dc1e05;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.BC,
a.BC:hover {
	color: #076293;
}

a.uitklap,
a.uitklap:hover {
	text-decoration: none;
	background: url(../img/iFace/bullet_red.png) no-repeat left center;
	padding-left: 10px;
}

a.uitklap:hover {
	background-image: url(../img/iFace/bullet_grey_hover.png);
}

a.uitklap:active {
	background-image: url(../img/iFace/bullet_grey.png);
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

.print {
	visibility: hidden;
}

.clear {
	clear: both;
}


/* Horizontal rules */
.hr {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #626262;
	font-size: 0em;
}

.hr hr {
	display: none;
}


/* Headings */
h1,
h2,
h3,
h4 {
	line-height: 1em;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

h4 {
	font-size: 12px;
}

h1.bclist {
	color: #076293;
	font-size: 12px;
}

input,
textarea,
select,
label {
	margin: 0 2px 2px 0;
	vertical-align: middle;
}

label {
	display: inline-block;
}

input.checkbox {
	margin: 0 0 3px 0;
}

select,
input.text {
	border:#999999 solid 1px;
}

.formtable td.label {
	padding: 4px 10px 0 0;
}

.formtable td.field {
	padding: 2px 0;
}


/* Meldingen */
.oke,
.oke_big {
	color: #669900;
}

.error,
.error_big,
.required {
	color: #ff0000;
}

.no_error .required {
	color: #000000;
}

.texticon {
	margin: 3px 5px -3px 0;
}

.oke_big,
.error_big {
	display: block;
	padding: 5px 10px 5px 26px;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #669900;
	background: #f0f5e6 url(../img/icons/oke.gif) 5px 7px no-repeat;
}

.error_big {
	border-color: #cc0000;
	color: #cc0000;
	background: #fae6e6 url(../img/icons/error.gif) 5px 7px no-repeat;
}

.formtable td.label label.required strong {
	float: right;
}

.bordertable td.label,
.bordertable td.field {
	border: solid 1px #cccccc;
	padding: 10px;
}

.bordertable td.label {
	padding-top: 5px;
}

.stap2 td {
	padding:5px;
}

.videolink {
	position: relative;
}

.videolink img.play {
	position: absolute;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
}

.videolink img.still {
	background: no-repeat center center;
	width: 172px;
	height: 129px;
}

#iFaceRight2 .videolink img.still {
	width: 338px;
	height: 254px;
}

ul.search_results,
ul.search_results li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.search_results {
	margin-top: 5px;
	border-top: solid 1px #cccccc;
}

ul.search_results .info_long {
	font-style: italic;
}

ul.search_results .info_short {
	word-spacing: 10px;
}

ul.search_results .info_short span,
ul.search_results .info_short a {
	word-spacing: 0;
}

ul.search_results li {
	padding: 5px 0;
	border-bottom: solid 1px #cccccc;
}#iFace {
	z-index:1; 
	background: #ffffff;
	width: 980px;
	min-height: 98%;
	margin: 0 auto;
}

#iFaceNonfooter {
	min-height: 100%;
}

#iFaceHeader {
	z-index:990;

	position: relative;
	height: 106px;
	padding: 0px;
}

#iFaceHeader .logo {
	float:left;
	width:168px;
	top: 0px;
	left: 0px;
}

#iFaceHeader .login {
	float:right;
	color:#6c6c6c;
	height:20px;
	width:400px;
	text-align:right;
	font-size:11px;	
}

#iFaceHeader .login a {
	color:#626262;
}

#iFaceHeader .headerTop {

	float:left;
	margin-left:10px;
	width:802px;
	height:53px;
}

#iFaceHeader .headerBottom {
	float:left;
	margin-left:10px;
	padding:0px;
	width:802px;
	height:32px;
	background:url(../img/iFace/bg_header.gif) no-repeat;
}

#iFaceHeader .bc_headerBottom {
	float:left;
	margin-left:10px;
	padding:0px;
	width:802px;
	height:32px;
	background:url(../img/iFace/bc_bg_header.gif) no-repeat;
}

#iFaceHeader .breadcrumb {
	color:#626262;
	float:left;
	margin-left:30px;
	padding:0px;
	width:782px;
}

#iFaceHeader .breadcrumb a {
	color:#626262;
}

#iFaceHeader .headerTop .zoeken {
	border:#626262 1px solid;
	margin-left:10px;
	height:22px;
	width:170px;	
}

#iFaceHeader .headerTop .zoeken_button {
	display: block;
	float:right;
	margin-top:1px;
	margin-right:1px;
	height:20px;
	width:20px;
	background:url(../img/icons/zoeken.gif) no-repeat;
	border: none;
}

/* ----------------------------------------------------------------------*/
/* 								menu headerTop 							 */
/* ----------------------------------------------------------------------*/
#iFaceHeader .headerTop ul {
	float:left;
	margin:25px 0 0 15px;
	padding:0px;
	list-style:none;
}


#iFaceHeader .headerTop li {
	float:left;
}

#iFaceHeader .headerTop li a {
	color: #dc1e05;
	margin-top:0px;
	padding:2px 5px 2px 5px;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#iFaceHeader .headerTop ul.blauw li a {
	color: #076293;
}

#iFaceHeader .headerTop li a.vind {
	background:#626262;
	color:#fff;
	width:146px;
	height:20px;
	text-align:center;
	font-size: 11px;
	font-weight:normal;
	line-height:17px;
	margin-left:5px;
}

#iFaceHeader .headerTop a.inloggen {
	position:absolute;
	color:#626262;
	right:0px;
	top:5px;
}

/* ----------------------------------------------------------------------*/
/* 							menu headerBottom 							 */
/* ----------------------------------------------------------------------*/
/*#iFaceHeader .headerBottom ul {
	
	float:left;
	margin:0 0 0 10px;
	padding:0px;
	list-style:none;
}

#iFaceHeader .headerBottom li {
	position: relative; display: inline; float: left; z-index:999; margin-bottom:0px;
	color:#fff;
	padding:0px 5px 0px 5px;
	font-size: 13px;
	font-weight:bold;
	line-height:22px;
}

#iFaceHeader .headerBottom li a {
	color:#fff;
	padding:0px 5px 0px 5px;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	display:block;	
}

#iFaceHeader .headerBottom li a:hover {

}

#iFaceHeader .headerBottom li ul {
	position: absolute; 
	left: -3000px; 
}

#iFaceHeader .headerBottom li:hover ul	{
	float:none;
	z-index:1000; 
	left:auto; 
	list-style:none;
	margin:0px; 
	padding:6px 0 0 0;
}

#iFaceHeader .headerBottom li ul li {
	clear:left;
	margin:0px;
	padding:0px;
}

#iFaceHeader .headerBottom li ul li a {
	display:block;
	height:auto;
	width:150px;
	padding-top:5px;
	background:#dc1e05;
	font-size:12px;
	font-weight:normal;
}

#iFaceHeader .headerBottom li ul li a:hover {
	background:#fff;
	color:#dc1e05;	
}*/

#iFaceContent {
	clear: both;
	position:relative;
	z-index: 1;
}

/*#iFaceContent label { width: 10em; float: left; }
#iFaceContent label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }*/

#iFaceContent input.error, #iFaceContent textarea.error, #iFaceContent select.error {  border-color:Red; border-style:solid; border-width:1px; } 
#iFaceContent select.error {  color: #000; } 

#iFaceContent .wrapper {
	line-height: 1.6em;
}


/* ----------------------------------------------------------------------*/
/* 									iFaceLeft							 */
/* ----------------------------------------------------------------------*/
#iFaceLeft {
	line-height:20px;
	float:left;
	width: 168px;
	padding:0px;
	margin:0px;
}

#iFaceLeft .rood {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceLeft .rood div {
	display:block;
}

#iFaceLeft .rood div:hover {
	
}

#iFaceLeft .rood li a {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	text-decoration:underline;
}

#iFaceLeft .rood li.titel  {
	font-size:12px;
	background:#dc1e05;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	min-height:25px;
}

#iFaceLeft .rood li.titel2  {
	font-size:12px;
	background:#dc1e05;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	margin-bottom:25px;
	min-height:25px;
}


#iFaceLeft .rood li.faciliteit  {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 12px;
	border-bottom:#dc1e05 dashed 1px;
}

#iFaceLeft .rood li.faciliteit a  {
	text-decoration:none;
}

#iFaceLeft .rood li.faciliteit a:hover  {
	text-decoration:none;
	color:#626262;
	
}

#iFaceLeft .rood li.faciliteit div  {
	cursor:pointer;
}

#iFaceLeft .rood li.faciliteit ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#iFaceLeft .rood li.faciliteit li a {
	display: block;
	font-size:11px;
	font-weight:normal;
	color:#dc1e05;
	text-align:center;
	padding-top:5px;
	text-decoration:none;
}


#iFaceLeft .rood li.faciliteit li a:hover {
	font-size:11px;
	color:#626262;
	font-weight:normal;
	text-decoration:none;
}



#iFaceLeft .horeca {
	width:162px;
	margin:0px;
	padding:3px;
	list-style:none;
	text-align:center;
	background:#d9dde8;
}

#iFaceLeft .horeca li {
	border-bottom:#001e64 dashed 1px;	
	padding-top:10px;
	padding-bottom:10px;
}

#iFaceLeft .horeca li a {
	font-size:11px;
	color:#001e64;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#iFaceLeft .horeca li a:hover {
	color:#697ba4;
}

#iFaceLeft .horeca li.selected a {
	color:#697ba4;
}

#iFaceLeft .horeca li.titel  {
	font-size:12px;
	background:#001e64;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	min-height:25px;
}

#iFaceLeft .handel {
	width:162px;
	margin:0px 0px 0px 0px;
	padding:3px;
	list-style:none;
	text-align:center;
	background:#cce6e9;
}

#iFaceLeft .handel li {
	border-bottom:#006c85 dashed 1px;	
	padding-top:10px;
	padding-bottom:10px;
}

#iFaceLeft .handel li a {
	font-size:11px;
	color:#006c85;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	display:block;
}

#iFaceLeft .handel li a:hover {
	color:#89bdce;
}

#iFaceLeft .handel li.selected a {
	color:#89bdce;
}


#iFaceLeft .handel li.titel  {
	font-size:12px;
	background:#006c85;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	min-height:25px;
}

#iFaceLeft .toerisme {
	width:162px;
	margin:0px 0px 0px 0px;
	padding:3px;
	
	list-style:none;
	text-align:center;
	background:#d4dcd8;
}

#iFaceLeft .toerisme li {
	border-bottom:#001e64 dashed 1px;	
	padding-top:10px;
	padding-bottom:10px;
}

#iFaceLeft .toerisme li a {
	font-size:11px;
	color:#2a4f3d;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#iFaceLeft .toerisme li a:hover {
	color:#778f83;
}

#iFaceLeft .toerisme li.selected a {
	color:#778f83;
}

#iFaceLeft .toerisme li.titel  {
	font-size:12px;
	background:#2a4f3d;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	min-height:25px;
}

#iFaceLeft .vormgeving {
	width:162px;
	margin:0px 0px 0px 0px;
	padding:3px;
	list-style:none;
	text-align:center;
	background:#e3d3e3;
}

#iFaceLeft .vormgeving li {
	border-bottom:#a26ea2 dashed 1px;	
	padding-top:10px;
	padding-bottom:10px;
}

#iFaceLeft .vormgeving li a {
	font-size:11px;
	color:#620a62;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#iFaceLeft .vormgeving li a:hover {
	color:#c3a8c9;
}

#iFaceLeft .vormgeving li.selected a {
	color:#c3a8c9;
}

#iFaceLeft .vormgeving li.titel  {
	font-size:12px;
	background:#620a62;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	min-height:25px;
}

#iFaceLeft .eindhoven {
	width:162px;
	margin:0px 0px 0px 0px;
	padding:3px;
	list-style:none;
	text-align:center;
	background:#f9e8c9;
}

#iFaceLeft .eindhoven li {
	border-bottom:#e49101 dashed 1px;	
	padding-top:10px;
	padding-bottom:10px;
}

#iFaceLeft .eindhoven li a {
	font-size:11px;
	color:#e49101;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#iFaceLeft .eindhoven li a:hover {
	color:#ecb451;
}

#iFaceLeft .eindhoven li.selected a {
	color:#ecb451;
	
}

#iFaceLeft .eindhoven li.titel  {
	font-size:12px;
	background:#e49101;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	min-height:25px;
}

#iFaceLeft .tilburg {
	width:162px;
	margin:0px 0px 0px 0px;
	padding:3px;
	list-style:none;
	text-align:center;
	background:#fef2cc;
}

#iFaceLeft .tilburg li {
	border-bottom:#fcc002 dashed 1px;	
	padding-top:10px;
	padding-bottom:10px;
}

#iFaceLeft .tilburg li a {
	font-size:11px;
	color:#c9a01e;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;
}

#iFaceLeft .tilburg li a:hover {
	color:#ddbe5c;
}

#iFaceLeft .tilburg li.selected a {
	color:#ddbe5c;
}


#iFaceLeft .tilburg li.titel  {
	font-size:12px;
	background:#fcc002;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	min-height:25px;
}

#iFaceLeft .cursussen {
	width:162px;
	margin:0px 0px 0px 0px;
	padding:3px;
	list-style:none;
	text-align:center;
}

#iFaceLeft .cursussen li {
	border-bottom:#dc1e05 dashed 1px;	
	padding-top:3px;
	padding-bottom:3px;
}

#iFaceLeft .cursussen li a {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	text-decoration:none;
}

#iFaceLeft .cursussen li a:hover {
	color:#626262;
}

#iFaceLeft .cursussen li.selected a {
	color:#626262;
}


#iFaceLeft .cursussen li.titel  {
	font-size:12px;
	background:#dc1e05;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
	height:25px;
}

/* ----------------------------------------------------------------------*/
/* |								iFaceMain				 			|*/
/* ----------------------------------------------------------------------*/
#iFaceMain .button {
	float:right;
	width: 150px;
	padding: 4px 10px 2px 10px;
	height:16px;
	background:#dc1e05;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	line-height: 12px;
	font-weight:bold;
	margin:0 0 0 2px;
}

#iFaceMain .button2 {
	padding:0 5px 4px 5px;
	height:16px;
	background:#dc1e05;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 2px;
	border:none;
}

#iFaceMain .button_bc {
	padding:0 5px 4px 5px;
	height:16px;
	background:#076293;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 2px;
	border:none;
}

#iFaceMain {
	font-size:11px;
	line-height:20px;
	float:left;
	width: 620px;
	padding:0px;
	margin:0 0 0 10px;
}

#iFaceMain .content {
	line-height:18px;
	padding-left:10px;
	padding-top:40px;
	margin:0 0 0 10px;
	text-align:left;
}

#iFaceMain .zoeken {
	float:left;
	border:#626262 1px solid;
	margin-left:5px;
	height:22px;
	width:170px;	
}

#iFaceMain .zoeken_button {
	float:left;
	display: block;
	float:right;
	margin-top:1px;
	margin-right:1px;
	height:20px;
	width:20px;
	background:url(../img/icons/zoeken.gif) no-repeat;
	border: none;
}

#iFaceMain a.vind {
	float:left;
	display:block;
	width:146px;
	height:22px;
	padding-top:2px;
	background:#626262;
	color:#fff;
	text-align:center;
	font-size: 11px;
	font-weight:normal;
	line-height:17px;
	cursor:default;
	text-decoration:none;
}

#iFaceMain .float {
	width:205px;
	float:left;
	margin-right:2px;
}

#iFaceMain .fader {
	margin-bottom:20px;
	float:left;
	width:545px; 
	height:256px;
	margin:0px 0px 20px 0px;
}

iFaceMain .float a {
	text-decoration:none;	
}

#iFaceMain .float a:hover {
	color:#cccccc;	
	text-decoration:none;
}

#iFaceMain .float_last {
	float:left;
}

#iFaceMain .float_last a,#iFaceMain .float_last a:hover {
	text-decoration:none;	
}

#iFaceMain .agendaList,
#iFaceMain .agendaList2,
#iFaceMain .vacatureList,
#iFaceMain .nieuwsList {
	width:100%;
	clear:left;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

#iFaceMain .agendaList li a,
#iFaceMain .agendaList2 li a,
#iFaceMain .vacatureList li a {
	color: #dc1e05;
	float: right;
	margin: 0 40px 0 0;
}

#iFaceMain .agendaList2 li a {
	color: #076293;
}

#iFaceMain .nieuwsList li a {
	color:#000;
}

.opleiding h3 {
	cursor:pointer;
	font-size:12px;
	padding: 2px 0 2px 15px;
	color:#dc1e05;
	text-decoration:none;
	background: url(/img/iFace/bullet_red.png) no-repeat left 4px;
}

.opleiding h3.selected {
	background: url(/img/iFace/bullet_red_hover.png) no-repeat left 4px;
}

.opleiding h3 hover {
	font-size:12px;
	margin-top:2px;
	color:#626262;
}

.opleiding h3 selected {
	font-size:12px;
	margin-top:2px;
	color:#626262;
}

.opleiding {
	color:#dc1e05;
}

.opleidingContent {
	color:#626262;
	display: none;
	padding: 0 0 15px 15px;
}

#iFaceMain .clear {
	clear:both;	
}


/* ----------------------------------------------------------------------*/
/* |								iFaceMain2							|*/
/* ----------------------------------------------------------------------*/
#iFaceMain2 {
	font-size:11px;
	line-height:20px;
	float:left;
	width: 454px;
	padding:0px;
	margin:0 0 0 10px;
}

#iFaceMain2 .content {
	line-height:18px;
	padding-left:10px;
	padding-top:40px;
	margin:0 0 0 10px;
}

#iFaceMain2 .button {
	float: right;
	width: 150px;
	padding: 4px 10px 4px 10px;
	background: #dc1e05;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	line-height: 12px;
	font-weight:bold;
	margin: 0 0 0 2px;
}

#iFaceMain2 .zoeken {
	float:left;
	border:#626262 1px solid;
	margin-left:5px;
	height:22px;
	width:170px;	
}

#iFaceMain2 .zoeken_button {
	float:left;
	display: block;
	float:right;
	margin-top:1px;
	margin-right:1px;
	height:20px;
	width:20px;
	background:url(../img/icons/zoeken.gif) no-repeat;
	border: none;
}

#iFaceMain2 a.vind {
	float:left;
	display:block;
	width:146px;
	height:22px;
	padding-top:2px;
	background:#626262;
	color:#fff;
	text-align:center;
	font-size: 11px;
	font-weight:normal;
	line-height:17px;
	cursor:default;
	text-decoration:none;
}

#iFaceMain2 ul {
	
}
#iFaceMain2 .float {
	width:205px;
	float:left;
	margin-right:2px;
}

#iFaceMain2 .float a {
	text-decoration:none;	
}

#iFaceMain2 .float a:hover {
	color:#cccccc;	
}

#iFaceMain2 .float_last {
	float:left;
}

#iFaceMain2 .float_last a {
	text-decoration:none;	
}

#iFaceMain2 .agendaList {
	width:100%;
	clear:left;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

#iFaceMain2 .agendaList li a {
	color:#000;
}

#iFaceMain2 .nieuwsList {
	width:100%;
	clear:left;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

#iFaceMain2 .nieuwsList li a {
	color:#000;
}

#iFaceMain2 .clear {
	clear:both;	
}

/* ----------------------------------------------------------------------*/
/* |							iFaceMain overige		 				|*/
/* ----------------------------------------------------------------------*/

#iFaceMain_nieuws2 {
	font-size:11px;
	line-height:20px;
	float:left;
	width: 536px;
	padding:0px;
	margin:0 0 0 10px;
}

#iFaceMain_nieuws2 .content {
	line-height:18px;
	padding-left:10px;
	padding-top:40px;
	margin:0 0 0 10px;
}

#iFaceMain_agenda2 {
	font-size:11px;
	line-height:20px;
	float:left;
	width: 536px;
	padding:0px;
	margin:0 0 0 10px;
}

#iFaceMain_agenda2 .content {
	line-height:18px;
	padding-left:10px;
	padding-top:40px;
	margin:0 0 0 10px;
}

#iFaceMain_nieuws2 {
	font-size:11px;
	line-height:20px;
	float:left;
	width: 536px;
	padding:0px;
	margin:0 0 0 10px;
}

#iFaceMain_nieuws2 .content {
	line-height:18px;
	padding-left:10px;
	padding-top:40px;
	margin:0 0 0 10px;
}

#iFaceMain .footer, #iFaceMain_nieuws2 .footer, #iFaceMain2 .footer  {
	clear:left;
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

#iFaceMain .footer li, #iFaceMain_nieuws2 .footer li, #iFaceMain2 .footer li   {
	padding:0px 0px 0px 5px;
	font-size:10px;
	color:#626262;
	float:left;
}

#iFaceMain .footer li a, #iFaceMain_nieuws2 .footer li a, #iFaceMain2 .footer li a {
	font-size:10px;
	color:#626262;
}

#iFaceMain .footer li a:hover, #iFaceMain_nieuws2 .footer li a:hover, #iFaceMain2 .footer li a:hover{
	color:#626262;
}


#accordionContent .ui-state-default  {
        background:url(../img/iFace/bullet_red.png) no-repeat left center !important;      
}
	
#accordionContent h3.ui-state-hover {
        background:url(../img/iFace/bullet_grey_hover.png) no-repeat left center !important;
		color:#626262;
}
		
#accordionContent h3.ui-state-active {
        background:url(../img/iFace/bullet_grey.png) no-repeat left center !important;
		color:#626262;
}

#accordionContent .ui-corner-top {

}

/* ----------------------------------------------------------------------*/
/* |							iFaceRight								|*/
/* ----------------------------------------------------------------------*/

#iFaceRight {
	font-size:11px;
	float:right;
	width: 172px;
	padding:0px;
	margin:0 0 0 10px;
}

#iFaceRight .rood {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
	
}

#iFaceRight .rood ul .ui-icon {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .rood .ui-widget-content .ui-icon {background-image:none; }
#iFaceRight .rood .ui-widget-header .ui-icon {background-image: none; }
#iFaceRight .rood .ui-state-default .ui-icon { background-image: none; }
#iFaceRight .rood .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: none; }
#iFaceRight .rood .ui-state-active .ui-icon {background-image: none; }
#iFaceRight .rood .ui-state-highlight .ui-icon {background-image: none; }
#iFaceRight .rood .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: none; }

#iFaceRight .rood div {
	display:block;
}

#iFaceRight .rood div:hover {
	
}

#iFaceRight .rood li a {
	display: block;
	font-size:11px;
	line-height: 12px;
	padding-top:5px;
	color:#dc1e05;
	font-weight:bold;
	text-decoration:underline;
}

#iFaceRight .rood li.titel  {
	font-size:12px;
	color:#dc1e05;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#dc1e05 dashed 1px;
}

#iFaceRight .rood li.faciliteit  {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:3px;
	border-bottom:#dc1e05 dashed 1px;
}

#iFaceRight .rood li.faciliteit a  {
	text-decoration:none;
}

#iFaceRight .rood li.faciliteit a:hover  {
	text-decoration:none;
	color:#626262;
	
}

#iFaceRight .rood li.faciliteit div  {
	cursor:pointer;
}

#iFaceRight .rood li.faciliteit ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#iFaceRight .rood li.faciliteit li a {
	font-size:11px;
	font-weight:normal;
	color:#dc1e05;
	text-align:center;
	text-decoration:none;
}


#iFaceRight .rood li.faciliteit li a:hover {
	font-size:11px;
	color:#626262;
	font-weight:normal;
	text-decoration:none;
}


#iFaceRight .blauw {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .blauw div {
	display:block;
}

#iFaceRight .blauw div:hover {
	
}

#iFaceRight .blauw li a {
	font-size:11px;
	color:#076293;
	font-weight:bold;
	text-decoration:underline;
}

#iFaceRight .blauw li.titel  {
	font-size:12px;
	color:#076293;
	font-weight:bold;
	height:26px;
	padding-top:5px;
	border-bottom:#076293 dashed 1px;
}

#iFaceRight .blauw li.faciliteit  {
	font-size:11px;
	color:#076293;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:3px;
	border-bottom:#076293 dashed 1px;
}

#iFaceRight .blauw li.faciliteit a  {
	text-decoration:none;
}

#iFaceRight .blauw li.faciliteit a:hover  {
	text-decoration:none;
	color:#626262;
	
}

#iFaceRight .blauw li.faciliteit div  {
	cursor:pointer;
}

#iFaceRight .blauw li.faciliteit ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#iFaceRight .blauw li.faciliteit li a {
	font-size:11px;
	font-weight:normal;
	color:#076293;
	text-align:center;
	text-decoration:none;
}


#iFaceRight .blauw li.faciliteit li a:hover {
	font-size:11px;
	color:#626262;
	font-weight:normal;
	text-decoration:none;
}



#iFaceRight .handel_right {
	font-size:11px;
	padding:31px 6px;
	background:#cce6e9;
	line-height:14px;
}

#iFaceRight .horeca_right {
	font-size:11px;
	padding:31px 6px;
	background:#d9dde8;
	line-height:14px;
}

#iFaceRight .toerisme_right {
	font-size:11px;
	padding:31px 6px;
	background:#d4dcd8;
	line-height:14px;
}

#iFaceRight .vormgeving_right {
	font-size:11px;
	padding:31px 6px;
	background:#e3d3e3;
	line-height:14px;
}

#iFaceRight .eindhoven_right {
	font-size:11px;
	padding:31px 6px;
	background:#f9e8c9;
	line-height:14px;
}

#iFaceRight .tilburg_right {
	font-size:11px;
	padding:31px 6px;
	background:#fef2cc;
	line-height:14px;
}

#iFaceRight .cursussen_right {
	font-size:11px;
	padding:31px 6px;
	background:#e0e0e0;
	line-height:14px;
}

#iFaceRight .handel {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .handel li {
	border-bottom:#006c85 dashed 1px;	
	padding-top:2px;
	padding-bottom:3px;
}

#iFaceRight .handel li a {
	font-size:11px;
	color:#006c85;
	font-weight:bold;
	text-decoration:none;
}

#iFaceRight .handel li a:hover {
	color:#626262;
}



#iFaceRight .handel li.titel  {
	font-size:12px;
	color:#006c85;
	font-weight:bold;
	min-height:26px;
	padding-top:5px;
}

#iFaceRight .horeca {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .horeca li {
	border-bottom:#001e64 dashed 1px;	
	padding-top:2px;
	padding-bottom:3px;
}

#iFaceRight .horeca li a {
	font-size:11px;
	color:#001e64;
	font-weight:bold;
	text-decoration:none;
}

#iFaceRight .horeca li a:hover {
	color:#626262;
}

#iFaceRight .horeca li.titel  {
	font-size:12px;
	color:#001e64;
	font-weight:bold;
	min-height:26px;
	padding-top:5px;
}

#iFaceRight .toerisme {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .toerisme li {
	border-bottom:#00523e dashed 1px;	
	padding-top:2px;
	padding-bottom:3px;
}

#iFaceRight .toerisme li a {
	font-size:11px;
	color:#00523e;
	font-weight:bold;
	text-decoration:none;
}

#iFaceRight .toerisme li a:hover {
	color:#626262;
}

#iFaceRight .toerisme li.titel  {
	font-size:12px;
	color:#00523e;
	font-weight:bold;
	min-height:26px;
	padding-top:5px;
}

#iFaceRight .vormgeving {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .vormgeving li {
	border-bottom:#7c2a83 dashed 1px;	
	padding-top:2px;
	padding-bottom:3px;
}

#iFaceRight .vormgeving li a {
	font-size:11px;
	color:#7c2a83;
	font-weight:bold;
	text-decoration:none;
}

#iFaceRight .vormgeving li a:hover {
	color:#626262;
}

#iFaceRight .vormgeving li.titel  {
	font-size:12px;
	color:#7c2a83;
	font-weight:bold;
	min-height:26px;
	padding-top:5px;
}

#iFaceRight .eindhoven {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .eindhoven li {
	border-bottom:#e49101 dashed 1px;	
	padding-top:2px;
	padding-bottom:3px;
}

#iFaceRight .eindhoven li a {
	font-size:11px;
	color:#e49101;
	font-weight:bold;
	text-decoration:none;
}

#iFaceRight .eindhoven li a:hover {
	color:#626262;
}

#iFaceRight .eindhoven li.titel  {
	font-size:12px;
	color:#e49101;
	font-weight:bold;
	min-height:26px;
	padding-top:5px;
}

#iFaceRight .tilburg {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .tilburg li {
	border-bottom:#c9a01e dashed 1px;	
	padding-top:2px;
	padding-bottom:3px;
}

#iFaceRight .tilburg li a {
	font-size:11px;
	color:#c9a01e;
	font-weight:bold;
	text-decoration:none;
}

#iFaceRight .tilburg li a:hover {
	color:#626262;
}

#iFaceRight .tilburg li.titel  {
	font-size:12px;
	color:#c9a01e;
	font-weight:bold;
	min-height:26px;
	padding-top:5px;
}

#iFaceRight .cursussen {
	width:172px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight .cursussen li {
	border-bottom:#dc1e05 dashed 1px;	
	padding-top:2px;
	padding-bottom:3px;
}

#iFaceRight .cursussen li a {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	text-decoration:none;
}

#iFaceRight .cursussen li a:hover {
	color:#626262;
}

#iFaceRight .cursussen li.titel  {
	font-size:12px;
	color:#dc1e05;
	font-weight:bold;
	min-height:26px;
	padding-top:5px;
}


/* ----------------------------------------------------------------------*/
/* |							iFaceRight2								|*/
/* ----------------------------------------------------------------------*/

#iFaceRight2 {
	font-size:11px;
	float:right;
	width: 338px;
	padding:0px;
	margin:0 0 0 10px;
}

#iFaceRight2 .handel_right {
	font-size:11px;
	padding:31px 6px;
	background:#cce6e9;
	line-height:14px;
}

#iFaceRight2 .toerisme_right {
	font-size:11px;
	padding:31px 6px;
	background:#d4dcd8;
	line-height:14px;
}

#iFaceRight2 .vormgeving_right {
	font-size:11px;
	padding:31px 6px;
	background:#e3d3e3;
	line-height:14px;
}

#iFaceRight2 .eindhoven_right {
	font-size:11px;
	padding:31px 6px;
	background:#f9e8c9;
	line-height:14px;
}

#iFaceRight2 .tilburg_right {
	font-size:11px;
	padding:31px 6px;
	background:#fef2cc;
	line-height:14px;
}

#iFaceRight2 .horeca_right {
	font-size:11px;
	padding:31px 6px;
	background:#d9dde8;
	line-height:14px;
}

#iFaceRight2 .cursussen_right {
	font-size:11px;
	padding:31px 6px;
	background:#e0e0e0;
	line-height:14px;
}

#iFaceRight_agenda2 .rood {
	width:256px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight_agenda2 .rood li a {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	text-decoration:underline;
}

#iFaceRight_agenda2 .rood li.titel  {
	font-size:12px;
	color:#dc1e05;
	font-weight:bold;
	height:26px;
	padding-top:5px;
	border-bottom:#dc1e05 dashed 1px;
}

#iFaceRight_agenda2 .rood li.faciliteit  {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:3px;
	border-bottom:#dc1e05 dashed 1px;
}

#iFaceRight_agenda2 .rood li.faciliteit a  {
	text-decoration:none;
}

#iFaceRight_agenda2 .rood li.faciliteit a:hover  {
	text-decoration:none;
	color:#626262;
}

#iFaceRight_agenda2 .rood li.faciliteit ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#iFaceRight_agenda2 .rood li.faciliteit li a {
	font-size:11px;
	font-weight:normal;
	color:#dc1e05;
	text-align:center;
	text-decoration:none;
}


#iFaceRight_agenda2 .rood li.faciliteit li a:hover {
	font-size:11px;
	color:#626262;
	font-weight:normal;
	text-decoration:none;
}

#iFaceRight_nieuws2 {
	width:256px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:right;
	list-style:none;
	text-align:center;
}

#iFaceRight.nieuws2 .rood {
	width: 336px;
	margin:0px 0px 0px 0px;
	margin-left:-166px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#iFaceRight.nieuws2 .rood li a {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	text-decoration:underline;
}

#iFaceRight.nieuws2 .rood li.titel  {
	font-size:12px;
	color:#dc1e05;
	font-weight:bold;
	height:26px;
	padding-top:5px;
	border-bottom:#dc1e05 dashed 1px;
}

#iFaceRight.nieuws2 .rood li.faciliteit  {
	font-size:11px;
	color:#dc1e05;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:3px;
	border-bottom:#dc1e05 dashed 1px;
}

#iFaceRight.nieuws2 .rood li.faciliteit a  {
	text-decoration:none;
}

#iFaceRight.nieuws2 .rood li.faciliteit a:hover  {
	text-decoration:none;
	color:#626262;
}

#iFaceRight.nieuws2 .rood li.faciliteit ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#iFaceRight.nieuws2 .rood li.faciliteit li a {
	font-size:11px;
	font-weight:normal;
	color:#dc1e05;
	text-align:center;
	text-decoration:none;
}

#iFaceRight.nieuws2 .rood li.faciliteit li a:hover {
	font-size: 11px;
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}


/* ----------------------------------------------------------------------*/
/* |							iFaceFooter								|*/
/* ----------------------------------------------------------------------*/
#iFaceFooter {
	clear: both;
	width: 980px;
	margin: 0px auto 0 auto;
}

#iFaceFooter .wrapper {
	padding: 40px 0 0 0;
}

#iFaceFooter ul  {
	clear:left;
	float:left;
	margin:10px 0px 0px 178px;
	padding:0px;
	list-style:none;
}

#iFaceFooter li   {
	padding:0px 15px 0px 0;
	font-size:10px;
	color:#626262;
	float:left;
}

#iFaceFooter li span,
#iFaceFooter li a {
	font-size:10px;
	color:#626262;
}

#iFaceMain li a:hover{
	color:#626262;
}


/* ----------------------------------------------------------------------*/
/* |								classes								|*/
/* ----------------------------------------------------------------------*/
.breadcrumb {
	font-size:10px;	
}

.blok {
	line-height:22px;
	height:110px;
	background:#dc1e05;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}
.blok_content{
	text-align:left;
	background:#fff;
	width:190px;
	padding-left:16px;
	height:88px;
	color:#000;
}

.blok_handel_l {
	line-height:16px;
	height:110px;
	background:#008292;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_handel_l:hover {
	color:#5ba7bb;
	text-decoration:none;
}

.blok_handel {
	line-height:22px;
	height:110px;
	background:#008292;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_handel:hover {
	color:#5ba7bb;
	text-decoration:none;
}

.blok_horeca_l {
	line-height:16px;
	width:205px;
	height:110px;
	background:#001e64;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_horeca_l:hover {
	color:#6f7dac;
	text-decoration:none;
}

.blok_horeca {
	line-height:22px;
	width:205px;
	height:110px;
	background:#001e64;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_horeca:hover {
	color:#6f7dac;
	text-decoration:none;
}

.blok_toerisme_l {
	line-height:16px;
	width:206px;
	height:110px;
	background:#2a4f3d;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_toerisme_l:hover {
	color:#6f9a8b;
	text-decoration:none;
}

.blok_toerisme {
	line-height:22px;
	width:206px;
	height:110px;
	background:#2a4f3d;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_toerisme:hover {
	color:#6f9a8b;
	text-decoration:none;
}

.blok_vormgeving_l {
	line-height:16px;
	width:205px;
	height:110px;
	background:#620a62;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_vormgeving_l:hover {
	color:#af88b6;
	text-decoration:none;
}

.blok_vormgeving {
	line-height:22px;
	width:205px;
	height:110px;
	background:#620a62;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_vormgeving:hover {
	color:#af88b6;
	text-decoration:none;
}

.blok_eindhoven_l {
	line-height:16px;
	width:205px;
	height:110px;
	background:#e49101;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_eindhoven_l:hover {
	color:#ecb451;
	text-decoration:none;
}

.blok_eindhoven {
	line-height:22px;
	width:205px;
	height:110px;
	background:#e49101;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_eindhoven:hover {
	color:#ecb451;
	text-decoration:none;
}

.blok_tilburg_l {
	line-height:16px;
	width:206px;
	height:110px;
	background:#fcc002;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_tilburg_l:hover {
	color:#ffdb90;
	text-decoration:none;
}

.blok_tilburg {
	line-height:22px;
	width:206px;
	height:110px;
	background:#fcc002;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}

.blok_tilburg:hover {
	color:#ffdb90;
	text-decoration:none;
}

.text_center {
	text-align:center;	
}

.titel_catalogus {
	color:#dc1e05;
	font-size:12px;
}

.uitloggen {
	color:#626262;
}

#iFaceMain .blok_content a {
	font-size:11px;
	color:#dc1e05;
	font-weight:normal;
}

#iFaceMain .blok_content a:hover {
	color:#dc1e05;
	text-decoration:underline;
}

#iFaceMain .blok_content a.meer {
	font-size:11px;
	font-weight:bold;
	color:#626262;
}

#iFaceMain .blok_content a.meer:hover {
	color:#626262;
	text-decoration:underline;
}

#fotostrip #fotostripContainer {
  margin:0 auto;
  width:172px;
  /*overflow:auto; /* allow scrollbar */
  position:relative;
}

#fotostrip #fotostripContainer .foto {
  margin:0 auto;
  width:172px; /* reduce by 20 pixels to avoid horizontal scroll */
  float:left;
}

#fotostrip2 #fotostripContainer2 {
  margin:0 auto;
  margin-left:-166px;
  width:338px;
  /*overflow:auto; /* allow scrollbar */
  position:relative;
}

#fotostrip2 #fotostripContainer2 .foto {
  margin:0 auto;
  margin-left:-166px;
  width:338px; /* reduce by 20 pixels to avoid horizontal scroll */
  float:left;
}

.control {
	cursor:pointer;	
}

fieldset.no_border {
	border:none;
	padding:0px;
}

fieldset.no_border legend {
	margin:0px 0px 10px 0px;
	padding:0px;
}

.harmonica_normaal h3 {
	cursor:pointer;
	font-size:12px;
	padding: 2px 0 2px 15px;
	color:#dc1e05;
	text-decoration:none;
	background: url(/img/iFace/bullet_red.png) no-repeat left 4px;
}

.harmonica_normaal h3.selected {
	background: url(/img/iFace/bullet_red_hover.png) no-repeat left 4px;
}

.harmonica_element {
	display: none;
	color:#626262;
	padding: 0 0 15px 15px;
}




/* +---------------------------------------------------------------------+
// | STYLE REWRITES FOR PRINT-MODE                                       |
// +--------------------------------------------------------------------*/
@media print {
html, body {
	width: auto;
	height: auto;
	}

body {
	background: none;
	color: #000000;
	overflow: visible;
	}

.noprint {
	display: none;
	}

h1, h2, h3 {
	color: #000000;
	}

#iFace {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	}

#iFaceNonFooter {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	}

#iFaceHeader {
	display: none;
	}

#iFaceLeft {
	display:none;
}

#iFaceRight {
	display:none;
}

#iFaceContent {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	}

#iFaceContent .opleidingContent,
#iFaceContent .opleidingContent .ui-accordion-content {
	display:block;
}

#iFaceContent .leftmenu {
	display: none;
	}

#iFaceContent .right {
	display: none;
	}

#iFaceContent .maincontent {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	}

.lijst td.icon {
	display: none;
	}

.infofield {
	display: block;
	}
	
.hidden_print	{	
	display: none; 
}

.not_hidden_print	{	
	display: block; 
}

#iFaceMain .harmonica_element,
.opleidingContent {
	display: block;
}

.harmonica_normaal h3,
.harmonica_element,
#iFaceMain .opleiding h3,
.opleidingContent {
	padding-left: 0;
}

#iFaceFooter {
	display: none;
}
}
/* Menu */
.headerBottom {
	float: left;
	margin: 0;
	padding: 0;
	font: bold 12px/13px Verdana, Geneva, sans-serif;
	color: #ffffff;
}

.headerBottom ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

/* Top level list items */
.headerBottom ul li {
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.headerBottom ul li a {
	display: block;
	padding: 5px 10px 10px 10px;
	word-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

.headerBottom ul li a:hover {
	text-decoration: none;
}

/* 1st sub level menu */
.headerBottom ul li ul {
	position: absolute;
	left: -8000px;
	visibilty: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.headerBottom ul li ul li {
	display: list-item;
	float: none;
}

/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.headerBottom ul li ul li ul {
	top: 0;
}

.headerBottom ul li ul li a {
	width: 130px;
	padding: 5px 10px;
	background: #dc1e05;
	word-spacing: 0;
	text-transform: none;
}

.headerBottom ul li ul li a:hover {
	background: #fff;
	color: #dc1e05;
}

/* Businesslub menu */
.bc_headerBottom ul li ul li a {
	background: #076293;
}

.bc_headerBottom ul li ul li a:hover {
	color: #076293;
}

/* CSS classes applied to down and right arrow images */
.downarrowclass {
	position:absolute;
	top: 7px;
}

.rightarrowclass {
	position:absolute;
	top: 5px;
}
