
/* voorkomt horizontale scrollbars in frames in IE */
html    { overflow-y: scroll; }

/* body tag bevat left margin (10) } */
body    { color: #000000;
            background: #FFFFB0;
       			font-family: arial, sans-serif;
       			font-size: 80%;
       			min-width:700px;
       			margin: 0px 10px 0px 10px;
        padding:0; }
        
/* zorg dat de menu's en content niet gewrapped worden */       
#centerwrap { margin:0 auto; }              	
        
/*zorg dat tags geen lege regels genereren  */   
form { margin: 0; } 
h1 { margin: 0; }
h2 { margin: 0; }
h3 { margin: 0; }
h4 { margin: 0; }
h5 { margin: 0; }     

/* links */     
a {text-decoration: none; }
a:link 	{color: #FF0000; text-decoration: none; }
a:visited {color: #FF0000;text-decoration: none; }
a:hover {color: #0000FF; text-decoration: none; }

/* postionering: menu's part */
.bl_menus {position:relative;top:0px;left:0px;width:680px; height:53px; /* background-color: #C0D6BF */ }                

/* postionering: sub-blokken bl_menus */
.bl_div_seizoenselector {position:absolute;top:0px;left:0px;width:110px; text-align:left;}
.bl_div_menu {position:absolute;top:0px;left:110px;width:570px; text-align:right;}
.bl_main_menu {position:absolute;top:29px;left:0px;width:680px; text-align:left;}

/* postionering: content part */
.bl_content {position:relative;top:5px; left:0px; width:680px; text-align:left; /* background-color: #C0D6BF */ }

/* layout tabellen */
TABLE {width: 680px; border-collapse: collapse; font-family: arial, sans-serif; font-size: 100%;}
TABLE TR.ODD {background-color: #EBEFEF;}
TABLE TR.EVEN {background-color: #FFFFFF;}
TABLE TD.HEADERSTYLE { background-color: #659762; color: #FFFFFF;} 
TABLE TD {border: 0px ; padding: 0.3em 0.3em 0.3em 0.3em; color: black;}

.ERROR_TEXT {color: red;font-weight: bold;}
.RED_TEXT {color: red;}
.GREEN_TEXT {color: green;}
.ORANGE_TEXT {color: orange;}
.BLUE_TEXT {color: blue;}

#greyed_out{color:#CCC}
#hilight {color: #0000FF; text-decoration: none; font-weight: bold;}


