@charset "utf-8";
/* @group Allgemeines */
body {
  color: black;
  background: #8cb8c5 url(/images/backgrounds/hatching.gif) repeat left top;
  font: normal small "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  line-height: 140%;
}
td, input, select, textarea {
  color: black;
  font: normal small "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  line-height: 140%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* @end */
/* @group Formatierungen */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
big {
  font-size: 1.6em;
}
small {
  font-size: .8em;
  color: #999999;
}
cite {
  font-style: italic;
}
/* @end */
/* @group Texte */
p {
  margin-bottom: 1em;
}
p.left {
  text-align: left;
}
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}
/* @end */
/* @group Überschriften */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.4em;
  color: #0582b0;
  margin-bottom: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 110%;
}
h4 {
  font-size: 100%;
}
/* @end */
/* @group Aufzählungen/Auflistungen */
ol, ul {
  margin-bottom: 1em;
  margin-left: 2em;
}
ol li,
ul li {
  margin-bottom: .3em;
}
ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
ul li {
  list-style-position: outside;
  list-style-type: disc;
}
ul li.pdf {
  list-style-image: url(/images/icons/pdf.gif);
}
ul li.email {
  list-style-image: url(/images/icons/email.png);
}
ul li.text {
  list-style-image: url(/images/icons/page_white_text.png);
}
ul li.picture {
  list-style-image: url(/images/icons/picture.png);
}
ul li.comment {
  list-style-image: url(/images/icons/comment.png);
}
ul li.extern {
  list-style-image: url(/images/icons/page_white_go.png);
}
/* @end */
/* @group Links */
a,
a:visited {
  color: #0582b0;
  background-color: transparent;
  text-decoration: underline;
}
a.external {
  background: transparent url(/images/external.gif) no-repeat right center;
  padding-right: 18px;
}
/* @end */
/* @group Bilder */
img {
  border: 1px solid #eaeaea;
  padding: 2px;
}
img.left {
  float: left;
  margin-right: .5em;
}
img.right {
  float: right;
  margin-left: .5em;
}
img.full {
  display: block;
}
/* @end */
/* @group Listen */
dl {
  margin-bottom: 1em;
}
dt {
  margin-bottom: 0.5em;
}
dd {
  margin-bottom: .5em;
}
/* @group nebeneinander ausgerichtete Listen */
dl.parallel {
  position: relative;
  width: 640px;
}
dl.parallel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-bottom: 1em;
}
dl.parallel dt {
  width: 120px;
  text-align: left;
  clear: left;
  float: left;
}
dl.parallel.wide dt {
  width: 200px;
}
dl.parallel dd {
  width: 350px;
  float: left;
}
dl.parallel.full dd {
  width: 520px;
}
dl.parallel dd.without-title {
  width: 520px;
}
/* @group Lange Überschrift */
dl.parallel dt.long_headline {
  width: 100%;
  float: none;
}
dl.parallel dd.long_headline {
  margin-left: 155px;
  display: inline;
}
/* @end */
/* @group Felder 1. Ebene */
dd label {
  float: left;
  display: block;
  width: 343px;
  padding-bottom: 0.5em;
}
dd input {
  clear: left;
  float: left;
  display: block;
  padding-bottom: 0em;
}
dd input.no-clear {
  clear: none;
}
/* @end */
/* @group Felder 2. Ebene */
dd blockquote {
  background-color: white;
  margin-left: 50px;
  display: block;
}
dd blockquote label {
  width: 310px;
  background-color: white;
  display: inline;
}
dd blockquote input {
  background-color: white;
  margin: 0;
  padding: 0;
  display: inline;
}
/* @end */
/* @end */
/* @end */
/* @group Tabellen */
table th.center,
table td.center {
  text-align: center;
}
table th.right,
table td.right {
  text-align: right;
}
table th.middle,
table td.middle {
  vertical-align: middle;
}
/* @end */
/* @group Form-Elements */
.checkbox-with-text-indent {
  text-indent: -18px;
  margin-left: 18px;
}
.formError {
  background-color: #e48587;
  border: 1px solid #c80000;
  padding: .5em .5em 0 .5em;
  margin-bottom: 1em;
}
.formError p {
  font-weight: bold;
}
/* @end */