/* In deze css staan alleen de kleuren die per onderdeel mee moeten veranderen. 
Alle kleuren die in deze css staan staan als commentaar in de gewone standaard css. */
#mainpage_content a:link, #mainpage_content a:visited, #mainpage_content a:active {
	color: #000000;
	text-decoration: underline;
}

#mainpage_content a:hover {
	color: #000000;
	text-decoration: underline;
}

.hr {
	background: url(/_LAYOUTS/IMAGES/px_blauw.gif) repeat-x 0 0;
}

#middenstrook {
/*	background: url(/_LAYOUTS/IMAGES/bg_middenstrook_zwart.gif) repeat-y 0 0;*/
} 

h3 {
	color: #000000;
}

#tabbladen .AspNet-Menu li ul {
	background: #000000;
}

#submenuContainer h3 {
	color: #000000;
}

#submenuContainer a {
	color: #000000;
}

#submenuContainer ul li ul li a {
	background: url(/_LAYOUTS/IMAGES/bullet_image_zwart.gif) no-repeat 10px 4px;
}


/* background-image weggehaald want de links onder Algemeen kregen een pijltje. */
#submenuContainer li.AspNet-Menu-Leaf .AspNet-Menu-ChildSelected, 
#submenuContainer li.AspNet-Menu-Leaf .AspNet-Menu-ChildSelected .eerste
{
	color: #000000 !important;
	/*background: url(/_LAYOUTS/IMAGES/bullet_image_blauw.gif) no-repeat 10px 4px;*/
}





#mainpage_template #submenu #informatie_over h3, 
#mainpage_template #submenu #direct_downloaden h3,
#mainpage_template #submenu #direct_downloaden_submain h3 {
	color: #000000;
}

#mainpage_template #submenu #informatie_over ul li a:hover, 
#mainpage_template #submenu #direct_downloaden ul li a:hover, 
#mainpage_template #submenu #direct_downloaden_submain ul li a:hover {
	color: #000000;
	background: url(/_LAYOUTS/IMAGES/bullet_image_zwart.gif) no-repeat 0 3px;
}

.maandnamen a:link, .maandnamen a:visited, .maandnamen a:active {
	color: #000000; 
}

.maandnamen a:link.current, .maandnamen a:visited.current, .maandnamen a:active.current {
	background-color: #000000;
}

.titel_edienst 
{
    color: #000000;
}

#mainpage_template #mainpage_content .ingang h3.ingang 
{
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: normal;
    margin: 0 0 10px 0;
}

#mainpage_template #mainpage_content .ingang_middenblok {
	border: 1px solid #000000;
}

#mainpage_template #mainpage_content .ingang_middenblok .titel {
	color: #000000;
}

/*RFC 59949 >>*/
/*
.promotieblok_tekst, .applicatieblok {
	border-left : 1px solid #000000;
}

#mainpage_content {
	border-left : 1px solid #000000;
}
*/
#mainpage_content {
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	min-height : 660px;
}

/*RFC 59949 <<*/
