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

            
.menurood  {background-color:#FFAC0E;}
.menublauw {background-color:#6897E0;}
.menugroen {background-color:#0C6105;}

P, TD , select      { color: #0C6105; 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: #FFAC0E; font-style:italic;}

H1          { font-size: 16px; color: #0C6105;}
H2          { font-size: 14px; color: #0C6105;}
H3          { font-size: 14px; color: #0C6105;}
I           { color: #FFAC0E ;}
HR          { color: #0C6105 ;}
label      {color: #FFAC0E; padding: 8px;}

.fullwidth  {width: 100%; }
.widthxx		{margin: auto;  width: 70%; border: 1px solid #FFAC0E; 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: #FFAC0E; font-weight:500; }
.lijnuit	  {text-align:justify;}
.label      {color: red; padding: 80px;}
.speciaal 	{color: #FFAC0E; font-weight:800; }
.quote		 	{font-style: italic; color: #FFAC0E; font-weight:800; }
.gallery		{display: block; margin-left: auto; margin-right: auto; }
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: 13px; font-family: Verdana, Geneva, sans-serif; text-decoration:none; text-align: left;}

#menubalk {width: 100%;background-color:  #0C6105;}

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

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

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

#hoofdmenu > li > a {
    background-color: #0C6105;
    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:#FFAC0E;}

.submenu > ul { display: none;}

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

.submenu > ul > li > a {
    background-color:#FFAC0E;
    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:#0C6105;}
