﻿.hintergrund {
	background-image: url('bilder/hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	background-clip: content-box;
}
.texthell {
	font-family: Calibri, Verdana;
	font-size: large;
	color: #FFFFFF;
}
.titel {
	text-align: center;
	font-family: Calibri, Verdana;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.text_zentriert {
	text-align: center;
	color: #000000;
	font-size: large;
	font-family: Calibri, Verdana;
}
.text_links {
	text-align: left;
	font-family: Calibri, Verdana;
	font-size: large;
	color: #000000;
}
.text_links_rot {
	text-align: left;
	font-family: Calibri, Verdana;
	font-size: large;
	color: #ff0000;
}
.text_links_fett {
	text-align: left;
	font-family: Calibri, Verdana;
	font-size: large;
	color: #000000;
	font-weight: bold;
}
.text_rechts_fett {
	text-align: right;
	font-family: Calibri, Verdana;
	font-size: large;
	color: #000000;
	font-weight: bold;
}

.text_tab_zen {
	text-align: center;
	font-family: Calibri, Verdana;
	font-size: 18px;
	color: #000000;
}
.text_tab_links {
	text-align: left;
	font-family: Calibri, Verdana;
	font-size: large;
	color: #000000;
}
a:link {
	font-family: Calibri, Verdana;
	color: #660101;
	text-decoration: none;
	font-size: 14pt;
}
a:visited {
	font-family: Calibri, Verdana;
	color: #660101;
	text-decoration: none;
	font-size: 14pt;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Calibri, Verdana;
	font-size: 14pt;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Calibri, Verdana;
	font-size: 14pt;
}
a:focus {
	color: #660101;
	text-decoration: none;
	font-family: Calibri, Verdana;
	font-size: 14pt;
}
.menue {
	text-align: center;
	font-family: Calibri, Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	color: white;
	text-align: center;
	font-family: Calibri, Verdana;
	font-size: large;
}
.tabellenhintergrund {
	background-color: rgba(255, 255, 255, 0.8);
	vertical-align: top;
}
.zentrierte-tabelle {
	width: 1000px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.8);
}
.zentrierte-tabelle-rahmen-rot {
	border: medium double #ff0000;
	width: 1000px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.8);
}
.page_margins {
	width: auto;
	max-width: 900px;
	min-width: 300px;
	margin: 0 auto;
}
nav {
	text-align: center;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	display: inline-block;
	margin: 0 .5em;
	padding: 0;
/* IE7 Bugfix */zoom: 1; *;
	display: inline;
}
h1 {
  display: block;
  font-family: Calibri, Verdana;
  font-size: large;
  color: #000000;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
h2 {
  display: block;
  font-family: Calibri, Verdana;
  font-size: large;
  color: #000000;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
h3 {
  display: block;
  font-family: Calibri, Verdana;
  font-size: large;
  color: #000000;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
.bildz {
	display: flex;
	justify-content: center;
	align-items: center;
}
.text_zentriert_rot {
	text-align: center;
	font-size: 18px;
	font-family: Calibri, Verdana;
	color: #FF0000;
}
