.vertical-top, body {
	margin: 0px 8px 0px 8px;
}

.navigation {
	display:none;
}

.vertical-top, .vertical-mid {
	display:block;
	float:left;
	width:100%;
	left:0px;
	padding: 0px 5px 0px 5px;
	background: rgba(255,255,255,0.8);	
}

.vertical-top {
	font-size:2em;
	position:fixed;
	border-bottom: solid 1px black;
	top:0px;
	overflow:hidden;
	height:1.2em;
}

.vertical-mid {
	padding-top:2em;
	margin-top:2%;
}

.banner-left, .banner-mid, .banner-right {
	float: left;
	height: 100%;
}

.banner-mid {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 80%;
	border-color: lime;
}

.banner-left, .banner-right {
	min-width: 20px;
}

nav ul {
	padding:0px;
	/* gleich mit h2 in style.css*/
	font-size:20px;
	font-weight:300;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

nav li a {
	display: block;
	padding: 8px 16px;
	color: #000;
	margin: 0px;
	border: 1px solid black;
}

.longTable {
	margin: 0px;
}

.longTable th, .longTable td {
  padding: 0px;
  padding-right: 3px;
  border: 0px;
  border-style: none;
  padding-left: 2px;
}

.longTable th {
  font-weight: bold;
}

.search, .search td {
  padding: 0px;
  padding-left: 2px;
  cellspacing: 0px;
  border: 0px;
  border-style: none;
}

.link {
	color: blue;
	cursor: pointer;
}

.link:hover {
	color: red;
}

.teilbild, .vollbild {
	margin-right:0px;
	float:none;
	width:100%;
}

.galerieleinwand {
	width:200em;
	height:60em;
	display:table-cell;
	vertical-align:middle;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:14px;
	padding-right:14px;
}

.galerieleinwand img {
	width:100%;
	max-height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.galeriebild {
	width:4em;
	height:3em;
	margin-right:0.16em;
	margin-top:7px;
	color:#000000;
	cursor:pointer;
	float:left;
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	font-size:5em;
}

.galeriejahr {
	width:98%;
	height:1,5em;
	padding:3px;
	padding-top:10px;
	margin-right:2px;
	margin-bottom:7px;
	color:#000000;
	font-size:5em;
}

.galeriealbum {
	width:98%;
	height:13em;
	padding:3px;
	padding-top:10px;
	margin-right:2px;
	margin-bottom:7px;
	cursor:pointer;
	font-size:5em;
}

.galeriebild img, .galeriealbum img {
	display:block;
	margin-left:auto;
	margin-right:auto;

}
.galeriebild img {
	max-width:99%;
	height:3em;
}

.galeriealbum img {
	max-width:99%;
	height:8em;

}

.galeriebild p, .galeriealbum p , .galeriejahr {
	text-align:center;
	font-weight:bold;
}

.umfrage-element {
	width: 100%;
	height: 8em;
	border-top: 1px solid black;
	padding: 5px 0px 5px 0px;
}

#terminumfrage-terminliste {
	width:100% !important;
}

.umfrage-element-titel, .umfrage-element-auswahl {
	width: 100%;
	font-weight: 200;
}

.umfrage-element-titel {
	height: 3em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.umfrage-element-auswahl {
	height: 5em;
}

.fa-check, .fa-times, .fa-question, .fa-envelope-o {
	font-size:4em !important;
}

.screenonly {
	visibility: hidden;
	height: 0px;
}