/*
==============================================
Layout Style Sheet (for version 5 browsers and above)
version:  1.0
site:     Remmerswaal Accountants (remmerswaal-vervolg-print)
author:   Peter Ruijter (www.bedrijvenweb.nl)
date:     March 4th, 2008
=================================================
*/
* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #000000;
	text-align:left;
}

@page {
	margin: 2cm;
}

div{	
}

/*= HEADER
======================================================*/
#header-row,
#content-header,
#content-middle,
#content-wrap, /* Vervolg template */
#footer-wrap,  /* Vervolg template */
#content-footer {
	display:block;	
}

/* hacks */
* html #content-wrap {
	margin-top: -179px;	
}
*+html #content-wrap {
	margin-top: -179px;
}
* html #header-a,
* html #header-b,
* html #header-c,
* html #content-a,
* html #content-b,
* html #content-bm,
* html #content-c,
* html #footer-a,
* html #footer-b,
* html #content-header-a,
* html #content-header-b,
* html #content-header-c,
* html #content-middle-a,
* html #content-middle-b,
* html #content-middle-c,
* html #content-footer-a,
* html #content-footer-b,
* html #content-footer-c {
	margin-bottom: 0;
	/*width: 95%;*/
	padding-bottom: 0;
}
*+html #header-a,
*+html #header-b,
*+html #header-c,
*+html #content-a,
*+html #content-b,
*+html #content-bm,
*+html #content-c,
*+html #footer-a,
*+html #footer-b,
*+html #content-header-a,
*+html #content-header-b,
*+html #content-header-c,
*+html #content-middle-a,
*+html #content-middle-b,
*+html #content-middle-c,
*+html #content-footer-a,
*+html #content-footer-b,
*+html #content-footer-c {
	margin-bottom: 0;
	/*width: 95%;*/
	padding-bottom: 0;
}
#header-b,
#header-c,
#sub-header,
#content-a,
#subroutines,
#content-c{
	display: none;
}

#header{
	display: block;
}

#wrap{	
	display: block;
	margin-left:0px;	
}

#content-b {	
	margin-top: 180px;
	display: block;
	text-align:left;
	white-space:normal;
	/*border: #FF00FF solid 0px;*/
	padding-left:20px;
	padding-right:20px;	
	z-index:999;	
	/*background-color:#ffff00;*/
}

