body         {background-image: url(background.gif);background-repeat: repeat;}

a:active     { font-family: Verdana; font-size: 10pt; color: #999999 }
a:hover      { font-family: Verdana; font-size: 10pt; color: #FF9966; font-weight:bold}
a:link       { font-family: Verdana; font-size: 10pt; color: #999999; font-weight:bold }
a            { font-family: Verdana; font-size: 10pt; color: #999999; font-weight:bold;text-decoration: none  }
p	         { font-family: Verdana; font-size: 10pt; color: #333333 }
h1		     { font-family: Verdana; font-size: 12pt; color: #FF9966; font-weight:bold }

#menu_gr a {
   box-sizing: padding-box;
   -moz-box-sizing: padding-box;
   background: url("dubbelknop_gr.gif") 0 0 repeat-x;
   color:#999999;
   display: block;
   width:124px;
   height:25px;
   padding: 0 0 0 0
   text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:10pt; font-family:arial; padding-left:20px; padding-right:0; padding-top:5px; padding-bottom:0px
   }
   
#menu_gr a:hover {
   background-position: -124px 0;
   font: bold 10pt arial;
   color:#ffffff;
   }
   
#menu_gr a.selected {
   background-position: -124px 0;
   font: bold 10pt arial;
   color:#444444;
   cursor:default;
   }
   
   
#menu_bl a {
   box-sizing: padding-box;
   -moz-box-sizing: padding-box;
   background: url("dubbelknop_bl.gif") 0 0 repeat-x;
   color:#999999;
   display: block;
   width:124px;
   height:25px;
   padding: 0 0 0 0
   text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:10pt; font-family:arial; padding-left:20px; padding-right:0; padding-top:5px; padding-bottom:0px
   }
   
#menu_bl a:hover {
   background-position: -124px 0;
   font: bold 10pt arial;
   color:#ffffff;
   }
   
#menu_bl a.selected {
   background-position: -124px 0;
   font: bold 10pt arial;
   color:#444444;
   cursor:default;
   }
