@charset "UTF-8";
/* CSS Document for printing. Font sizes not true due to scaling! */

a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
#search {
	display: none;
}
#footer {
	display: none;
}
#info {
	display: none;
}
#Navigation {
	display: none;
}
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Baskerville, "Baskerville Old Face", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 5mm;
	padding-right: 15mm;
	padding-left: 5mm;
	padding-bottom: 20mm;
	text-decoration: none;
	height: 295mm;
	width: 210mm;
}
h1 {				/* sets header h1 Holger Christian Lonze in top title */
	font-family: Baskerville, "Baskerville Old Face", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	padding-left: 100px;
	word-spacing: 6pt;
	letter-spacing: 2pt;
	line-height: 14px;
}
h2 {				/* sets header h2 such as page title and section header */
	font-family: Baskerville, "Baskerville Old Face", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #8c6239;
	padding-left: 130px;
	word-spacing: 6pt;
	letter-spacing: 2pt;
	line-height: 21px;
}
h3 {				/* sets header in text */
	font-family: Baskerville, "Baskerville Old Face", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	color: #333333;
	letter-spacing: 2pt;
	word-spacing: 4pt;
}
#header {  /* header with logo as background image */
	background-position: 10px 7px;  /* background image has to be relative to Document! */
	height: 90px;
	padding-top: 18px;
	background-image: url(images/NavBarLogo.gif);
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}
#mainContent {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Baskerville, "Baskerville Old Face", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 170mm;
	filter: Alpha(Opacity=100);
	opacity: 1.00;
	position: relative;
}
#container {
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 170mm;
	position: relative;
}
#imagetopright {
	width: 60mm; /* displays large 600x800dpi image top left and quite small. The quote text is relative to this at the bottom, so cant be displayed separately */
	height: 80mm;
	margin-top: 5mm;
	margin-right: 0mm;
	margin-left: 0mm;
	padding: 0px;
	float: none;
	z-index: 900;
	overflow: hidden;
	position: relative;
}
#imagetopright img {
	width:100%;
	height:100%;
} 
#texttopright {
	display: none;
}
#sectionheader {        /* This is the headline of each section with line below; in h2 style */
	font-family: Baskerville, "Baskerville Old Face", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-variant: small-caps;
	color: #8c6239;
	letter-spacing: 3pt;
	word-spacing: 6pt;
	margin-left: 0pt;
	padding-left: 0px;
	page-break-before: always;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	line-height: 24px;
}
    /* The below items form the gallery sections. It is nestled in a n unmarked div tag which causes display problems? */

.imagegallerycontainer {
	display: none;
}
.imagegalleryfloatingtext {
	display: none;
}
.imagegalleryLargeImage {        /* This is the large image below the top section on the left */
	display: none;
}
.imagegalleryLargeImage img {
	width:100%;
	height:100%;
} 
.imagegallerytable {
	display: none;
}


