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

.tabel01	{ width: 766px; }

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

.footer		{ background-image:url(../images/template/footer.gif);
			  height: 38px; }
			  
.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;
	color:#ff6600;
  }

 /* 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;
  }	
