/************************************************/
/* Fietsberaad 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: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: left;
	background-color: #fff;
}

#header, #mainNavBar, #searchLayer, #subMenu, #breadCrumb, ul.tabs, #SendPage, #Print { display: none; }
#logo_print {
	clear:right;
	width: 100%;
	margin:2em 0 2em 0;
	padding:0;
	display:block;
}

#content {
	font-size:1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600; 
	color: #005a9c;
	margin-bottom: 1em;
}
h1 {font-size: 2em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em; font-style:italic;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

/* tabs */
#Samenvatting, #Files, #RelatedItems, #Kaart, #Bijeenkomsten_evaluatie, #Bijeenkomsten_programma, #Bijeenkomsten_deelnemers, #Comments {
	display: block !important;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #000;
}

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