/************************************************/
/* Bouman GGZ corporate website            			*/
/* Website styles                               */
/* Medium: print                            		*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc            						*/
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/************************************************/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 80%;
	color: #000;
	text-align: left;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300; 
	background: transparent; 
	margin-bottom: 1em;
}
h1 {font-size: 2em}
h2 {font-size: 1.2em}
h3 {font-size: 1.1em}
h4 {font-size: 1em}
h5 {font-size: 1em}
h6 {font-size: 1em}

/* Header */
#logo {
	width: 100%;
	margin:0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #a9c399;
}

#headerUtilities {display: none;}
#mainNav {display: none;}
#banner {display: none;}
#columnLeft {display: none;}
#breadcrumb {display: none;}
#sideBar {display: none;}
#return2list {
	display: none;
}

#footer {
	padding: 1em;
	font-size: .8em;
	text-align: center;
	border-top: 1px solid #a9c399;
}
#footer a {
	color: #888;
	text-decoration: none;
}