@charset "utf-8";
/* CSS Document */

/*-------general -------*/

	body, html, #wrapper {
	height:100%;
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#4d4d4f;	
	border: none;
/*     text-align: center;*/
	}
	
	#wrapper {
     margin: 0 auto;
     text-align: left;
     vertical-align: middle;
     width: 100%;
   }
	
	body, p, td {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	}
	
	.error {
		color:#FF0000;	
	}
	
	.mastertabel {
	border: 1px solid #999999;
	background-image:url(../images/bg.png);
	height:520px;
	}

	.account {
	border: 1px solid #999999;
	background-image:url(../images/bg2.png);
	}
	
			
	p  {
		margin: 0px;
		line-height: 19px;
		/*text-align:justify;*/
	    }
		
	p.titel_actueel {
		color:#008FD6;
	}	
	
	p.titel_nieuws{
		color:#F79321;
	}		

	p.titel_agenda {
		color:#AD0577;
	}	

	p.titel_link {
		color:#008F91;
		letter-spacing:1px;
	}			
	
	p.titel_info {
		color:#E1D633;
	}			
			
    a.verder, a.verder:visited, a.verder:hover{
		text-decoration:none;
        font-size: 11px;
		color:#999999;
	    }
		
	 a.vorige, a.vorige:visited, a.vorige:hover{
		text-decoration:none;
        font-size: 11px;
		color:#999999;
/*		float:left*/
	    }

    a.volgende, a.volgende:visited, a.volgende:hover{
		text-decoration:none;
        font-size: 11px;
		color:#999999;
		/*float:right*/
	    }

    a.grijs, a.grijs:visited, a.grijs:hover{
		text-decoration:underline;
		color:#4d4d4f;
    }
		
	.personeel {
	border-style:solid;
	border-color: #000000;
	border-width:2px;
		}
		
	.naam {
        font-size: 12px;
		letter-spacing:1px;
		font-weight:bold;
		}

	.functie {
        font-size: 12px;
		color:#999999;
		font-style:italic;
		letter-spacing:1px;
		}

/*-------navigatie boven -------*/

    .topnav  {
		font-family: Helvetica, sans-serif;
	    font-size: 14px;
		color: #717074;
		text-decoration:none;
}

	.actueel {
		background: url(../images/blok01.png) right no-repeat  ;
		}
	
	.actueelcurrent {
		background: url(../images/blok01b.png) right no-repeat ;
		}
	
	.productnews {
		background: url(../images/blok02.png) no-repeat right ;
		}
		
	.productnewscurrent {
		background: url(../images/blok02b.png) no-repeat right ;
		}	
		
	.agenda {
		background: url(../images/blok03.png) no-repeat right ;
		}
		
	.agendacurrent {
		background: url(../images/blok03b.png) no-repeat right ;
		}
		
	.inside {
		background: url(../images/blok07.png) no-repeat right ;
		}
		
	.insidecurrent {
		background: url(../images/blok07b.png) no-repeat right ;
		}
				
	.product {
		background: url(../images/blok06.png) no-repeat right ;
		}
		
	.productcurrent {
		background: url(../images/blok06b.png) no-repeat right ;
		}
		
	.patienten {
		background: url(../images/blok08.png) no-repeat right ;
		}
		
	.patientencurrent {
		background: url(../images/blok08b.png) no-repeat right ;
		}
		
/*------- navigatie links -------*/

	.leftcurrent {
	font-weight:bold;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-right:7px;
	text-decoration:none;
	color: #717074;
	}
	
	.leftnav {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-right:7px;
	color: #717074;
	text-decoration:none;
	}
	
/*------- navigatie onder -------*/
	
	.subblok  {
	background: url(../images/blok00.png) left no-repeat ;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #717074;
	display:inline;
	text-decoration:none;
	padding: 10px;
}

td.allborder {
	border: 1px solid #000;
}
