@charset "ISO-8859-1";

/* Copyright Florian Joerg 2020 */

/* Grundlegender Aufbau*/
body{
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	background-color: white;
	min-width: 66em;
	border: 0 none;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

#top{
	border: 0;
	border-bottom: 4px solid #DDDDDD;
	background-color: #EEEEEE;
}

#middle{
	border: 0;
	background-color: #F4F4F4;
}

#bottom{
	border: 0;
	border-top: 2px dotted #BBBBBB;
	background-color: #EEEEEE;
}

.center{
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 65em;
	overflow: auto;
}

#central{
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	background-color: #FFFFFF;
}

#menu{
	border: 0;
	width: 12em;
	float: left;
}

#page{
	border: 0;
	margin-left: 13em;
	padding-bottom: 3em;
	width: 51em;
}

.hspace{
	font-size: 50%;
	width: 1px;
	height: 1em;
	display: block;
}

h2{
	/* Linie unter Überschriften */
	border-bottom: 1px solid;
}

p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Kopfzeile*/
#toptext{
	float: left;
}

#toptext ul{
	padding-left: 1em;
	font-size: 100%;
	margin-top: 1em;
}

#logo{
	border: 0;
	margin-left: auto;
	margin-right: 2em;
	padding: 0;
	display: block;
}

/* Menu */
#menu ul{
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#menu a{
	color: gray;
	text-decoration: none;
}

#mompg, #menu a:hover{
	color: black !important;
}

/* Page */
.normal{
	color: black;
	font-weight: normal;
}

#page ul li a{
	text-decoration: none;
}

#page form input[type="text"]{
	width: 100%;
	background-color: #F4F4F4;
	border: 1px inset #6666AA;
	border-top-color: #CCCCEE;
	border-left-color: #CCCCEE;
}

#page form textarea{
	width: 100%;
	background-color: #F4F4F4;
	border: 1px inset #6666AA;
	border-top-color: #CCCCEE;
	border-left-color: #CCCCEE
}

/* Fusszeile */
#bottom div a img{
	margin: 1em;
}

#footer{
	color: white;
	background-color: #555555;
	text-align: center;
	padding: 0.1em;
}

#footer p{
	margin: 0;
}

/* Abstimmen der Grï¿½ssen */
small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: xx-large;
 }
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }

/* Formatierung Homepage & Team */
table.homebox {
	width: 100%;
}
table.homebox td {
 border: 1px solid #376092;
 width: 45%;
 margin: 1%;
 padding: 1%;
}
table.homebox td div {
	text-align: center;
}
table.homebox td div h3 {
	color: gray;
}

table.teambox {
	width: 100%;
}
table.teambox td {
	width: 45%;
	margin: 1%;
	padding: 0;
}
table.teambox tr.nextline td {
	padding-top: 4em;
}
table.teambox div.img {
	height: 240px;
	width: 300px;
	overflow: hidden;
}
table.teambox h4.name{
	margin-bottom: 0.5em;
}
table.teambox h4.ort{
	margin-top: 0.5em;
}

/* Formatierung Covid */
img.covid{
	width: 30%;
}

/* Copyright Florian Joerg 2020 */