DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}
a{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

* {
	font-family : sans-serif;
	font-size: 12px;	
}


a:link	{ color:darkred; text-decoration:none }
a:visited { color:darkred; text-decoration:none }
a img{ border:0; }

body { 
  behavior:url("csshover.htc");
	text-align: center;	
}

table.main_container
{
	width: 780px;
	border-collapse: collapse;
	height: 430px;
	
}

td.header
{
	height: 100px;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
}

td.left
{
	width: 100px;
	background: darkred;
	background-image: url(../images/logo.gif); 
	background-repeat: no-repeat;
}

td.content
{
	vertical-align: top;
	background-image: url(../images/achtergrond.gif); 
	background-repeat: no-repeat;
	border: 1px solid darkred;
	padding: 10px;
}

td.balk
{
	width: 670px;
	height: 22px;
	background: darkred;
	color:darkred;
	background-image: url(../images/balk.gif); 
	background-repeat: repeat-x;
	z-index:2;
}

td.headerLinks
{
	color: darkred;
	font-weight: bold;
	border-bottom: 2px solid darkred;
}

 ul#menu {
  width: 100%;  
 }

 /* Het 100% CSS menu */

 ul.menu, li.menu {
  margin:0;
  padding:0;  
  display:block;
  cursor: pointer;
  list-style:none;
  line-height: 21px;
 }  

 ul.menu {
  list-style:none;
  width:90px;
  border: 1px solid darkred;      
 } 

 li.subItem {
  position:relative;
  color: darkred;
  background-color:white;  
  z-index:9;  
	width:88px;
 }
 
 li.menu {
  float: left;
  width: 90px;
  height: 21px;
  position:relative;
  padding:0px;
  padding-left:2px; 
  z-index:9;
  color: white;
 }
  /* decoratieve hover */
  
  li.menu li:hover {   
   background:darkred;
   color: white;
   z-index:15;
  }
  
 /* Alle subnavigatie verbergen */
  
 ul.menu ul {
  position:absolute;
  display:none;  
  top:21px;
  left: 0px;
 }
  
  /* :hover, met specificity */
  
  li:hover ul ul {
   display:none;
  }

  li:hover ul, li:hover li:hover ul {
   display:block;
  }