html,body,form 
{ 
height: 580px; 
} 



/************************/
/*  grouping selectors  */ 
/************************/
body      { color: white; 
            font-family: Verdana; 
/*            background-color: #DEDFFF;*/
            background-color: #213F71;
            padding-left: 0; padding-top: 0; padding-right: 0;
            leftmargin: 0; topmargin: 0; rightmargin:0 }
table     { font-size:12;
            background-color: #213F71 }
a         { color: white; 
            text-decoration: none;
            font-weight: bold }
a:hover   { color: white; 
            text-decoration: underline }



/************************/
/*  grouping classes    */ 
/************************/

.pgheader  { background-color: #D88325; font-size: 14; text-align: center; font-weight: bold; }
.tdheader  { background-color: #D88325; font-size: 14; text-align: center; font-weight: normal; }
.tabfooter { font-family: Verdana; 
             font-size: 12; 
             text-align: right;
             width:100% }     

.tdlist    { font-family:georgia, verdana, arial, sans-serif; font-size:11; cellpadding: 2}
.indexhd   { font-size: 8pt; height: 20; font-weight: bold }
.tdback    { border: 1 solid #C0C0C0 }
.noback    { background-color: #353D7C }
.date      { color: #808080; font-size: 8pt; font-weight: regular }
.header    { font-size: 10pt; color: #C0C0C0; font-weight: bold }
.goud      { background-color: #F0F000 }
.zilver    { background-color: #C0C0C0 }
.brons     { background-color: #B3B300 }
.black	   { background-color: #000000 }

.navA	   { position:absolute; left:10px; top:215px; width:140px;} 
.navA      { border:#99aaff 0px solid; font-size:12px; font-family:Verdana,Tahoma;} 

.rolmenu   { border-right: #254869 1px solid; padding-right: 2px; 
             border-top: #8eaac7 1px solid; display: block; padding-left: 2px; 
             font-size: 11px; padding-bottom: 2px; 
             border-left: #5f87af 1px solid; color: #ffffff; line-height: normal; padding-top: 2px; 
             border-bottom: #19324c 1px solid; font-family: "arial", "Helvetica", "sans-serif"; 
             background-color: #4F54A6; text-decoration: none }
.rolmenu:hover 
           { background-color: #4F54FF; 
             text-decoration: none}
.hoofdmenu { font-weight:bold; color: #ffffff; padding: 0px; font-size: 12px; 
             font-family: "arial", "Helvetica", "sans-serif"; 
             background-color: #4F54A6; text-decoration: none}
.hoofdmenu:hover 
           { background-color: #FFFF66; text-decoration: none}
.menuhead  { font-weight: bold; font-size: 12px; color: #ffffff; background-color: transparent}
.watis     { font: verdana; font-size: 12px; font-style: italic }
.watis:hover 
           { color: white; 
             text-decoration: underline }

.linkmenu  { color: #ffffff; padding: 0px; font-size: 11px; 
             font-family: Arial, Helvetica, sans-serif; 
             text-decoration: none}
.linkmenu:hover 
           { background-color: #FFFF66; text-decoration: none}
/* oud gaf problemen met breedte    .tabmain   { width:891px; height:595px }*/
.tabmain   { width:98%; height:545px }

.main      { style="overflow:hidden"}
.maindiv   { style="height:600px"} 


/************************/
/*  grouping elements   */ 
/************************/            
#containingBlock {display: table; height: 200px; position: relative; overflow: hidden;}
#containingBlock div {display: table-cell; vertical-align: middle;}


#hoofdmenu {position: absolute;left: 122px;top: 285px;}
#menu1 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#tabiframe { height:93%}

#wrap { 
margin:0px auto;
width:expression(document.body.clientWidth > 1253? "1253px" : "auto"); 
} 


#breadcrums {
  font: 11px Verdana;
  border-collapse: collapse;
  empty-cells: show;
  }
          
#pagefooter {clear:both;
             padding:0px;
             margin:0px;
             height:20px;
             line-height:16px;}
#pagefooter ul{
             display:block;
             list-style:none;
             float:right;
             margin:0px;
             padding:8px 2px 4px;}
#pagefooter li{float:left;padding:0px;}
#pagefooter .footer_links a{padding:2px 5px;}
#pagefooter .f_links{width:446px;float:right;} 
#pagefooter .copyright{width:180px;color:#777;float:left;margin:0px;padding:8px 10px 0px;}
#pagefooter .copyright .brand{padding:0px 0px 2px 22px;background:url(/images/icons/hidden.gif) no-repeat;}

/* Arrow CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 10;
margin-bottom: 0;
margin-top: 0.1em;
font: 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #909090;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #000000;
/*background: #DBEBEA;*/
background: #FFFF99;
border-color: #227;
}

#tablist li a.current{
background: #DEDFFF;
font: bold 12px Verdana;
}

            
-->
</style>