/*==============================================================================

	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 {
	font-size: 70%;
/*	font-size: 60%; /* ie */
	line-height: 1.4em;
}

body,
input,
textarea,
select
{
	font-family: verdana, arial, sans-serif;
}

a.skipmenu {
	display: none;
}

.clear {
	clear: both;
}

h1 {	
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
}

h2 {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 0 0;
}

h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 0 0;
}
h4 {
	font-size: 0.8em;
}

h5 {
	font-size: 0.6em;
}

h6 {
	font-size: 0.4em;
}

a, a:link, a:visited, a:hover {
	color: #00f;
	text-decoration: underline;
}


/* CSS for printing and the web-preview (?css=print) of the print */

body *,
#content a.previewPrintIcon {	
	border: 0;
	color:#000;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	*font-family: arial, sans-serif; /* IE bugs on the verdana font*/
	font-size: 10pt;
	line-height: 12pt;
}


#sidebar {
	display: none;
}

a.printIcon {
	margin-top: 20px;
}
a.printIcon img {
	border: 0;
}

body {
	background: #E0DFE3;
}

#container {
	background: #fff;
	width: 680px;
	border: 1px solid #000; 
	margin: 0 auto;
	position: relative;
	padding: 20px;
}

div#grade {
	width: 140px;
	height: 80px;
	margin: 10px 0 0 0;
	position: relative;
}

div#grade span {
	color: #000;
	font-size: 24px;
	font-style: italic;
	position: absolute;
	top: 11px;
	left: 93px;
}

/*header*/

#logo-nl, #logo-en {
	display: block;
	width: 520px;
	height: 95px;
}

#uvaLogo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 185px;
	height: 40px;
}

#header {
	background: #fff;
}

#logo-nl span, #logo-en span, #uvaLogo span {
	display: none;
}

ul#languageLinks {
	display: none;
}

