.bodyblank
{
	background-color:#4A4A4A;
	font-family: Verdana;
	font-size: 11px;
}

.bodywhite
{
	
	color: #4A4A4A;
	z-index:1;
	font-family: Verdana;
	font-size: 11px;
}

.bodyblack
{
	color: #969696;
	background-color:#000000;
	font-family: Verdana;
	font-size: 11px;
	margin:0px;
}

.farbe1
{
	background-color:#0620C1;
	color:#FEFEFE;	
}

.farbe2
{
	background-color:#FEFEFE;
	color:#0620C1;	
}

a:link
	{color:#B40000; text-decoration: none;}
a:visited
	{color:#FF0000; text-decoration: none;}
a:active
	{color:#FF0000; text-decoration: none;}
a:hover
	{color:#9b0000; text-decoration: underline;}

img.logo
{
  z-index:-1;
	position:fixed;
  _position:absolute;
  bottom:5px;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
  right:5px;
  margin:0;
  padding:0;
  background:white;
}

.navi
{
  font-size:12px;
  position: absolute;
	left: 15px;
	top: 15px;
}

table.text3
{
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
}

tr
{
	font-family: Verdana;
	font-size: 12px;
}

.liste
{
	font-size: 12px;
	color: #626C6E;
	margin-top: 17px;
	margin-left: 8px;
	margin-right: 17px;
	text-decoration: none;
	text-align: justify;
}

.feld 
{
	
	border-style:solid;
	border-color:#470000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#756EBD;
	scrollbar-shadow-color:#333333;
	font-family:Arial;
	font-size:11px;
	color:#4A4A4A;
}

.legende
{
	font-size:14px;
	font-family:arial;
	color:#A6A690;
}

.liste
{
	background-color:#3C0000;
	border-style:solid;
	border-color:#470000;
	font-family:Arial;
	font-size:12px;
	color:#A6A690;
}

.gruppe
{
	border-color:#470000;
	border-style:solid;

}

.buttons
{
  font-size:11px;
	color:#4A4A4A;
	border-color:#470000
}

.linie
{
	font-size:11px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-style:solid;
	border-bottom-color:#470000;
	color:#4A4A4A;
}

.tabelle
{
	border-color:#333333;
}

h1 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

h4 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 24px;
}

p {
	font-family: Verdana;
	font-size: 12px;
}

.newsdate {
	font-weight: bold;
	margin-bottom: 6px;
}

.newshead {
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 6px;
}

.newslast {
	margin-top: 0px;
	margin-bottom: 20px;
}

.float {
	float: left;
	margin-right: 4px;
}

.buttons {
	font-size:16px;
	color:black;
	background-color: white;
	border: 2px solid #F44336;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition-duration: 0.4s; / *Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 2px 4px;
}

.buttons:hover {
	color:white;
	background-color: #F44336;
	text-decoration: none;
	
}
