/* Custom CSS} */
.tooltip1 {
  background:yellow;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    font-size: 12px;
    font-weight: 500;
      width: 100%;
}
h3.moduleh3-sidebar {
color:#ffffff !important; 
}
p {
  padding:1px 0;
}
div {
  padding:1px 0;
}
#header {
 
height:350px;
  padding:none;
  margin:none;
}
#header img {
  max-width: 100%;
  height: auto;
}
#subhead .mod-breadcrumbs__wrapper {
  float: left;
  font-size: 12px;
  color: #fff;
}
.icon-location {
  padding-right: 3px;
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
#subhead .mod-breadcrumbs__wrapper a {
  font-size: 12px;
}
#subhead .mod-breadcrumbs__wrapper a:hover {
  font-size: 12px; 
  color: #fff;
}
#topmenu ul.nav {
  border-width: 1px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
ul.sigFreeClassic {text-align:center !important;}
ul.sigFreeClassic li.sigFreeThumb {float:none !important;display:inline-block !important;}
.jsvisitcounter .col-left {
  font-weight: normal !important;
}
#subhead {
  margin-top: 0;
}
.sidebar-left ul.mod-menu li a img, .sidebar-right ul.mod-menu li a img {
  padding-right: 5px;
}
.mod-menu li.nav-item a:hover, .mod-menu li.nav-item a:active, .mod-menu li.nav-item a:focus {
  background-color: transparent;
  font-weight: normal;
}
.mod-menu li.nav-item.current > a:hover {
  font-weight: bold;
}

#search .search-query, #search .js-finder-search-query {
  border-radius: 0;
  line-height: normal;
  font-size: 14px;
  width: 175px;
  padding-left: 5px;
}
#subhead .search {
  padding-top: 2px;
}
#subhead .search .button {
  vertical-align: middle;
  margin-bottom: 2px;
}
.search .highlight {
  background-color: #dddddd;
  color: #000000;
}
.search a, .search a:hover {
  color: #ffffff;
}
#maincontent {
  margin-bottom: 5px;
  padding: 10px 3% 5px 3%;
  background-image: none;
  background-color: transparent;
  border: 0px solid transparent;
}
#maincontent img, #rightcol img {
  max-width: 100%;
  height: auto;
}
#maincontent.shadowed::before, #maincontent.shadowed::after {
  box-shadow: 0 0 0 #787878;
}
#maincontent > div:not([class*="blog"]):not(#system-message-container), #maincontent .blog-item {
  margin-bottom: 5px;
}
.page-header h1 {
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0 0 2px;
  font-size: 1.4em;
  font-variant: normal;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
fieldset {
  padding: 5px;
}

#subfoot {
  color: var(--allrounder-subfoot-font-color);
  font-size: 12px;
  font-weight: normal;
}
.footerinner {
  height:50px;
}
#footermodules a:hover{
  color: #ddd;
}
.footer-bottom span#date {
  font-size: 12px;
  padding-left: 20px;
  padding-bottom: 1px;
  color: #fff;
}
@media (max-width: 767px) {
nav {
    border-top: 1px double #ffffff;
    border-bottom: 1px double #ffffff;
  }
#subhead nav {
    border-top: 0px double #ffffff;
    border-bottom: 0px double #ffffff;
  }
#search .search-query, #search .js-finder-search-query {
  width: 100px;
}
}
@media (min-width: 768px) {
  #rightcol .moduleh3-sidebar {
    text-align: center;
    padding: 0 10px;
color:#000000;
font-size:18px;
text-shadow:none;
  }
}
@media (min-width: 1400px) {
.container-md {
  max-width: 1210px;
}
}

/* CSS - Old template*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
p {
	margin: 0 0 0.65em;
}
small {
	font-size: 85%;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 1.3em;
}
.table th,
.table td {
	padding: 8px;
	line-height: 1.3em;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #6e6e6e;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1,
.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.table td.span2,
.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.table td.span3,
.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.table td.span4,
.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.table td.span5,
.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.table td.span6,
.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.table td.span7,
.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.table td.span8,
.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.table td.span9,
.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.table td.span10,
.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.table td.span11,
.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.table td.span12,
.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}
.table-noheader {
	border-collapse: collapse;
}
.table-noheader thead {
	display: none;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.boxflex150 {
	width: 850px;
	height: auto;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
}
.boxkalenderblatt50 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 47px;
	border: 1px solid #7A4D28;
	background: #FCF2E5;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.boxkalenderblatt150 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 91px;
	width: 150px;
	border: 1px solid #7A4D28;
	background: #FCF2E5;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.boxkalenderblatt50 .kalenderblatttext50 {
	position: absolute;
	top: 30px;
	left: 0px;
	height: 30px;
	width: 50px;
	font-size: 20px;
	color: #522503;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.boxkalenderblatt150 .kalenderblattjahr150 {
	position: absolute;
	width: 56px;
	height: 20px;
	border: 2px;
	border-color: #522503;
	border-radius: 5px 5px 0 0;
	top: 5px;
	left: 5px;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	color: #ffffff;
	background: #522503;
	text-align: center;
	line-height: 1.3em;
}
.boxkalenderblatt150 .kalenderblatttagdatum150 {
	position: absolute;
	top: 24px;
	left: 5px;
	width: 56px;
	border-left: 2px solid #522503;
	border-right: 2px solid #522503;
	font-size: 36px;
	height: 40px;
	padding-top: 2px;
	color: #522503;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 1.1em;
}
.boxkalenderblatt150 .kalenderblattmonat150 {
	position: absolute;
	top: 60px;
	left: 5px;
	width: 56px;
	text-align: center;
	font-size: 16px;
	line-height: 1.01em;
	padding-bottom: 5px;
	font-weight: bold;
	color: #522503;
	padding-top: 3px;
	background-color: #ffffff;
	border-left: 2px solid #522503;
	border-right: 2px solid #522503;
	border-bottom: 2px solid #522503;
	border-radius: 0 0 5px 5px;
}
.boxkalenderblatt150 .kalenderblatttext150 {
	position: absolute;
	top: 5px;
	left: 70px;
	height: 89px;
	width: 70px;
	font-size: 12px;
	color: #522503;
	line-height: 1.2em;
	padding-right: 5px;
}
.boxglobal {
	position: relative;
	top: 0px;
	left: 0px;
	height: 900px;
	overflow-y: scroll;
	width: auto;
	
}
.dreispaltig {
    -ms-hyphens: auto; 
   -webkit-hyphens: auto; 
   -moz-hyphens: auto; 
   hyphens: auto;
	background: #dadada;
	margin: 5px;
	padding: 15px;
	columns: 3;
	column-rule: thin solid #000000;
	border-radius: 15px;
	text-align: justify;
	column-gap: 31px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-moz-column-rule: thin solid;
	-webkit-column-rule: thin solid;
	-moz-column-rule-color: #000000;
	-webkit-column-rule-color: #000000;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.chrome-border {
	border-radius: 20px 20px 20px 20px;
}
.divbeschreibung {
	height: 35px;
	width: auto;
	border-radius: 15px;
	background: #bdbdbd;
	color: #8b1a1a;
	font-size: 25px;
	padding: 12px 25px 0px 20px;
}
.divvsig {
	text-align: center;
	width: auto !important;
	margin: auto !important;
}
.divvsigpano {
	text-align: center;
	width: auto;
	margin: auto !important;
}
.einspaltig {
    -ms-hyphens: auto; 
   -webkit-hyphens: auto; 
   -moz-hyphens: auto; 
   hyphens: auto;
	margin: 5px;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	column-gap: 0px;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig100 {
	width: 100px;
	margin: 5px;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	column-gap: 0px;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig150 {
	width: 150px;
	margin: 5px;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	column-gap: 0px;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig200 {
	width: 200px;
	margin: 5px;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	column-gap: 0px;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig250 {
	width: 250px;
	margin: 5px;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	column-gap: 0px;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig300 {
	box-sizing: border-box;
	width: 300px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig350 {
	box-sizing: border-box;
	width: 350px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig400 {
	box-sizing: border-box;
	width: 400px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig450 {
	box-sizing: border-box;
	width: 450px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig500 {
	box-sizing: border-box;
	width: 500px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig550 {
	box-sizing: border-box;
	width: 550px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig600 {
	box-sizing: border-box;
	width: 600px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig650 {
	box-sizing: border-box;
	width: 650px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig700 {
	box-sizing: border-box;
	width: 700px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig700brown {
	box-sizing: border-box;
	width: 700px;
	margin: auto;
	padding: 10px 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #2E1003;
}
.einspaltig750 {
	box-sizing: border-box;
	width: 750px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig800 {
	box-sizing: border-box;
	width: 800px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
.einspaltig850 {
	box-sizing: border-box;
	width: 850px;
	margin: auto;
	padding: 15px;
	border-radius: 15px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
}
h1,
h2,
h3 {
	line-height: 1.1em;
color:#000000;
}
h1 {
	font-size: 1.5em;
}
h1.section {
	font-size: 2.2em;
}
h2 {
	font-size: 1.4em;
}
h2.section {
	font-size: 2em;
}
h3.section {
	font-size: 18px;
}
h4 {
	font-size: 1.2em;
}
h4.section {
	font-size: 1.6em;
}
h5 {
	font-size: 1.1em;
}
h5.section {
	font-size: 1.4em;
}
h6 {
	font-size: 1em;
}
h6.section {
	font-size: 1.2em;
}
hr {
  background-color: #000000;
}
p.t11left {
	text-align: left;
	font-size: 11pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #000000;
	line-height: 1.1em;
}
p.t11j {
	font-size: 11pt;
	text-align: justify;
	color: #000000;
}
p.t12j {
	font-size: 12pt;
	text-align: justify;
	color: #000000;
}
p.t12jwhite {
	font-size: 12pt;
	text-align: justify;
	color: #ffffff;
	text-indent: 0.1em;
}
p.t14j {
	font-size: 14pt;
	text-align: justify;
	color: #000000;
}
p.buchstabenabstand03em {
	letter-spacing: 0.3em;
}
p.buchstabenabstand05em {
	letter-spacing: 0.5em;
}
p.buchstabenabstand07em {
	letter-spacing: 0.7em;
}
p.buchstabenabstand1em {
	letter-spacing: 1.01em;
}
.tbl-nav-module {
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #9e9e9e;
	text-align: center;
	border-width: 1px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
}
#table01 {
	border: 1px solid #000000;
	border-collapse: collapse;
	background-color: #C4D3F6;
	margin: auto;
	font-size: 16pt;
	color: #0000cd;
}
#table01 tbody tr:hover {
	background: #FFFDCF;
	color: red;
}
#table01 caption {
	caption-side: top;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background: #dadada;
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15x 0 0;
	-moz-border-radius: 15px 15x 0 0;
	-o-border-radius: 15x 15px 0 0;
	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0000cd;
}
#table01 th {
	background-color: #6D93E1;
	color: #0000cd;
}
#table01 td,
#table01 th {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding: 10px;
	border-spacing: 3px;
}
#tablegeschichte {
	background: #dadada;
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: auto;
	font-size: 16pt;
	color: #000000;
}
#tablegeschichte tbody tr:hover {
	background: #FFFDCF;
	color: red;
}
#tablegeschichte caption {
	caption-side: top;
	padding: 5px;
	font-weight: bold;
	background: #dadada;
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15x 0 0;
	-moz-border-radius: 15px 15x 0 0;
	-o-border-radius: 15x 15px 0 0;
	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0000cd;
}
#tablegeschichte th {
	color: #0000cd;
}
#tablegeschichte td,
#tablegeschichte th {
	vertical-align: top;
	font-size: 16px;
with:30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding: 10px;
	border-spacing: 3px;
        border: 1px solid #000000;
}
.ueberspalten {
	background: #dadada;
	margin: 5px;
	padding: 20px;
	column-rule: thin solid #000000;
	border-radius: 16px;
	text-align: left;
	font-weight: normal;
	font-size: 18pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
}
.ueber8left {
	text-align: left;
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}
.ueber8c {
	text-align: center;
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}
.ueber9left {
	text-align: left;
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}
.ueber9c {
	text-align: center;
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}
.ueber10left {
	text-align: left;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}
.ueber10c {
	text-align: center;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}
.ueber10leftwhite {
	text-align: left;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #333333;
}
.ueber12left {
	text-align: left;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber12cwhite {
	text-align: center;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber12leftwhite {
	text-align: left;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #333333;
}
.ueber12cwhite {
	text-align: center;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #333333;
}
.ueber14c {
	text-align: center;
	font-size: 14pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber14cnwhite {
	text-align: center;
	font-size: 14pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #333333;
	letter-spacing: 1px;
}
.ueber14cwhite {
	text-align: center;
	font-size: 14pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber14left {
	text-align: left;
	font-size: 14pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber16c {
	text-align: center;
	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber16 {
	text-align: center;
	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #333333;
}
.ueber16cwhite {
	text-align: center;
	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber16left {
	text-align: left;
	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber16leftwhite {
	text-align: left;
	font-size: 16pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber18 {
	text-align: center;
	font-size: 18pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #333333;
}
.ueber18c {
	text-align: center;
	font-size: 18pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber18cwhite {
	text-align: center;
	font-size: 18pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber18left {
	text-align: left;
	font-size: 18pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber18leftwhite {
	text-align: left;
	font-size: 18pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber20c {
	text-align: center;
	font-size: 20pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber20c1 {
	text-align: center;
	font-size: 20pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #ffffff;
}
.ueber20cwhite {
	text-align: center;
	font-size: 20pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber20left {
	text-align: left;
	font-size: 20pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber20leftwhite {
	text-align: left;
	font-size: 20pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber22 {
	text-align: center;
	font-size: 22pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #333333;
}
.ueber22cwhite {
	text-align: center;
	font-size: 22pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber22left {
	text-align: left;
	font-size: 22pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber22leftwhite {
	text-align: left;
	font-size: 22pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber24c {
	text-align: center;
	font-size: 24pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber24cwhite {
	text-align: center;
	font-size: 24pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber24left {
	text-align: left;
	font-size: 24pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber24leftwhite {
	text-align: left;
	font-size: 24pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber26c {
	text-align: center;
	font-size: 26pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber26cwhite {
	text-align: center;
	font-size: 26pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber26left {
	text-align: left;
	font-size: 26pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber26leftwhite {
	text-align: left;
	font-size: 26pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber26craimoon {
	text-align: center;
	font-size: 26pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #8B1A1B;
}
.ueber28c {
	text-align: center;
	font-size: 28pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber28cwhite {
	text-align: center;
	font-size: 28pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber28left {
	text-align: left;
	font-size: 28pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber28leftwhite {
	text-align: left;
	font-size: 28pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber30c {
	text-align: center;
	font-size: 30pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber30cwhite {
	text-align: center;
	font-size: 30pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber30left {
	text-align: left;
	font-size: 30pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber30leftwhite {
	text-align: left;
	font-size: 30pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber36c {
	text-align: center;
	font-size: 36pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber36cwhite {
	text-align: center;
	font-size: 36pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber36left {
	text-align: left;
	font-size: 36pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #2E1003;
}
.ueber36leftwhite {
	text-align: left;
	font-size: 36pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
}
.ueber41 {
	text-align: left;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
}
.vierspaltig {
    -ms-hyphens: auto; 
   -webkit-hyphens: auto; 
   -moz-hyphens: auto; 
   hyphens: auto;
	background: #dadada;
	margin: 5px;
	padding: 15px;
	columns: 4;
	column-rule: thin solid #000000;
	border-radius: 20px;
	text-align: justify;
	column-gap: 31px;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-moz-column-rule: thin solid;
	-webkit-column-rule: thin solid;
	-moz-column-rule-color: #000000;
	-webkit-column-rule-color: #000000;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.zweispaltig {
    -ms-hyphens: auto; 
   -webkit-hyphens: auto; 
   -moz-hyphens: auto; 
   hyphens: auto;
	background: #dadada;
	padding: 25px;
	columns: 2;
	column-rule: thin solid #000000;
	border-radius: 15px;
	text-align: justify;
	column-gap: 31px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-moz-column-rule: thin solid;
	-webkit-column-rule: thin solid;
	-moz-column-rule-color: #000000;
	-webkit-column-rule-color: #000000;
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #000000;
}
.mod-randomimage {
  text-align: center;
}

 *{
  
  -ms-hyphens: auto; 
   -webkit-hyphens: auto; 
   -moz-hyphens: auto; 
   hyphens: auto;
}
span.col-left, span.col-right {
  color: #000000;
}

