﻿.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: #545050;
}
.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_fett {
	text-align: left;
	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: 18px;
	color: #000000;
}
a:link    {
	font-family: Calibri, Verdana;
	color: #660101;
	text-decoration: none;
	font-size: large;
}
a:visited {
	font-family: Calibri, Verdana;
	color: #660101;
	text-decoration: none;
	font-size: large;
}
a:hover   {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Calibri, Verdana;
	font-size: large;
}
a:active  {
	color: #999999;
	text-decoration: none;
	font-family: Calibri, Verdana;
	font-size: large;
}
a:focus   {
	color: #660101;
	text-decoration: none;
	font-family: Calibri, Verdana;
	font-size: large;
}
.menue {
	text-align: center;
	font-family: Calibri, Verdana;
	font-size: large;
	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.4);
}
.zentrierte-tabelle {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.4);
}
.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 {
	text-align: left;
	font-family: Calibri, Verdana;
	font-size: large;
	color: #000000;
}
h2 {
	font-family: Calibri, Verdana;
	font-size: large;
	color: #000000;
	text-align: left;
}
