BODY               { font-size: 13px; font-family: Verdana, Geneva, sans-serif;  text-align: justify; background-color:#FFFFFF; line-height:1.5;}
                     
a.normlink:link    {color: #162A05;	font-weight: normal; text-decoration: none;}
a.normlink:visited {color: #162A05;	font-weight: normal; text-decoration: none;}
a.normlink:active  {color: #C6840C;	font-weight: normal; text-decoration: none;}
a.normlink:hover   {color: #C6840C;	font-weight: normal; text-decoration: none;} 

            
.menurood  {background-color:#C6840C;}
.menublauw {background-color:#162A05;}

P, TD , select      {color: #162A05; background-color:#FFFFFF}

P		{text-align:justify;}

div.c { text-align: center; width: 1080px;}
div.l { text-align: left; width: 1080px;}
div.r { text-align: right;}
div.j { text-align: justify;} 

.accent	{ font-size: 12px; color: #EB6BC0; font-style:italic;}

H1          { font-size: 16px; color: #162A05;}
H2          { font-size: 14px; color: #000099;}
H3          { font-size: 14px; color: #000099;}
I           { color: #EB6BC0 ;}
HR          { color: #162A05;}
label      {color: #C6840C; padding: 8px;}

.fullwidth  {width: 100%; }
.widthxx		{margin: auto;  width: 70%; border: 1px solid #C6840C; padding: 2px;}
.clearfix   { overflow: auto;}
.left       {float: left}
.left2      {text-align:left;}
.leftdown   {float: left; vertical-align:bottom;}
.centerxx   {margin: auto; border: 0px solid red; padding: 0px;}
.center     {text-align:center;}
.middle     {vertical-align:middle;}
.right      {float: right; margin:0px 0px 0px 10px; }
.right2      {text-align:right;}
.rightspeciaal {float: right; margin:0px 0px 0px 0.5px; color: #EB6BC0; font-weight:500; }
.lijnuit	  {text-align:justify;}
.label      {color: red; padding: 80px;}
.speciaal 	{color: #EB6BC0; font-weight:800; }

ul  {
    display: block;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
   }

li	{ font-size: 12px; font-family: Arial, sans-serif; text-decoration:none; text-align: left;}

#menubalk {width: 100%;background-color:  #162A05;}

#menubalk:after { clear: both; content: " "; display: table;}

#menubalk ul { list-style-type: none;}

#hoofdmenu > li {float: left; position: relative;}

#hoofdmenu > li > a {
    background-color: #162A05;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 0.2em 1.5em 0.2em 0.5em;
    text-align: left;
    text-decoration: none;
    display: block;
}

#hoofdmenu > li > a:hover { background-color:#C6840C;}

.submenu > ul { display: none;}

#hoofdmenu > li:hover ul {
    display: block;
    position: absolute;
    z-index: 2;
}

.submenu > ul > li > a {
    background-color:#C6840C;
    border-top: 1px solid white;
    color: white;
    display: block;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: left;
    text-decoration: none;
    width: 10em;
    display: block;
}
.submenu > ul > li > a:hover { background-color:#162A05;}
