/*

colors used:


*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
	background: #96004b url(pics/body.gif) top center;
}

#site {
	position: relative;
	margin: 0px auto 0px auto;
	width: 975px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
	background: url(pics/body-bg.png) top left repeat-y;
}

#site-home {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 975px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
	background: url(pics/body-bg-home.png) top left repeat-y;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	position: relative;
	width: 975px;
	height: 365px;
	z-index: 40;
}

#header.home {height: 466px;}

#header .bg {position: absolute; width: 975px; height: 466px; background: url(pics/header.png) top left no-repeat; z-index: 20;}
#header .bgvervolg {position: absolute; width: 975px; height: 365px; background: url(pics/header-vervolg.png) top left no-repeat; z-index: 20;}
#header .fontsize {position: absolute; width: 60px; height: 20px; top: 130px; right: 83px; z-index: 30; font-weight: bold;}
#header .fontsize span.small {font-size: 11px; color: #96004b;}
#header .fontsize span.medium {font-size: 15px; color: #596066;}
#header .fontsize span.large {font-size: 17px; color: #596066;}

	
#header .image {position: absolute; top: 54px; left: 226px; z-index: 1;}
#header .image_home {position: absolute; top: 54px; right: 0px; z-index: 1; margin-right: 13px;}
#header .logo {position: absolute; top: 89px; left: 59px; z-index: 30;}

#header .logo a img {
	margin: 0px;
	border: 0px solid #fff;
}

#fontsize a img{text-decoration: none; border: 0px solid; float: left; margin: 0px 3px 0px 0px;}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {position: absolute; z-index: 50; width: 220px; top: 225px; left: -5px;}

#navigation ul {
	margin: 0px 0px 10px 15px;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navigation li {margin: 0px 0px 6px 0px; text-align: right; float: left; display: inline; height: 18px; overflow: hidden;}

#navigation li a:link, #navigation li a:visited {
	color: #13191D;
	text-decoration: none;
	padding-right: 24px;
	width: 194px;
	float: left;
	display: inline-block;
	margin-bottom: 1px;
  font-style: italic;
  font-weight: bold;
}

#navigation li.sub a:link, #navigation li.sub a:visited {padding-right: 55px;}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #96004B;
	margin-bottom: 1px;
	background: url(pics/navigatie-border.gif) bottom left no-repeat;
}

#navigation li a.selected:link,
#navigation li a.selected:visited,
#navigation li a.selected:hover,
#navigation li a.sub:hover, 
#navigation li.current_sub a:link, 
#navigation li.current_sub a:visited, 
#navigation li.current_sub a:hover,
#navigation li.current a.sub:hover

{
	color: #96004B;
	margin-bottom: 1px;
	background: url(pics/navigatie-border-sub.gif) bottom left no-repeat;
}

#navextra {position: relative; width: 218px; height: 120px; margin: 0px; background: #c9c9c9; z-index: 0;}

/* ------------------------------------------------------------------------- SUBNavigation */ 

.subnavigation {   
	position: absolute;
	margin-top: -23px;
	margin-left: 235px;
	z-index: 105; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	display: none;
}

.subnavigation ul { 
	padding: 0px 0px 0px 0px; 
	height: 28px;
}

.subnavigation li {
	margin: 0px 2px 0px 0px;
	height: 24px;
	width: 260px;
	float: left;
	display: block;
	cursor: pointer;
	background: url(pics/submenu-content-bg.png) top left repeat;
	overflow: hidden;
}

.subnavigation ul li.top {width: 260px; height: 10px; line-height: 0px; font-size: 0px; background: url(pics/submenu-top-bg.png) top left no-repeat;}
.subnavigation {width: 260px;}
.subnavigation ul li.bottom {width: 260px; height: 10px; line-height: 0px; font-size: 0px; background: url(pics/submenu-bottom-bg.png) top left no-repeat; }


.subnavigation  li a:link, .subnavigation  li a:visited {
	padding: 0px 15px 0px 15px;
	height: 24px;
	float: left;
	width: 230px;
	display: inline-block;
	cursor: pointer;
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	color: #fff;
	background: none;
}

.subnavigation  li a:hover, .subnavigation  li.current a:link, .subnavigation  li.current a:visited, .subnavigation  li.current a:hover {
	color: #000;
}

/* ------------------------------------------------------------------------- SUBNavigationLocation */ 

.subnavigationlocation {   
	position: absolute;
	margin-top: -23px;
	margin-left: 235px;
	z-index: 105; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	display: none;
}

.subnavigationlocation ul { 
	padding: 0px 0px 0px 0px; 
	height: 28px;
}

.subnavigationlocation li {
	margin: 0px 0px 0px 0px;
	height: 24px;
	width: 260px;
	float: left;
	display: block;
	cursor: pointer;
	background: url(pics/submenu-content-bg.png) top left repeat;
	overflow: hidden;
}

.subnavigationlocation ul li.top {width: 530px; height: 10px; line-height: 0px; font-size: 0px; background: url(pics/submenu-top-bg-large.png) top left no-repeat;}
.subnavigationlocation { width: 530px;}
.subnavigationlocation ul li.bottom {width: 530px; height: 10px; line-height: 0px; font-size: 0px; background: url(pics/submenu-bottom-bg-large.png) top left no-repeat; }


.subnavigationlocation  li a:link, .subnavigationlocation  li a:visited {
	padding: 0px 15px 0px 15px;
	height: 24px;
	float: left;
	width: 230px;
	display: inline-block;
	cursor: pointer;
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	color: #fff;
	background: none;
}

.subnavigationlocation  li a:hover, .subnavigationlocation  li.current a:link, .subnavigationlocation  li.current a:visited, .subnavigationlocation  li.current a:hover {
	color: #000;
}



/* ------------------------------------------------------------------------- SUBNavigation DIV ONDER NAVIGATIE */ 

#submenudiv {position: relative; width: 194px; padding: 10px 24px 10px 0px; background: #96004b;}

#content #submenudiv h2 {color: #fff; text-align: right; padding-bottom: 9px;}

#content #submenudiv ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#content #submenudiv li {margin: 0px 0px 8px 0px; padding: 0px; text-align: right;}

#content #submenudiv li a:link, #content #submenudiv li a:visited {
	color: #fff;
	text-decoration: none;
	width: 194px;
	display: inline-block;
	font-style: italic;
	border-bottom: 1px solid #96004B;
}

#content #submenudiv li a:hover, #content #submenudiv li.current a:link, #content #submenudiv li.current a:visited, #content #submenudiv li.current a:hover {
	border-bottom: 1px solid #fff;
}

#content #submenudiv ul li ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#content #submenudiv li ul li {margin: 0px 0px 0px 0px; padding: 0px; text-align: right; color: #fff;}

#content #submenudiv li.current ul li a:hover, #content #submenudiv li.current ul li a:link, #content #submenudiv li.current ul li a:visited {
	color: #fff;
}

#content #submenudiv li.current ul li.current a:hover, #content #submenudiv li.current ul li.current a:link, #content #submenudiv li.current ul li.current a:visited {
	color: #8a8686;
}

/* ------------------------------------------------------------------------- Infobalk */ 

#infobalk {
	width: 932px; 
	height: 32px; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 24px;
	font-style:italic; 
	line-height: 32px;
	color: #fff;
	text-align: right;
	padding-right: 20px;
	background: #000;
  position: relative;
  z-index: 10; 
}

#content #tekst .dienstBlock{
  margin-bottom: 5px;
  float: left;
  width: 475px;
}

#content #tekst .dienstBlock .titelBlock{
  background-color: #96004b;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0px 0px 0px 10px;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  background: url(pics/gradient-dienst.gif) top left repeat-x;
}
#content #tekst .dienstBlock .titelBlock a:link, #content #tekst .dienstBlock .titelBlock a:visited{
  color: #fff;
  text-decoration: none;
  border-bottom: 0px solid #000;  
}

#content #tekst .dienstBlock .titelBlock a:hover{
  color: #fff;
  border-bottom: 0px solid #fff;
  text-decoration: none;
}

#content #tekst .dienstBlock .titelBlock.active .arrowBlock{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0px;
  background: url(pics/arrow-up.gif) top left no-repeat;
}

#content #tekst .dienstBlock .titelBlock .arrowBlock{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0px;
  background: url(pics/arrow-down.gif) top left no-repeat;
}

/* ------------------------------------------------------------------------- Content */ 

#container {width: 951px; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; background: url(pics/content-bg-vervolg.gif) top right repeat-y;}
#container-home {width: 951px; margin: 0px 0px 0px 10px; padding: 0px 0px 20px 0px; background-color: #fff;}

#content {width: 951px; color: #292929; z-index: 0;}

#content.home {width: 931px; min-height: 265px; height: auto !important; height: 265px; background: url(pics/home-bg.gif) top left repeat-y; margin: 20px 0px 0px 0px; padding: 0px 0px 0px 20px;}
#content.vervolg {width: 951px; margin: 0px; padding: 0px;}

#column-home-left {width: 336px; padding: 0px 30px 0px 22px; line-height: 18px; float: left;}
#column-home-center {width: 186px; float: left; padding: 0px 30px 0px 22px; line-height: 18px; }
#column-home-center span.titel a:link, #column-home-center span.titel a:visited {color: #000; }
#column-home-center span.titel a:hover {color: #96004B; text-decoration: none; border-bottom: 0px solid;}
#content ul.news { list-style-type: square; color: #96004B; margin: 0px 0px 0px 15px; padding: 0px;}
#content ul.news li { margin: 0px 0px 15px 0px;}
#column-home-right {position: relative; width: 252px; padding: 0px 27px 0px 22px; float: left; min-height: 240px; height: auto !important; height: 240px;}

#content #column-home-right a:link img, 
#content #column-home-right a:visited img, 
#content #column-home-right a:hover img {text-decoration: none; border: 0px solid;} 

#content #column-home-right a:link, 
#content #column-home-right a:visited, 
#content #column-home-right a:hover {text-decoration: none; border: 0px solid;} 

#dyna{
  min-height: 220px;
  height: auto !important;
  height: 100px;
}

#ZZP-1 {position: absolute; top: 30px; left: 40px; }
#ZZP-2 {position: absolute; top: 30px; left: 110px; }
#ZZP-3 {position: absolute; top: 30px; left: 190px; }
#ZZP-4 {position: absolute; top: 75px; left: 75px; }
#ZZP-5 {position: absolute; top: 70px; left: 160px; }
#ZZP-6 {position: absolute; top: 120px; left: 40px; }
#ZZP-7 {position: absolute; top: 135px; left: 120px; }
#ZZP-8 {position: absolute; top: 120px; left: 190px; }
#ZZP-9 {position: absolute; top: 180px; left: 70px; }
#ZZP-10 {position: absolute; top: 185px; left: 170px; }

.spanTooltip {
	display: none;
}

#tooltip {
	position: absolute;
	width: 300px;
	z-index: 3000;
	opacity: 0.9;
}

#tooltip .topleft {
	width: 25px;
	height: 25px;
	display: block;
	background: url(pics/tooltip_topleft.png) bottom left no-repeat;
}

#tooltip .topmiddle {
	background: url(pics/tooltip_topmiddle.png) bottom left repeat-x;
}

#tooltip .topright {
	width: 25px;
	height: 25px;
	display: block;
	background: url(pics/tooltip_topright.png) bottom left no-repeat;
}

#tooltip .contentleft {
	background: url(pics/tooltip_contentleft.png) top left repeat-y;
}

#tooltip .contentright {
	background: url(pics/tooltip_contentright.png) top left repeat-y;
}

#tooltip .bottomleft {
	width: 25px;
	height: 25px;
	display: block;
	background: url(pics/tooltip_bottomleft.png) top left no-repeat;
}

#tooltip .bottommiddle {
	background: url(pics/tooltip_bottommiddle.png) top left repeat-x;
}

#tooltip .bottomright {
	width: 25px;
	height: 25px;
	display: block;
	background: url(pics/tooltip_bottomright.png) top left no-repeat;
}

#tooltip .contentmiddle {
	width: 250px;
	font: 12px arial, trebuchet ms, sans-serif;
	background-color: #c9c9c9;
}

#tooltip .contentmiddle h1 { margin: 0px; padding: 0px; color: #96004b; }


h1, td h1 {font: 22px arial, verdana, sans-serif; font-weight: bold; color: #96004B; margin-bottom: 7px;}
h2, td h2 {font: 18px arial, verdana, sans-serif; font-weight: bold; font-style: italic; color: #96004B; margin-bottom: 7px;}
h3, td h3 {font: 18px arial, verdana, sans-serif; font-weight: bold; font-style: italic; color: #2B2E34; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #96004B; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #96004B; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #96004B; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #96004B ;  border-bottom: 0px solid #96004B;}
#content a:hover { color: #96004B;  border-bottom: 1px solid #96004B; }

#content ul.news a:link, #content ul.news a:visited {text-decoration: none; color: #000 ;  border-bottom: 0px solid #0000;}
#content ul.news a:hover { color: #96004B;  border-bottom: 1px solid #96004B; }
#content ul.news b { color: #96004B; }

#sidebar a:link, #sidebar a:visited {text-decoration: none; color: #000 ;  border-bottom: 0px solid #0000;}
#sidebar a:hover { color: #96004B;  border-bottom: 0px solid #96004B; }
#sidebar b { color: #96004B; }

#sidebar ul.locatie-sub li.current a:link, #sidebar ul.locatie-sub li.current a:visited {
  color: #96004B;
}

#sidebar ul.locatie-sub{
  color: #96004B;
}

#sidebar .zzpRight{
  padding: 0px 12px 0px 14px;
}

#sidebar .zzpRight a:link img, #sidebar .zzpRight a:visited img {
  margin: 0px 8px 8px 0px;
} 

#sidebar ul.locatie-sub li a:link, #sidebar ul.locatie-sub li a:visited{
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

#content ul.newsList{
  margin-left: 0px;
}

#content ul.newsList li{
   color: #96004B;
}

#content ul.newsList li a:link, #content ul.newsList li a:visited {
   color: #96004B;
}

#content #tekst .NewsNav{
  position: absolute;
  width: 475px;
  bottom: 0px;
  left: 20px;
}

#content #tekst .NewsNav .next{
  float: right;
}

#content #tekst .NewsNav .prev{
  float: left;
}

span.purple { color: #96004B;}
span.black {  }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
}

#content img { margin: 5px; }
#content img.left {	margin: 5px 10px 10px 0px; float: left; border: 1px solid #c9c9c9;}
#content img.right { margin: 0px 0px 5px 10px; float: right; border: 1px solid #c9c9c9;}

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: square;}
#content ul.gallery { margin: 10px 10px 10px 15px; list-style-type: square;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content span.black a:link, #content span.black a:visited {color: #000;}
#content span.black a:hover {text-decoration: none; border-bottom: 0px solid; color: #96004B;}

#content span.purple a:hover {text-decoration: none; border-bottom: 0px solid;}
#content span.purple a:link, #content span.purple a:visited {display: inline-block; width: 175px;}



#slideshow {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 735px;
  height: 311px;
  z-index: 1;
  overflow: hidden;
}

#slideshow IMG {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
}

#slideshow IMG.active {
  z-index:10;
  opacity:1.0;
}

#slideshow IMG.last-active {
  z-index:9;
}

/* ------------------------------------------------------------------------- Leftbar DIV */ 

#leftbar {float: left;}

/* ------------------------------------------------------------------------- Tekst DIV */ 

#tekst {width: 475px; float: left; padding: 20px 20px 20px 20px; position: relative;}
#content #tekst h1 {margin-bottom: 10px;}

#content .location #tekst{padding: 13px 0px 0px 0px; width: 515px;}

#content .location #tekst h1{ padding-left: 20px; }

#content #tekst .introTxt{ min-height: 50px; height: auto !important; height: 50px; border-bottom: 1px solid #dddddd; padding: 0px 20px 11px 20px; margin-bottom: 10px;}

#content #tekst .introTxt p{margin-bottom: 0px;}
#content #tekst .descriptionTxt {padding: 0px 20px 0px 20px;}

#tekst .block { position: relative; width: 112px; height: 148px; overflow: hidden; margin: 0px 5px 5px 0px; float: left; display: block; background: url(pics/locatie_back.jpg) top left no-repeat; }
#tekst .block .top { position: absolute; top: 0; left: 0; z-index: 2; width: 112px; height: 3px; overflow: hidden; background: url(pics/locatie_back_over.jpg) top left no-repeat; }
#tekst .block .citycontent { position: absolute; top: -22px; color: #000; left: 3px; z-index: 1; height: 18px; width: 100px; padding: 3px; background: url(pics/locatie_back_trans.png) top left repeat; }
#tekst .block a img { margin: 3px 3px 0px 3px; width: 106px; border: 0px solid #96004B; text-decoration: none; float: left;}
#content #tekst .block a:link, #content #tekst .block a:visited, #content #tekst .block a:hover {cursor: pointer; font-weight: bold; color: #fff; border: 0px solid #fff; text-decoration: none; }
#content #tekst .block span.name { margin: 1px 0px 0px 6px; width: 100px; display: block;}


#tekst .fotoblock { width: 153px; height: 158px; overflow: hidden; margin: 0px 5px 5px 0px; float: left; display: inline; text-align: left; background: url(pics/fotos_back.jpg) top left no-repeat; }
#tekst a .fotoblock img { margin: 3px 0px 0px 3px; border: 0px solid #96004B; text-decoration: none; float: left;}
#content #tekst .fotoblock a:link, #content #tekst .fotoblock a:visited, #content #tekst .fotoblock a:hover {cursor: pointer; font-weight: bold; color: #fff; border: 0px solid #fff; text-decoration: none; }
#content #tekst .fotoblock span.description { margin: 1px 0px 0px 6px; width: 141px; display: inline; float: left; font-weight: normal; text-align: left;}

#tekst .buttonblock { cursor: pointer; width: 153px; height: 38px; line-height: 38px; overflow: hidden; margin: 0px 5px 5px 0px; float: left; display: inline; text-align: left; background: url(pics/button_back.jpg) top left no-repeat; }
#tekst .buttonblock a img { margin: 3px 3px 0px 3px; border: 0px solid #96004B; text-decoration: none; float: left;}
#content #tekst .buttonblock a:link, #content #tekst .buttonblock a:visited, #content #tekst .buttonblock a:hover { margin-left: 10px; line-height: 38px; cursor: pointer; font-weight: bold; color: #fff; border: 0px solid #fff; text-decoration: none; }

#prevnext { width: 515px; height: 30px; border-top:1px solid #DDDDDD; }
#prevnext .prev { float: left; margin-left: 20px; }
#prevnext .next { float: right; margin-right: 25px; } 

/* ------------------------------------------------------------------------- Sidebar DIV */ 

#sidebar {width: 218px; padding-bottom: 20px; float: left;}
#sidebar ul.news {list-style-type: square; color: #96004B; margin: 0px 0px 0px 28px; padding: 0px 10px 0px 0px;}
#content #sidebar ul.news li a:hover {text-decoration: none; border-bottom: 0px solid #96004B;}
#content ul.news li a:hover {text-decoration: none; border-bottom: 0px solid #96004B;}

#sidebar h3, td h3 {width: 203px; padding: 15px 0px 0px 15px; margin: 0px 0px 15px 0px; border-bottom: 1px solid #96004B; font-size: 18px; color: #2b2e34; font-weight: bold;}

#imageViewer #ImagePropertiesContainer {font-size: 12px;}

/* ------------------------------------------------------------------------- Tooltip boxes ZZP Homepage */ 
			
	#fixedtipdiv{
		position:absolute;
		padding: 2px;
		border:1px solid black;
		font:normal 12px Verdana;
		line-height:18px;
		z-index:100;
	}

.tooltip-top { /*width: 122px; height: 9px; background: url(pics/tooltip-top.png) top left no-repeat;*/}
.tooltipdiv {width: 122px; min-height: 50px; height: auto !important; height: 50px; padding: 3px 9px; background-color: #C9C9C9; color: #000; border: 1px solid #96004B; }
.tooltip-bottom {/*width: 122px; height: 9px; background: url(pics/tooltip-bottom.png) top left no-repeat;*/}

/* ------------------------------------------------------------------------- Footer */ 

#footer {
	padding: 0px 0px 15px 0px;
	height: 23px;
	font: 11px arial, verdana, sans-serif;
	color: #000;
  line-height: 21px;
	text-align: right;
  background: url(pics/footer-bottom.gif) bottom left no-repeat;
}

#footer .footer_content {
	margin-left: 10px;	
	padding: 2px 10px 0px 5px;
	width: 936px;
  height: 21px;
	float: left;
	display: inline;
  border-top: 1px solid #dddddd;
  background-color: #fff;
	
}

#footer .footer_content_site {
  margin-left: 10px;  
  padding: 2px 10px 0px 5px;
  margin-left: 228px;
  width: 718px;
  height: 21px;
  float: left;
  display: inline;
  border-top: 1px solid #dddddd;
  background-color: #fff;
  text-align: right;
}

#linkDiv a:hover{
  text-decoration: none;
  border-bottom: 0px solid #fff;
  margin: 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height:15px;
	color: #470024;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

#footer a:hover { color: #C9C9C9; }

#spacer { height: 20px; width: 718px; display: block;}

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }


/* ========================= invulformulier ========================= */
 
.invulformulier {
	padding-left: 10px;
	width: 450px;
	height: 378px;
	float: left;
	font: 12px arial, verdana, sans-serif; 
	line-height: 18px;
	color: #fff;
	background-color: #96004b;
}

.invulformulier.no-bg {
  background-color: #fff;
  color: #000;
  padding: 0px;
}

.invulformulier .row .errorMsg {
	background: transparent url(pics/error.gif) no-repeat scroll 0 0;
	font-size: 0;
	height: 18px;
	left: 440px;
	margin-top: 1px;
	position: absolute;
	width: 21px;
	text-indent: -9999px
}

.invulformulier.no-bg .row .errorMsg  {
  background: transparent url(pics/feest-error.gif) no-repeat scroll 0 0;
}

.invulformulier.no-bg .omschrijving {
  padding-left: 0px;
}

.invulformulier .omschrijving {
	padding: 2px 5px 1px 5px;
	width: 160px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
	line-height: 19px;	
	float: left;
	text-align: left;
	display: inline;
}

.invulformulier .invul, .invulformulier .invullen {
	padding: 0px 0px 0px 5px;	
	margin: 2px 5px 2px 5px;
	width: 250px;
	float: left;
	display: inline;
	text-align: left;
}

.invulformulier .invultekst {
	margin: 2px 5px 2px 5px;
	width: 250px;
	float: left;
	display: inline;
	font-weight: bold;
	text-align: left;
}

.invulformulier .invul_box {
	padding: 0px 0px 0px 5px;
	margin: 2px 0px 2px 5px;
	float: left;
	display: inline;
}

.invulformulier .invul_tekst {
	margin: 5px 0px 0px 0px;
	float: left;
	display: inline;
	line-height: 18px;
}

.invulformulier fieldset {
	padding: 0px 10px;
	border: 1px solid #556371;
}

.invulformulier legend {
	padding: 2px 6px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	background: #fff;
	border: 1px solid #556371;
} 

.invulformulier input.extrasmall{
	padding: 1px 3px;
	margin: 2px 5px 2px 0px;
	width: 30px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	color: #556371;
	border: 1px solid #fff;
}

.invulformulier input.small{
	padding: 1px 3px;
	margin-right: 5px;
	width: 60px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	color: #556371;
	border: 1px solid #fff;
}

.invulformulier input.medium{
	padding: 1px 3px;
	width: 162px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	color: #556371;
	border: 1px solid #fff;
}

.invulformulier input.medium2{
	padding: 1px 3px;
	width: 165px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	color: #556371;
	border: 1px solid #fff;
}

.invulformulier input.large{
	padding: 1px 3px;
	width: 235px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	color: #556371;
	border: 1px solid #fff;
}

.invulformulier.no-bg input.large {
  border: 1px solid #96004b;
}

.invulformulier textarea{
	padding: 1px 3px;
	width: 235px;
	height: 48px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	color: #556371;
	border: 1px solid #fff;
}

.invulformulier select {
	padding: 0px 0px 0px 3px;
	width: 250px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	color: #556371;
}

.invulformulier select.small {
	padding: 0px 1px 0px 3px;
	margin-right: 5px;
	width: 70px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	color: #556371;
}

.invulformulier optgroup {
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.invulformulier option {
	padding-left: 5px;
	color: #556371;
}

.invulformulier optgroup option {
	padding-left: 20px;
	color: #556371;
}

.invulformulier input.radio{
	margin: 0px;
	padding: 0px;
	width: 27px;
}

.invulformulier input.button{
	margin-bottom: 10px;
	padding: 1px 3px 1px 3px;
	width: 122px;
	height: 29px;
	display: block;
	float: left;
	text-indent: -9999px;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	border: 0px solid #fff;
	background: url(pics/verzenden.gif) top left no-repeat
}

.invulformulier.no-bg input.button {
  background: url(pics/feest-btn.gif) top left no-repeat
} 

.invulformulier input.buttonreset{
	margin-bottom: 10px;
	padding: 1px 3px 1px 3px;
	width: 122px;
	height: 29px;
	display: block;
	float: left;
	text-indent: -9999px;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	border: 0px solid #fff;
	background: url(pics/reset_over.gif) top left no-repeat
}

.invulformulier input.file{
	padding: 1px 3px;
	width: 250px;
	height: 20px;
	float: left;
	display: inline;
	font: 11px arial, verdana, sans-serif; 
	font-weight: bold;
	line-height: 16px;
	border: 1px solid #a5acb2;
	background-color: #fff;
}

#formLightbox{
  min-height: 480px;
  height: auto !important;
  height: 480px;
}

a.btn-Solliciteer:link, a.btn-Solliciteer:visited {
  background:transparent url(pics/directsolliciteren.png) no-repeat scroll 0 0;
  display:block;
  height:44px;
  margin: 24px 0px 0px 13px;
  overflow:hidden;
  text-indent:-999em;
  width:196px;
  cursor:pointer;
}

/* mouseover state */
a.btn-Solliciteer:hover {
  background:transparent url(pics/directsolliciteren_over.png) no-repeat scroll 0 0;  
}

/* clicked state */
a.btn-Solliciteer:focus {
  background:transparent url(pics/directsolliciteren_over.png) no-repeat scroll 0 0;
}

a.btn-Bekijk:link, a.btn-Bekijk:visited {
  background:transparent url(pics/bekijkopkaart.png) no-repeat scroll 0 0;
  display:block;
  height:44px;
  margin: 14px 0px 0px 13px;
  overflow:hidden;
  text-indent:-999em;
  width:196px;
  cursor:pointer;
}

/* mouseover state */
a.btn-Bekijk:hover {
  background:transparent url(pics/bekijkopkaart_over.png) no-repeat scroll 0 0;  
}

/* clicked state */
a.btn-Bekijk:focus {
  background:transparent url(pics/bekijkopkaart_over.png) no-repeat scroll 0 0;
}

a.btn-Contact:link, a.btn-Contact:visited {
  background:transparent url(pics/contact-btn.png) no-repeat scroll 0 0;
  display:block;
  height:44px;
  margin: 14px 0px 0px 13px;
  overflow:hidden;
  text-indent:-999em;
  width:196px;
  cursor:pointer;
}

/* mouseover state */
a.btn-Contact:hover {
  background:transparent url(pics/contact-btn-over.png) no-repeat scroll 0 0;  
}

/* clicked state */
a.btn-Contact:focus {
  background:transparent url(pics/contact-btn-over.png) no-repeat scroll 0 0;
}

a.btn-BekijkAlle:link, a.btn-BekijkAlle:visited {
  background:transparent url(pics/bekijkallelocaties.png) no-repeat scroll 0 0;
  display:block;
  height:44px;
  margin: 21px 0px 0px 13px;
  overflow:hidden;
  text-indent:-999em;
  width:196px;
  cursor:pointer;
}

/* mouseover state */
a.btn-BekijkAlle:hover {
  background:transparent url(pics/bekijkallelocaties_over.png) no-repeat scroll 0 0;  
}

/* clicked state */
a.btn-BekijkAlle:focus {
  background:transparent url(pics/bekijkallelocaties_over.png) no-repeat scroll 0 0;
}

a.btn-Organigram:link, a.btn-Organigram:visited {
  background:transparent url(pics/organigram.png) no-repeat scroll 0 0;
  display:block;
  height:44px;
  margin: 41px 0px 0px 13px;
  overflow:hidden;
  text-indent:-999em;
  width:196px;
  cursor:pointer;
  float: right;
}

/* mouseover state */
#content a.btn-Organigram:hover {
	text-decoration: none;
	border: 0px solid #fff;
  background:transparent url(pics/organigram_over.png) no-repeat scroll 0 0;  
}

/* clicked state */
a.btn-Organigram:focus {
  background:transparent url(pics/organigram_over.png) no-repeat scroll 0 0;
}