/* print css XHTML strict voor standaardbrowsers /
/* versie 27 feb 05, nog verder indikken en apart kleur.css maken */

body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt; 
    } 

/* ------- de vier div blokken container, naviagtie links en richts, content --------*/
div#container{
}

#hoofd {
	background: white;
   }
		
div#menu {
	display:none;
   }
 div#submenu{
	display:none;
    } 
	
h1.titel{
	font-size:12pt;
	border: 1px solid;
	margin:10pt;
	padding:5pt;
	}
	
h1,h2,h3{
	border-bottom: 1px solid;
	margin-top:5pt;
	margin-bottom: 0em;
	margin-right: 25%;
	margin-left:2pt;
}	
h1 {font-size: 12pt;  }
h2 {font-size :11pt ;}
h3 {font-size :10pt ;}

a:link, a:active, a:visited{
	 	text-decoration: underline;
		color:black;
		}	
 		 
img{
	display:none
	}	

img.logo{
	margin-left:0em;
	margin-top:0em;
	border:0;
	}

P{
	margin-left:10pt;
	margin-right:10pt;
	}

/* stijl voor de leesboeken*/
div.fjall{
	margin-right:20%;
	margin-left:auto;
	width:60%;
}
div.fjall p{line-height:1.3em}
div.poezie{
	font-size:120%;
	margin-left:20%;
}
div.poezie p{margin-top:1.5em}

/* einde stijl leesboeken*/	



  	
