@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a141b;
	font-size: 28px;
}
.navoben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9C141b;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #9C141b;
}
a:hover {
	color: #006633;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a141b;
	font-size: 16px;
}
body {
	font-size: 14px;
}
.linkaktuell {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #006633;
}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.navlinks:link {
	color:#000000;
 }
a.navlinks:visited {
	color:#000000;
 }
 a.navlinks:hover {
	color:#006633;
 }
 /* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.fltlft50 {
	float: left;
	margin-right: 8px;
	max-width:50%;
	height:auto;
}
.fltrt50 {
	float: right;
	margin-left: 8px;
	max-width:50%;
	height:auto;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; 

}