HTML {
   overflow-y:  scroll;
}
body , td , p {
color: #2F44B7;
font-family: Ms Sans Serif, Verdana;
font-size: 11pt;
margin: 0;
}
body {
margin-top: 5px;
}
h1
{
	color: #E36C0A;
	font-size: 24pt;
        font-weight: bold;
	margin: 0;
}

h2
{
	font-size: 17pt;
	color: #E36C0A;
	margin: 0;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #E36C0A;
	margin: 0;
}

h4
{
	font-size: 10pt;
        padding: 0 10px;
	color: #E36C0A;
	margin: 0;
        border: solid 1px #E36C0A;
        text-align: center;
        display: inline;
        border-radius: 12px;
}
h5
{
	font-size: 10pt;
        color: #FFF;
        padding: 0 10px;
	background: #E36C0A;
	margin: 0;
        text-align: center;
        display: inline;
        border-radius: 12px;
}

h6
{
	font-size: 10pt;
	color: #000;
	margin: 0;
        padding: 0;
}
hr {
color: #31859B;
background-color: #31859B;
height: 2px;
border: 0;
}

.latest_news {
margin-left: 20px;
}
.latest_news a:link, .latest_news a:visited{
text-decoration: none ;
color: #000000;
font-size: 8pt;
}
.all_link {
margin-left: 20px;
font-size: 8pt;
}
.all_link a:link, .all_link a:visited {
text-decoration: none ;
color: #5399AB;
}
.agenda {
margin-left: 15px;
font-size: 8pt;
}
.agenda a:link, .agenda a:visited{
color: #000000;
text-decoration: none ;
}
.latest_docs {
margin-left: 20px;
font-size: 8pt;
}
.latest_docs a:link, .latest_docs a:visited {
text-decoration: none ;
color: #000000;
}
.input  {
height: 30px;
border: none;
background: url('zoek_bg.gif');
padding-left: 10px;
}

.input_naam  {
height: 22px;
border: none;
background: url('naam_bg.gif');
padding-left: 10px;
margin-right: 8px;
width: 116px;
font-family: Arial;
font-size: 8pt;
}
.input_ww  {
height: 22px;
border: none;
background: url('ww_bg.gif');
padding-left: 10px;
margin-right: 8px;
width: 93px;
font-family: Arial;
font-size: 8pt;
}
#footer p{
font-family: Verdana;
color: #000000;
font-size: 8pt;
}
#footer a{
text-decoration: underline ;
}
a {
text-decoration: underline ;
}

a:active, a:link {
text-decoration: none ;
color: #5399AB;
}

a:visited {
text-decoration: none ;
color: #5399AB;
}
a:hover {
text-decoration: underline ;
color: #5399AB;
}

/* defines the css properties for modules */
.sas_module_table {
/* geeft de breedte in pixels voor modules */
width : 750px;
}
.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;
}
.sas_module_lbl1 {
/* Hier kan je de tekst labels in modules stylen*/
/* bijv. de beschrijvingen van de input velden van de formulieren module*/
font-weight: bold;
}
.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: #E6EFC5 ;
}
