/*
#0086DD:kleur 1, licht
#ffc800:kleur 2, donker

I&O huisstijlkleuren:
FFC801:cyan
1D96C3:blauw
E83E8C:pink (groen.css)
6F42C1:purple
FD7E14:orange
007BFF:blue
DC5C51:red

- vervang met Ctrl+H alle #0086DD door de HEX-code van de 1e (lichste) kleur van de OG
- vervang met Ctrl+H alle #ffc800 door de HEX-code van de 2e (donkerste) kleur van de OG
*/

HTML, .achtergrondkleur
{background-color:#F2F2F2; }

a:link, a:visited
{color:#18192D; text-decoration:underline; font-weight:normal; }
a:hover
{color:#ffc800; text-decoration:underline; font-weight:normal; }
a:active
{color:#18192D; text-decoration:underline; font-weight:normal; }

DIV.mrTqcontainer
{background-color:#0086DD; }

TABLE.containerPrevNext
{background-color:#0086DD; }

TABLE.containerMain
{background-color:#0086DD; border-bottom:2px solid #0086DD; }

DIV.corner
{background-color:#0086DD; }
DIV.icon
{background-color:#ffc800; }
TD.rightfoot
{background-color:#0086DD; }

SPAN.mrQuestionTable > SPAN:hover, TABLE.mrQuestionTable TR:hover, TABLE.mrQuestionTable TD:hover
{background-color:#0086DD; }
SPAN.mrQuestionTable SPAN:hover SPAN, TABLE.mrQuestionTable TR:hover *
{color:#ffc800 !important; }
SPAN.mrQuestionTable SPAN:hover .mrErrorText
{color:red !important; }

.mrEdit:focus, .mrEdit:hover
{background-color:#0086DD; }

DIV.vorige INPUT:hover, DIV.volgende INPUT:hover, DIV.verzenden INPUT:hover
{background-color:#0086DD; }

DIV.progresstablecontainer td:first-child
{background-color:#0086DD !important; }
.mrProgressText
{color:#ffc800; }

DIV.containerWerving, TABLE.werving
{background-color:#ffc800; }

/*SPAN.def 
{color:#0086DD; }*/
DIV.def
{color:#ffc800; background-color:#0086DD; border:1px solid #ffc800; }