﻿body
{	color: #000000;
	background-color: #ffffff;
	font-size: 95%;
	font-family: Arial,Verdana,Calibri,sans-serif;
	margin: 0;

	background-image: url(image/bgnd.jpg);
	background-repeat: repeat-y;
}

img
{	max-width: 100%;
/*	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px; */
	margin-bottom: 5px;
}

a:link
{	color: #0000ff;
	text-decoration:none;
}
a:visited
{	color: #0000C0;
	text-decoration:none;
}
a:hover
{	color: #8080ff;
	text-decoration:none;
	background-color: #ffffff;
}
a:active
{	color: #0000ff;
	text-decoration:none;
	background-color: #ffffff;
}

html>body h1
{	border-color: gray;/* Farbangleichung an den Internet Explorer*/
}

input, textarea
{	font-family: Arial,Verdana,sans-serif;
	font-size: 0.9em;
}

div.Navigation
{	font-size: 0.9em;
	float: left;
	padding: 2px;

/*	margin-right: 5em; */

	background-color: #C0CCD9;
}

div.Navigation h3
{	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	width: 8.5em;
}

div.Navigation ul, div.Navigation select, div.Navigation input
{	width: 8.5em;
	margin: 8px 0 0 0;
	padding: 1px;
	background-color: #C0CCD9;
}

div.Navigation li
{	list-style: none;
	padding: 0 0 1px 0;
}

div.Navigation a
{	display: block;
	width: 8.5em;
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;
}

a.Aktuell
{	background-color: #eeeeee;
}

div#Inhalt
{	z-index:1;
	margin-left: 9em;
	padding-left: 9em;

/*	float: left; */

	width: 533px; 

/*	max-width: 533px; 
	min-width: 488px; */

/*	background-color: #FFFFFF; */

	padding-right: 0.8em;
}

div#Inhalt h1
{	font-size: 1.5em;
	width: auto;
}
 
 div#Inhalt h2
{	font-size: 1.2em;
}

div#Inhalt p
{	font-size: 1em;
}


/* Bilder aktivieren */

.message
{	position: fixed;
	width: 100%;
	display: flex; 
	justify-content: center;
	z-index: 10;
	background: rgba(240, 240, 240, 0.7);
}

.bild
{	object-fit: contain;
	height: 100vh;
}


.preload
{	width: 0px;
	height: 0px;
	border: 0px;
}


p#Fusszeile
{	clear: both;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
	background-color: #C0CCD9;
	border: none;
}

.toTop
{	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	z-index: 5;
}


.Fussbereich
{	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}
