body {
	margin: 0em;
	padding: 0em;
	font: 100% helvetica;
	text-align: center;
	background-color: #D6D6E6;
}

a {
	text-decoration: none;
}

a:link {
	color: #B52C07;
}

a:visited {
	color: #600;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0px;
}

h1 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	text-align: center;
}

#container {
	margin: 1em auto;
	width: 60em;
	text-align: left;
	border: 0.1em solid #676767;
	background-color: white;
}

#logo {
	line-height: 150%;
	height: 10em;
	background-color: #add8e6;
	position: relative;
	color: #000;
	padding: 1em;
}

#logo h1 {
	font-size: 160%;
	margin: 0;
	text-align: left;
	padding-top: 0.5em;
	color: #000;
}

#mainnav {
	width: 100%;
	font: bold 1em Arial;
}

#mainnav ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	border: 0.1em solid white;
	border-width: 0.1em 0;
	background-color: #104E8B;
}

#mainnav ul li {
	display: inline;
}

#mainnav ul li a {
	float: left;
	color: white;
	text-align: center;
	width: 9.9em;
	padding: 0.5em 1em;
	text-decoration: none;
	border-right: 0.1em solid white;
	border-bottom: 0.1em solid white;
}

#mainnav ul li a:visited {
	color: white;
}

#mainnav ul li a:hover, #current {
	color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #1874cd;
}

#content {
	margin-top: 5em;
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: 5em;
	background-color: white;
}

#content h1 {
	background-color: #add8e6;
}

#part {
	padding: 2em;
	color: black;
}

#part p {
	text-align: left;
	line-height: 150%;
	padding-left: 1em;
	padding-right: 1em;
}

#part li {
	line-height: 150%;
}

#sprechzeit {
	float: left;
	width: 40em;
}

#zeitplan {
	margin-left: 1em;
	text-align: center;
}

#zeitplan table {
	border-collapse: collapse;
	margin: 0.1em;
}

#zeittab td {
	border: 0.1em solid black;
	width: 40em;
}

#absprache {
	font-size: 100%;
	border: 0.1em solid black;
}

#notdienste {
	font-size: 100%;
	border: 0.1em solid black;
}

#zeiten td {
	height: 10em;
}

#adresse {
	float: right;
	width: 18em;
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 2em;
	border-left: 0.1em solid #add8e6;
}

#adresse h1 {
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 110%;
	text-align: left;
}

.textcontent {
	font-size: 100%;
	margin-left: 2em;
	padding: 0.5em;
}

#footer {
	clear: both;
	background-color: #add8e6;
	font-size: 90%;
	text-align: center;
	padding: 1em;
}

#impressumcontent {
	padding-left: 5em;
}

#map {
	margin: 2em;
}

#empty {
	font-size: 0;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 0.1em hidden black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 40em;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 1em;

	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -10em;

	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.5em;
	border-width: 0.5em;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

#magnifydiv {
	visibility: visible;
	width: 40em;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 1em;
	border: 0.5em solid red;
	font-size: 150%;
	line-height: 150%;

	position: absolute;
	z-index: 1;
	bottom: 2em;
	left: -5em;
	margin-left: 0em;

	opacity: 1;
	transition: opacity 0.3s;
}

#magnifydiv::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -2em;
	border-width: 2em;
	border-style: solid;
	border-color: red transparent transparent transparent;
}

