@charset "utf-8";
	
html, body  {
	max-width: 980px;	
	height: 100%;
	line-height: 125%;
	background: orange;
	margin: auto; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
			
    .twoColFixLtHdr #container {
	position: relative;
	max-width: 980px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 20 0 20;
	padding-left:50px
	text-align: center;
	background: white;
	
    } 

   	
	.kontakt{
	 display: none;
	 	}	
	
    
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	
		#navcontainer li a:active{
	color:#A41D23;
	
	background-repeat: no-repeat;
	text-decoration:none;
 	}
	
	#navcontainer li a#aktuell{
	color: #A41D23;

	background-repeat: no-repeat;
	text-decoration:none;
 	}
	
#fussbereich{
	width: 100%;
	background-color:#A41D23;
	 	}	
	
	A:LINK {
	text-decoration: none;
	
}
A:VISITED {
	text-decoration: none;
}
A:HOVER {
	text-decoration: none;
	
}
A:ACTIVE {
	text-decoration: none;
	
}
.rot {
	color: #A41D23;
}
.weiss14 {
	font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
}
.weiss12 {
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
}
.adresse {
	font-size: 14px;
	line-height: 120%;
	color: black;
}
.adresse2 {
    font-size: 12px;
	line-height: 120%;
	color: black;
}
	.ueberschriften {
	font-size: 16.5px;
	font-weight: bold;
	color: black;
	}
	.adresseueberschrift {
	line-height: 125%;
	font-size: 40px;
	font-weight: bold;
	color: black;
	}
	.normaleschrift {
	line-height: 125%;
	font-size: 17px;
}
.normaleschriftrot {
	line-height: 125%;
	font-size: 17px;
	color:#A41D23;
}

	h1 {
	font-size: 26px;
	font-weight: normal;
	color: #A41D23;
	}
	h2 {
	font-size: 19px;
	font-weight: normal;
	color: #A41D23;
	}
		h3 {
	font-size: 19px;
	font-weight: normal;
	color: black;
	}
	.linkblack{
	text-decoration:none;
	color: black;
	}
		
	.navigation{
	text-decoration:none;
	color: black;
	font-size: 14px;
	}		
figure{
  margin: 0;
}
 
figure.einzel {
  display: inline-block;
  font-size: 12px;
  max-width: 50%;
}