/* CSS Document */
/* Algemeen */
body,p,td {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
}
.text_onderschrift {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
}
.content {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Navigatie*/
a.groen_nav:link 
{ 
	 color: #239E46;
}
a.groen_nav:active
{ 
	color: #239E46;
}
a.groen_nav:visited 
{ 
	color: #239E46;
}
a.groen_nav:hover
{ 
	color:  #333333;
}

a.navbottom:link { 
	color: #000000;
	text-decoration: none;
}
a.navbottom:active{ 
	color: #000000;
	text-decoration: none;
	}
a.navbottom:visited {
	color: #000000;
	text-decoration: none;
}
a.navbottom:hover 
{
	color: #239E46;
}
a.navwhite:link{
	color: #FFFFFF;
	text-decoration: none;
}
a.navwhite:active{
	color: #FFFFFF;
	text-decoration: none;
}
a.navwhite:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navwhite:hover {
	color: #DEE7FB;
}

/*Einde Navigatie*/

/*H1*/
h1 {
	font-size: 18px;
	color: #3B5AA3;
}
h1.purple {
	font-size: 18px;
	color: #BF63E1;
}
h1.green {
	font-size: 18px;
	color: #41AB60;
}
h1.red {
	font-size: 18px;
	color: #C21135;
}
h1.grey {
	font-size: 18px;
	color: #333333;
}
h2{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
h3 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}