*, p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
div.allesAussen {
  text-align: center;
}
div.kopf {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  background-image: url('img/header.png');
  width: 799px;
  height: 102px;
  letter-spacing: -3px;
  font-family: Arial;
}
div.menuItems {
  position: absolute;
  top: 0px;
  left: 320px;
}
span.mi1, span.mi2, span.mi3, span.mi4 {
  height: 34px;
  background-repeat: no-repeat;
  background-position: bottom;
}
img.mi1, img.mi4, img.mi2, img.mi3 {
  border: 0px;
  visibility: visible;
}
span.mi1 {
  background-image: url('img/m1a.png');
  width: 86px;
}
span.mi2 {
  background-image: url('img/m2a.png');
  width: 103px;
}
span.mi3 {
  background-image: url('img/m3a.png');
  width: 106px;
}
span.mi4 {
  background-image: url('img/m4a.png');
  width: 80px;
}

div.hauptTeil {
  min-height: 400px;
  position: relative;
  width: 798px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: black;
  color: white;
  background-image:url('img/bg_sw.png');
}
div.hauptTeilInnen {
  padding: 10px;
}
div.menu2 {
  float: left;
  width: 160px;
  padding-bottom: 15px;
  margin-right:15px;
}
div.eckeLO {
  position: absolute;
  height: 10px;
  width: 10px;
  left: 0px;
  top: 0px;
  padding-left: 20px;
  padding-top: 2px;
  text-align: left;
  background-image: url('img/ecke_ol.png');
  background-repeat: no-repeat;
}
div.eckeRO {
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0px;
  top: 0px;
  padding-right: 0px;
  padding-top: 2px;
  text-align: right;
  background-image: url('img/ecke_or.png');
  background-repeat: no-repeat;
}
div.eckeLU {
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-image: url('img/ecke_ul.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
div.eckeRU {
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: -1px;
  right: 0px;
  background-image: url('img/ecke_ur.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.boxHeading {
  position: relative;
  height: 19px;
  padding-left: 25px;
  padding-top: 2px;
  background-color: #691301;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
div.menu2Inhalt {
  border-left: 1px solid #691301;
  border-right: 1px solid #691301;
  padding: 5px 5px 0px 5px;
}
div.boxHeading a {
  color: white;
}
div.boxTrailing {
  position: relative;
  height: 9px;
  border-bottom: 1px solid #691301;
}
body {
  background-color: #681201;
  background-image: url('img/bg_red.gif');
  color: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
}
div.footer {
  position: relative;
  height: 32px;
  width: 798px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image:url('img/footer_center.png');
  padding-top: 2px;
  margin-top: 0px;
  background-color: #681201;
  color: white;
  background-repeat: repeat-x;
  background-position: center top;
}
div.footerLeft {
  position: absolute;
  height: 32px;
  left: 0px;
  top: 0px;
  padding-left: 20px;
  padding-top: 2px;
  text-align: left;
  background-image: url('img/footer_left.png');
  background-repeat: no-repeat;
}
div.footerRight {
  position: absolute;
  height: 32px;
  right: 0px;
  top: 0px;
  padding-right: 20px;
  padding-top: 2px;
  text-align: right;
  background-image: url('img/footer_right.png');
  background-repeat: no-repeat;
  background-position: right top;
}

ul.navi {
  list-style-image:url('img/x.png');
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  list-style-position: outside;
}

a, a:link, a:visited  {
  color: #FF9900;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #FF9900;
  background-color: transparent;
  text-decoration: underline;
}
input.suchfeld {
  position: relative;
  top: 2px;
  left: 3px;
  border: 0px;
  background-color: #A3A368;
  color: black;
  width: 78px;
  height: 15px;
  padding: 0px;
  font-family: monospace;
  font-size: 12px;
}
div.suchfeld {
  border: 0px;
  background-color: #A3A368;
  color: black;
  width: 85px;
  height: 20px;
  background-image: url('img/input.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px;
}
div.suchbutton, div.loginbutton {
	position: relative;
	top: -20px;
	left: 90px;
	width: 32px;
	height: 19px;
}
div.loginbutton {
	top: -30px;
}

form {
	margin: 0px;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
.imagecaption {
  /*font-weight: bold;
  text-align: center;*/
  color: #999999;
  font-style: italic;
}