/*
linkermenu.css
(c)2006 HeRiAn internetdiensten te Nijkerk
Webdesign, hosting en websiteoptimalisatie.
http://www.herian.info/
*/ 


div#linkermenu {
	position:fixed;
	top:2em; left:0em; height:100%; width:12.5em;
	padding:6.25em 0em 0em 0em;
	border-style: none; background-color:#ff0000;
	background-image: url(../plaatjes/fotos/bg-witboven.jpg);
	background-repeat: repeat-x;
	margin:0em 0em 0em 0em; text-align:center;
	font-family: verdana, serif;
	box-sizing: border-box; /* box sizing css3 standard */
	-moz-box-sizing: border-box; /* box sizing gecko specific */
}			
		
	p i {
	font-weight: bolder;
	text-decoration: underline;
	}
		
div#linkermenu ul {
	display:block;
	width:10em;
	padding:0em;
	border:0;
	margin:0;
	list-style:none;
	text-indent:0;
	box-sizing: border-box; /* box sizing css3 standard */
	-moz-box-sizing: border-box; /* box sizing gecko specific */
	}
	
	/*daarna van het lijst item */
	
div#linkermenu li {
	display:block;       /*deze is belangrijk */
	width:10em;          /*geef een breedte op!*/
	text-align:left;
	text-indent:0.75em;
	line-height:150%;
	padding:0em;
	font-weight:500;
	border:0em;
	margin:0.5em ;
	border: outset 3px;
	color:white;
	box-sizing: border-box; /* box sizing css3 standard */
	-moz-box-sizing: border-box; /* box sizing gecko specific */
	}
				
				
div#linkermenuactive {
	font-weight:bold;
	
	background-color:#000066;
	display:block;
	width:100%; 
	color:#fff;
	border-left: 10px solid #99ccff;
	overflow: hidden ;
	box-sizing: border-box; /* box sizing css3 standard */
	-moz-box-sizing: border-box; /* box sizing gecko specific */
	}
	
	
	
div#linkermenu li a:hover, #linkermenu li a:active, #linkermenu li #linkermenuklik a {
	display:block;
	width:100%;
	background-color:#fff;
	color:#000080;
	font-weight:500;
	text-decoration:none;
	border-left: 10px solid #000080;
	overflow: hidden ;
	box-sizing: border-box; /* box sizing css3 standard */
	-moz-box-sizing: border-box; /* box sizing gecko specific */
	}
	

div#linkermenu li a:visited, div#linkermenu li a:link {
	display:block;
	width:100%;
	background-color:#fff;
	color:#000066;
	font-weight:500;
	text-decoration:none;
	overflow: hidden ;
	box-sizing: border-box; /* box sizing css3 standard */
	-moz-box-sizing: border-box; /* box sizing gecko specific */
	}
	
div#linkermenu li a {
	display:block;
	width:100%;
	background-color:#000066;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	border-left: #99ccff 10px solid;
	overflow: hidden ;
	box-sizing: border-box; /* box sizing css3 standard */
	-moz-box-sizing: border-box; /* box sizing gecko specific */
	}
	
	

		
div#linkermenuklik {font-weight:bold;
	}
	

	
img {/* border style for all images */
     border: 0;
		}
  
img.b {/* replacement for <br /> after images */
     display: block; /* forces line break for content after */
		}
		
 img.HeRiAn-naamklein {
	margin: 0em;
	width: 4.6875em;
	height: 1.25em; 
	}
		
img.gevonden {
	border:0em; 
	padding:0em 0em 0em 0em;
	margin: 2em 3.9em; 
	height:3.4375em;
	width:3.4375em;
	}
		   
	
/*
linkermenu.css
(c)2006 HeRiAn internetdiensten te Nijkerk
Webdesign, hosting en websiteoptimalisatie.
http://www.herian.info/
*/ 