body {
     font-family: tahoma;
     font-size: 11px;
     margin: 0 0 0 0;
     padding: 0 0 0 0;

}

table{
    font-size: 11px;
}


h1, h2, h3 {color: #4c6686};
h1 {font-size: 14px; font-weight:bold};
h2 {font-size: 12px; font-weight:bold};
h3 {font-size: 11px; font-weight:bold};

#total{
	width: 900px;
	border-left: 1px solid #0060a9;
	border-right: 1px solid #0060a9;
      }


#menu{
      float: center;
      width: 902px;
      height: 100px;
      background-position: top left;
      background-image: url(../images/int_achtergrondmenu.jpg);
      background-repeat: no-repeat;
      border-left: 1px solid #0060a9;
      border-right: 1px solid #0060a9;
      }

#tussenstreep{
      width: 900px ;
      height: 1px;
      background-color: #fff;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      }

#splash{
        width: 898px;
        height: 268px;
        margin: 0 0 0 0;
        padding: 0 0 0 1px;
        }

#submenu{
         width: 898px;
         height: 26px;
         padding: 4px 0 0 0;
         text-align: center;
         margin: 0 0 0 0;
}

#content{
         width: 898px;
         height: 100%px;
         text-align: left;
         background-position: top left;
         background-image: url(../images/contbg.png);
         background-repeat: repeat-x;
         padding: 15px 15px 15px 35px;
}

#disclaimer{
         width:900px;
         height: 26px;
         background-position: top left;
         background-image: url(../images/int_disclaimer.jpg);
         background-repeat: repeat-x;
         color: #fff;
         font-size: 11px;
         padding-top: 6px;
}

#menu ul{
           height: 80px;
           list-style: none;
           border: none;
           margin: 0;
	       padding: 0;
	       width: 100%;
}

#menu li{
           width: 150px;
           height: 80px;
           display: inline;
}

#menu a{
        width: 150px;
        height: 80px;
        color: #0060bb;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        padding: 65px 0px 0px 0px;
        }
      
#menu a:hover{
         text-decoration: underline;
           }

#menu ul li a.selected{
        color: #0060a9;
        text-decoration: underline;
      }

      
#submenu ul{
           list-style: none;
           border: none;
           margin: 0;
	       padding: 0;
	       width: 100%;
           }
           
#submenu li{
           width: 140px;
           display: inline;
           text-align: center;
}

#submenu a{
        color: #4c6686;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
        padding-top: 34px;

      }

#submenu a:hover{
        color: #779bcb;
        text-decoration: underline;
       }

#submenu ul li a.selected{
        color: #0060a9;
        text-decoration: underline;
      }

 a{
        color: #4c6686;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
      }
      
a:hover{
        color: #779bcb;
        text-decoration: underline;
       }
