﻿body {
	background: white;
	font-size: 12pt;
	text-align:left;
	margin:0;
	padding:0;
	}
	
#navigation, #headerImage, #languageNavigation {
	display: none;
	}
	
#layout, #content, #header, #contentSingleWrapper, #mainContent, #contentWrapper {
	width: 21cm; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#logo {
	width:100%;
}

#logo h1 {
	text-indent:0;
	font-size: 16pt;	
	margin: 0;
	padding: 0; 
	text
}


a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

