/* Allgemeine Angaben */

div.allesAussen {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 90%;
}
body {
  text-align: center;
  background-color: #999999;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
}
p, td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
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: none;
}
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 */

div.kopf {
  height: 102px;
  background-image: url(img/header.jpg);
}
img.logo {
  border: 0px;
  width: 143px;
  height: 95px;
  margin: 0 0 0 45px;
}
img.logo_plain {
	display: none;
}

/* Seitenaufbau */

div.hauptTeil {
  background-color: white;
  border-top: 1px solid white;
  background-image: url(img/bg_white.gif);
  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;
}

/* Fusszeile */

div.footer {
  position: relative;
  clear: both;
	height: 32px;
  text-align: center;
  padding: 3px 0 0 0;
  margin: 0 0 0 0;
  background-color: #999999;
  color: #CCCCCC;
  background-image:url('img/footer_center.gif');
  background-repeat: repeat-x;
  background-position: left top;
}
div.footerLeft {
  position: absolute;
  height: 32px;
  left: 0px;
  top: 0px;
  padding-left: 20px;
  padding-top: 3px;
  text-align: left;
  background-image: url('img/footer_left.gif');
  background-repeat: no-repeat;
}
div.footerRight {
  position: absolute;
  height: 32px;
  right: -1px;
  top: 0;
  padding-right: 20px;
  padding-top: 3px;
  text-align: right;
  background-image: url('img/footer_right.gif');
  background-repeat: no-repeat;
  background-position: right top;
}
div.footer a, div.footer a:link, div.footer a:visited  {
  color: #CCCCCC;
  text-decoration: underline;
}
div.footer a:hover, div.footer a:active, div.footer a:focus {
  color: #CCCCCC;
  text-decoration: underline;
}

/* Box */

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_lo.gif');
  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_ro.gif');
  background-repeat: no-repeat;
}
div.eckeLU {
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-image: url('img/ecke_lu.gif');
  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_ru.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.boxHeading {
  position: relative;
  height: 19px;
  padding-left: 25px;
  padding-top: 1px;
  background-color: #691301;
  color: white;
}
div.boxInhalt {
  border-left: 1px solid #691301;
  border-right: 1px solid #691301;
  padding: 5px 5px 0px 5px;
}
div.boxTrailing {
  position: relative;
  height: 9px;
  border-bottom: 1px solid #691301;
  margin-bottom: 10px;
}
div.boxHeading h2 {
  font-size: 12px;
	font-weight: normal;
	color: white;
	background-color: #691301;
	margin: 0 0 0 0;
}
