/* browser settings reset */
html,body, dt, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 , form, a,blockquote 
		{
		margin: 0px;
		padding: 0px;
		border: 0px;
		}

/* site settings */

img 
		{
		border: 0px;
		}

body 
		{
		font-size: 100.01%;
		}

/* font-size 100.01% is to fix several bugs

IE/Win : bug fix for "em" bug - if font size is set to 100%, font proportions 
can be distorted if em units are on elements on page -
Opera  : font-size 100% -> font is drawn smaller than other browsers 
Safari : has problems with font-size 101%, so 100.01%  safest choice */

/* layout */

.hide,
.printonly 
		{
		display: none;
		}

.screenonly {}

/* de class en printonly hide kunnen worden gebruikt om accessibility/usability te vergroten door 
elementen te verbergen, deze worden zichtbaar als deze stylesheet niet worden gerenderd
*/

html 
		{
		height:100%;
		}



/* --------------------------------------------------------------------------- */
/* Tekst stylen */
/* --------------------------------------------------------------------------- */

*
{
font-family:Verdana,Arial,Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
		{
		margin:0;
		margin-top:5px;
		margin-bottom:0;
		font-weight:bold;
		}

h1		{
		font-size:1.6em;	
		}

H2		{
		font-size:1.4em;
		}

H3		{
		font-size:1.1em;
		}

H4		{
		font-size:.9em;
		}

H5		{
		font-size:.8em;
		}

H6		{
		
		}


#tekstVlak a 
		{
		color:#000;
		text-decoration: underline;
		}
		
#tekstVlak a:hover
	{
	text-decoration: none ;
	}
	
/* --------------------------------------------------------------------------- */
/* Layout */
/* --------------------------------------------------------------------------- */

body	
		{
		font-size:.71em;
		width:785px;
		margin-left:auto;
		margin-right:auto;
		border:0px solid #f98105;	
		background-color:#f3f3f3;
		}
		

#mainContainer
		{			
		float:left;
		width:770px;
		background-image: url("mainBodyBg.gif");
		background-repeat: repeat-y;
		background-position: 0  0;
		padding-bottom:15px;
		}
		
#mainFooter
		{
		float:left;		
		width:761px;
		height:25px;
		background-image: url("mainBodyBgFooter.gif");
		background-repeat: repeat-y;
		background-position: 0  0;
		border:0px solid #000;	
		padding-left: 9px;
		}
		
#disclaimer
		{
		display:block;		
		width:195px;
		color: #666666;
		text-decoration: none !important;
		}

#disclaimer:hover
		{
		text-decoration: underline;
		}


#header
		{
		border:0px solid #000;
		margin:0;
		padding:0;
		}	

#logo
		{
		width:202px;
		height:171px;
		background-image: url("seperatorThemas.gif");
		background-position: left bottom;
		background-repeat: no-repeat;
		margin:0;
		padding:0;
		}	
		
#topMenu
		{
		top:0;
		z-index:1;
		position:absolute;
		width:550px;
		margin-left:205px;
		padding:4px;
		padding-left:11px;
		height:20px;
		background-color:#ffead5;
		}
		
#topMenu li
		{
		display:inline;
		border:#000000 solid 0px;
		list-style-type:none;
		padding: 0px;
		margin-left:5px;
		padding-right:10px;
		background-image: url("seperator.gif");
		background-repeat: no-repeat;
		background-position: right	100% ;
		background-color:#ffead5;
		}
		
#topMenu a
		{
		color:#000000;
		text-decoration:none;
		
		}

#topMenu a:hover
		{
		text-decoration:underline;
		}
		
#mainBtns
		{
		top:0;
		z-index:0;
		position:absolute;
		height:125px;
		width:565px;
		margin-left:205px;
		margin-top:28px;		
		background-image: url("Btnsbg.gif");
		background-repeat: repeat-x;
		background-position: 0 0;
		/*background-color:#585858;*/
		}	

.mainBtn 
		{
		float:left;
		width:163px;
		height:99px;
		margin-top:8px;
		margin-left:10px;
		margin-right:5px;
		padding-left:0px;
		padding-top:25px;
		line-height:34px;
		border:0px solid #fff;	
		background-repeat: no-repeat;
		background-position: 0 0;	
		}
		
.mainBtn a
		{	
		width:85%;
		height:60%;
		display:block;
		margin-top:-25px;
		padding:10px;
		padding-top:35px;
		padding-bottom:0px;
		color:#000;
		text-decoration:none;
		}

.mainBtn a:hover
		{
		color:#fff;
		text-decoration:none;
		}		
		
#sokaBtn{
		background-image: url("sokaBtnBg.gif");
		background-repeat: no-repeat;
		background-position: 0 0 ;
		}
		
#actiBtn{
		background-image: url("actiBtnBg.gif");
		background-repeat: no-repeat;
		background-position: 0 0 ;
		}
		
#vrabodBtn{
		background-image: url("vrabodBtnBg.gif");
		background-repeat: no-repeat;
		background-position: 0 0 ;
		}

#chatBtn{
		background-image: url("chatBtnBg.gif");
		background-repeat: no-repeat;
		background-position: 0 0 ;
		}
		
		
/* --------------------------------------------------------------------------- */
/* hoofd contentlayer*/
/* --------------------------------------------------------------------------- */	
#contentContainer
		{
		padding:0;
		margin:0;	
		border:0px solid #f98105;
		}
		
/* --------------------------------------------------------------------------- */
/* linker kolom*/
/* --------------------------------------------------------------------------- */

#home #leftColumn
		{	
		float:left;
		margin:0;
		margin-right:3px;
		}

		
#zoek
		{
		margin:0;
		width:194px;
		background-color:#fff8ef;
		padding:10px;
		padding-right:3px;
		padding-left:5px;
		background-image: url("seperatorThemas.gif");
		background-position: left bottom;
		background-repeat: repeat-x;
		border-right:1px solid #ffcdac;
		}
	
#input .inputText
		{
		float:left;
		font-size:1em;
		margin:0;
		}
	
.formulier_button a,
.button input
		{			
		margin-left:1px;	
		font-size:1em;
		border: 1px outset ;
		padding: 0px 3px 0px 2px;
		/*background-image: url("button_bg.gif");
		background-position: left bottom;
		background-repeat: repeat-x;*/
		background-color: #F98105;
		color: #fff!important;
		text-decoration: none !important;
		cursor:pointer;
		}

.button input:hover,
formulier_button a:hover
		{
		color:#fff!important;
		border: 1px inset #fff;
		}
		
.formulier_button{padding:15px 0 0 0!important;}

/*#zoeken_uitgebreid
		{
		margin-top:10px;
		width:175px;
		border:0px solid #000;
		}

#zoeken_uitgebreid a
		{
		color:#000;
		
		font-weight:bold;	
		}*/
	
#zoeken_uitgebreid a:hover
		{	
		text-decoration:none;
		}	
	
#themas
		{
		float:left;
		width:203px;
		margin-right:1%;	
		}
		
#themas li
		{		
		margin:0;		
		}

#themaList li
		{
		margin:0;
		list-style-type:none;
		background-image: url("seperatorThemas.gif");
		background-position: left bottom;
		background-repeat: repeat-x;		
		border-right:1px solid #ffcdac;
		background-color:#e5e5e5;	
		}

#themaList li a
		{
		width:194px;		
		padding-left: 9px;
		padding-top: 5px;
		padding-bottom: 9px;
		display: block;	
		color: #000000;
		text-decoration: none !important;
		background-image: url(leftmenu_lijn.gif);
		background-position: left bottom;
		background-repeat: repeat-x;		
		}

#themaList li a:hover
		{		
		color: #fff;
		text-decoration: none !important;
		background-color: #F98105;
		background-image: url("seperatorThemas.gif");
		background-position: left bottom;
		background-repeat: repeat-x;
		}

#themaList li a:active
		{
		display: block;
		}

.leftmenu_button_active a
		{
		display: block;
		color: #fff;
		text-decoration: none !important;
		background-color: #F98105;
		padding-left: 1px;
		padding-top: 5px;
		padding-bottom: 8px;
		}

.themaList_active a:hover
		{
		display: block;
		color: #fff;
		text-decoration: none !important;
		background-color: #F98105;
		}
		
		
/* --------------------------------------------------------------------------- */
/* midden kolom*/
/* --------------------------------------------------------------------------- */

#middleColumn
		{
		float:left;
		margin-left:5px;
		border:0px solid #000;
		width:365px;		
		}
		
h1.kaderOranje,
h2.kaderOranje
		{
		background-image: url("oranje_rondeHoekLB.gif");
		background-position: left top;
		background-repeat: no-repeat;
		font-size:1.1em;
		width:350px;
		margin-left:auto;
		margin-right:auto;
		border-bottom:0px solid #de8020;
		}
		

	
#tekstVlak,
#pagetext
		{
		margin-left:auto;
		margin-right:auto;
		width:336px;
		padding:10px;
		padding-bottom:5px;
		margin-bottom:0;
		background-color:#fff8ef;
		border: 1px solid #de8020;				
		border-top:0px solid #ff6600;
		border-bottom: 0px solid #de8020;
		}
		
.sk_organisatie_content_div #pagetext
	{
	background-color:#e8e8e8;
	}

				
.kaderOranje
		{
		background-color: #F98105;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 8px;
		color: #FFFFFF;
		font-weight: bold;
		}
			
#nieuws
		{
		float:left;
		}
#agenda
		{
		float:right;
		}

				
#middleColumn .itemListing
		{
		width:154px;
		margin-left:1px;
		margin-right:2px;
		background-color:#f2f2f2;
		padding:8px;
		padding-bottom:1px;
		margin-top:0;
		border: 1px solid #cacaca;
		border-bottom: 0px solid #cacaca;
		border-top: 0px solid #cacaca;
		background-image: url("underlineOranje.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		
		}

.itemListing li.Ulkop							
	{
		list-style-image:none;
		list-style-type:none;
		font-weight:bold;
		font-size:.8em;
		margin-left: 0px;
		margin-bottom:5px;
	}

				
			
#agenda .itemListing li,
#nieuws .itemListing li,
#rightColumn .itemListing li
		{		
		list-style-position:outside;
		list-style-image:none;
		list-style-type:none;
		padding-bottom:2px;			
		}
		
		
#rightColumn .itemListing li a,	
#agenda .itemListing li a,
#nieuws .itemListing li a
		{	
		background-image: url("pijl.gif");
		background-position: 0 3px;
		background-repeat: no-repeat;
		margin-left:0px;
		padding-left:7px;	
		display:block;	
		margin-bottom:3px;
		}
		
.itemListing li a
		{
		padding-left:5px;
		color: #000000;
		text-decoration: none !important;
		}
		
.itemListing li a:hover
		{
		color: #000000;
		text-decoration:  underline !important;
		}		

.itemListing li
		{		
		list-style-image:url("pijl.gif");
		list-style-position:inside;
		margin-left:0px;
		}

.itemListing .date
		{			
		color: #de8020;
		display: block;
		margin-left:7px;
		padding-bottom:1px;
		}
		

h1.kaderGrijs
		{
		background-image: url("grijze_rondeHoekLB.gif");
		background-position: left top;
		background-repeat: no-repeat;
		width:155px;
		margin:0;
		margin-left:1px;
		margin-right:2px;
		background-color:#f2f2f2;
		padding:8px;
		padding-bottom:3px;
		font-size:1em;
		font-weight:bold;
		border:0px  solid #cacaca;
		border-right:1px  solid #cacaca;
		}	
		
#agenda h1.kaderGrijs
		{
		margin-bottom:0;
		}

h2.subKop
		{
		margin-left:1%;
		margin-right:1%;
		
		width:155px;
		font-weight: bold;
		padding: 8px;
		padding-top:5px;
		margin-top:0px;
		background-color:#f2f2f2;
		border-top:0px solid #de8020;
		border-right:1px  solid #cacaca;
		border-left:1px  solid #cacaca;
		}
		

.meerBtn
		{
		padding-left: 0px;
		padding-top: 0px;
		}
		
.meerBtn a
		{
		
		padding-left: 4px;
		padding-right: 3px;
		padding-bottom: 2px;
		padding-top: 1px;
		width:100px;
		background-color: #FFFFFF;
		border: #333333 1px solid;
		color: #333333;
		text-decoration: none !important;	
		margin-bottom:15px;
		background-image:none !important;
		}

li.meerBtn a:hover
		{
		text-decoration: none !important;
		background-color: #f2f2f2;	
		}

li.meerBtn
		{		
		
		list-style-image:none;
		list-style-type:none;
		margin-top: 1px;
		margin-left: 15px;
	
		padding: 5px;
		}

.footerGrijs
		{
		width:171px;
		margin-left:1px;
		margin-right:2px;
		background-color:#f2f2f2;
		height:9px;
		border-left:1px  solid #cacaca;
		background-image: url("grijze_rondeHoekRO.gif");
		background-position: 100% 100%;
		background-repeat: no-repeat;
		}

#middleColumn .footerOranje
		{
		width:357px;
		height:9px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		border-left:1px  solid #df8020;
		background-image: url("oranje_rondeHoekRO_intro.gif");
		background-position: 100% 100%;
		background-repeat: no-repeat;
		}
		
/*in geval dat de rechterkolom voor lijsten NIET getoond wordt. Anders breekt de spanKop standaard te vroeg af*/	
#vervolg #middleColumn #rightColumn
		{
		width:100%;
		margin:0;
		padding:0;
		}

		
/*in geval dat de rechterkolom voor lijsten WEL getoond wordt*/		
#vervolg #middleColumn #rightColumn
		{
		float:right;
		margin-top:0px;
		margin-left:5px;
		width:165px;
		border:solid 0px #000;
		}

/* --------------------------------------------------------------------------- */
/* rechter kolom*/
/* --------------------------------------------------------------------------- */
#rightColumn
		{
		float:right;
		margin-top:0px;
		margin-left:10px;
		width:165px;
		border:solid 0px #000;
		}
		
#rightColumn h1.kaderOranje,
#rightColumn h2.kaderOranje
		{
		width:157px;
		border:0px solid #df8020;
		}
		
#vervolg #rightColumn h1.kaderOranje,
#vervolg #rightColumn h2.kaderOranje
		{	
		border:0px solid #df8020;
		}
			

#rightColumn .itemListing
		{
		padding:5px;
		background-color:#fff8ef;
		width:153px;
		margin-left:0px;
		margin-right:2px;		
		margin-bottom:0px;
		padding-bottom:1px;
		border: 1px solid #ea810a;
		border-bottom: 0px solid #cacaca;
		border-top: 0px solid #cacaca;
		}
		
#rightColumn .footerOranje
		{
		margin-left:auto;
		margin-right:auto;
		width:164px;
		height:9px;
		margin-bottom:10px;
		border-left:1px  solid #df8020;
		background-image: url("oranje_rondeHoekRO.gif");
		background-position: 100% 100%;
		background-repeat: no-repeat;
		}
		
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* layout vervolg pagina */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

#vervolg #leftColumn
		{	
		float:left;
		margin-right:5px;
		}
		
#vervolg #middleColumn
		{	
		width:510px;
		border:0px solid #000;
		margin-left:5px;
		}		
		
#vervolg #tekstVlak,
#vervolg #tekstVlak table #pagetext
		{
		float:left;
		width:100%;
		border: 0px solid #de8020;		
		border-top:1px solid #ff6600;
		border-bottom: 1px solid #de8020;
		margin-bottom:5px;
		}

#simpleview #pagetext
	{
	width:400px;
	border: 0px solid #de8020;
	border-bottom: 1px solid #de8020;
	}
 
#vervolg #tekstVlak table #pagetext
{	width:95%;
	margin:0;	
	padding:0;
	border:0px solid #de8020;
}
		
#vervolg #tekstVlak table
		{
		padding:0;
		}
		
#vervolg #tekstVlak form table
		{
		width:100%;
		padding:0;
		}	
			
#vervolg #rightColumn 
		{
		float:right;
		margin-top:2px;
		}
				
#vervolg #rightColumn h2
		{
		margin-top:2px;
		border-right:0px solid #df8020;
		}

		
#vervolg #middleColumn .footerOranje
		{	
		float:left;
		width:99%;		
		background-image:none;		
		border:0px solid #df8020;
		}
		
#vervolg #middleColumn .itemListing
		{	
		background-image:none;	
		border-right:1px solid #df8020;
		}
		
#vervolg #rightColumn .footerOranje
		{
		width:165px;
		height:9px;
		margin-bottom:10px;
		border-left:1px solid #df8020;
		background-image: url("oranje_rondeHoekROVervolg.gif");
		background-position: 100% 100%;
		background-repeat: no-repeat;
		}	
		
.marginBottom
		{
		display:block;
		margin-bottom:15px;
		}	
		
#copyright
		{
		float:left;
		}
		
#printerug
		{
		float:right;
		margin:0px;
		padding:0px;
		}	
#afdrukken
		{
		margin:0;
		padding:0;
		}

#vervolg #middleColumn a.button
		
		{	
		margin-left:5px;			
		display:inline-block;
		padding: 0px 6px 0px 4px;
		background-color: #dfdfdf;
		color: #000000;
		text-decoration: none !important;
		cursor:pointer;
		border: 1px outset;
		}

#vervolg #middleColumn a.button:hover
		{		
		border:1px inset;
		}

#vervolg #middleColumn h2.kaderOranje
		{
		background-image: url("oranje_rondeHoekLBVervolg.gif");
		background-repeat: no-repeat;
		background-position: 0 0 ;
		}
		
		
		
		
/* --------------------------------------------------------------------------- */
/* --------Sociale kaart, nieuws, agenda en zoeken op de site----------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */		


/* --------------------------------------------------------------------------- */
/* Agenda */
/* --------------------------------------------------------------------------- */

.agenda_home_header{
	background-color: #949494;
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;		
}

.agenda_home_button A{
	display: block;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;	
	text-decoration: none !important;
}

.agenda_home_button A:hover{
	text-decoration: underline;
	color: #000000;
}

.agenda_home_datum{
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #F98105;
}

.agenda_home_meer{
	background-color: #949494;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;		
}

.agenda_home_meer A{
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: bold;
}

.agenda_home_meer A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------- */
/* Nieuws */
/* --------------------------------------------------------------------------- */

.nieuws_home_archief{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;		
}

.nieuws_home_archief A{
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: bold;
}

.nieuws_home_archief A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.nieuws_home_header{
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;		
}

.nieuws_home_bg{
	background-color: #949494;
	height: inherit
}

.nieuws_home_kader{
	border: #DFDFDF 1px solid;
	border-left: 0px;
	padding: 5px;
}

.nieuws_home_button A{
	display: block;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;	
	text-decoration: none !important;
}

.nieuws_home_button A:hover{
	text-decoration: underline;
	color: #000000;
}

/* --------------------------------------------------------------------------- */
/* Vestigingen */
/* --------------------------------------------------------------------------- */

.vestigingen_header{
	background-color: #F98105;
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;		
}

.vestigingen_bg{
	background-image: url(vestigingen.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-bottom: 35px;
}

/* --------------------------------------------------------------------------- */
/* HandyWijzer*/
/* --------------------------------------------------------------------------- */

.hw_disclaimer{
	font-size: 60%;
	color: #333333;
	padding-top: 20px;
}

.hw_sidelabel{
	font-weight: bold;
	padding-top: 15px;
}

.hw_subkoptitle{
	font-weight: bold;
	padding-top: 15px;
}

.hw_producttitle{
	font-size: 110%;
	color: #000000;
	padding-bottom: 20px
}

.hw_sidefield{
	padding-top: 15px;
	padding-left: 10px;
}

/* --------------------------------------------------------------------------- */
/* Paging*/
/* --------------------------------------------------------------------------- */

.paging_table
{
	padding-top : 5px;
	border-top: 1px #FF8105 solid;
	width: 100%;
}

.paging_vorige
{
	text-align : left;
	width: 33%;
}

.paging_vorige a
{
	border-right: 0px #FF8105 solid;
	padding-right: 4px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: none !important;
	display : block;
}

.paging_vorige a:hover
{
	color: #000000;
	text-decoration: underline;
	display : block;
}


.paging_volgende
{
	text-align : right;
	width: 33%;
}

.paging_volgende a
{
	border: 0px #FF8105 solid;
	padding-right: 20px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: none !important;
	display : block;
}

.paging_volgende a:hover
{
	color: #000000;
	text-decoration: underline;
	display : block;
}


.paging_overzicht
{
	text-align : center;
	width: 33%;
}

.paging_overzicht a
{
	border-left: 1px #FF8105 solid;
	border-right: 1px #FF8105 solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: none !important;
	display : block;
}

.paging_overzicht a:hover
{
	color: #000000;
	text-decoration: underline;
	display : block;
}

/* --------------------------------------------------------------------------- */
/* Sociale kaart module*/
/* --------------------------------------------------------------------------- */

.sk_detail_huisadres_tabel{
}

.sk_detail_postadres_tabel{
}

.sk_rij_even{
	display : block;
	background-color : #ffffff;
}

.sk_rij_oneven{
	display : block;
	background-color : #ccaa88;
}

.sk_rij_item_value{
	padding-top : 3px;
	padding-bottom : 3px;
}

.sk_kop{
	font-size : 110%;
	font-weight : bold;
	color : #444444;
}

.sk_label{
	font-weight : bold;
	width : 110px;
	padding-bottom: 4px;
}

.sk_value{
	padding-bottom: 4px;
}

.zoekresultaat_overzicht_tabel{
	padding-left : 10px;
}

.sk_detail_subnaam
{
	margin-top : 0px;
	padding-top : 0px;
	padding-bottom : 10px;
	font-size : 70%;
	font-style  :italic;
}

.skzoeken_td{
}

.skgeavzoeken_td{
	background-color: #DDDDDD;
}

.sk_detail_tabel{
	padding-left : 10px;
}

.sk_label_links{
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
}

.sk_label_rechts{
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 5px;
}

.sk_button{
	display: block;
	border: #FFFFFF 1px solid;
}

.sk_button A{
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #F98105;
	border: #FFFFFF 1px solid;
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
}

.sk_button A:hover{
	text-decoration: none !important;
	color: #fff;
}

.sk_buttontd{
	padding-top: 6px
}

.sk_inputtd_links{
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sk_inputtd_rechts{
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sk_input{
	font-family: Verdana;
	font-size: .7em;
	border: #000000 1px solid;
}

.sk_lijst_border{
	border: #000000 1px solid;
}

.sk_lijst_allesbutton{
	padding-right: 6px;
}

.sk_lijst_allesbutton A{
	color: #000000;
}


.sk_lijst_header{
	border-bottom: #000000 1px solid;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-top: 5px;
	height: 24px;
}

.sk_lijst_headerdonker{
	border-bottom: #000000 1px solid;
	background-color: #E9E9E9;
	padding-left: 6px;
	padding-top: 5px;
	height: 24px;
}

.sk_lijst_getallen1{
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: #E9E9E9 1px solid;
}

.sk_lijst_getallen1_nul{
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: #E9E9E9 1px solid;
	color: #CCCCCC;
}

.sk_lijst_getallen1_active{
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: #E9E9E9 1px solid;
	background-color: #FF7A00;
	color: #FFFFFF;
}

.sk_lijst_getallen2{
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: #FFFFFF 1px solid;
}

.sk_lijst_getallen2_nul{
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: #FFFFFF 1px solid;
	color: #999999;
}

.sk_lijst_getallen2_active{
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FF7A00;
	color: #FFFFFF;
}

.sk_lijst_li{
	background-image: url("sk_lijst_li.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-right: 5px;
	border-bottom: #E9E9E9 1px solid;
}

.sk_lijst_li_active{
	background-image: url("sk_lijst_li_active.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-right: 5px;
	border-bottom: #E9E9E9 1px solid;
	background-color: #FF7A00;
}

.sk_lijst_li2{
	background-image: url("sk_lijst_li.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;

	padding-right: 5px;
	border-bottom: #FFFFFF 1px solid;
}

.sk_lijst_li2_active{
	background-image: url("sk_lijst_li_active.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-right: 5px;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FF7A00;
}

.sk_lijst{
	padding-top: 0px;
	padding-bottom: 1px;
	color: #333333;
	border-bottom: #E9E9E9 1px solid;
}

.sk_lijst A{
	color: #000000;
}

.sk_lijst_nul{
	padding-top: 0px;
	padding-bottom: 1px;
	color: #333333;
	border-bottom: #E9E9E9 1px solid;
	color: #999999;
}

.sk_lijst_active{
	padding-top: 0px;
	padding-bottom: 1px;
	color: #FFFFFF;
	border-bottom: #E9E9E9 1px solid;
	background-color: #FF7A00;
}

.sk_lijst2{
	padding-top: 0px;
	padding-bottom: 1px;
	color: #333333;
	border-bottom: #FFFFFF 1px solid;
}

.sk_lijst2 A{
	color: #000000;
}

.sk_lijst2_nul{
	padding-top: 0px;
	padding-bottom: 1px;
	color: #333333;
	border-bottom: #FFFFFF 1px solid;
	color: #999999;
}

.sk_lijst2_active{
	padding-top: 0px;
	padding-bottom: 1px;
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FF7A00;
}

.sk_lijstlicht{
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sk_lijstdonker{
	background-color: #E9E9E9;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sk_pctd{
	width: 90px;
}

.sk_pcstraaltd{
	padding-left: 0px;
	text-align: right;
}

.sk_radiobutton{
	padding-left: 40px;
	padding-right: 4px;
	padding-top: 2px;
	text-align: right;
}

.sk_resultaten_even,
.searchallodd{

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.sk_resultaten_even a{
	text-decoration: none !important;
	color: #000000;display:block;
}


.sk_resultaten_even_opsomming{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	width: 30px;
}

.sk_resultaten_oneven,
.searchallodd{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #f1f1f1;
	border-bottom: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	}

.sk_resultaten_oneven:hover,
.sk_resultaten_even:hover{

	background-color: #fff;
	}

 .sk_resultaten_oneven a{
	text-decoration: none !important;
	color: #000000;display:block;
}

.sk_resultaten_oneven_opsomming{
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #f1f1f1;
	border-bottom: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	width: 30px;
}

.sk_resultaten_top{
	padding-top: 5px;
	padding-bottom: 7px;
}

.sk_resultaten_bottom{
	padding-top: 7px;
	padding-bottom: 5px;
}

.sk_resultaten_vorige{
	text-align: left;
	padding-left: 5px;
}

.sk_resultaten_vorige A{
	color: #000000;
}

.sk_resultaten_aantal{
	text-align: center;
}

.sk_resultaten_volgende{
	text-align: right;
	padding-right: 5px;
}

.sk_resultaten_volgende A{
	color: #000000;
}

.sk_tabborder_top{
	background-image: url("tabborder.gif");
	background-repeat: repeat-x;
	height: 24px;
}

.sk_tabborder{
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	padding-bottom: 6px;
}

.sk_tabselected1{
	background-image: url("tabselected1.gif");
	background-repeat: no-repeat;
	width: 5px;
}

.sk_foto{
	width: 200px;
}

.sk_tabselected2{
	background-image: url("tabselected2.gif");
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.sk_tabselected2 A{
	color: #000000;
	text-decoration: none !important;
}

.sk_tabselected3{
	background-image: url("tabselected3.gif");
	background-repeat: no-repeat;
	width: 5px;
}

.sk_tabnotselected1{
	background-image: url("tabnotselected1.gif");
	background-repeat: no-repeat;
	width: 5px;
}

.sk_tabnotselected2{
	background-image: url("tabnotselected2.gif");
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.sk_tabnotselected2 A{
	color: #000000;
	text-decoration: none !important;
}

.sk_tabnotselected3{
	background-image: url("tabnotselected3.gif");
	background-repeat: no-repeat;
	width: 5px;
}

.sk_trefwoorden_table{
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #FF7A00 1px solid;
	font-size: 5px;
}

.sk_trefwoorden_kop{
	background-color: #FF7A00;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 70%;
}

.sk_trefwoorden_lijst{
	background-color: #E6E6E6;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	font-size: 70%;
}

.sk_trefwoorden_lijst A{
	text-decoration: none !important;
	color: #000000;
	background-image: url("sk_lijst_li.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 8px;
	display: block;
}

.sk_trefwoorden_lijst A:hover{
	text-decoration:  underline;
	color: #FF7A00;
	display: block;
}

fieldset{
	color: #666666;
	padding-bottom: 5px;
	border: solid 1px #808080;
}

.fieldset_active{
	color: #000000;
	padding-bottom: 5px;
	font-weight: bold;
}

.fieldset_resultaten{
	padding: 5px;
}

/* --------------------------------------------------------------------------- */
/* Sociale kaart formulier */
/* --------------------------------------------------------------------------- */


.fieldset{
	color: #000000;
	font-weight: normal;
	padding-top: 20px;
}

.sk_form_label{
	width: 160px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sk_form_label2{
	padding-top: 4px;
	padding-bottom: 4px;
}

.sk_form_netnr{
	padding-right: 30px
}

.sk_form_abboneenr{
	padding-right: 29px
}

.sk_form_rij{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px
}

.sk_form_input{
	font-family: Verdana;
	font-size: 100%;
	border-left: #000000 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-color: #FFFFFF;
}

.sk_form_input_td{
	padding-right: 21px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sk_form_button{
	font-family: Verdana;
	font-size: 100%;
	border-left: #CCCCCC 1px solid;
	border-right: #000000 1px solid;
	border-top: #CCCCCC 1px solid;
	border-bottom: #000000 1px solid;
	color: #FFFFFF;
	background-color: #F98105;
}



/* --------------------------------------------------------------------------- */
/* Zoeken */
/* --------------------------------------------------------------------------- */

a.searchlistitem{
	color: #000000;
	display:block !important;
	text-decoration: none !important;
}

a.searchlistitem:hover{
	color: #000000;
	text-decoration: underline !important;
}

.searchall_kop
{
	font-weight : bold;
	padding-bottom: 5px
}

.searchall_categorie_kop
{
	font-weight : bold;
	padding-bottom: 10px
}

.searchalleven
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	background-color: #fff3e4;
}

.searchallodd
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	background-color: #fefaf4;
}



.searchall_table{
}

.subtotal{
	display: block;
	padding-top: 0px;
	padding-bottom: 8px;
}


/* --------------------------------------------------------------------------- */
/* Activiteiten Agenda */
/* --------------------------------------------------------------------------- */

.act_agendaDagen { 
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.act_agendaDagen A { 
	color: #585858;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaDagen A:hover { 
	background-color:#FF8105;
	color: #FFFFFF;
}

.act_agendaDag { 
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #585858;
	text-align: center;
	vertical-align: middle;
}

.act_agendaDag A { 
	color: #FFFFFF;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaDag A:hover { 
	background-color:#FF8105;
}

.act_agendaDagAndere { 
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #E2E8F0;
	text-align: center;
	vertical-align: middle;
}

.act_agendaDagAndere A { 
	color: #585858;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaDagAndere A:hover { 
	background-color:#FF8105;
}

.act_agendaSelected { 
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #FF8105;
	text-align: center;
	vertical-align: middle;
}

.act_agendaSelected A { 
	color: #FFFFFF;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaSelected A:hover { 
	background-color:#FF8105;
	color: #585858;
}

.act_agendaDagenAndere { 
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #E2E8F0;
	text-align: center;
	vertical-align: middle;
}

.act_agendaDagenAndere A { 
	color: #585858;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaDagenAndere a:hover { 
	background-color: #FF8105;
	color: #FFFFFF;
}

.act_agendaMaanden{
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	height: 24px;
}

.act_agendaMaanden A { 
	color: #585858;
	text-decoration: !important;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.act_agendaMaanden a:hover { 
	background-color: #FF8105;
	color: #FFFFFF;
}

.act_agendaMaandenSelected{
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #FF8105;
	vertical-align: middle;
	text-align: center;
	height: 24px;
}

.act_agendaMaandenSelected A { 
	color: #585858;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.act_agendaMaandenPijl_vorige{
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

.act_agendaMaandenPijl_vorige A { 
	background-image: url(act_agenda_vorige.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #585858;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaMaandenPijl_vorige A:hover { 
	background-color: #FF8105;
}

.act_agendaMaandenPijl_volgende{
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

.act_agendaMaandenPijl_volgende A { 
	background-image: url(act_agenda_volgende.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #585858;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaMaandenPijl_volgende A:hover { 
	background-color: #FF8105;
}

.act_agendaWeken{
	border-bottom: solid 1px #99CC33;
	border-right:  solid 1px #99CC33;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

.act_agendaWeken A { 
	color: #585858;
	text-decoration: none !important;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 24px;
}

.act_agendaWeken a:hover { 
	background-color: #FF8105;
	color: #FFFFFF;
}


.act_agendaDagenvdWeek{
	text-align: center;
	padding-bottom: 2px;
}

.act_agendaDagenRij{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.act_agendaDagenHeader{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #CCCCCC 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	background-color: #99CC33;
	color: #FFFFFF;
	font-weight: bold;
}

.act_agendaDagenHeader A{
	color: #FFFFFF;
	font-weight: bold;
}

.act_agendaDagenItems{
	background-image: url(act_agenda_volgende.gif);
	background-position: left 9px;
	background-repeat: no-repeat;
	color: #585858; 
	text-decoration: none !important;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.act_agendaDagenItems A{
	color: #585858; 
	text-decoration: none !important;
}

.act_agendaDagenItems A:hover{
	color: #000000; 
	text-decoration: none !important;
}

.act_agendaDagenItemsSub{
	color: #585858; 
	text-decoration: none !important;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #E2E8F0;
	border-left: #99CC33 1px solid;
}

.act_agendaDagenItemsSub A{
	color: #585858; 
	text-decoration: none !important;
}

.act_agendaDagenItemsSub A:hover{
	color: #000000; 
	text-decoration: none !important;
}

.act_agendaDagenItemsSelected{
	color: #585858; 
	font-weight: bold; 
	text-decoration: none !important;
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.act_agendaDagenItemsSelected A{
	color: #585858; 
	font-weight: bold; 
	font-family: Verdana;
	text-decoration: none !important;
}

.act_agendaDagenItemsLeeg{
	color: #585858; 
	text-decoration: none !important;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.act_agendaDagenTable{
}

.act_agendaDagenTable_dag{
	padding-top: 10px;
	padding-bottom: 5px
}

.act_agendaInfo{
	color: #585858; 
	text-decoration: none !important;
}

/* --------------------------------------------------------------------------- */
/* Activiteiten Pictogrammen */
/* --------------------------------------------------------------------------- */

.act_pict_header{
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

.act_pict_kader_content{
	text-align: left;
	vertical-align: top;
	border: #FFFFFF 1px solid;
	border-left: #FFFFFF 0px solid;
	padding: 5px;
}

.act_pict_kader_content A{
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: bold;
}

.act_pict_kader_content A:hover{
	color: #000000;
	text-decoration: none !important;
	font-weight: bold;
}

.act_pict_kader_image{
	border: #FFFFFF 1px solid;
	width: 70px;
}

.act_pict_kader_rij{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* --------------------------------------------------------------------------- */
/* Activiteiten module */
/* --------------------------------------------------------------------------- */

.act_agenda_kolom_links{
	background-color: #FFFFFF;
	border-top: #CCCCCC 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.act_agenda_kolom_links_dag{
	background-color: #FFFFFF;
	border-top: #CCCCCC 0px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.act_agenda_kolom_rechts{
	background-color: #99CC33;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-top: #585858 0px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 0px solid;
	border-right: #585858 1px solid;
}

.act_agenda_rij{
	background-color: #FFFFFF;
}

.act_button A{
	display: block;	
	float:right;
	border: 1px outset;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(act_button.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #6CA004;
	color: #FFFFFF;
	text-decoration: none !important;
}

.act_button A:hover{
	border: 1px inset;
	color: #FFFFFF;
}

.act_button_rij{
	background-color: #cce699;
	border-top: #585858 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	padding-left: 1px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.act_geav_zoeken_rij{
	background-color: #FFFFFF;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	border-bottom: #585858 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.act_geav_zoeken_kolom_w{
	padding-right: 5px;
}

.act_geav_zoeken_kolom_d{
	background-color: #CCE699;
}

.act_geav_zoeken_kolom_l{
	padding-left: 5px;
}

.act_geav_zoeken_alles{
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	color: #FFFFFF;
}

.act_geav_zoeken_alles A{
	text-decoration: underline;
	color: #FFFFFF;
}

.act_geav_zoeken_kolom_header_licht{
	background-color: #585858;
}

.act_geav_zoeken_kolom_header_donker{
	background-color: #585858;
}

.act_geav_zoeken_kolom_active{
	background-color: #99CC33;
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	color: #FFFFFF;
}

.act_geav_zoeken_kolom_donker_disabled{
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	color: #999999;
}

.act_geav_zoeken_kolom_donker{
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	color: #585858;
}

.act_geav_zoeken_kolom_donker A{
	text-decoration: none !important;
	color: #585858;
}

.act_geav_zoeken_kolom_donker A:hover{
	text-decoration: none !important;
	color: #99CC33;
}

.act_geav_zoeken_kolom_licht_disabled{
	background-color: #FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	color: #999999;
}

.act_geav_zoeken_kolom_licht{
	background-color: #FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	color: #585858;
}

.act_geav_zoeken_kolom_licht A{
	text-decoration: none !important;
	color: #585858;
}

.act_geav_zoeken_kolom_licht A:hover{
	text-decoration: none !important;
	color: #99CC33;
}

.act_geav_zoeken_kolom_donker_header{
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
}

.act_geav_zoeken_kolom_licht_header{
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
}

.act_geav_zoeken_kolom_pijl_active{
	background-color: #99CC33;
	background-image: url(act_pijl_active.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}

.act_geav_zoeken_kolom_donker_pijl{
	background-image: url(act_pijl_normaal.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: #FFFFFF 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}

.act_geav_zoeken_kolom_licht_pijl{
	background-image: url(act_pijl_normaal.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: #CCCCCC 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}

.act_input{
	font-family: Verdana;
	font-size: 100%;
	color: #000;
}

.act_input_td{
	padding-right: 40px;
}

.act_inputp_td{
	padding-right: 34px;
}

.act_organisatie_header{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #CCCCCC 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	background-color: #99CC33;
	color: #FFFFFF;
	font-weight: bold;
}

.act_organisatie_header A{
	color: #FFFFFF
}

.act_organisatie_info_links{
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	width: 120px;
	font-weight: bold;
	color: #585858;
}

.act_organisatie_info_rechts{
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 15px;
	color: #585858;
}

.act_organisatie_kijkooknaar{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #CCCCCC 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	background-color: #99CC33;
	color: #FFFFFF;
	font-weight: bold;
}

.act_organisatie_kijkooknaar_kop{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #585858;
}

.act_organisatie_kijkooknaar_link{
	background-image: url(act_kijkooknaar.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #585858;
}

.act_organisatie_kolom_links{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.act_organisatie_kolom_rechts{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #585858 1px solid;
	background-color: #CCE699;
}

.act_organisatie_kolom_rechts_rij{
	padding-top: 10px;
}

.act_organisatie_logo{
}

.act_organisatie_lijst_naam{
	color: #585858;
	font-weight: bold;
	padding-bottom: 4px;
}

.act_organisatie_lijst_adres{
	color: #585858;
}

.act_organisatie_td{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	border-top: #CCCCCC 0px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	background-color: #FFFFFF;
}

.act_organisatie_rij{
	padding-bottom: 5px;
}


.act_paging_rij{
	background-color: #585858;
	border-top: #585858 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.act_paging_resultaten{
	width: 50%;
	color: #FFFFFF;
}

.act_paging_resultaten A{
	color: #FFFFFF;
}

.act_paging_overzicht{
	width: 50%;
	color: #FFFFFF;
	font-weight: bold;
}

.act_paging_overzicht A{
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.act_paging_vorige{
	width: 25%;
	color: #FFFFFF;
	background-image: url(act_vorige.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 13px;
	font-weight: bold;
}

.act_paging_vorige A{
	color: #FFFFFF;
	text-decoration: none !important;
}

.act_paging_volgende{
	width: 25%;
	color: #FFFFFF;
	background-image: url(act_volgende.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 13px;
	font-weight: bold;
}

.act_paging_volgende A{
	color: #FFFFFF;
	text-decoration: none !important;
}

.act_print_td{
	padding-top: 10px;
}

.act_resultaten_lijst_activiteit A{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #99CC33;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-decoration: none !important;
}

.act_resultaten_lijst A{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-decoration: none !important;
}

.act_resultaten_lijst A:hover{
	background-color: #F1F1F1;
	color: #000000;
}

.act_resultaten_lijst_header{
	border-top: #CCCCCC 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
}

.act_resultaten_lijst_header A{
	color: #FFFFFF
}

.act_resultaten_lijst_header A:hover{
	color: #FFFFFF
}


.act_resultaten_lijst_km{
	color: #FFFFFF;
	font-weight: bold;
	background:#99cc33;
}

.act_resultaten_lijst_km A{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #99CC33;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-decoration: none !important;
}

.act_resultaten_lijst_naam{
	color: #585858;
	font-weight: bold;
	padding-bottom: 4px;
}

.act_resultaten_lijst_adres{
	color: #585858;
	padding-bottom: 4px;
}

.act_resultaten_lijst_meer{
	padding-left: 5px;
}

.act_resultaten_lijst_organisatie{
	border-top: #CCCCCC 0px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	background-color: #FFFFFF;
}

.act_resultaten_lijst_td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.act_resultaten_lijst_rij{
	padding-top: 5px;
	padding-bottom: 5px;
}

.act_resultaten_aantallen{
	color: #FFFFFF
}

.act_resultaten_header{
	font-weight: bold;
	color: #FFFFFF
}

.act_resultaten_header_rij{
	background-color: #585858;
	border-top: #585858 0px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.act_tab_border{
	border-top: #585858 0px solid;
	padding-top:10px;
}

.act_tab_active{
	background-color: #99CC33;
	border-top: #CCCCCC 1px solid;
	border-bottom: #99CC33 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	width: 33%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 0px;
}

.act_tab_normaal{
	background-image: url(act_tab_normaal.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: #CCCCCC 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	width: 33%;
}

.act_tab_normaal_button A{
	text-decoration: none !important;
	color: #585858;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	display: block;
}

.act_tab_normaal_button A:hover{
	color: #000;
	text-decoration:underline!important;
}

.act_tab_zoeken_active{
	background-color: #FFFFFF;
	border-top: #CCCCCC 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #585858 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.act_tab_zoeken_active A{
	text-decoration: none !important;
	color: #585858;
	font-weight: bold;
}

.act_tab_zoeken_active A:hover{
	color: #000000;
	cursor:text!important;
}

.act_tab_zoeken_normaal{
	background-color: #6A9E02;
	border-top: #CCCCCC 1px solid;
	border-bottom: #585858 1px solid;
	border-left: #99CC33 1px solid;
	border-right: #585858 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.act_tab_zoeken_normaal A{
	text-decoration: none !important;
	color: #FFFFFF;
	font-weight: bold;
}

.act_tab_zoeken_normaal A:hover{
	text-decoration:underline!important;color: #000000;
}

.act_tab_zoeken_rij{
	background-color: #99CC33;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	padding-top: 10px;
}

.act_tab_pict_rij{
	background-color: #99CC33;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	border-bottom: #585858 1px solid;
	padding-top: 10px;
}

.act_tekst_td{
	padding-bottom: 4px;
	padding-top: 8px;
	padding-right: 40px;
	
}

.act_tekstp_td{
	padding-bottom: 4px;
	padding-top: 8px;

}

.act_zoeken_rij{
	background-color: #FFFFFF;
	border-left: #CCCCCC 1px solid;
	border-right: #585858 1px solid;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}

.act_zoeken_opnieuw A{	
	display: block;
	border: 1px outset;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none !important;
	font-weight: bold;
	BACKGROUND-COLOR: #99cc33;
}

.act_zoeken_opnieuw A:hover{
	border: 1px inset;
	color: #fff;
	BACKGROUND-COLOR: #99cc33;
}

.Activiteiten{
	padding-left: 10px;
	padding-top: 20px;
	font-family: Verdana;
	font-size: 100%;
	color: #000066;
}

.Activiteiten A{
	color: #000066;
}

.ActiviteitenInput{
	font-family: Verdana;
	font-size: 100%;
	color: #000066;
	border: #000000 solid;
}

.activiteit_blok
{
	background-color : #CCEBF5;
}

.activiteit_header
{
	font-family: Verdana;
	font-size: 100%;
	color: #000066;
	width	: 30%;
}

.activiteit_kop
{
	font-family: Verdana;
	font-size: 100%;
	font-weight : bold;
	color: #000066;
}

.activiteit_tekst
{
	font-family: Verdana;
	font-size: 100%;
	color: #000066;
}

.activiteit_lijst
{
	font-family: Verdana;
	font-size: 100%;
	color: #000066;
}


/* --------------------------------------------------------------------------- */
/* Stylen editor */
/* --------------------------------------------------------------------------- */
.Kop_standaard{
	font-size: 140%;
	font-weight: bold;
	color: #000000;
}

.Kop_MEE{
	font-size: 135%;
	font-weight: bold;
	color: #f98105;
}

.Tussenkop_standaard{
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.Tussenkop_MEE {
	font-size: 115%;
	font-weight: bold;
	color: #f98105;
}

.Inleiding_standaard{
font-size: .8em;
	font-weight: normal;
	color: #000000;
}

.Inleiding_MEE{
font-size: .8em;
	font-weight: normal;
	color: #f98105;
}

.Tekst_standaard{

	font-weight: normal;
	color: #000000;
}

.Tekst_MEE{

	font-weight: normal;
	color: #f98105;
}

/* --------------------------------------------------------------------------- */
/* Elementen */
/* --------------------------------------------------------------------------- */

.controlpanel_knop{
	background-color: #EAEAEA;
	border-top: #999999 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #999999 1px solid;
	border-right: #000000 1px solid;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: none !important;
}


FORM{
	margin: 0pt;
}



HR{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: #F98105 1px solid;
	height: 1px;
}

.INPUT{
	font-family: Verdana;
	font-size: 100%;
	color: #000000;
	border-top: #000000 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #000000 1px solid;
	border-right: #999999 1px solid;
}

P{
	
}


TD{
	font-family: Verdana;
	padding:0px;
}

#simpleview TD,
.bodyview TD{
font-size:.71em;
}


TD A{
	color: #000000;
	text-decoration: underline;
}

TD A:hover{
	color: #000000;
	text-decoration: none !important;
}

IMG{
	border: #FFFFFF 0px solid;
}



#tekstVlak UL,
#pagetext UL{
	margin: 0;
	padding:0;
	margin-left:20px;
	list-style: url(li.gif);
	list-style-position:outside;
}


#tekstVlak OL,
#pagetext OL{
	margin: 0;
	padding:0;
	list-style-position:inside;
}



/* --------------------------------------------------------------------------- */
/* Sociale kaart Producten en diensten */
/* --------------------------------------------------------------------------- */

.product_title
{
	font-size: 115%;
	font-weight: bold;
	color: #444444;
	margin-top: 10px;
}


.product_item_group
{	
	font-weight: bold;
	padding: 5px;padding-right: 0px;
	background-color: #e5e5e5;	
	border-bottom:1px solid #ffbd79;
}

.product_item_group td,

{		
	font-weight: bold;
}

.product_item_title{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: none;
	border: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
}

.product_item_tekst{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
	border-left: 0px solid #e5e5e5;
}

.product_item_contactpersonen{
	padding:5px;
	border: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
	border-left: 0px solid #e5e5e5;
	text-align: left;
	vertical-align: top;	
	background-color: #f3f3f3;
}

.product_item_adres_row{
	text-align: left;	
	vertical-align: top;
	background-color: none;
}

.product_item_adressen{
	padding:5px;
	border: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
	border-left: 0px solid #e5e5e5;
	text-align: left;
	vertical-align: top;
	background-color: #f3f3f3;
}

.product_compare_left
{
	padding-right: 4px;
}

.product_compare_right
{
	padding-left: 4px;
}

.product_compare_a
{
	margin-right: 0px;
	margin-bottom: 2px;
}


#mainProductCompareTable h1
{
padding:3px;
display:block;
color:#666;
background-color:#ffbd79;
border: 0px solid #ddd;
border-bottom:1px solid #ffbd79;
border-right:0px solid #ffbd79;
}

#mainProductCompareTable
{
padding:0;
margin:0;
background-color:#fff8ef;
margin-left:15%;
border:0px solid #f4f4f4;
margin-right:15%;
}

#mainProductCompareTable #header
{
background-color:#ffbd79;
}
	

.product_compare_left .product_title,
.product_compare_right .product_title
{
background-color:#f1f1f1;
padding:3px;
border:1px solid #ddd;
border-bottom:0px solid #ddd;
}

.product_compare_left .sk_kop,
.product_compare_right .sk_kop
{
 font-size:150%;
 padding:3px;
}

#simpleview
{
margin:10px;
background-color:#f8f8f8;
}


/* readspeaker*/
#leesVoor
		{
		float:right;
		width:60px;
		margin-top:-5px;
		height:35px;
		margin-bottom:-30px;	
		border:0px solid #000;
		}
		
#home #leesVoor
		{
		
		text-align:right;
		background-color:transparent;
		width:60px;
		margin:1px;
		margin-top:0px;
		margin-right:0px;
		border:0px solid #000;
		}
	
#leesVoor
		{
		float:right;
		}			
		
#vervolg #leesVoor
		{
		margin-bottom:5px;
		padding:0px;
		}
		
		
		
#vervolg #leesVoorContainer
		{
		float:right;
		margin-bottom:5px;
		padding:0px;
		}