@charset "UTF-8";

/* mobile styles */

body {
	font: 10px Baskerville, "Baskerville Old Face", serif, "Times New Roman", Times, serif;
	background: #fff;
	padding: 3px;
	color: #333333;
	margin: 0;
}
#search {
	display: none;
}
.layout #footer {
	display: none;
}
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: 12pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 0;
	padding-left: 100px;
	word-spacing: auto;
	letter-spacing: auto;
	line-height: 6px;
}
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: 12pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #8c6239;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0;
	padding-left: 120px;
	word-spacing: auto;
	letter-spacing: auto;
	line-height: 6px;
}
h3 {				/* sets header h3 in grey boxes */
	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: 2pt;
	
}
#header {  /* header with logo as background image */
	background-position: 10px 7px;  /* background image has to be relative to Document! */
	width: 250px;	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;
}
#container img { 
	max-width: 250px;
}
#mainContent {
	background-color: #EEEEEE;
	width: 250px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 10px;
	filter: Alpha(Opacity=75);
	opacity: 0.75;
	margin-bottom: 10px;
	z-index: 1100;
	margin-top: 20px;
	overflow: hidden;
}
#Navigation {
	width: 250px;
}
#imagetopright {
	width: 250px; /* displays large 600x800dpi image top right */
	padding: 0px;
	height: 342px;/* If background image does not work, check it is set relative to Document */
	margin-top: 10px;
	z-index: 900;
	overflow: visible;
	float: none;
	margin-right: 3px;
	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: 12px;
	font-variant: small-caps;
	color: #8c6239;
	letter-spacing: auto;
	word-spacing: auto;
	width: 250px;
	margin-right: 3px;
	margin-left: 3px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	clear: left;
	line-height: 12px;
}
#info {   /* displays Back to Top and Click Textfield... */
	display: none;
}
.imagegallerycontainer {
	width: 250px;
	height: 342px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.imagegalleryfloatingtext {
		display: none;
}
.imagegalleryLargeImage {        /* This is the large image below the top section on the left */
	width: 250px;
	margin-left: 0px;
	display: block;
}
.imagegalleryLargeImage img {
	width:100%;
	height:100%;
} 
.imagegallerytable {
		display: none;
}
.thumbs {				/* This ensures all table rows are the same width of 100px */
		display: none;
}
.center {
	width: 100%; !important;
	text-align: center;
}
	

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}
