#zoekerContainer {
  width:970px;
  background: url('/images/regelingen-background.png') top center repeat-y;
  float:left;
  padding:20px 0;
}
#zoekerHeader, #zoekerFooter {
  width:970px;
  height:15px;
  background: url('/images/regelingen-head-foot.png') no-repeat;
  float:left;
}
#zoekerContainer h2 {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 62px;
	padding-bottom: 20px;
	color: #6a205f;
	margin-top: -4px;
	position: relative;
	line-height: 22px;
}


#regelingZoeken,
#regelingResultaat,
#regelingToelichting
{
  float: left;
  text-align: left;
  min-height:500px;
}

#regelingZoeken {
width: 280px;
padding-left:15px;
padding-bottom:20px;
color:#F29400 ;
}

	#regelingZoeken h2 {
	background: url('/images/heading-no1.png') no-repeat;
	height:59px;
	color:#f29400;
	margin-left: -1px;
	padding-top:17px;
	height:42px;
	}
	#regelingZoeken a {
	  color:#F29400;
	}
	
	#regelingZoeken select
	{
	  width: 275px;
	  border: 1px solid #dbdfe6;
	  font-size:12px;
	  font-family:Arial,Helvetica,sans-serif;
	}
	
	.categorieTab {
	
	}
	
	.categorieTab a,
	.categorieTab a:visited {
	font-weight: bold;
	text-decoration: none;
	background: url('/images/list-dot-orange.png') no-repeat 0px 2px;
	padding-left: 15px;
	display: block;
	margin-top: 7px;
	width: 210px;
	}
	
		.categorieTab a:hover {
		
		}
		
		.categorieTab a.active {
			background: url('/images/list-dot-orange-active.png') no-repeat 0px 4px;
		}
	
	/* ===== MULTISELECT ===== */
	
	.multiSelectToggler
	{
		background-image: url(/images/down.gif);
	  background-repeat: no-repeat;
	  background-position: center right;
	  background-color:#f0f0f0;
	  border: 1px solid #dbdfe6;
		padding-right:18px;
		width: 255px;
		cursor: pointer;
		height:20px;
		overflow: hidden; 
	}
		.multiselectlabel
	  {
		color: #F29400;
		background:#fff;
		padding: 1px 4px;
	  }
	
	div.criterium input,div.criterium select
	{
		display:block;
	}
	
	.criterium label{
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
	margin-top: 10px;
	}
	
	div.multiSelectOptions
	{
		background-color:#fff;
		display:none;
		border: 1px solid black;
		height: auto !important;
		width: 269px;
		margin-top:-1px;
		overflow: auto;
		padding:2px;
		position:absolute;
		z-index: 10000;
	}

	div.multiSelectOptions input
	{
		display:block;
		float:left;
		margin-top:1px;
	}
	
	div.multiSelectOptions label {
	font-weight:normal;	
	font-size:12px;
	padding-left:15px;
	}

	div.multiSelectOption
	{
		line-height:15px;
		padding-left: 5px;
	}
	
	
	/* ===== SLIDER ===== */
	
	.sliderToggler
	{
	  background-image: url(/images/down.gif);
	  background-repeat: no-repeat;
	  background-position: center right;
	  border: 1px solid #dbdfe6;
		padding-right:18px;
		width: 255px;
		cursor: pointer;
	}

	  .sliderlabel
	  {
		color:black;
		padding: 1px 4px;
	  }

	.sliderContainer
	{
	  padding: 10px;
	  display: none;
	  width: 253px;
	  border: 1px solid black;
		position:absolute;
		z-index: 10000;
		background-color: white;
	}

	.slider
	{
	  min-height: 20px;
	  height: auto !important;
	  height: 20px;
	  /*position: absolute;*/
	}

	  .sliderblock
	  {
		min-height: 14px;
		height: auto !important;
		height: 14px;
		background-image: url('/images/slider/middle.gif');
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
	  }
	  .slider .first
	  {
		background-image: url('/images/slider/left.gif');
	  }
	  .slider .last
	  {
		background-image: url('/images/slider/right.gif');
	  }
	  
		.sliderblock .sliderhandle
		{
		  position: relative;
		  margin: 0px;
		  /*min-height: 14px;
		  height: auto !important;
		  height: 14px;
		  margin: 1px auto;
		  width: 9px;*/
		  padding: 7px 5px;
		  background-color: transparent;
		  background-position: center center;
		  background-repeat: no-repeat;
		}
		.sliderblock .active
		{
		  background-image: url('/images/slider/handle.gif');
		}
		
		.sliderblock .down
		{
		  background-image: url('/images/slider/handle_down.gif');
		}

#regelingResultaat {
width: 382px;
padding:0 15px;
color:#000;
}

	#regelingResultaat h2 {
	background: url('/images/heading-no2.png') no-repeat;
	color:#e5352c;
	padding-top:10px;
	height:49px;
	}
	#regelingResultaat a {
	  color:#E5352C;
	}

	#resultaatContainer {
	
	}
	
		#resultaatContainer strong {
		
		}
	
		#resultaatContainer ul {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
		padding-top: 10px;
		margin-bottom: 30px;
		border-bottom: 1px solid #d5d5d5;
		}
		
			#resultaatContainer ul a,
			#resultaatContainer ul a:visited {
			font-weight: bold;
			text-decoration: none;
			display: block;
			line-height: 24px;
			padding-left: 5px;
			border-top: 1px solid #f8c0b9;
			}				
				#resultaatContainer ul a:hover, #resultaatContainer ul a.active {
				background-color: white;
				}
	
	
	#regelingenLink {
	font-weight: bold;
	text-decoration: none;
	background: url('/images/list-dot-pink.png') no-repeat 0px 3px;
	padding-left: 15px;
	margin-left: 1px;
	margin-top: 7px;
	display: block;
	}
	
		a#regelingenLink:hover {
		text-decoration: underline;
		}
		a#regelingenLink.active {
		text-decoration: underline;
		background: url('/images/list-dot-pink-active.png') no-repeat 0px 5px;
		}
	

#regelingToelichting {
width: 230px;

}

	#regelingToelichting h2 {
	background: url('/images/heading-no3.png') no-repeat;
	margin-left: 14px;
	color:#0080c6;
	padding-top:17px;
  height:42px;
	}
	#regelingToelichting h3,#regelingToelichting strong, #regelingToelichting a {
	  color:#0080C6;
	}
  #regelingToelichting .bekijkregeling a {
    color:#fff;
    text-decoration:none;
  }
	#toelichtingContainer {
	padding-left: 15px;
	}
	
		/*.bekijkregeling a,
		.bekijkregeling a:visited,
		.opnieuwregeling a, 
		.opnieuwregeling a:hover {
		display: block;
		width: 154px;
		height: 29px;
		line-height: 26px;
		text-decoration: none;
		font-family: Verdana, arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 15px;
		color: white;
		text-align: center;
		background: url('/images/button-purple-large.gif') 0px 0px no-repeat;
		padding: 0px;
		margin-top: 24px;
		margin-bottom: 30px;
		}*/
		
		.opnieuwregeling a, .opnieuwregeling a:hover {
		  color:#999fa3 !important;
		  text-transform:uppercase;
		  text-decoration:none;
		  margin-top:20px;
		  display:block;
		  font-weight:bold;
		}
		
			
			
			


.criterium
{
	margin-bottom:10px;

}

.categorieContainer
{
	width: 275px;
}


/* ========== REGELING DETAIL ========== */


/* ========== Rechterkolom ========== */

#right-column a.pdf,
#right-column a.pdf:visited,
#right-column a.doc,
#right-column a.doc:visited
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	padding-left: 40px;
	margin-bottom: 10px;
	background-image: url('/images/icons/print.gif');	
	background-repeat: no-repeat;
	background-position: center left;
	color:#0080c6;
	font-size:11px;
	text-transform:uppercase;
}
#right-column a.pdf,
#right-column a.pdf:visited
{
	background-image: url('/images/icons/pdf.gif');	
}
#right-column a.doc,
#right-column a.doc:visited
{
	background-image: url('/images/icons/doc.gif');	
}

#right-column a.print,
#right-column a.print:visited
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 40px;
	background-image: url('/images/icons/print.gif');	
	background-repeat: no-repeat;
	background-position: center left;
		color:#0080c6;
	font-size:11px;
	text-transform:uppercase;
}

#right-column .terug a,
#right-column .terug a:visited {
display: block;
width: 123px;
height: 23px;
line-height: 20px;
text-decoration: none;
font-family: Verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
color: white;
text-align: center;
background: url('/images/button-purple-back.gif') 0px 0px no-repeat;
padding: 0px;	
margin-bottom: 10px;
}

#right-column .terug a:hover {
	background: url('/images/button-purple-back-hover.gif') 0px 0px no-repeat;
}

/* tooltip */
#tooltip
{
	border: 1px solid #E1D2DF;
	background-color: #F2ECF0;
	padding: 5px 5px;
	width:275px;
}
	#tooltip ul li.criterium
	{
		 margin-left: 0px !important; 
		 background:none;
	}
	
	#tooltip ul li.criterium ul {
	font-weight:normal;	
	margin-left: 0px !important; 
	padding-left:0px !important;
	background:none;
	}
	
div.categorieContainer div.uitleg
{
	font-style:italic;
	padding-top:10px;
}

span.oftekst{
	float:left;
	padding-right:5px;
}

div.multiselectHelpTekst
{
	font-style: italic;
	text-align:	center;
	border-bottom: 1px solid #ccc;
}
#regelingResultaat h3 {
  font-size:13px;
  color:#e5352c;
}
.regeling h2, .regeling h3 {
  font-size:12px !important;
  text-transform:uppercase;
  font-weight:bold;
  color:#0080c6;
}
