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

#menu, #rechtermenu, img, .slot, #footer, .CollapsiblePanel{
	display:none;
   }
 	
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 ;}

h1.titel{
	border-bottom: 0px solid;
	font-size:12pt;
	margin:10pt;
	margin-left:2pt;
	}

a:link, a:active, a:visited{
	 	text-decoration: underline;
		color:black;
		}	 		
		
P{
	margin-left:10pt;
	margin-right:10pt;
	}
#kruimelpad {
	background: white;
	text-align:right;
   }

ul.TabbedPanelsTabGroup{
	display: none;
}
.noprint{
display:none
}
.TabbedePanels {
overflow:visible !important;
}
.TabbedPanelsContent{
display:block !important;
overflow:visible !important;
height: auto !important;
}
/* 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*/	

.AccordionPanelTab {
	border:none;
}

.Accordion {
	overflow: visible !important;
	border:none;
}
.AccordionPanelContent {
display: block !important;
  overflow: visible !important;
  height: auto !important;
  border:none;
}


.AccordionPanelOpen .AccordionPanelTab {
	 border:none;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	
}
.AccordionPanelOpen .AccordionPanelTabHover {
	
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	
}



  	

