html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #B6101A;
  background-color: #FFFFFF;
  overflow: auto;
}

#spacer {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 920px;
  min-height: 640px;
}

#container {
  position: absolute;
  width: 907px;
  height: 624px;
  left: 50%;  
  top: 50%;
  margin-left: -453px;
  margin-top: -312px;
}

html #container {
  width: 920px;
  height: 640px;
}

#logobogen {
  width: 863px;
  height: 157px;
  position: absolute;
  left: 22px;
  top: 0px;
}

#inhaltbox {
  width: 863px;
  height: 370px;
  background-color: #F7E5DD;
  position: absolute;
  left: 22px;
  top: 157px;
}

#textbox {
  width: 444px;
  height: 370px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#text p {
	margin-bottom: 2px;
}

#text a {
  text-decoration: none;
  color: #B6101A;
}

#text a:hover {
  color: #000000;
}

#footerbox {
  width: 863px;
  height: 26px;
  position: absolute;
  left: 22px;
  top: 532px;
  background-color: #B6101A;
}

#footertext {
	position: absolute;
	width: 816px;
	height: 26px;
	left: 22px;
	top: 0px;
	line-height: 1.7em;
	color: #F7E5DD;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#navibox {
  width: 863px;
  height: 15px;
  position: absolut;
  float: left;
  left: 22px;
  top: 568px;
  color: #B6101A;
  font-size: 12px;
  font-weight: bold;
}

#navi1 {
  width: 432px;
  height: 15px;
  position: absolute;
  float: left;
  top: 578px;
  left: 28px;
  text-align: left;
}

#navi2 {
  width: 431px;
  height: 15px;
  position: absolute;
  float: right;
  text-align: right;
  right: 61px;
  top: 578px;
}

#navi1 ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi1 ul li {
  float: left;
}

#navi2 ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi2 ul li {
  float: right;
}

#navi1 ul a {
  display: block;
  text-decoration: none;
  background: url(bilder/webgif/apunkt.gif) no-repeat left;
  float: left;
  padding: 0 1.7em;
  color: #B6101A;
}

#navi1 ul .first a {
  background: none;
  color: #000000;
}

#navi2 ul a {
  display: block;
  text-decoration: none;
  background: url(bilder/webgif/apunkt.gif) no-repeat right;
  float: left;
  padding: 0 1.7em;
  color: #B6101A;
}

#navi1 ul a:hover {
  color: #000000;
}

#navi2 ul a:hover {
  color: #000000;
}
 
#navi1 ul a.activ {
  color: #000000;
}

#navi2 ul a.activ {
  color: #000000;
}
