/** GENERAL SETTINGS */

body {
margin-top: 10px;
background: #E9E4E4;
}

.slogan {
color: #FFFFFF;
font-weight: bold;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
font-size: 12px;
color: #457AA5;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
color: #457AA5;
text-decoration: underline;
}



/** NAVIGATIE MENU TOP */
a.mainmenu:link, a.mainmenu:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration:none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
}

a.mainmenu:hover {
color: #F6F423; 
font-weight: bold;
text-decoration:underline;
text-align: left;
}



/** NAVIGATIE MENU SUB */

a.submenu:link, a.submenu:visited {
color: #000000;
font-weight: normal;
text-decoration:none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
}

a.submenu:hover {
color: #000000; 
font-weight: normal;
text-decoration:underline;
text-align: left;
}



/** NAVIGATIE MENU FOOTER */
a.footermenu:link, a.footermenu:visited {
color: #004075;
font-weight: normal;
text-decoration:none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
}

a.footermenu:hover {
color: #F20C0C; 
font-weight: normal;
text-decoration:underline;
text-align: left;
}



/** CONTENT HEADER H1 */
H1 {
color: #004075;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px; 
font-style: normal;
line-height: normal;
font-weight: bold;
text-decoration: none;
}



/** CONTENT HEADER H2 */
H2 {
color: #004075;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
font-style: normal;
line-height: normal;
font-weight: bold;
text-decoration: none;
}


/** CONTENT HEADER H4 */
H4 {
color: #004075;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
font-style: normal;
line-height: normal;
font-weight: bold;
text-decoration: none;
}



/** CONTENT MAIN TEKST */
.maintekst {
color: #004075;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
font-style: normal;
font-weight: normal;
text-decoration: none;
line-height: 20px;
}



/** CONTENT MAIN TEKST - KLEIN*/
.maintekstfooter {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
font-style: normal;
line-height: normal;
font-weight: normal;
text-decoration: none;
}




