/* BASICS */
@page { 
	size: 21.0cm 29.7cm;
	margin-top: 1.7cm;
	margin-bottom: 1.4cm;
	margin-left: 4cm;
	margin-right: 4cm;
}
body { 
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
/* LAYOUT */
a:link { 
	text-decoration: none; 
	color: black;
}
a:visited { 
	text-decoration: none; 
	color: black;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #1C6E63;
	}

#top .text{
	display: none;
	
}

#navigation, .subnavigation, .shortnav, .footer, #login_lang, .search {
	display: none;
}

.logos .left {
	float: left;
	padding-right: 20px;
	margin-bottom: 30px;
}

h1 {
	clear: left;
}
