@charset "utf-8";
/* CSS Document */

/* browser settings reset */
html,body, dt, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 , form, fieldset, a,blockquote 
		{
		margin: 0px;
		padding: 0px;
		border: 0px;
		}

/* site settings */

img 
		{
		border: 0px;
		}

a:link,
a:visited
		{
		color:#293b8f;	
		text-decoration: underline;
		}

body 
		{
		height:100%;
		color:#293b8f;	
		font-size: 100.01%;
		background-color:#fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

/* 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,body
		{
		height:100%;
		}

/*--------layout-----*/


#snelmenu
		{
		
		}
		
		
#mainContainer
		{
		width:1000px;
		height:100%;
		margin-left:auto;
		margin-right:auto;
		border:solid 0px red;
		background-image:url("bodyBg.gif");
		background-position:0 0;
		background-repeat:repeat-y;
		}

#header
		{
		position:relative;
		height:226px;
		border:0px solid #000;
		background-color:#fff;
		}

/* Extra Styling Header */

.Extra { position:absolute; width:218px; height:179px; background:url(ContactMEE.png) no-repeat 4px 28px; right:0;}

.Extra ul { float:right; padding:0; margin:0; background:#4c2f32;}
.Extra ul li { list-style:none; padding:0; margin:0;}
.Extra ul li.chatMEE a { background:url(chatMEE.gif) no-repeat 0 0; width:81px; height:45px; display:block;}
.Extra ul li.chatMEE a:hover { background:url(chatMEE.gif) no-repeat 0 -45px;}
.Extra ul li.mailMEE a { background:url(mailMEE.gif) no-repeat 0 0; width:81px; height:45px; display:block;}
.Extra ul li.mailMEE a:hover { background:url(mailMEE.gif) no-repeat 0 -45px;}
.Extra ul li.belMEE a { background:url(belMEE.gif) no-repeat 0 0; width:81px; height:45px; display:block;}
.Extra ul li.belMEE a:hover { background:url(belMEE.gif) no-repeat 0 -45px;}
.Extra ul li.last { height:44px;}

#logo
		{
		width:1000px;
		height:226px;
		}


#funcBalk
		{
		margin-top:-3px;
		float:left;
		width:100%;
		height:30px;
		background-color:#f79239;
		}

		
#mainMenu
		{
		border:0px solid #000;
		margin-left:205px;
		margin-top:5px;
		list-style-type:none;
		list-style:none;
		background-color:#f79239;
		}
		
#mainMenu li
		{
		float:left;	
		height:25px;		
		border-right:2px solid #fff;	
		}
		
#mainMenu li a
		{
		display:block;
		padding:0px 15px 5px 15px;
		font-size:.75em;
		font-weight:bold;
		text-decoration:none;
		color:#fff;		
		background-color:#f79239;
		}
		

#mainMenu li a:hover,
#mainMenu li a .selected
		{
		background-color:#fff;
		color:#f79239;
		text-decoration:none;
		}
		
#zoek
		{
		background-color:#f79239;
		padding:5px;
		border:0px solid #000;
		}

.inputtext
	{
	width:160px;
	}

.button
		{	
		font-size:.7em;
		padding:0;
		cursor:pointer;	
		}
			
			
#contentContainer
		{		
	
		margin-top:60px; 
		}			
		
#leftColumn
		{
		float:left;
		width:200px;
		border:solid 0px #dfdfdf;
		background-color:#333;
		}
		
#leftMenu
{
		padding-left:25px;
		list-style-type:none;
		list-style:none;
		background-color:#333;
		padding-bottom:10px;
		}

#leftMenu li
		{
		border-bottom:1px #fff solid;
		background-color:#333;
		}

#leftMenu li a
		{
		font-size:.8em;
		display:block;
		color:#fff;
		padding:5px 5px 6px 5px;
		text-decoration:none;
		}
		
#leftMenu li a:hover,
#leftMenu li a.selected
		{
		color:#e05a01;
		text-decoration:none;
		background-color:#fff;		
		}
		
		

#mainColumn
		{
		float:left;
		padding:10px;
		padding-left:1px;
		padding-right:1px;
		font-size:.8em;
		width:520px;
		margin-left:1em;
		margin-right:1em;
		color:#293b8f;	
		border:solid 0px #293b8f;
		border-bottom:2px solid #f79239;
		border-top:2px solid #f79239;
		background-color:#fdfdfd;
		}
		
	/*---readspeakert, print  etc.---*/	
#functions
		{
		float:right;
		list-style-type:none;
		margin-top:-1px;
		width:220px;
		border:0px solid #333;
		}

#functions li
		{		
		float:left;
		}		
		
			
#functions a:hover
		{
		background-color:#ffdaba;				
		color:#000;
		}
					
.funcBtn	
		{
		float:left;
		margin-top:-1px;
		text-decoration:none!important;
		font-size:11px;
		background-color:#fff;
		padding:3px;
		height:15px;
		padding-top:5px;
		padding-left:7px;
		padding-right:7px;
		border:1px #f79239 solid!important;
		}
			
#standaard		
		{
		padding-top:6px;
		height:14px;
		}

#groter
		{
		padding-top:4px;
		font-size:13px!important;
		height:16px;
		}

#grootst
		{
		padding-top:3px;
		height:17px;
		font-size:15px!important;
		}
		
		
#leesVoor
		{
		float:right;
		margin:5px;
		padding:3px;
		margin-top:-20px;
		padding-right:5px;		
		background-color:#fdfdfd;
		}	
				
a#LeesIcon,
a:hover#LeesIcon
		{	
		background-color:#fff;
		border:0px solid #f79239;
		text-decoration:none;
		}
	
#LeesIcon img
		{
		padding-top:0px;
		}
		
.uitgelicht a
		{
		color:#e75c00 !important;
		}
	
	
.lijsten
		{
		
		font-size:.8em;
		color:#000;	
		border:0px solid #dfdfdf;
		}
		
.lijsten h2 
		{		
		font-size:1em;
		background-color:#d1d2d4;
		padding:5px;
		margin-bottom:5px;
		padding-bottom:10px;
		background-repeat:no-repeat;
		background-position:right 0;
		}		

.lijsten h2#terug
		{
		display:block;
		background-color:#f79239;		
		background-image:url("TerugIcon.gif");
		background-repeat:no-repeat;
		background-position:right 0;
		}	
		
.lijsten h2#soka
		{
		background-color:#3398cc;
		background-image:url("SokaIcon.gif");
		}	

.lijsten h2#act
		{
		background-color:#80cd0d;
		background-image:url("ActIcon.gif");
		}	
		
.lijsten h2 a
		{
		display:block;
		text-decoration:none;
		color:#fff;
		}

.lijsten h2 a:hover
		{
		text-decoration:underline;
		color:#333;
		}
		
.lijsten ul
		{
		list-style-type:none;
		background-color:#f3f3f4;
		list-style:none;
		padding:5px;
		}

.lijsten ul li
		{
		margin-bottom:5px;
		}
		
.lijsten ul li a
		{
		color:#000;
		text-decoration:none;
		}
		
.lijsten ul li a:hover
		{
		color:#000;
		text-decoration:underline;
		}
		
.lijsten .datum
		{
		font-size:.9em;
		color:#f79239;
		}	

.lijsten input 
		{
		float:right;
		}	
		
.lijsten label
		{
		float:left;
		}

.lijsten p
		{
		padding:5px;
		padding-left:0px;		
		}
	

#rightColumn
		{
		float:right;
		width:232px;
		}
		
#footer
		{
		margin-left:auto;
		margin-right:auto;
		text-align:right;
		padding:0px;
		margin:0px;
		padding-right:275px;
		font-size:.7em;	
		color:#293b8f;
		}
#activiteiten #footer{clear:both;float:right;
margin-right:0;padding-right:0px;}
				
#mainColumn ul,
#pagetext ul
	{
	margin-left:20px;
	}
	
#activiteiten #mainColumn 
		{
		float:right;
		margin-right:0px;
		width:77.2%;
		}
		
#MeeInDeBuurt_container
{
	margin-bottom:10px;
	padding:10px;
	padding-bottom:15px;
	text-align:center;
	background-color:#dfdfdf;
	border:1px solid #ff6600;
	background-image:url("vestigingen.jpg");
}

	
#mainColumn .lijsten
	{
	width:100%;	
	font-size:.8em;
	}

 .vestigingen_header
	{
	margin:10px;
	font-size:1.2em;
	margin-left:0px;
	font-weight:bold;
	}
	
.nieuws_home
	{
	font-size:1.1em;
	padding:3px;
	list-style-type:circle;
	background-color:#dfdfdf;
	}

.nieuws_home a
	{
	display:block;
	padding:3px;
	background-color:#dfdfdf;
	}

.nieuws_home a:hover
	{
	background-color:#fff;
	color:#ff6600!important;
	text-decoration:none!important;
	}


.linkMeer
	{text-align:right;
	}

/*---headers--*/
h1,h2,h3,h4,h5,h6
		{
		margin:0;
		margin-top:5px;
		margin-bottom:0;
		font-weight:bold;
		}

h1		{
		font-size:1.5em;	
		}

H2		{
		font-size:1.3em;
		}

H3		{
		font-size:1.1em;
		}

H4		{
		font-size:.9em;
		}

H5		{
		font-size:.8em;
		}

H6		{
		
		}

/*---headers--*?

/* --------------------------------------------------------------------------- */
/* Zoeken */
/* --------------------------------------------------------------------------- */

.searchlistitem{
	color: #000000;
	display:block !important;
	text-decoration: none !important;
}

.searchlistitem:hover{
	color: #000000;
	text-decoration: underline!important;
}

.searchall_kop,
.searchall_categorie_kop
{
	font-size:16px;
	color:#ff6600;
	font-weight : bold;
	padding-bottom: 5px;
}
.searchalleven,
.searchallodd,
li a
{

color:#000;
}

.searchalleven,
.searchallodd
{
	margin-left:10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}

.searchalleven
{
	
	background-color: #fff3e4;
}

.searchallodd
{

	background-color: #fefaf4;
}



.searchall_table {

}


.subtotal{
	display: block;
	padding-top: 0px;
	padding-bottom: 8px;
	color:#293b8f;
}


.subtotal:hover
{
	
text-decoration:none;
}

/* --------------------------------------------------------------------------- */
/* 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;
	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;
}*/

.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-bottom: #585858 1px solid;
}

.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;
}
/* --------------------------------------------------------------------------- */
/* 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:none!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;
}
/* --------------------------------------------------------------------------- */
/* Paging*/
/* --------------------------------------------------------------------------- */

.paging_table
{
	padding-top : 5px;
	border-top: 1px #ff6600 solid;
	width: 100%;
}

.paging_vorige
{
	text-align : left;
	width: 33%;
}

.paging_vorige a
{
	border-right: 0px #ff6600 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 #ff6600 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 #ff6600 solid;
	border-right: 1px #ff6600 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*/
/* --------------------------------------------------------------------------- */
.product_title
{
	
	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
{
font-size:.8em;
padding:0;
margin:0;
background-color:#fff8ef;
margin-left:auto;
margin-right:auto;
width:1000px;
border:0px solid #f4f4f4;
}

#mainProductCompareTable #header
{
background-color:#ffbd79;height:1%;
}
	

.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
{

 padding:3px;
}

.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: Arial;
	font-size: 11px;
	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 a:hover{
	text-decoration: none!important;
	color: #ff6600;
}

.sk_resultaten_even_opsomming{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	width: 30px;
}

.sk_resultaten_oneven
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #f1f1f1;
	border-bottom: #CCCCCC 0px solid;
	border-top: #CCCCCC 1px solid;
	}

.sk_resultaten_even{

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #fff;
	border-bottom: #CCCCCC 0px solid;
	border-top: #CCCCCC 1px solid;
}
.sk_resultaten_even:hover,
.sk_resultaten_oneven:hover{ background-color:#fff;}

 .sk_resultaten_oneven a,
  .sk_resultaten_even a{
	text-decoration: none !important;
	color: #000000;
	display:block;
	
}

 .sk_resultaten_oneven a:hover{
	text-decoration: none !important;
	color: #ff6600;
	
}

.sk_resultaten_oneven_opsomming{
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #f1f1f1;
	border-bottom: #CCCCCC 0px solid;
	border-top: #CCCCCC 0px 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 0px #808080;
}

.fieldset_active{
	color: #000000;
	padding-bottom: 5px;
	font-weight: bold;
}

.fieldset_resultaten{
	padding: 5px;
}

/* --------------------------------------------------------------------------- */
/* FCK Styles */
/* --------------------------------------------------------------------------- */

.Kop_standaard{
	font-size: 130%;
	font-weight: bold;
}


.Kop_MEE{
	font-size: 130%;
	font-weight: bold;
	color: #ff6600;
}

.Tussenkop_standaard{
	font-size: 115%;
	font-weight: bold;
	
}

.Tussenkop_MEE {
	font-size: 115%;
	font-weight: bold;
	color: #ff6600;
}


.Inleiding_standaard{
	font-weight: normal;
	
}

.Inleiding_MEE{
	font-weight: normal;
	color: #ff6600;
}

.Tekst_standaard{
	font-weight: normal;
	
}

.Tekst_MEE{
	
	font-weight: normal;
	color: #ff6600;
}

#bodySimple #pagetext
/*,
#pagetext table */
{	
	font-size:.8em;	
	background-color : #ffffff;
	color:#293b8f;	
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

