* {text-align:left;}
body, html {width:100%;height:100%;margin:0;padding:0;}
body { font-family:verdana,sans-serif,helvetica,arial; font-size:80%; line-height:160%; color:#000; text-align:left;}

div#headerPrint { text-align:right; margin:0 0 0 0; padding:0 0 6px 0; }
div#headerPrint img { margin-bottom:15px; }

hr { height:1px; border:0px solid #515151; color:#515151; background-color:#515151; margin:4px 0 4px 0; }
ul { list-style:square; margin:0 0 0 1.4em; padding:0 0 0 0; }
li { line-height:1.2em; margin:0 0 0.5em 0; padding:0 0 0 0; }
p { float:none; margin:0 0 15px 0; line-height:160%; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; color:#666666; font-weight:bold; font-family:verdana,helvetica,arial; margin:4px 0 4px 0; }
h1 { font-size:150%; margin:4px 0 8px 0; line-height:140%; clear:both; border-bottom:1px solid #000; font-family:Arial,verdana,sans-serif,helvetica; }
h2 { font-size:120%; margin:7px 0 2px 0; font-family:verdana,sans-serif,Arial,helvetica,arial; }
h3 { font-size:106%; margin:0 0 2px 0; }
h4 { font-size:100%; margin:0 0 2px 0; color:#333; }
a img {border:none; margin:0 0 0 0; line-height:0px;}
a { text-decoration:underline; color:#000; }
a:hover { text-decoration:underline; color:#000; }
td { vertical-align:top; text-align:left;  }
div.reset { clear:both; height:1px; float:none; font-size:0; }



/* =Main layout 
============================================= */
div#page { width:100%; margin:0 auto; text-align:left; }
	#col1 { display:none; } 
	#col2 { width:100%; }
	#col3 { display:none; }


	div#main { }	
		div#title { display:none; }
		div#content { }
			div#aanbieding { width:150px; float:right; border:1px solid #000; margin:0 0 10px 10px; }
				div#aanbieding h2 { border-bottom:1px solid #000; padding:3px 6px 3px 6px; margin:0 0 0 0; }
				div#aanbieding p { padding:4px 6px 4px 6px; margin:0 0 0 0; }
			div#cherith { display:none; }
			div#banners { display:none; }
	
	#footer { display:none; }
	
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}

