﻿body {
	padding: 0;
}

#container {
	min-width: 100px;
	margin: 0;
}

#content {
	margin: 0;
	padding: 0.6em;
	font-size: 85%;
	text-align: left;
	border-radius: 0;
}

#content div.image-container-700px {
	padding: 0;
}

#content div.image-container-500px {
	padding: 0;
}

#content div.image-container-300px {
	padding: 0;
}

#content img.scaled {
	border-radius: 0;
}

#content span.optional {
	display: none;
}

#content div.logo-container {
	text-align: center;
	padding: 0.5em 0em 0em 0em;
}

#content div.logo-container img {
	width: 100px;
	height: auto;
	border: none;
}

#content div.small {
	text-align: center;
	text-decoration: underline;	
	font-size: 75%;
}

header {
	height: 6em;
	margin: 0;
	border-radius: 0;	
}

header h1 {
	font-size: 200%;
}

header h3 {
	font-size: 65%;
}

header div.source {
	font-size: 50%;
}

#menu {
	display: none; /* Navigationsmenü für Standard-Layout nicht zeigen */
}

#content table {
	width: 80%;
	max-width: 400px;
	font-size: 80%;
}

#content th {
	padding: 0.4em 0.5em 0.3em 0.5em;
	text-align: center;
}

#content th.optional{
	display: none;
}

#content td {
	padding: 0.4em 0.5em 0.3em 0.5em;
	text-align: center;
}

#content td.optional{
	display: none;
}

#map-container {
	width: 300px;
	max-width: 80%;
	height: 450px;
}

#map-container img {
	height: 430px;
	width: auto;
}

#nav {
	display: block;
	background-color: #fafafa;
	font-family: inherit;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0em 0em 0em;
	white-space: nowrap;
	overflow: hidden;
}

#nav table {
	border: none;
    margin-left: auto;
    margin-right: auto;
}

#nav td.left {
	width: 45%;
	text-align: right;
}

#nav td.center {
	width: 10%;
	min-width: 40px;
	text-align: center;
}

#nav td.right {
	width: 45%;
	text-align: left;
}

#nav img.button {
	background-color: #dfdfff;
	border: 1px solid;
	padding: 0.4em 0.3em 0.4em 0.3em;
	vertical-align: middle;
}

#nav img.button:hover {
	background-color: #bbbbff;
}

#navbottom {
	display: block;
	background-color: #fafafa;
	text-align: center;
	padding: 0em 0em 1em 0em;
	overflow: hidden;
}

#navbottom img.button {
	background-color: #dfdfff;
	border: 1px solid;
	padding: 0.4em 0.3em 0.4em 0.3em;
	vertical-align: middle;
}

#navbottom img.button:hover {
	background-color: #bbbbff;
}

#navmenu {
	display: block;
	font-family: inherit;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 3em;
	margin-bottom: 0.5em;
}

#navmenu a {
	background-color: #dfdfff;
	border: 1px solid;
	padding: 0.5em 0.4em 0.5em 0.4em;
/*	border-radius: 0.2em; */
    text-decoration: none;
	white-space: nowrap;
}

#navmenu a:hover {
	background-color: #bbbbff;
}
