body {
	color: black;
	font-family: Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 100%;
	padding: 10px;
	margin: 0px;
	background-color: #73a3ca;
}

main {
	margin-left: auto; margin-right: auto;
	width: 1024px;
}

header { }
nav { position: sticky; top: 0px;}
section { margin-top: 57px;   }
footer { }

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	color: #e1721b;
}
h1 {
	text-align: right;
	margin: 0px;
	color: white;
	font-weight: bold;
	font-size: 1.8em;
}
h2 {	text-align: left;	clear: both; }
h3 {	text-align: left;	clear: both; }
h4 {	font-weight: bold; }

a {
	color: #e1721b;
	text-decoration: underline;
	padding: 1px;
}
a:hover {
	color: white;
	background-color: #e1721b;
	text-decoration: none;
}

.error {	color: #cc0033; }
.breaker {	clear: both;}

/* ------------- Menüs --------- */
nav {
	background-color: #e1721b;
	float: right;
	position: sticky;
	margin-top: 10px;
	margin-bottom: -12px;  
	width: 580px;
	height: 47px; 
	z-index: 100;
	border-radius: 10px 10px 0px 0px;
}

nav h2 { position: absolute; top: -2000px; }

nav p, nav a { margin: 0px; }
nav h3 { display: inline; }
#homeMenu { font-size: 2em; position: relative; top: -10px; margin: 0px; color: white;}
nav h3#homeMenu { display: block; }


nav h3 a {
	float: left;
	padding: 13px 15px 11px 15px;
	margin: 0px; 
	text-align: center;
	font-size: 1em;
	text-decoration: none;
	color: white; 
	font-weight: bold;
	cursor: pointer;
	font-family: PT Sans, Helvetica; Arial, Sans-Serif;
}
#homeMenu a {
	padding: 13px 15px 7px 15px;
	border-radius: 10px 10px 0px 0px;
} 
nav h3 a:hover {
	background-color: white;
	color: #e1721b;
}
nav h3.open a, nav a.selected {
	background-color: #eee;
	color: #e1721b;
}

nav .menu:hover ul {
	display: block;
}

nav .menu ul {
	background-color: white;
	padding: 0px;
    display: none;
    position: absolute;
    top: 47px; 
    min-width: 160px;
	box-shadow: 8px 6px 12px rgba(0, 0, 0, 0.40);
    z-index: 1;
}

.menu:nth-child(2) ul { left: 48px; }
.menu:nth-child(3) ul { left: 175px; }
.menu:nth-child(4) ul { left: 326px; }
.menu:nth-child(5) ul { left: 424px; }
.menu:nth-child(6) ul { left: 515px; }
.menu:nth-child(7) ul { left: 630px; }
.menu:nth-child(8) ul { left: 660px; }

nav ul { margin: 0px; padding: 0px; }
nav li, nav p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav ul a, nav ul p {
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #294E95;
	padding: 5px 10px 5px 10px;
}
nav ul p {	color: black; }
nav ul p.abschnitt {	border-top: 1px solid #e1721b; }
nav ul a:visited { color: #e1721b; }
nav ul a:hover {
	background-color: #e1721b;
	color: white;
}

nav .hasSubMenu { display: none; }
/* ------------- Ende Menüs --------- */

.searchform {
	display: none; 
	background-color: white;
	padding: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.40);
}

.searchform input.text {
	width: 160px;
	margin: 0px 0px 5px 0px;
}
.searchform input.button {	float: right; }
.searchform h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

.content {
	background-color: white;
	text-align: left;
	padding: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.40);
	margin-bottom: 15px;
	overflow: auto;
}

.meta { border-bottom: 1px solid #ccc; clear: both; margin: 0px; font-size: 90%; width: 100%; }

.localNav { }
.localNav a { text-decoration: none; padding: 2px; }

.metaData { color: #666; text-align: right;}

.label {
	width: 130px;
	display: block;
	float: left;
}

.explanation {
	font-size: 90%;
	padding-left: 5px;
}

img {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.40);
	margin: 0px 10px 10px 10px;
}

img.teaserimage {
	float: right;
}

#map img, .noImgDeko img { border: none; margin: 0px; box-shadow: none; }

.bildmitunterschrift {
	border: 1px solid black;
	float: left;
	text-align: center;
	font-size: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
.bildrechts {
	border: 1px solid black;
	float: right;
	text-align: center;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
img.unlined {
	display: block;
	border: 0px;
}

.teaser { margin-bottom: 40px; overflow: auto;}

.teaser h2 {
	margin: 0px 0px 5px 0px;
	font-size: 130%;
	clear: none;
}

.teaser h2 a {
	color: #e1721b;
	text-decoration: none;
	padding: 1px;
}
.teaser h2 a:hover {
	color: white;
	background-color: #e1721b;
}
.teaser .blogdate {	float: right; }

.center { text-align: center; margin-left: auto; margin-right: auto;}

.notiz, {
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-style: italic;
}

.bildunterschrift {
	font-size: .8em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
}

.lupe {
	background-image: url(../pics/lupe.png);
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 100;
	display: inline;
}

.letterline { text-align: center; }
li { margin-bottom: 5px; }

.buttonbar {
	text-align: center;
	margin: 10px 0px 30px 0px;
}
.buttonbar a {
	border: 1px solid #33474f;
	border-width: 1px 2px 2px 1px;
	padding: 4px 8px 4px 8px;
	margin: 10px 10px 20px 0px;
	text-decoration: none;
	color: black;
}
.buttonbar a:hover {
	border-width: 2px 1px 1px 2px;
	background-color: #99aabb;
}
.blogdate, .blogMoreLink {
	text-align: right;
	font-style: italic;
}

.blogTeaser {
	border-bottom: 1px dashed black;
	margin-bottom: 10px;
}

table.inhalt { border-collapse: collapse; }

table.inhalt td, table.inhalt th {
	padding: 4px;
}

table.inhalt td:nth-child(n+2) { border-left: 1px solid #ccc; }
table.inhalt th:nth-child(n+2) { border-left: 1px solid #eee; }

table.inhalt th { background-color: #ccc; text-align: center; }

table.inhalt tr:nth-child(even) td {	background-color: white; }
table.inhalt tr:nth-child(odd) td {	background-color: #eee; }

table.mostlyCentered td:nth-child(n+2) { text-align: center; }

