.Schalter2 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FEFEFE;
	height: 50px;
	width: 136px;
	margin: 0px;
	background-color: #C0C0C0;
	float: left;
	text-align: center;
	vertical-align: baseline;
	padding-top: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 25px;
}

#Wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEEFCD;
	background-image: none;
}
.Adress {
	background-color: #999;
	height: 70px;
	width: auto;
	padding-left: 200px;
}
#adresse {
	margin-left: auto;
	height: auto;
	clear: none;
	float: right;
	width: 650px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	background-color: #C0C0C0;
	margin-right: 5px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#Header {
	background-color: #FFF;
	height: 151px;
}
#content {
	height: auto;
	background-color: #FEEFCD;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#footer {
	background-color: #C0C0C0;
	height: 200px;
	padding-left: 0px;
	padding-top: 12px;
}
.InternerLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: rgb(226,191,109);
	background-color: rgb(93,93,93);
}
li {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	font-weight: normal;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #666666;
}
#Schalt {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	background-color: #999999;
	height: 55px;
	border: 0px none #CCC;
}
.Schalter {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FEFEFE;
	height: 35px;
	width: 136px;
	margin: 0px;
	background-color: #C0C0C0;
	float: left;
	text-align: center;
	vertical-align: baseline;
	padding-top: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FBB306;
	text-transform: uppercase;
	line-height: 12px;
}
h2 {
	font-size: 20px;
	line-height: 10px;
	margin-top: 1.5em;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 4px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p a, p a:link{
	color: #FBB306;
	text-decoration: underline;
}

p a:hover{
	text-decoration: none;
}
.GrosseSchrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.groessereSchrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.GroessteSchrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: bold;
}
#Wrapper #footer #adresse {
	font-weight: bold;
}

/* Footer als 2-Spalten-Layout */
#footer{
  height: auto;              /* statt fix 200px */
  display: flex;
  align-items: stretch;       /* sorgt für gleiche Höhe */
  gap: 20px;
  padding: 12px 15px;
  box-sizing: border-box;
}

/* Linke Spalte */
#linkwrapper{
  width: 260px;               /* feste Spalte */
  background: #999;           /* optional, damit man die Spalte sieht */
  padding: 10px;
  box-sizing: border-box;
}

/* Rechte Spalte (dein bestehendes #adresse) */
#adresse{
  float: none;                /* wichtig: float deaktivieren */
  width: auto;                /* flexibel */
  flex: 1;                    /* nimmt den Rest ein */
  margin: 0;                  /* alte margins killen */
  background-color: #C0C0C0;  /* kannst du behalten */
  padding: 10px;
  box-sizing: border-box;
}

#linkwrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#content a,
#content a:link,
#content a:visited {
	color: #FBB306;
	text-decoration: underline;
}

#content a:hover {
	color: #666666;
	text-decoration: none;
}
.hero { margin-bottom: 10px; }

.hero p {
  margin: 0 0 8px 0; /* statt Default-Abstände */
}

.hero .highlight {
  font-weight: bold;
}
.footer-heading {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 12px 0 6px 0;
  color: #FFFFFF;
}
.InternerLink a,
.InternerLink a:link,
.InternerLink a:visited {
  color: rgb(226,191,109);
  text-decoration: none;
}

.InternerLink a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

td,th {
	font-family: Verdana, Geneva, sans-serif;
	border: 2px solid rgb(46,46,46);
	background-color: rgb(254,239,205);
	padding: 10px 14px;
}
#content table {
	font-size: 16px;
	font-weight: bold;
	background-color: #FEEFCD;
	color: rgb(0,0,0);
	border-top-color: rgb(254,239,205);
	border-right-color: rgb(254,239,205);
	border-bottom-color: rgb(254,239,205);
	border-left-color: rgb(254,239,205);
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}