body , td , p {
color: #000000;
font-family: Calibri;
font-size: 12pt;
margin: 0;
}
h1
{
	color: #0066CB;
	font-size: 24pt;
	font-weight: bold;
	margin: 0;
}

h2
{
	font-size: 18pt;
	color: #0066CB;
	font-weight: bold;
	margin: 0;
}

h3
{
	font-size: 12pt;
	font-weight: bold;
	color: #0066CB;
	font-weight: bold;
	margin: 0;
}

h4
{
	font-size: 12pt;
	color: #0066CB;
        text-align: center;
        display: inline;
        border: solid 1px #0066CB;
        padding: 0 5px;
	font-weight: bold;
	margin: 0;
}

h5
{
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	margin: 0;
}
h6
{
	font-size: 12pt;
        background: #0066CB;
	color: #FFFFFF;
	font-weight: bold;
        display: inline;
        text-align: center;
	margin: 0;
}
hr {
color: #F32B2B;
background-color: #F32B2B;
height: 2px;
border: 0;
}
.section_menu {
font-family: Calibri;
font-size: 12pt;
color: #FFFFFF;
}
.section_menu a {
color: #FFFFFF;
text-decoration: none;
}
.section_menu a:hover {
color: #000000;
text-decoration: none;
}
.section_menu_selected {
font-family: Calibri;
font-size: 12pt;
color: #FFFFFF;
}
.section_menu_selected a {
text-decoration: none;
color: #000000;
}
#sidebar {
	background: transparent;
	border: none;
	float: left;
	font-size: 12pt;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	width: 129px;
}
#sidebar li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 135px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#submenu {
	list-style-type: none;
}
#submenu li a {
	color: #000000;
	height: 19px;
	display: block;
	text-decoration: none;
	background-image: url(page_button.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 17px;
}
#submenu li.selected a {
	color: #000000;
	padding: 0 0 2px 17px;
	height: 19px;	
	text-decoration: none;
	background-image: url(page_button_selected.gif);
	background-repeat: no-repeat;
}

#submenu li.selected a:link, #submenu li.selected a:visited {
	color: #000000;
	text-decoration: none
}
#submenu li a:hover
{
	color: #000000;
	background-image: url(page_button_selected.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 17px;
}
#submenu li.submenu2 a {
	color: #000000;
	font-size: 8pt;
	padding: 3px 0 0 17px;
	height: 19px;
	display: block;
	text-decoration: none
}
#submenu li.submenu2 a:hover {
	color: #000000;
}

#breadcrum {
	color: #949694;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
#breadcrum a {
	color: #949694;
	TEXT-DECORATION: none ;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.news_header {
color: #FFFFFF;
font-family: Verdana;
font-weight: bold;
font-size: 12pt;
}
.news_content {
font-family: Tahoma;
font-size: 8pt;
line-height: 150%;
}
.news_content a {
color: #000000;
}
.header
{
font-family: Tahoma;
font-size: 11pt;
font-weight: bold;
color: #0066CB;
}
.zoeken {
color: #000000;
font-size: 10pt;
color: #0066CB;
}
.zoeken .input {
	height: 16px;
	width: 120px;
	border: none;
	background-image: url(zoek_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.zoek_button
{
background: url('zoeken.gif') repeat-x;
width: 122px;
height: 25px;
border: none;
}
#footer p{
color: #0073BD;
font-size: 8pt;
}
#footer a{
color: #0073BD;
text-decoration: underline ;
}
a {
text-decoration: none ;
}

a:active {
text-decoration: none ;
}

a:visited {
text-decoration: none ;
}
a:hover {
text-decoration: none ;
}

/* defines the css properties for modules */
.sas_module_table {
/* geeft de breedte in pixels voor modules */
width : 780px;
}
.sas_module_title {
/* Hier kan je de titel (welkom tekst) van een module stylen */
font-size: 11pt;
}
.sas_module_subtitle {
/* Hier kan je de subtitel van een module stylen */
font-weight: bold;
font-size: 12pt;
}
.sas_module_lbl1 {
/* Hier kan je de tekst labels in modules stylen*/
/* bijv. de beschrijvingen van de input velden van de formulieren
module*/
font-size: 11pt;
font-weight: normal;
}
.sas_module_lbl2 {
/* Hier kan je de kleinere tekst labels in modules stylen*/
/* bijv. "dit is een verplicht veld" */
font-size: 9pt;
}
.sas_module_error {
/* geeft de kleur van foutboodschappen */
color: red;
}
.sas_module_text {
/* Hier kan je de  normale tekst van modules stylen */
}
.sas_module_input {
/* Hier kan je de input velden in modules stylen */
}
.sas_module_link {
/* Hier kan je de url links in modules stylen*/
text-decoration: underline;
}
.sas_row_color_odd {
/* Hier kan je de achtergrond kleur stylen van modules met tabellen */
/* deze is voor de oneven regels */
background-color: #FFFFFF ;
}
.sas_row_color_even {
/* Hier kan je de achtergrond kleur stylen van modules met tabellen */
/* deze is voor de even regels */
background-color: #47a9e8 ;
}
