@charset "UTF-8";

a:link { font-weight:bold; color:white; text-decoration:none;}
a:visited { font-weight:bold; color:white; text-decoration:none;}
a:focus { font-weight:bold; color:white; text-decoration:underline;}
a:hover { font-weight:bold; color:#CCCCCC; text-decoration:none;  }
a:active { font-weight:bold; color:#CCCCCC; text-decoration:underline;}




html  {
}

body {
  color: #ffffff;
  background-color:#CCCCCC;
  background-size: 100%;
  font-family: Helvetica;
  font-size: 15px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.kreuz_senkrecht {
	position:fixed;
	right: 0px;
	width: 100%;
	bottom: 0px;;
	height: 40px;
	background-color:#888888;
	color: #000000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	vertical-align:bottom;
	z-index:3;
}

.schriftgroesse {
	text-align: center;
	top:2px;
	color:#FFFFFF;
	position:absolute;
	z-index:3;
}


.kreuz_waagerecht {
	text-align: left;
	position:fixed;
	left: 0px;
	width: 100%;
	height:40px;
	top: 110px;
	background-color:#8d161b;
	color: #000000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	z-index:2;
}

.logo {
	text-align: left;
	position:fixed;
	right: 40px;
	width: 300px;
	height:100px;
	top: 10px;
	color: #000000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	z-index:2;
}

.hauptbild {
	position:fixed;
	width:100%;
	top: 150px;
	opacity: 0.3;
	z-index:0;
}

.anschrift {
	text-align: center;
	vertical-align:bottom;
	position:fixed;
	right: 0px;
	width: 100%;
	height:50px;
	bottom: 40px;
	color: #000000;
	display: block;
	font-size: 15px;
	text-decoration: none;
	padding: 8px;
	background-color: rgba(255,255,255,0.75);
	z-index:2;
}

.navigation {
	text-align: center;
	position:fixed;
	left: 20px;
	right: 20px;
	top: 112px;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
	z-index:2;
}

#seite_aktiv {
	color:#CCCCCC;
}

#text {
	text-align: left;
	position:absolute;
	left: 20px;
	right: 20px;
	top: 160px;
	bottom: 130px;
	color: #000000;
	display: block;
	padding: 10px; 
	text-decoration: none;
	z-index:1;
	overflow-x: hidden;
	overflow-y: scroll;
}

.wennwir {
	position:fixed;
	right: 40px;
	height:90px;
	top: 155px;
	z-index:3;
	visibility: hidden;
}


.ueberschrift {
	margin-top:50px;
	text-align: left;
	overflow: hidden;
	width: 80%;
	min-width:700px;
	top: 0px;
	background-color: rgba(0,0,0,0.75);
	color: #000000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	padding-left:30px; 
	text-decoration: none;
}

