/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70
					
==============================================================================*/

/* ============================================================================= 
	STYLES FOR PRINT-CONTENT 
============================================================================= */

body * {	
	border: 0;
	color: #000000;
	background : #ffffff;
	text-decoration: none;
	font-family: Arial, "Times New Roman", Times, serif;  /* IE bugs on the verdana font*/
	font-size: 10pt;
	line-height: 12pt;
}

body,
input,
textarea,
select
{
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
}

a.skipmenu {
	display: none;
}

.clear {
	clear: both;
}

h1 {	
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 16pt;
	line-height: 16pt;
	margin: 0 0 6pt 0;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0 0 3pt 0;
}

h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 12pt;
	line-height: 12pt;
	margin: 0 0 0 0;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 10pt;
}

a, a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}

#printlogo {
	display: block;
}
	
#header form {
	display: none;
}
#mainmenu {
	float: left;
	width: 150pt;
	border: 1pt solid #ddd;
	margin-right: 20pt;
	padding: 0;
	
}



#mainmenu ul {
	margin-top: 1pt;
	padding: 0 10pt 0 10pt;
	list-style: none;
}

#mainmenu ul.level0 li a {
	border: 1pt solid white;
	font-weight: bold;
	list-style: none;
	line-height: 1
}

#mainmenu ul.level1 li a {
	border: 1pt solid white;
	font-weight: normal;
	list-style: none;
}

#mainmenu span {
	font-size: 0.9em;line-height:  0.7em;
}

#mainmenu span:hover {
	font-size: 0.9em;
}

#mainmenu ul li a {
	margin: 0;
	font-size: 0.9em;
	text-decoration: none;
}

#content {
	margin-top: 15pt;
}

#rightbar {
	display: none;
}

.calendar-widget,
.info-available {
	display: none;
}

#header span {
	float: right;
	margin-bottom: 20pt;
	font-weight: bold;
	font-size: 16pt;
}

div#footer {
	display: none;
}