/* Allgemeine Angaben */

div.allesAussen {
  text-align: left;
}
body {
  text-align: center;
  background-color: white;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
}
ul.xul {
  list-style-image:url('img/x.gif');
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  list-style-position: outside;
}
.subnav {
  list-style-type: none;
  padding: 0px 0px 0px 30px;
  margin: 3px 0px 3px 0px;
  list-style-position: outside;
}
a, a:link, a:visited  {
  color: #CC1301;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #CC1301;
  text-decoration: underline;
}
h1 {
	font-size: 14px;
	margin: 5px 0 10px 0;
	font-weight: bold;
}
h1.pagetitle {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #691301;
	font-weight: bold;
}.imagecaption {
  color: #333333;
  font-style: italic;
}

/* Header */

img.logo {
	display: none;
}
img.logo_plain {
  border: 0px;
  width: 159px;
  height: 110px;
  margin: 0 0 0 45px;
}

/* Seitenaufbau */

div.hauptTeil {
  background-color: white;
  position: relative;
  min-height: 300px;
}
div.linkeSpalte {
  width: 200px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
}
div.hauptTeilInnen {
  padding: 10px 10px 10px 220px;
  position: relative;
  z-index: 1;
}
div.rechteSpalte {
  float: right;
  width: 200px;
  position: relative;
  padding-left: 10px;
}

div.footer {
  position: relative;
  clear: both;
	height: 22px;
  text-align: center;
  padding: 3px 0 0 0;
  margin: 0 0 0 0;
  border: 1px solid #691301;
  background-color: white;
  color: black;
}
div.footerLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 20px;
  padding-top: 3px;
  text-align: left;
}
div.footerRight {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
  padding-top: 3px;
  text-align: right;
}

/* Box */

div.boxHeading {
  position: relative;
  height: 19px;
  padding-left: 25px;
  padding-top: 1px;
  background-color: white;
  color: black;
  border: 1px solid #691301;
}
div.boxInhalt {
  border-left: 1px solid #691301;
  border-right: 1px solid #691301;
  padding: 5px 5px 0px 5px;
}
div.boxTrailing {
  position: relative;
  height: 9px;
  border-left: 1px solid #691301;
  border-right: 1px solid #691301;
  border-bottom: 1px solid #691301;
  margin-bottom: 10px;
}
div.boxHeading h2 {
  font-size: 12px;
	font-weight: normal;
  background-color: white;
  color: black;
	margin: 0 0 0 0;
}