@charset "UTF-8";

a:link { font-weight:bold; color:black; text-decoration:none;}
a:visited { font-weight:bold; color:black; text-decoration:none;}
a:focus { font-weight:bold; color:black; text-decoration:underline;}
a:hover { font-weight:bold; color:#8d161b; text-decoration:none;  }
a:active { font-weight:bold; color:#8d161b; 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%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.abdecken {
	text-align: center;
	position:fixed;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 270px;
	background-color:#CCCCCC;
	color: #000000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	z-index:1;
}

.kreuz_senkrecht {
	text-align: center;
	position:fixed;
	right: 400px;
	width: 100px;
	top: 50px;
	height: 100%;
	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;
	color:#FFFFFF;
	position:absolute;
	bottom: 60px;
	z-index:3;
}


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

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

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

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

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

.navigation {
	text-align: left;
	position:fixed;
	left: 50px;
	right:550px;
	height:100px;
	top: 110px;
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	z-index:2;
}

#seite_aktiv {
	color:#8d161b;
}

#text {
	text-align: left;
	position:absolute;
	left: 50px;
	right: 550px;
	top: 280px;
	bottom: 30px;
	color: #000000;
	display: block;
	padding: 10px; 
	text-decoration: none;
	z-index:0;
	overflow-x: hidden;
	overflow-y: scroll;
}




.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;
}








#aufbau  {
	margin-top:50px;
	margin-left:100px;
	min-width:600px;
	width:70%;
}

.hauptspalte {
	width:70%;
	float:left;  
}

.artikelrahmen {
	background-color: rgba(255,255,255,0.75);
	color:#000000;
	text-decoration:none;
	padding:6px;
	margin-bottom:20px; 
}

.artikelueberschrift {
	text-align: left;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.artikelgrundtext {
	text-align: left;
	color: #000000;
	margin-top:10px;
	margin-bottom:10px;
}

.artikeldatum {
	text-align: right;
	color: #000000;
	margin-bottom:5px;
}

.artikelbild {
	margin-top:5px;
	width:100%;
}

.galeriebild {
	margin-top:5px;
	width:100%;
}


.nebenspalte {
	margin-left:5%;
	width:25%;
	float:right;
}

.nebenartikel {
	background-color: rgba(255,255,255,0.75);
	color:#000000;
	text-decoration:none;
	padding:6px;
	margin-bottom:20px;  
}

.clear_left {
clear:left;
}