/* @group text formattings */
#Content p,
#Content ul,
#Content ol,
#Content table,
#Content dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
p.center,
td.center {
  text-align: center;
}
p.right,
td.right {
  text-align: right;
}
p.clear,
table.clear,
li.clear,
div.clear {
  clear: both;
}
p.clearleft,
table.clearleft,
li.clearleft,
div.clearleft {
  clear: left;
}
small {
  font-size: 0.85em;
}
/* @end */
/* @group ordered and unordered lists */
#Content ul,
#Content ol {
  margin-left: 2em;
}
#Content ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 0.5em;
}
#Content ul li.pdf {
  list-style-image: url(/images/pdf.png);
}
#Content ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
/* @end */
/* @group definition lists */
/* @group main positioning */
#Content dl {
  margin-bottom: 1em;
}
#Content dt {
  margin: 0;
  margin-bottom: .5em;
}
#Content dd {
  margin: 0;
  margin-bottom: .5em;
}
/* @end */
/* @group parallel aligned lists */
#Content dl.parallel {
  position: relative;
  width: 100%;
}
#Content dl.parallel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content dl.parallel dt {
  width: 140px;
  text-align: left;
  float: left;
}
#Content dl.parallel dd {
  width: 420px;
  float: left;
}
#Content dl.parallel dd.without-title {
  width: 390px;
}
/* @group long headline */
#Content dl.parallel dt.long_headline {
  width: 95%;
  float: none;
}
#Content dl.parallel dd.long_headline {
  margin-left: 140px;
  display: inline;
}
/* @end */
/* @end */
/* @end */
/* @group headlines */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #0353a5;
  margin-bottom: 1em;
  line-height: 1.3em;
  padding: 0;
}
h2 {
  font-size: 1.33em;
  font-weight: bold;
  color: #0353a5;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 0;
}
h2.kicker {
  font-size: 1em;
  font-weight: normal;
  color: #999;
  margin-top: 0;
  margin-bottom: 0.2em;
}
h3 {
  font-size: 1em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  color: #0353a5;
}
/* @end */
/* @group links */
#Content a {
  color: #0353a5;
}
#Content a:hover {
  color: #0353a5;
}
#Content a:visited {
  color: #333;
}
#Content a.external {
  background: transparent url(/images/external.gif) no-repeat right center;
  padding-right: 16px;
}
.box-list-text a {
  font-weight: bold;
  color: #0353a5;
  text-decoration: none;
}
.box-list-text a:hover {
  color: #000000;
  text-decoration: underline;
}
/* @end */
/* @group images */
img.left {
  margin: 0 1em 1em 0;
  float: left;
}
img.right {
  margin: 0 0 1em 1em;
  float: right;
}
/* @end */
/* @group administration */
#YumCC ul.defaults {
  margin-left: 3px;
}
#YumCC ul.defaults li {
  list-style: none;
}
#YumCC ul.defaults li.home {
  background: transparent url(/images/icons/house.png) no-repeat left center;
  padding-left: 20px;
}
#YumCC ul.defaults li.navigation {
  background: transparent url(/images/icons/chart_organisation.png) no-repeat left center;
  padding-left: 20px;
}
#YumCC ul.defaults li.usermanagement {
  background: transparent url(/images/icons/group.png) no-repeat left center;
  padding-left: 20px;
}
#YumCC ul.defaults li.change_password {
  background: transparent url(/images/icons/key.png) no-repeat left center;
  padding-left: 20px;
}
#YumCC ul.defaults li.change_user {
  background: transparent url(/images/icons/cog.png) no-repeat left center;
  padding-left: 20px;
}
/* @end */
/* @group miscellaneous */
.headline-blau {
  font-weight: bold;
  color: #0353a5;
}
.rechts-box p, .rechts-box-form {
  color: #0353a5;
}
/* @end */
/* @group search */
#Content #search-results h2 {
  font-size: 1em;
  margin-bottom: 0.1em;
}
#Content #search-results .description {
  margin-bottom: 0.1em;
}
/* @end */

