body {
	background-color: #ffffff; 
	background-attachment: fixed;
}
body,td,th {
	color: #000000;
}
td, th, input, select, textarea {
	font-size: 13px; 
}
input, select, textarea {
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #5050FF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.Feld500, .Bereich {
	background-color: #99CCFF;
	width: 500px;
	border: 1px solid #996600;
}
table {
	border: 2px #000000;
	background-color: transparent;
	border: none;
}
th {
	background-color: transparent;
	text-align: left;
	font-weight: normal;
}
td {
	background-color: transparent;
}
.TableLeftColor {
	background-color: transparent;
}	
.tableimg { 
	border: 1px solid #a0a0a0; 
	background: linear-gradient( to right, #FBDC5F, #FFFFFF);
}
.td1 {
	background-color: transparent;
}
.TableHeader {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.TableHeaderBold {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
a.TableHeaderBold:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.TableHeaderBold:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.TableHeaderBold:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a.TableHeaderBold:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.TextPages {
	color: #000000;
	font-size: 12px;
}
a.TextPages:link {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
a.TextPages:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
a.TextPages:hover {
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
}
a.TextPages:active {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
.HeaderFont {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.TitelFont {
	font-size: 13px;
	white-space: pre-wrap;
}
.ViewsFont {
	font-size: 10px;
}
.AdminFont {
	font-size: 9px;
}
.AdminFontBig {
	font-size: 16px;
	font-weight: bold;
}

#gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	max-width: 1000px;
}
.scene {
	width: 180px;
	height: 280px;
	padding: 0px 2px;
}
.name {
	width: 120px;
	min-height: 45px;
	white-space: pre-wrap;
	font-size: 16px;
}

.img-hover-zoom {
	overflow: hidden;
}
.img-hover-zoom img {
	transition: transform .3s ease;
	margin-top: 4px;
}
.img-hover-zoom:hover img {
	transform: scale(1.1);
	cursor:pointer;
}

.slide-text {
	width: 90%;
	color: #000;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-family: Helvetica, Arial, san-serif;
}
.slide-text2 {
	width: 90%;
	color: #000;
	margin: auto;
	text-align: center;
	font-size: 16px;
	font-family: Helvetica, Arial, san-serif;
}
.slide-bg {
	background: #fce9a5;
	border: 1px solid #044062;
	text-shadow: 0 1px 1px #fce9a5;
	border-radius: 25px;
	margin:  auto;
	min-height: 70px;
	max-width: 725px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 90%;
	background-image: -webkit-gradient(linear,left top,left bottom,from( #f7d535 ),to( #fef7d8 ));
	background-image: -webkit-linear-gradient( #f7d535,#fef7d8 );
	background-image: -moz-linear-gradient( #f7d535,#fef7d8 );
	background-image: -ms-linear-gradient( #f7d535,#fef7d8 );
	background-image: -o-linear-gradient( #f7d535,#fef7d8 );
	background-image: linear-gradient( #f7d535,#fef7d8 );
}
.slide-center {
	display: flex;
	position:absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.slide-bg:after {
	content: '      Zum Anschauen der Bilder nach links/rechts wischen. \A      Zum Beenden nach oben oder unten wischen. \A      Es k\0000F6nnen auch die Pfeil links/rechts Tasten verwendet werden.';
	text-align: center;
	color: #303030;
	font-size: 10px;
	font-family: Helvetica, Arial, san-serif;
	white-space: pre;
	margin: 30px auto 0;
	display: flex;
}




