/*********************************************************
*           Css stijl van template templatevoorbeeld     *
*           met als basis template_voorbeeld_basis       *
*           deze file staat in INC_PATH/template,        *
*           maar een symlink vanuit                      *
*           HTML_PATH/template/voorbeeld/voorbeeld.css   *
*           hoort hierheen te wijzen                     *
*********************************************************/

/* let op: css pakt geen //-stijl commentaar */

/***********************************************************
*           Algemene definities, gebruikt door zp:         *
*  h2 is de stijl van de kop van een paragraaf             *
*  .tekststijl is de stijl van een gewone paragraaf        *
*  .linkstijl is de stijl van een link daarin              *
*  .redactiestijl wordt gebruikt voor [..]-achtige dingen  *
***********************************************************/

/*een standaard link: zet hier liever geen font/font-size, 
zeker niet in de hover, maar in de a.klasse definities*/        
a, a p {text-decoration: underline; color: #2A65B1;}
a:hover, a:hover p {text-decoration:underline; color:#F18C22;}

/*de volgende regel zorgt dat er geen paarse rand om plaatjes die een link zijn
  heenkomt*/        
a img {border: 0} 

/*namen van files in bestandsbeheer:*/
.file {font-size: 14px; font-weight: normal;}
.file:hover {color: #F00; text-decoration:underline;}

/*standaard tekst (tekststijl gebruikt ook deze vanaf nu)*/        
p, li, table, textarea, label  { font-size: 12px; color: #2A65B1; font-weight: normal; margin-top:0; line-height:160%;}
label {margin-right:10px;}

.content_oranje p.banner_blauw, .content_blauw p.banner_blauw, body.editor p.banner_blauw, .content_oranje p.banner_oranje, .content_blauw p.banner_oranje, body.editor p.banner_oranje {
	width:100%;
	background:url(hoekje_bltr_gr.png) no-repeat right 10px;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
	padding:10px 0 0 5px;
	margin:0 -5px 10px -5px;
}
.content_oranje p.banner_oranje, .content_blauw p.banner_oranje, body.editor p.banner_oranje  {
	background:url(hoekje_ortr_gr.gif) no-repeat right 10px;
}

.content_oranje p.code, .content_blauw p.code, body.editor p.code  {
	background:#FFF;
	color:#63625F;
	border:solid 1px #AEABA1;
	font-family: Courier New, Courier, mono, serif;
	padding:10px;
}
.content_oranje p.img_right img, .content_blauw p.img_right img, body.editor p.img_right img  {
	float:right;
	margin:3px 10px 10px 10px;
}
.content_oranje p.banner_blauw a, .content_blauw p.banner_blauw a, body.editor p.banner_blauw a,
.content_oranje p.banner_oranje a, .content_blauw p.banner_oranje a, body.editor p.banner_oranje a {
	color:#FFF;
	text-decoration:none;
}
.content_oranje p.banner_blauw a:hover, .content_blauw p.banner_blauw a:hover, body.editor p.banner_blauw a:hover,
.content_oranje p.banner_oranje a:hover, .content_blauw p.banner_oranje a:hover, body.editor p.banner_oranje a:hover {
	color:#FFF;
	text-decoration:underline;
}

.content_oranje img, .content_blauw img {
	margin:0 -5px;
}
.content_redstijl img {
	margin:0;
}

/*deze moeten na de links komen, anders gaat het fout..*/        
h2 { font-size: 16px; color: #2A65B1;  font-weight: bold; margin-top:0;}
h3 { font-size: 14px; color: #2A65B1;  font-weight: bold; margin-bottom:3px;}

hr {
	height:0;
	border-top:2px dotted #2A65B1;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

h2.login {font-size:16px; color:#000;}

/*voor de titel*/        
.titel { font-weight: bold; color: #000; font-size: 24px;}

/*voor een formulier*/        
p.form {font-size:16px; color:#2A65B1; font-weight:bold;}
h1.form {font-size:24px; color:#2A65B1; font-weight:bold;}

/*voor in de wizard*/        
.wizard  { font-size: 14px}
h2.wizard {font-size: 24px; font-weight: bold; }
h3.wizard {font-size: 20px; font-weight: bold; }
h4.wizard {font-size: 14px; font-weight: bold; margin-bottom: 4px; }
.wizardkop  {font-size: 14px; font-weight: bold;}
a.wizard  { color: #F00;}

/*onder andere in loginscherm*/        
.helegrotekop 	{ font-size: xx-large; color: #000; font-weight: bold; }

/*voor als er erg weinig plaats is :-)*/        
.tiny		{font-size: x-small}
.xtrtiny		{font-size: 1px;}

code {font-family: "Courier New", Courier, monospace;}

/*********************************************************
*           Definities voor de body tag:                 *
*********************************************************/
body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #FFF url(bg_body.png) repeat-x;
	margin:0;
}

body.forum	{background:none;}

body.login	{margin:25px 0 0 0;}

	
body.wizard	{margin:25px 0 0 0;}

body.form	{
	background: #FFF url(fade-lijn.png) repeat-x fixed;
	margin:25px;
}

/*body.search kan het beste leeg zijn, dus zonder achtergrondplaatje*/
body.search	{margin-left:0;margin-top:0; background-image: none;}

body.editor	{
	background: #FFF url(bg_body.png) repeat-x;
	margin:2px 2px 2px 25px;
}

/*maak de volgende precies hetzelfde als .linkstijl*/
body.editor a	{text-decoration: underline; color: #2A65B1;}

textarea	{ font-family:Arial, Helvetica, sans-serif;}/*moet blijkbaar apart*/

/*********************************************************
*           Definities voor de redactieknoppen:          *
*           deze hebben de class wizbutton, wizempty     *
*           of wizfull                                   *
*           wizempty is een opvul td, wizful heeft als   *
*           colspan het aantal knoppen                   *
*********************************************************/

div.wizbutton {
	margin:0 auto 0 auto;
}
table.wizbutton {}
tr.wizbutton {}
/*let op:  in css is padding in de td hetzelfde als cell-padding in de table in html*/
td.wizbutton {font-size: 13px; text-align:center; width:152px; height:17px;}
td.wizempty {background-image: none; font-size: 1px; width:152px; height:17px; text-align:left;}
p.wizbutton {}
a.wizbutton {display:block; background: url(redknop.gif) no-repeat 0 3px; color:#424141; text-decoration:none; padding-left:15px; padding-top:2px; padding-bottom:2px; text-align:left; width:100%;}
a.wizbutton:hover {background: url(redknophover.gif) no-repeat 0 3px; color: #FFF; text-decoration:none;}

div#oogdiv {float:left;}

/*********************************************************
*           Definities voor de table tag:                *
*           de #kader-binnen en -buiten stijlen          *
*           bepalen hoe een kader eruitziet              *
*           buiten bepaalt de omlijning, binnen erin     *
*********************************************************/
	

table	{} 
table.kader	{background-color: #000}		/*kader-rand kleur*/
table.kader td    {background-color: #FFF}		/*kader-inhoud kleur*/
table.navigation td {}
table.buttons  {width:200px; border:0; padding:0;}
table.tabel2kolommen {font-size: 14px; padding:4px;}
table.tabel2kolommen td {vertical-align: top;}
td.tabel2kolommenlinks {width: 150px; padding-right: 30px;}
td.tabel2kolommenrechts {}
table.formwizard	{border-collapse:collapse;border-top:hidden;}
table.formwizard td	{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #000;}
table.waitingroom {border-collapse:collapse;}
table.waitingroom th {border:1px solid #000; vertical-align:top;}
table.waitingroom td {border:1px solid #000; vertical-align:top;}

/*Tabellen voor richedit-control:*/
table.tabel1 {padding:0; margin:0;}
table.tabel1 td {vertical-align:top; padding: 0; margin:0;}

table.tabel2 {border-collapse:collapse; border: 2px solid #2A65B1;}
table.tabel2 td {vertical-align:top; padding: 4px;border: 1px solid #2A65B1;}

table.tabel3 {border-collapse:separate;}
table.tabel3 td {vertical-align:top; padding: 4px;border: 2px solid #2A65B1;}

table.tabel4 {border-collapse:collapse; border: 6px #000; border-style: double;}
table.tabel4 td {vertical-align:top; padding: 4px;border: 1px #000; border-style: solid; }

table.tabel5 {border-collapse:separate; border: 2px solid #2A65B1;}
table.tabel5 td {vertical-align:top; padding: 4px;border: 2px solid #2A65B1;}

table.tabel6 {border-collapse:collapse;}
table.tabel6 td {vertical-align:top; padding: 10px; border-left: 2px solid #000; border-right: 2px solid #2A65B1; border-top: none; border-bottom: none;}

table.tabel7 {border-collapse:collapse;}
table.tabel7 td {vertical-align:top; padding: 10px; border-left: none; border-right: none; border-top: 1px solid #2A65B1; border-bottom: 1px solid #2A65B1;}

table.tabel8 {border-collapse:collapse;border: 2px solid #2A65B1;}
table.tabel8 td {padding: 10px;}




/*********************************************************
*           Definities voor de verplaatstabellen         *
*********************************************************/


table.verplaatsen1 { width: 100%; color: #000;}
td.verplaatsen1 {  vertical-align: top; padding: 5px;}
table.verplaatsen2 {width: 100%; color: #000;}
td.verplaatsen2 {background-color: #2A65B1; color:#FFF;}
td.verplaatsen3 {}

/*********************************************************
*           Definities voor de sitemap                   *
*********************************************************/

table.sitemap1 { width: 100%;}
td.sitemap1 {vertical-align: top; padding: 5px; width:50%;}
table.sitemap2 {width: 100%;}
td.sitemap2 {background: url(hoekje_ortr_gr.gif) no-repeat right top; padding:2px 0 1px 10px; width:50%;}
td.sitemap3 {}
table.sitemap2 a.sitemap2 {color: #FFF; text-decoration:none; font-weight:bold; font-size:14px;}
table.sitemap2 a.sitemap2:hover {color: #FFF; text-decoration:underline;}
a.sitemap3 {}
a.sitemap3:hover {}
/*********************************************************
*           Definities voor de nieuwsmodules:             *
*                                                        *
*********************************************************/

/* overzichtpagina */
table.newspagina {width:100%;}
td.nieuwssoort {font-size: 15px; font-weight:bold; color:#FFF;text-align:left; background:url(hoekje_bltr_gr.gif) no-repeat right 10px; padding-top:10px;}
.nieuwskop { font-size: 13px; font-weight:bold; text-align:left; padding:10px 10px 0 0;}
.nieuwskop a {font-weight:bold; font-size: 13px;text-decoration: none; }
.nieuwskop a:hover {}
td.leesverder { width:75px; font-family: ITC Franklin Gothic, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; text-align:left; }
.leesverder a { font-weight:bold; text-decoration: none; }
.leesverder a:hover { color:#2A65B1; }
td.teaser {height:35px; vertical-align:top; font-size: 10px; font-weight:normal;text-align:left; padding-right:10px; border-bottom:1px dashed #F18C22;}
td.archief {height:30px; vertical-align:bottom;}
td.titeldatum { width:75px; font-family: ITC Franklin Gothic, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color:#4980B9; text-align:left;}

/* nieuwsbericht */

td.nieuwsredactie {height:30px}
td.nieuwswijzigen {width:19px; text-align:right;}
td.nieuwsverwijderen {width:17px}
a.berichterbij {display:block; background: url(/template/berichterbij.gif);width:160px; height:16px;}
a.berichterbij:hover {background-position: 0 -16px;}
a.beheer {display:block; background: url(/template/beheer.gif);width:70px; height:16px;}
a.beheer:hover {background-position: 0 -16px;}
a.archief {display:block; background: url(/template/archief.gif);width:81px; height:16px;}
a.archief:hover {background-position: 0 -16px;}
a.nieuwswijzigen { display:block; background: url(/template/wijzigen.gif);width:17px; height:17px; }
a.nieuwswijzigen:hover { background-position: 0 -17px;}
a.nieuwsverwijderen { display:block; background: url(/template/verwijderen.gif); width:17px; height:17px;}
a.nieuwsverwijderen:hover { background-position: 0 -17px; }
a.newsback {display:block; background: url(/template/bericht-terug.gif); width:228px; height:16px;}
a.newsback:hover { background-position: 0 -16px; }
a.archiveback {display:block; background: url(/template/archief-terug.gif); width:189px; height:16px;}
a.archiveback:hover { background-position: 0 -16px; }

table.newsmessage {width:500px}
td.newsheader {height:20px; font-size: 20px; font-weight:bold; text-align:left;}
td.newsdate {font-size: 10px; font-weight:bold;text-align:left; }
td.newschanged {font-size: 10px; font-weight:bold; text-align:left; }
td.newsbody {text-align:left; vertical-align:top; padding-right:15px; padding-top:15px }
td.newsimage {padding-top:15px}
td.newscaption {font-size: 10px; font-weight:bold;text-align:left;  }
td.newsback {padding-top:20px; font-size: 10px; font-weight:bold; text-align:left; }
td.archiveback {padding-top:20px; font-size: 10px; font-weight:bold; text-align:left; }
td.newsreadmore {font-size: 14px; font-weight:bold; padding-top:20px}
td.newslink a {}
td.newslink a:hover {}

td.archiefkop {font-size:18px; font-weight:bold;}
.archieftekst {font-size:14px;}

/* nieuwsbeheer wizard */

table.nieuwswizard span.multitextheader 		{font-style: italic; font-weight:bold;}	
table.nieuwswizard span.multitexttitle		{padding-left: 30px; font-weight: bold; text-align: center;}	
table.nieuwswizard span.multitexttitle a.wizardformlink {font-size:18px; text-decoration: underline}
table.nieuwswizard span.multitext 			{padding-left: 20px;}	
table.nieuwswizard table.multitext			{border: none; width:100%;}
table.nieuwswizard table.multitext th		{border: none; font-weight: normal; font-style: italic; font-size:14px; padding:0; vertical-align:top; text-align:right;}
table.nieuwswizard table.multitext th.title	{border: none; font-weight: bold; font-style: normal; font-size:16px; text-align:center;}
table.nieuwswizard td.sl-main table.multitext th.title a.wizardformlink {font-size:14px}
table.nieuwswizard table.multitext th.title	a:hover {text-decoration: underline;}
table.nieuwswizard table.multitext td		{border: none; padding:0; vertical-align:bottom; font-size:14px;}

/*********************************************************
*           Definities voor de FAQ module:               *
*  In principe worden dezefde definities als voor de     *
*  nieusmodule gebruikt, tenzij hier aangepast           *
*********************************************************/
table.faqpagina {width:100%;}
table.faqmessage {width:100%}

table.faqpagina a.archief {display:none;}
table.faqpagina td.nieuwskop {padding:3px 10px 0 0;}
table.faqpagina td.nieuwskop a {font-size: 12px; font-weight:normal; text-align:left; padding:3px 10px 0 0;}

table.faqmessage a.newsback {display:block; background: url(/template/faq-terug.gif); width:228px; height:16px;}
table.faqmessage a.newsback:hover { background-position: 0 -16px; }

/*********************************************************
*           Definities voor navbalken:                   *
*********************************************************/


/*********************************************************
*           Definities voor in template zelf:            *
*********************************************************/
#loginDiv {
	width:925px; height:25px;
	margin:0 auto 0 auto;
	text-align:right;
}
a.loginKnop {
	color:#CCC;
	font-size:11px;
	margin:6px 15px 0 20px;
}
#header {
	width:925px; height:147px;
	margin:0 auto 0 auto;
	background:url(bg_header.png) no-repeat;
}
#homeKnop {
	display:inline;
	float:left;
	width:171px; height:94px;
	margin:12px 0 0 22px;
}
#homeKnop a, #homeKnop a:hover {
	display:block;
	width:100%; height:100%;
	text-decoration:none;
}
#topnavbar {
	width:925px; height:30px; /*Let op:veranderingen in deze standaardwaarde moeten in dezta.js worden doorgevoerd*/
	margin:0 auto 0 auto; 
	background:url(bg_y_lijn.gif) repeat-y;
}
#topnavbar a {
	float:right;
}
#topnavbar a.item {
	margin:3px 15px 0 0;
	color:#2A65B1;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#topnavbar a.item:hover {
	color:#F18C22;
	text-decoration:underline;
}
#content_container {
	width:925px;
	margin:0 auto 0 auto;
	background:url(bg_y_lijn.gif) repeat-y;
	overflow:hidden;
	position:relative;
}
#content {
	width:500px;
	min-height:559px; /*omdat IE6 en lager geen min-height kent, maar height als min-height gebruikt, staat dit met een conditional comment in de head vd HTML */
	position:relative;
	margin:0 auto 0 210px;
	padding:25px;
}
#contentWiz {
	width:600px;
	min-height:500px; /*omdat IE6 en lager geen min-height kent, maar height als min-height gebruikt, staat dit met een conditional comment in de head vd HTML */
	position:relative;
	background:url(fade-lijn.png) repeat-x;
	border:1px solid #2A65B1;
	margin:25px auto;
	padding:25px;
}
.content_blauw {
	background:url(fade-lijn.png) repeat-x;
}
.content_oranje {
	background:url(fade-lijn_oranje.png) repeat-x;
}
.content_oranje p, .content_oranje li, .content_oranje table, .content_oranje h2, .content_oranje h3 {
	color:#1260C4;
}
#content ul li {list-style-image: url(bullet_blauw.gif);}
.content_oranje a {text-decoration: underline; color: #1260C4;}
.content_oranje a:hover {text-decoration:underline; color:#F18C22;}
.content_oranje hr {
	height:0;
	border-top:1px dotted #F18C22;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
#printDiv {
	height:18px; width:550px;
	position:absolute;
	top:0;
	left:0;
}
.content_blauw #printDiv {
	background:url(hoekje.gif) no-repeat right top;

}
.content_oranje #printDiv {
	background:url(hoekje_oranje.gif) no-repeat right top;
}
#printDiv a.printKnop {
	float:right;
	width:16px; height:16px;
	margin:2px 10px 0 0;
}
.content_blauw #printDiv a.printKnop, .content_oranje #printDiv a.printKnop:hover {
	background:url(print.gif) no-repeat;
}
.content_blauw #printDiv a.printKnop:hover, .content_oranje #printDiv a.printKnop {
	background:url(print.gif) no-repeat 0 -16px;
}

#leftnavbar {
	display:inline; /* om de dubbele margin-bug in sommige browsers te voorkomen */
	float:left;
	margin-left:25px;
	width:172px;
	background:url(menu_b.gif) repeat-y right 0;
}
#rightnavbar {
	display:inline; /* om de dubbele margin-bug in sommige browsers te voorkomen */
	float:right;
	margin-right:15px;
	width:130px;
	background:url(menu_o.gif) repeat-y right 0;
}

.sidebar ul {
	padding:0 0 10px 0;
	margin:0;
	border-bottom:20px solid #FFF;
	width:100%;
	list-style:none;
}

#leftnavbar ul {
	background:url(menu_b.gif) no-repeat 0 bottom;
	
}
#rightnavbar ul {
	background:url(menu_o.gif) no-repeat 0 bottom;
}

.sidebar li {
	margin:0;
	padding:0;
	display:block;
	line-height:120%;
}

#leftnavbar li {
	width:172px;
	
}
#rightnavbar li {
	width:130px;
}

.sidebar li.lh {
	width:162px;
	padding:5px 5px 3px 5px;
	font-weight:bold;
	font-size:16px;
}
#leftnavbar li.lh {
	background:url(menu_b.gif) no-repeat -201px 0;
}
#rightnavbar li.lh {
	width:120px;
	background:url(menu_o.gif) no-repeat -201px 0;
}

.sidebar a {
	color:#FFF;
	text-decoration:none;
}
.sidebar a:hover {
	color:#FFF;
	text-decoration:underline;
}

a.subrub {
	display:block;
	
}
.sidebar a.subrub {
	display:block;
	padding:4px 5px;
	margin:0 1px;
}

.sidebar a.diep1 {
	padding-left:10px;
}
.sidebar a.diep2 {
	padding-left:15px;
}
.sidebar a.diep3 {
	padding-left:20px;
}

#leftnavbar a.subrub {	border-top:1px dashed #98C0E3;}
#rightnavbar a.subrub {	border-top:1px dashed #FBD4AE;}

#leftnavbar a.subrub:hover {
	text-decoration:none;
	background:#2360A6;
}

#leftnavbar a.selected, #leftnavbar a.selected:hover {
	background:#619DD1;
}

#rightnavbar a.subrub:hover {
	text-decoration:none;
	background:#F08925;
	color:#FFF;
}

#rightnavbar a.selected, #rightnavbar a.selected:hover {
	background:#FBD4AE;
	color:#F08925;
}

li#advies a,li#deztaplan a,li#planmanager a,li#planmonitor a,li#opleidingen a,li#planproces a,li#planbeheer a, li#downloads a,li#helpdesk a, li#ro-viewer a, li#hulpdienst a
{
	display:block;
	height:26px;
	width:140px;
	background:url(menu_teksten.png) no-repeat;
}

li#advies span,li#deztaplan span,li#planmanager span,li#planmonitor span,li#opleidingen span,li#planproces span,li#planbeheer span,li#downloads span,li#helpdesk span, li#ro-viewer span, li#hulpdienst span
{
	display:none;
}

div#leftnavbar ul.adminNav a, div#leftnavbar ul.adminNav span, div#rightnavbar ul.adminNav a, div#rightnavbar ul.adminNav span {
	display:inline;
	height:auto;
	width:auto;
	background:none;
	border:none;
	padding:0;
}

li#advies a {		background-position:0 0;}
li#deztaplan a {	background-position:0 -30px;}
li#planmanager a {	background-position:0 -60px;}
li#planmonitor a {	background-position:0 -270px;}
li#opleidingen a {	background-position:0 -90px;}
li#planproces a {	background-position:0 -120px;}
li#planbeheer a {	background-position:0 -150px;}
li#downloads a {	background-position:0 -180px;	width:125px;}
li#helpdesk a {		background-position:0 -210px;	height:44px;	width:125px;}
li#ro-viewer a {	background-position:0 -300px;}
li#hulpdienst a {	background-position:0 -330px;}




span.img_link, span.onzichtbaar {
	display:none;
}
.bloklink {
	display:block;
}



#footer {
	width:925px; height:20px;
	margin:0 auto 0 auto;
	background:url(bg_y_lijn.gif) repeat-y;
	text-align:center;
}
#footer p {
	color:#CCC;
	margin:0 30px 0 30px;
	border-top:dashed 1px #BBB;
}
#footer p a {
	color:#BBB;
	text-decoration:underline;	
}
#footer p a:hover {
	color:#F18C22;
	text-decoration:underline;	
}

/*********************************************************
*           Extra definities voor Upload Pro:            *
*********************************************************/
#content_uppro {
	width:685px;
	position:relative;
	margin:0 auto 0 25px;
	padding:25px 25px 0 25px;
}

#content_upproblauw {
	width:650px;
	position:relative;
	margin:0 auto 0 210px;
	padding:25px 25px 0 25px;
}

iframe#uppro {
	width:685px;
}
iframe#upproblauw {
	width:650px;
}


#content_uppro #printDiv {
	width:735px;
}
#content_upproblauw #printDiv {
	width:700px;
}


/*********************************************************
*           Definities voor uitprinten:                  *
*********************************************************/
@media print {
	body, p, h2, h3, a, table, a {color: #000;}
	.content_oranje p, .content_oranje li, .content_oranje table, .content_oranje h2, .content_oranje h3, .content_oranje a {color:#000;}
	.content_oranje ul li, .content_blauw ul li {list-style-image:none; color:#000;}
	hr {border-top:1px dotted #000;}
	#oogdiv, #header, #wizbutton, #loginDiv, #topnavbar, #leftnavbar, #rightnavbar, #printDiv {display:none;}
	input.wbutton {display:none;}
	.noprint {display:none;}
	#content_container {
		width:auto;
		margin:0;
		background:none;
		overflow:visible;
		position:static;
	}
	#content, #contentWiz {
		width:auto;
		height:auto;
		position:static;
		margin:0;
		padding:0;
		border:none;
	}
	#footer {
		width:auto; height:auto;
		margin:2em 0 0 0;
		background:none;
		text-align:center;
	}

}
/* in niet visuele browsers tekst laten zien */
@media aural, braille, embossed, tty 
{
	span.img_link, span.onzichtbaar, li#advies span,li#deztaplan span,li#planmanager span,li#opleidingen span,li#planproces span,li#planbeheer span,li#downloads span,li#helpdesk span {display:inline;}
}

