body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: sans-serif;
	background-color: #f1f1f1;
}
img {
	
	max-width: 100%;
}
h3 {
	padding-top: 1em;
}

#pagetitle, #navpos {
	display: none;
}
nav li.highlight a {
	_border-bottom: 0.1em solid #757575;
	_text-decoration: underline;
}
nav li {
	_border: 0.1em solid rgba(0, 0, 0, 0);
}
a:link {
	_text-decoration: none;
}
a:link:hover {
	_text-decoration: underline;
	text-decoration: none;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	_border: solid thin gray;
	background-color: #fcfcfc;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
header {
	margin-top: 10px;
}
#header {
	_height: 150px;
	_background-image: url("../media/banner.png");
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	_border: solid thin black;
}
#header img {
	max-width: 100%;
}
#header span {
	font-size: 4em;
}
nav {
	_border: solid thin black;
	text-align: center;
	
}

nav a:link:hover {
	text-decoration: none;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	
nav ul {
	padding: 0 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	font-size: 1.5em;
	font-family: sans-serif;
	margin: 0px;
}
	nav ul:after {
		content: "";
		clear: both;
		display: block;
	}
nav ul li {
	float: left;
}
	nav ul li:hover {
	}
		nav ul li:hover a {
			color: #666;
		}
	
	nav ul li a {
		display: block;
		padding: 0.6em 1em;
		color: #757575;
		text-decoration: none;
	}
nav ul ul {
	background: #fff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	font-size: 0.8em;
	background-color: #666;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 1);
}
	nav ul ul li {
		float: none;
		border-top: 1px solid #6b727c;
		_border-bottom: 1px solid #575f6a;
		position: relative;
		
	}
		nav ul ul li a, nav ul ul li a:link, nav ul ul li a:visited {
			padding: 0.5em 2em;
			_color: #757575;
			color: #e8e8e8;
		}	
			nav ul ul li a:hover {
				background: #ccc;
			}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	font-size: 1em;
}
img.toTop {
	width: 1em;
	cursor: pointer;
}
#slideshow {
	height: 200px;
	_border: solid thin black;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}
#slideshowInner {
	width: 10000px;
	height: 100%;
}
#slideshow img {
	_width: 100%;
	max-height: 100%;
	float: left;
	_margin-left: 0.5em;
	_margin-right: 0.5em;
	
}
.spacer {
	height: 50px;
}
#content {
	margin: 10px;
}

footer {
	background-color: #d3d3d3;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 10px;
}
#footer-row {
	width: 100%;
	text-align: center;
}
#footer-row div {
	display: inline-table;
	margin: 20px;
	max-width: 20%;
	text-align: left;
}
footer .highlight {
	font-weight: bold;
}
footer #impressum {
	text-align: center;
	
}
img.foto {
	width: 60%;
}