HTML {
   overflow-y:  scroll;
}
body , td , p {
color: #000000;
font-family: Verdana;
font-size: 10pt;
margin: 0;
}
body {
margin-top: 0;
}
h1
{
	background: #0C50EB;
	font-size: 10pt;
        color:#FFFFFF;
        text-align: center;
	font-weight: bold;
	margin: 0;
        display: inline;
        padding: 0 10px;
        border-radius: 0 12px 12px 12px;
}

h2
{
	font-size: 16pt;
	color: #0C50EB;
	font-weight: bold;
	margin: 0;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #0C50EB;
	margin: 0;
}

h4
{
	font-size: 10pt;
        border: solid 1px #0C50EB;
	color: #0C50EB;
        padding: 0 5px;
        text-align: center;
        display: inline;
	font-weight: bold;
	margin: 0;
}

h5
{
	font-size: 10pt;
	color: #000;
	margin: 0;
	font-weight: bold;
}
h6
{
	font-size: 10pt;
	color: #0C50EB;
        text-decoration: underline;
	margin: 0;
	font-weight: bold;
}
hr {
color: #0C50EB;
background-color: #0C50EB;
height: 2px;
border: 0;
}

#breadcrum {
color: #000000;
font-family: Arial;
font-size: 8pt;
display: block;
margin-left: 10px;
}
#breadcrum a {
color: #000000;
TEXT-DECORATION: none ;
}
.news_header {
color: #FFFFFF;
font-family: Verdana;
font-weight: bold;
font-size: 12pt;
margin-left: 25px;
}
.kalender_header {
color: #FFFFFF;
font-family: Verdana;
font-weight: bold;
font-size: 14pt;
margin-left: 25px;
}
.latest_news {
color: #FFFFFF;
font-family: Verdana;
font-size: 10pt;
margin-left: 10px;
display: block;
}
.latest_news a:link, .latest_news a:visited{
color: #FFFFFF;
TEXT-DECORATION: none ;
}
.login {
color: #FFFFFF;
font-family: Arial;
font-size: 11pt;
margin-left: 0;
}
#footer p{
font-family: Arial;
color: #000000;
font-size: 9pt;
margin-top: 4px;
}
#footer a{
color: #000000;
text-decoration: underline ;
}
a {
text-decoration: underline ;
}

a:active {
text-decoration: underline ;
}

a:visited {
text-decoration: underline ;
}
a:hover {
text-decoration: underline ;
}

/* 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;
}
.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 ;
}
#theForm {
background: #0C50EB;
padding: 4px;
border-radius: 12px;
}
#theForm li {
background: #fff;
}
