
/* typographie*/

.tekst {  
font-family: verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
line-height: 16px; 
text-decoration: none;
color: 000;
}

.red {
color: ff0000;
text-decoration: none;
font-weight:normal;
}

.grijs{  
color: 999999;
}

.wit{  
color: ffffff;
}
.title_zwart {  
font-family: Verdana, arial, Helvetica, sans-serif; 
font-size: 18px;
font-weight: bold; 
line-height: 17px; 
color: #000000;
text-decoration: none;
}

.link_zwart {  
font-family: Verdana, arial, Helvetica, sans-serif; 
font-size: 11px;
line-height: 17px; 
color: #000000;
text-decoration: underline;
}


.subheader_zwart {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px;
line-height: 20px; 
color: #000;
text-decoration: none;
font-weight: bold;
}

.superheader_zwart {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px;
line-height: 22px; 
color: #000;
text-decoration: none;
}

/* layouts*/
body {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#header{
	padding-left: 1%;
	padding-top:10px;
	padding-bottom:10px;
	display: none;	
	}
	
#headerMijnagenda{ /* header voor de Mijn Agenda pagina zonder padding-left: 1% i.v.m. printicoon rechts */
	padding-top:10px;
	padding-bottom:10px;
	display: none;
	}	
	
#printheader{
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #000;
}

#print{
	vertical-align: middle;
	padding-right: 10px;
	text-decoration: underline;
	display: none;
}
	
#iconen_tip{
	float:left;
	padding-bottom:6px;
	padding-top:12px;
	padding-left:7px;
	visibility : hidden;
}

/* lines & tools*/
.dotted {  
background: url(ima/bg_dotted.gif);
background-repeat: repeat-y;
border-bottom: solid; 
border-color: 000;
border-width: 1px;
display: none;
}

.dottednest {  
background: url(ima/bg_dotted.gif);
background-repeat: repeat-y;
border-bottom: solid; 
border-color: 000;
border-width: 0px;
display: none;
}

.linkercolom {  
border-bottom: solid; 
border-color: 000;
border-width: 1px;
}

.colom {  
border-bottom: solid; 
border-color: 000;
border-width: 1px;
}

.rechtercolom {  
border-right: solid; 
border-bottom: solid; 
border-color: 000;
border-width: 1px;
}


.donotprint {
	display: none;
}

