body{
   font-family:arial;
   margin:0px;
   background-color:#eaeaea;
   color:#787878;
}

body a:link {
   color:#787878;
   text-decoration:none;
}

body a:visited {
   color:#787878;
   text-decoration:none;
}

body a:hover {
   color:#7fb434;
   text-decoration:underline;
}

h1 {
   color:#7fb434;
}

h2 {
   color:#7fb434;
   font-size:18px;
}

.primaire-menubalk{
   background:url('/media/afbeeldingen/common/rand.png');
   background-color:#eaeaea;
   background-repeat:repeat-x;
   background-position:bottom;

   position:relative;

   left:0px;
   top:0px;
   height:14px;
   right:0px;
   padding:5px;

   font-size:12px;
   font-weight:bold;
}
.secundaire-menubalk{
   position:relative;

   padding:10px;

   background-image:url('/media/afbeeldingen/common/rand2.png');
   background-color:#f3f3f3;
   background-repeat:repeat-x;
   background-position:bottom;

   font-size:15px;
   font-weight:bold;
}

.info{
   background:url('/media/afbeeldingen/common/rand-180.png');
   background-color:#eaeaea;
   background-repeat:repeat-x;
   background-position:top;

   position:relative;

   left:0px;
   height:14px;
   right:0px;
   padding:5px;

   font-size:12px;
   font-weight:bold;
}

.inhoud{
   position:relative;
   bottom:0px;
   top:0px;
   padding-top:5px;
   padding-left:30px;
   padding-right:30px;
   padding-bottom:30px;

   /*background:url('/media/afbeeldingen/common/gras.png');
   background-repeat:repeat-x;
   background-position:bottom;*/
   background-color:white;
}

.inhoud a:link {
   color:#7fb434;
   text-decoration:underline;
}

.inhoud a:visited {
   color:#7fb434;
   text-decoration:underline;
}

.inhoud a:hover {
   color:#787878;
   text-decoration:underline;
}

.contact{
   position:absolute;
   top:0px;
   padding:5px;

   right:0px;
}

.huidig {
   color:#9bd347;
}
