body		{ margin: 0 0 0 0;  behavior:url("http://www.witteboulevard.nl/css/csshover.htc"); }

h1 { font-family: Trebuchet MS; font-size: 11px; color: 0b0438; line-height: 20px;}
h2 { font-family: Trebuchet MS; font-size: 11px; color: 0b0438;}

.tabel01	{ width: 766; }

.header		{ background-image:url(http://www.witteboulevard.nl/images/template/header.jpg);
			  height: 242; }
			  
.header1	{ background-image:url(http://www.witteboulevard.nl/images/template/header1.jpg);
			  height: 242; }

.footer		{ background-image:url(../images/template/footer.gif);
			  height: 38;
			font-family: Trebuchet MS;
			font-size: 10px;
			color: #C3C3C3}
			  
.spacer		{ width: 25px; }	
.spacer2	{ height: 35px; }

.titel		{ height: 50px; }			

.subtitel	{ font-family: Trebuchet MS;
			  font-size: 11px;
			  color: 2a1a86;
			}		
.code		{ font-family: Trebuchet MS;
			  font-size: 10px;
			  color: b8b0e7;
			}
.content	{ font-family: Trebuchet MS;
			  font-size: 11px;
			  color: 0b0438;
			  line-height:20px;
			}
.img_01		{ margin-right: 10px;
				border: 0px;
				}

.prijslijst	{ border: solid 1px; border-bottom-color:ff6600; border-top-color:ff6600; border-left-color:ff6600; border-right-color:ff6600;   width: 100%; font-family: Trebuchet MS;
			  font-size: 11px; padding:7px; }
			  
.datum		{ font-family: Trebuchet MS;
			  font-size: 10px;
			  color: 0b0438;
			}
.rij01		{ background-color:ff6600; 
			  font-family: Trebuchet MS;
			  font-size: 11px;
			  color:ffffff;
			 }
			 
.rij02		{ background-color:FFCC33; 
			  font-family: Trebuchet MS;
			  font-size: 11px;
			  color:ffffff;
			 }			 
			 
.copyright	{ font-family: Arial; 
			  font-size: 11px;
			  color: 9f9fa0;
			}
.copylink	{ font-family: Arial; 
			  font-size: 11px;
			  font-weight: bold;
			  color: 5e5e64;
			}

.menu{
	width: 182px;
}

.inmenu {
padding: 0;
 }
 
 /* Het 100% CSS menu */

 ul, li{
  margin:0;
  padding:0;
  color:#FFFFFF;
  background-color:#0c0054;
 }  

 ul{
  list-style:none;
  height:30px;
  width: 182px;
  display: inline;
  border-bottom:0px dotted #3d3376;
  background-color:#0c0054;
  text-align:left;
 } 

 li{
  position:relative;
  font-family: Trebuchet MS;
  font-size: 11px;
  font-weight:bold;
  padding: 7px 7px 7px 15px;
  background-color:#0c0054;
  border-bottom:1px dotted #3d3376;
  z-index:9;
 }
 li:hover {
	list-style-type:disc;
	list-style-position: inside;
	color:ff6600;
	padding-left: 15px; /*text inspring*/
	background-color:#0c0054;
}
 
li a {text-decoration:none;
  color:#FFFFFF; }

li a:hover {
	text-decoration:underline;
	color:ff6600;
	background-color:#0c0054;
}
  /* decoratieve hover */

 li:hover{
   z-index:15;
  }

 /* Alle subnavigatie verbergen */
  
 ul ul{
  position:absolute;
  display:none;
  right:-182px;
  top:0px;
  height:30px;
  margin-left:15px;
  text-align:left;
  
 }
  
  /* :hover, met specificity */
  
  li:hover ul ul{
   display:none;
  }

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