﻿ 
/* reset browser styles
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
     vertical-align: top;
 }

img, object, embed {
  max-width: 100%;
}
img {
  height: auto;
}
html, body {
  height: 100%;
}
body {
  font-size: 100%;
  font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 150%;
}
p {
  font-size: 75%;
  line-height: 150%;
  margin-bottom: 1em;
}
a,
a:link,
a:visited {
  color: #b4b4b4;
  text-decoration: underline;
  
  font-weight: bold;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
a:hover {
  color: #c1002a;
  text-decoration: none;
}
h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #4b4b4b;
  margin-bottom: 0.5em;
}
/* Hoch- und tiefgestellte Elemente */
sub, sup{
    font-size:85%;
    position:relative;
}
sub{top:0.4em;}
sup{top:-0.8em;}
small {
    font-size: 0.8em;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.show-on-js {
  display: none;
}
#wrap {
  max-width: 80em;
  /* 1280/16 */
  min-width: 13.75em;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2.5em;
}
#header {
  position: relative;
  max-width: 80em;
  height: 6.8125em;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0.5em 0.5em 0.5em;
}
#header #header_gradient {
  position: relative;
  float: right;
  margin-right: 16.3125em;
  height: 6.8125em;
    
  width: 32em;
  background: url(bilder/header_gradient.png) repeat-y;
  background: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0) 100%);
  /* Firefox */
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  /* Safari, Chrome - old syntax */
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /* Safari, Chrome - new syntax */
  background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /* Opera */
  background: -ms-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
  background: linear-gradient(left, white, rgba(255, 255, 255, 0));
  /* W3C Standard */
  display: none;
}
#header #header_logo {
  position: absolute;
  display: block;
  width: 163px;
  height: 84px;
  float: left;
  top: 0.874em;
  margin-left: 2.5em;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: 0 -25px;
}
#header img {
  float: right;
}
#nav_main {
  position: absolute;
  float: right;
  top: 6.7em;
  height: 0.75em;
  line-height: 0.75em;
  width: 100%;
  max-width: 80em;
  /*** ESSENTIAL STYLES ***/
  /*** DEMO SKIN ***/
}
#nav_main .sf-menu, #nav_main .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_main .sf-menu {
  line-height: 1.0;
}
/* Änderung, Jan Bucher, 29.8.11 */ 
#nav_main .sf-menu ul {
  position: absolute;
  top: -999em;
  /* Ergänzung für Menüs, jetzt SmartEdit UND Live-Server, mb */  
  right: 0em;
  width: 15em;
  padding: 0; 
  box-shadow: 3px 3px 5px 5px #dadada;
  /* left offset of submenus need to match (see below) */
  /* nicht benötigt, mb: background: url("../images/shadow.png") no-repeat bottom right; */
  /* -moz-border... entfernt, Jan Bucher, 29.8.11. */  
}
#nav_main .sf-menu li.last_menu ul {
  left: -8em;
}
#nav_main .sf-menu ul li {
  width: 100%;
}
#nav_main .sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
#nav_main .sf-menu li {
  float: left;
  position: relative;
}
#nav_main .sf-menu a {
  display: block;
  position: relative;
}
#nav_main .sf-menu li:hover ul,
#nav_main .sf-menu li.sfHover ul {
  right: 0;
  top: 1.4em;
  
  /* match top ul list item height */
  z-index: 99;
}
#nav_main ul.sf-menu li:hover li ul,
#nav_main ul.sf-menu li.sfHover li ul {
  top: -999em;
}
#nav_main ul.sf-menu li li:hover ul,
#nav_main ul.sf-menu li li.sfHover ul {
  right: 15em;
  /* match ul width */
  top: 0;
}
#nav_main ul.sf-menu li li:hover li ul,
#nav_main ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
#nav_main ul.sf-menu li li li:hover ul,
#nav_main ul.sf-menu li li li.sfHover ul {
  right: 15em;
  /* match ul width */
  top: 0;
}
#nav_main .sf-menu {
  float: right;
  /* style="margin-right:100px;" im SE-Modus würde horizontalen Scrollbalken verhindern, mb */
}
#nav_main .sf-menu a {
  padding: 0.4em 0.5em;
  text-decoration: none;
  line-height: 1.2em;
}
#nav_main .sf-menu a {
  /* visited pseudo selector so IE6 applies text colour: wird nicht benötigt, da das Highlighting über die Klasse 'selected' gesteuert wird, mb */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #515151;
}
#nav_main .sf-menu li a {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#nav_main .sf-menu li li {
  padding: 1px 0;
}
#nav_main .sf-menu li li a {
  font-weight: normal;
  padding: 0.8em 0.5em;
}
#nav_main .sf-menu li li,
#nav_main .sf-menu li li li {
  background: #fff;
  border-top: 1px solid #e4e6e6;
  border-right: 1px solid #e4e6e6;
}
#nav_main .sf-menu li:hover, #nav_main .sf-menu li.sfHover,
#nav_main .sf-menu a:focus, #nav_main .sf-menu a:hover, #nav_main .sf-menu a:active {
  color: #c1002a;
  outline: 0;
}
#nav_main .sf-menu li.sfHover a {
  border-right: 1px solid #e4e6e6;
  border-left: 1px solid #e4e6e6;
}
#nav_main .sf-menu ul li a {
  border-left: 1px solid #e4e6e6;
}
#nav_main .sf-menu li li a:hover {
  background: #e4e6e6;
  color: #515151;
}
/* ergänzt, Jan Bucher, 29.8.11 */
#nav_main .sf-menu > li > a:hover{
    background:white;
    box-shadow:6px 0px 3px 0px #dadada;
    z-index:201;
}
/* eingefügt für Highlighting selektierter Menübereiche, s. Level1-Menüeintrag */
#nav_main li a.selected {
  color: #c1002a;
  text-decoration: underline;
}
#nav_top {
  position: absolute;
  top: 5.8em;
  height: 0.75em;
  line-height: 0.6875em;
  width: 100%;
  max-width: 80em;
}
#nav_top ul {
  float: right;
  padding: 1px 0.625em 0.1em 0;
}
#nav_top li {
  display: inline;
  margin-left: 0.6875em;
}
#nav_top li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.625em;
  /* 10/16 */
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #848484;
}
#nav_top li a:link,
#nav_top li a:visited {
  color: #848484;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
#nav_top li a:hover {
  color: #848484;
  text-decoration: underline;
}
#footer_push {
  height: 2em;
  /* 24/16 */
}
#footer_wrap {
  margin: 0 auto;
  max-width: 80em;
  clear: both;
  position: relative;
  z-index: 200;
}
#footer {
  background: #ebebeb;
  background: -moz-linear-gradient(bottom, #ebebeb, white);
  background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(white));
  background: -webkit-linear-gradient(bottom, #ebebeb, white);
  background: -o-linear-gradient(bottom, #ebebeb, white);
  background: -ms-linear-gradient(bottom, #ebebeb, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ebebeb',GradientType=0 );
  background: linear-gradient(bottom, #ebebeb, white);
  margin: 2em 0.5em 0.5em 0.5em;  
  border: 1px solid #ebebeb;
  color: #a5a5a5;
  text-decoration: none;
}
#footer a {
  color: #a5a5a5;
  text-decoration: none;
  font-weight:normal;
}
#footer a:link, #footer a:visited {
  color: #a5a5a5;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
#footer a:hover {
  color: #000000;
}
#footer .col {
  /* width ggf. im SmartEdit anpassen, um Seitenfuß-Umbruch im SmartEdit zu vermeiden. Ursprünglicher Wert: 33.3333% */
  width: 33.3333%;
  
  float: left;
}
#footer #page_infos {
  padding-left: 1.5em;
}
#footer #nav_service {
  float: right;
  padding-right: 1.5em;
}
#footer #nav_service li .topicon {
  display: none;
  float: right;
  width: 13px;
  height: 7px;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: -99px 0;
  margin-top: 0.7em;
  padding-right: 0.5em;
  margin-left: 0.5em;
}
#footer #page_infos li,
#footer #nav_service li {
  display: inline;
  border-right: 1px dotted #e4e4e4;
  margin-right: 0.5em;
  padding-right: 0.5em;
  font-size:80%;
}
#footer #page_infos li.last,
#footer #nav_service li.last {
  border-right: 0;
  margin-right: 0em;
  padding-right: 0em;
}
#footer #nav_social {
  text-align: center;
  /* eingefügt um Abstände in Fußleiste auch ohne Belegung der Icons zu gewährleisten, mb: */
  height: 24px;
}
#footer #nav_social ul {
  margin: 0 auto;
  display:inline-block;
}
#footer #nav_social ul li {
  float: left;
  margin: 0 0.4em;
}
#footer #nav_social ul li a span {
  display: none;
}
#footer #nav_social ul li.facebook_icon a {
  display: block;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: 0 0;
  height: 24px;
  width: 25px;
}
#footer #nav_social ul li.twitter_icon a {
  display: block;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: -25px 0;
  height: 24px;
  width: 25px;
}
#footer #nav_social ul li.rss_icon a {
  display: block;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: -50px 0;
  height: 24px;
  width: 25px;
}
#footer #nav_social ul li.youtube_icon a {
  display: block;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: -75px 0;
  height: 24px;
  width: 23px;
}
#article_content {
  margin-top:1em;
  min-height: 25em;
  max-width: 80em;
  padding: 0.5em 0.5em;}
#article_content .row {
  /*width: 100%;*/
  max-width: 80em;
  margin: 0 auto;
  /* NoRedDot Mode! */
  overflow: hidden;
  position:relative;
}
#article_content .content {
  padding: 1em 0;
}
#article_content .colored .content {
  background: #ebebeb;
  background: -moz-linear-gradient(bottom, #ebebeb, white);
  background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(white));
  background: -webkit-linear-gradient(bottom, #ebebeb, white);
  background: -o-linear-gradient(bottom, #ebebeb, white);
  background: -ms-linear-gradient(bottom, #ebebeb, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ebebeb',GradientType=0 );
  background: linear-gradient(bottom, #ebebeb, white);
  border: 1px solid #ebebeb;
  border-bottom: 0;
  padding: 1em;
}
#article_content .colored .col {
  background: #ebebeb;
}
/* Layout-Grid adaptiert von: http://cssgrid.net/ (Creative Commons Lizenz) */
#article_content .onecol, #article_content .twocol, #article_content .threecol, #article_content .fourcol, #article_content .fivecol, #article_content .sixcol, #article_content .sevencol, #article_content .eightcol, #article_content .ninecol, #article_content .tencol, #article_content .elevencol {
  margin-right: 1%;
  float: left;
  min-height: 1px;
  
  margin-bottom: -32767px;
  padding-bottom: 32767px;
}
#article_content .row .onecol {
  width: 4.85%;
}
#article_content .row .twocol {
  width: 13.45%;
}
#article_content .row .threecol {
  width: 23%;
}
#article_content .row .fourcol {
  width: 32.66%;

}
#article_content .row .fivecol {
  width: 39.45%;
}
#article_content .row .sixcol {
  width: 49.5%;
}
#article_content .row .sevencol {
  width: 56.75%;
}
#article_content .row .eightcol {
  width: 66.1%;
}
#article_content .row .ninecol {
  width: 75.85%;
}
#article_content .row .tencol {
  width: 82.7%;
}
#article_content .row .elevencol {
  width: 91.35%;
}
#article_content .row .twelvecol {
  width: 100%;
  float: left;
}
#article_content .row .last {
  margin-right: 0px;
  float:right;
}
#article_content #primary_content, #article_content #primary_content > div {
    margin-bottom:0;
    padding-bottom:0;
    overflow: visible;
}
#article_content #spalterechts{
    float:right;
}
#quicksearch legend {
  display: none;
}
#quicksearch form {
  height: 2.9375em;
  width: 100%;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #323239;
  /* -moz-border-radius: 4px;
  border-radius: 4px; */
  line-height: 1;
  background: #575757 url(bilder/imagesprite_v.png) repeat;
}
#quicksearch label {
  display: block;
  width: 27%;
  height: 1.5em;
  float: left;
  cursor: pointer;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  text-align: right;
  padding-right: 1%;
  margin-top: 1em;
}
#quicksearch button.submit,
#quicksearch input.text {
  padding: 0;
  margin: 0;
  border: 1px solid #aaaaaa;
  height: 20px;
  line-height: 1.5em;
  margin-top: 12px;
  float: left;
  font-size: 75%;
}
#quicksearch input.text {
  width: 50%;
  margin-right: 1%;
}
#quicksearch button.submit {
  padding: 0 0.3em;
  background: transparent;
  color: #fff;
  font-weight: bold;
  margin-top: 13px;
  cursor: pointer;
  padding-bottom: 0.1em;
  text-transform: uppercase;
}
#quicksearch ul.links {
    background-color: #ddd;
    text-align: right;
    margin-bottom:1em;
}
#quicksearch ul.links li {
  display: inline;
}
#quicksearch ul.links a, #quicksearch ul.links a:link, #quicksearch ul.links a:visited {
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  text-decoration: underline;
  text-align: right;
  color: #010101;
  font-size: 69%;
}
#quicksearch ul.links a:hover {
  color: #b4b4b4;
  text-decoration: none;
}
#homepage_toplinks img.right {
  float: right;
  margin-left: 0.5em;
  max-width: 50%;
}
#homepage_toplinks ul {
  margin-bottom: 1em;
}
#homepage_toplinks li {
  clear: both;
  padding: 0 0 0.3em 1.5em;
  margin-top: 0.3em;
  list-style: none;
  border-bottom: 1px dashed #bcbcbc;
  line-height: 1.1em;
  overflow: hidden;
}
#homepage_toplinks li:before {
  content: "»";
  margin-left: -0.8em;
  font-weight: lighter;
  display: block;
  position: absolute;
  font-size: 1.5em;
  color: #b4b4b4;
}
#homepage_toplinks li a, #homepage_toplinks li a:link, #homepage_toplinks li a:visited {
  font-size: 75%;
  text-decoration: none;
  color: #010101;
}
#homepage_toplinks li a:hover, #homepage_toplinks li a:hover strong {
  color: #c1002a;
  text-decoration: underline;
}
#homepage_toplinks li a strong {
   color: #848484;
   font-weight: bold;
   text-transform: uppercase;
}
#homepage_calendar {
  border-bottom: 1px dashed #bcbcbc;
}
#homepage_calendar a {
  display: block;
  margin-left: 1.7em;
  line-height: 1.3em;
}
#homepage_calendar a, #homepage_calendar a:link, #homepage_calendar a:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 87%;
  color: #b4b4b4;
}
#homepage_calendar a:hover {
  color: #c1002a;  
}
#homepage_calendar a .icon {
  display: block;
  float: left;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: -98px -8px;
  width: 14px;
  height: 13px;
  margin: 0em 0 0 -1.4em;
}
#nav_targetaudience {
  display: table;
  width: 100%;
  height: 2.875em;
  background: #c1002a;
  /* -moz-border-radius: 4px;
  border-radius: 4px; */
  background: #c1002a url(bilder/imagesprite_v.png) repeat;
  background-position: 0 -47px;
}
#nav_targetaudience ul {
  display: table-row;
}
#nav_targetaudience li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #e9899e;
  border-right: 1px solid #8d001e;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#nav_targetaudience li.active, #nav_targetaudience li:hover {
  background: #c1002a url(bilder/imagesprite_v.png) repeat;
  background-position: 0 -70px;
}
#nav_targetaudience li a, #nav_targetaudience li a:link, #nav_targetaudience li a:visited {
  display: block;
  padding: 0.6em 0;
  color: #fff;
  text-decoration: none;
  font-size: 75%;
  letter-spacing: 0.1em;
}
#nav_targetaudience li a:hover {
  text-decoration: underline;
}
.image_scroller img {
  margin-right: 1px;
}
.image_scroller .scrollable {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 310px;
}
/* Vier Bilder = 4 x 100% von .image_scroller .scrollable */
.image_scroller .scrollable .items {
  width: 400%;
  position: absolute;
}
.image_scroller .scrollable .items div {
  float: left;
}
/* Ergänzung für Links um Bilder im Image Scroller. A. Wesely. 29.8.11 */
.image_scroller .scrollable .items div a {
   display: block;
}
/* 25% von 400% = volle Anzeigebreite des Bildes */
.image_scroller .scrollable .image{
      width:25%;
}
/* Bild im Container ggfs skalieren */
.image_scroller .scrollable .image img{
      width:100%;
}
.image_scroller .subtitle {
  
  width: auto;
  position: absolute;
  
  top:255px;
  text-align: center;
  padding: 0.1em 0.25%;
  color: #fff;
  background: url(bilder/transparent_black_fallback.png) repeat;
  background: rgba(0, 0, 0, 0.5);
  font-size: 80%;
  text-shadow:black 0 0 2px;
  
  width: 24.5%;
}
.image_scroller .buttons {
  background: #ebebeb;
  background: -moz-linear-gradient(bottom, #ebebeb, white);
  background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(white));
  background: -webkit-linear-gradient(bottom, #ebebeb, white);
  background: -o-linear-gradient(bottom, #ebebeb, white);
  background: -ms-linear-gradient(bottom, #ebebeb, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ebebeb',GradientType=0 );
  background: linear-gradient(bottom, #ebebeb, white);
  height: 2.5em;
  margin-top: -1px;
  border: 1px solid #b2b2b2;
  border-top: 0;
}
.image_scroller .buttons .browse {
  padding: 0.5em 0;
}
.image_scroller .buttons .prev,
.image_scroller .buttons .next {
  width: 33%;
  margin: 0.3em 1em 0 1em;
  background: url(bilder/imagesprite.png) no-repeat;
  height: 31px;
  width: 31px;
  cursor: pointer;
}
.image_scroller .buttons .prev span,
.image_scroller .buttons .next span {
  display: none;
}
.image_scroller .buttons .prev {
  float: left;
  background-position: -31px -129px;
}
.image_scroller .buttons .prev:hover {
  background-position: -62px -129px;
}
.image_scroller .buttons .next {
  float: right;
  text-align: right;
  background-position: 0px -129px;
}
.image_scroller .buttons .next:hover {
  background-position: -93px -129px;
}
.image_scroller .buttons .navi {
  padding-top: 0.8em;
  width: 33%;
  margin-left: 45%;
}
.image_scroller .buttons .navi a {
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url(bilder/navigator.png) 0 0 no-repeat;
  display: block;
  font-size: 11px;
}
.image_scroller .buttons .navi a:hover {
  background-position: 0 -8px;
}
.image_scroller .buttons .navi a.active {
  background-position: 0 -16px;
}
.content_scroller {
  border: 1px solid #e4e4e4;
  padding-top: 0.5em;
}
.content_scroller .scrollable.show-on-js {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0.3em;
}
.content_scroller .scrollable.show-on-js .items {
  width: 20000em;
  position: absolute;
  padding: 0;
}
.content_scroller .scrollable.show-on-js .items ul {
  float: left;
  margin: 0;
  padding: 0;
}
.content_scroller .scrollable.show-on-js .items li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  border-right: 1px solid #e4e4e4;
}
.content_scroller .scrollable.show-on-js .items li a {
  display: block;
  margin: 0 auto;
  height: 100px;
}
.content_scroller .scrollable.hide-on-js {
  position: relative;
  width: 100%;
  height: auto;
}
.content_scroller .scrollable.hide-on-js .items li {
  float: left;
  margin: 0;
  padding: 0.5em;
  list-style: none;
  width: auto;
}
.content_scroller .scrollable.hide-on-js .items li a {
  border: 1px solid #e4e4e4;
  display: block;
  margin: 0 auto;
}
.content_scroller .buttons {
  background: #ebebeb;
  background: -moz-linear-gradient(bottom, #ebebeb, white);
  background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(white));
  background: -webkit-linear-gradient(bottom, #ebebeb, white);
  background: -o-linear-gradient(bottom, #ebebeb, white);
  background: -ms-linear-gradient(bottom, #ebebeb, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ebebeb',GradientType=0 );
  background: linear-gradient(bottom, #ebebeb, white);
  height: 2.5em;
}
.content_scroller .buttons a.left {
  float: left;
  display: block;
  margin-right: 1em;
}
.content_scroller .buttons .prev,
.content_scroller .buttons .next {
  width: 33%;
  margin: 0em 1em;
  background: url(bilder/imagesprite.png) no-repeat;
  height: 31px;
  width: 31px;
  cursor: pointer;
}
.content_scroller .buttons .prev span,
.content_scroller .buttons .next span {
  display: none;
}
.content_scroller .buttons .prev {
  float: left;
  background-position: -31px -129px;
}
.content_scroller .buttons .prev:hover {
  background-position: -62px -129px;
}
.content_scroller .buttons .next {
  float: right;
  text-align: right;
  background-position: 0px -129px;
}
.content_scroller .buttons .next:hover {
  background-position: -93px -129px;
}
.content_scroller .buttons .navi {
  padding-top: 0.5em;
  width: 33%;
  margin-left: 48%;
}
.content_scroller .buttons .navi a {
  display: block;
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url(bilder/navigator.png) 0 0 no-repeat;
  font-size: 1px;
}
.content_scroller .buttons .navi a:hover {
  background-position: 0 -8px;
}
.content_scroller .buttons .navi a.active {
  background-position: 0 -16px;
}
.teaserlist a.listlink, .teaserlist a.listlink:link, .teaserlist a.listlink:visited {
  text-align: right;
  display: block;
  position: relative;
  bottom: 0;
  color: #000;
  font-size: 75%;
  font-weight: bold;
}
.teaserlist a.listlink:hover {
  color: #c1002a;
  text-decoration: none;
}
.teaserlist a.listlink:after {
  content: " »";
}
.teaser {
  border-bottom: 1px dashed #bcbcbc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  clear: both;
}
.teaser h3 {
  font-size: 75%;
  line-height: 1.2em;
}
.teaser h3 a,
.teaser h3 a:link,
.teaser h3 a:visited, .teaser h3 {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.teaser h3 a:hover {
  color: #c1002a;
  text-decoration: underline;
}
.teaser .date {
  color: #b4b4b4;
  margin-bottom: 0;
}
.teaser img.right {
  float: right;
  margin: 0 0 0.2em 0.5em;
  max-width: 50%;
}
.teaser img.left {
  float: left;
  margin: 0 0.5em 0.2em 0;
  max-width: 50%;
}
.teaser a.detaillink:after {
  content: " »";
}
.magazine {
  border-bottom: 1px solid #b4b4b4;
}
.magazine .threecol {
  line-height: 0;
}
.magazine h2 {
  color: #D5D5D5;
  text-transform: none;
  font-size: 2em;
  line-height: 0.5em;
}
.magazine h2:before {
  content: "» ";
}
.magazine h3 {
  color: #767676;
  font-weight: bold;
  font-size: 75%;
  text-transform: uppercase;
  line-height: 1em;
}
.magazine h4 {
  color: #c1002a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.3em;
}
.magazine h5 {
  font-weight: bold;
  font-size: 75%;
  line-height: 150%;
}
.magazine img.right {
  float: right;
  margin: 0 0 0.2em 0.5em;
  max-width: 30%;
}
.magazine img.left {
  float: left;
  margin: 0 0.5em 0.2em 0;
  max-width: 30%;
}
.magazine a.more {
  display: block;
  text-align: right;
  margin-bottom: -2.5em;
  font-size: 63%;
  
  display:none;  
}
.magazine a.more span.textlink {
  display: block;
  height: 1em;
  float: right;
  padding-bottom: 0.7em;
}
.magazine a.more span.icon {
  display: block;
  position: relative;
  bottom: -1.7em;
  margin: 0 auto;
  background: url(bilder/imagesprite.png) no-repeat;
  background-position: -113px -14px;
  width: 122px;
  height: 10px;
}

.magazine a.more span.rotated {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.magazine.listlink {
  border-bottom: 0;
}
.magazine.listlink a.listlink {
  display: block;
  text-align: right;
  font-size: 75%;
  color: #000;
  text-transform: uppercase;
  padding-right: 1em;
}
.magazine.listlink a.listlink:after {
  font-size: 150%;
  content: " »";
}
.colored_row {
  background: #ebebeb;
  background: -moz-linear-gradient(bottom, #ebebeb, white);
  background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(white));
  background: -webkit-linear-gradient(bottom, #ebebeb, white);
  background: -o-linear-gradient(bottom, #ebebeb, white);
  background: -ms-linear-gradient(bottom, #ebebeb, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ebebeb',GradientType=0 );
  background: linear-gradient(bottom, #ebebeb, white);
  border: 1px solid #ebebeb;
}
.colored_row .content {
  text-align: center;
  border-right: 1px solid #e4e4e4;
  min-height: 5em;
}
.colored_row .last .content {
  border-right: none;
}
/*** EDITORCONTENT ***/
/* Elemente, die nicht angezeigt werden sollen */
.dummy {display:none;}
.editorcontent {
  /* Schriftgröße gem. Absprache mit Frau Voigt, 4.7.11 */
  font-size: 80%;
  line-height: 150%;
}
.editorcontent a:link {
    color: #282879;
    text-decoration: none;
    font-weight:bold;
}
.editorcontent a:visited {
    color: #282879;
    text-decoration: none;
    font-weight:bold;
}
.editorcontent a:hover {
    color: #c1002a;
    text-decoration: underline;
    font-weight:bold;
}
.editorcontent a:visited {
    color: #282879;    
    text-decoration: none;
    font-weight:bold;
}
.editorcontent p {
  font-size: 100%;
  /* eingefügt, um Abstand von P-Tagss nach oben zu sichern, wenn der Texteditor das P beim ersten Absatz vergisst, mb, 12.9.11 */
  margin-top: 1em;
}
.editorcontent hr
{
    border:none;
    border-top: 1px solid #DADADA;
    color: #fff;
}
.editorcontent strong,b {
    font-size: 100%;
    font-weight: bold;
}
.editorcontent em, i 
{
    font-style: italic;
}
/* Listenelemente im Text */
.editorcontent .linkliste
{
    font-size: 120%;
    line-height: 130%;
}
.editorcontent .linkliste_rechts 
{
  
  border-left: 1px solid white;
  line-height:130%; 
  color:#282879; 
  padding-left:1.2em;   
  background-image: url(bilder/linkliste_neu.gif); 
  background-repeat:no-repeat; 
  background-position: 1px 5px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #bcbcbc;
}
.editorcontent .linkliste_rechts a, .editorcontent .linkliste_rechts a:link, .editorcontent .linkliste_rechts a:visited
{
    color: #010101; text-decoration: none;
}
.editorcontent .linkliste_rechts a:hover
{
    color: #c1002a; text-decoration: underline;
}
/* Boxelemente */ 
.editorcontent .boxaktuell
{
    display:block; 
    background:#dadada; 
    padding:0.4em; 
    margin-bottom:0.2em;
}
.editorcontent .boxaktuell a
{
    /*color: #282879;*/
    text-decoration: none;    
}
.editorcontent .boxaktuell a:hover {
  color: #c1002a;
  text-decoration: underline;
}
.editorcontent .textboxaktuell
{    
    background-color:#f0f0f0; 
    padding:0.4em; 
    margin-bottom:0.2em;     
}
.editorcontent .textboxaktuell a
{
    /*color: #282879;*/
    text-decoration:   none;    
}
.editorcontent .textboxaktuell a:hover {
    text-decoration: underline;
}
.editorcontent .textboxrot
{
    display:block; background:#C62929; color:#FFFFFF; padding:0.4em; margin-bottom:0.2em;
}
.editorcontent .textboxfussnote {display:block; background:#FFF; color:#000; padding:0.4em; margin-bottom:0.2em; border: 1px solid #dadada;} 
.editorcontent .roteSchrift {color:#C62929}
.editorcontent .separator
{
    background-color: #f0f0f0;
    display:block; 
    line-height:140%; 
    color:#000; 
    padding:0.4em; 
    margin-top:0.5em; 
    margin-bottom:0.2em;
}
.editorcontent .boxsuche
{
    background-color: #dadada;
    white-space:nowrap; 
    border:1px solid #2e2e2e; 
    padding:0.8em; 
    margin-bottom:0.0em; 
    vertical-align:top;
}
.editorcontent .logo
{
    margin-bottom: 2em;
    text-align: right;
}
/* Dieser Code wird benötigt, um im IE7/IE8 komp. Bilder in Tabellen überhaupt sichtbar zu machen */
.editorcontent table * img
{
    max-width: none;
}
/* Automatische Innenabstände in Tabellen. mb 29.8.11 */ 
.editorcontent td
{
    padding:0.5em;
}
/* Google Suche */
span.radioborder {line-height: 2em; border:1px solid #dadada; padding:3px; background-color:#f0f0f0;}
.editorcontent #googlesubmit
{
    border: 1px solid #aaaaaa;
    height: 24px;
    margin-top: 7px;
    font-size: 100%;    
    background: transparent;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
.editorcontent #quicksearch  
{
    /* Rand unte wie .widget: */
    margin-bottom: 2em;    
}
.editorcontent #quicksearch label
{
    display: block;
    width: 27%;
    height: 1.5em;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 120%;
    text-transform: uppercase;
    text-align: right;
    padding-right: 1%;
    margin-top: 13px;
}
.editorcontent #quicksearch label.google
{
  display: block;
  width: 27%;
  height: 1.5em;
  float: left;
  cursor: pointer;
  color: #fff;
  font-size: 120%;
  text-transform: uppercase;
  text-align: right;
  padding-right: 1%;
  margin-top: 12px;
}
/* Google Suchbox rechte Spalte */
#googlebox
{
    margin-right: 1%;  
    border: 1px solid #aaaaaa;
    height: 20px;
    width: 40%;
    line-height: 150%;
    margin-top: 7px;  
    float: left;
    font-size: 100%;
}
/* Google Suchbox mittlere Spalte */
#googleword
{
    margin-right: 1%;  
    border: 1px solid #aaaaaa;
    height: 20px;   
    width: 40%; 
    line-height: 100%;
    margin-top: 7px;  
    float: left;
    font-size: 120%;
}
.editorcontent #quicksearch button.submit {
    font-size: 100%;
    margin-top: 7px;
    height: 24px;
}
/*** Fieldset.group für Quicksearch-Formulare ***/
#quicksearch .group
{
    margin: 0px; 
    border: 0px;
    padding: 0px;
}
/*Schlagwortsuche Google */
.editorcontent .boxgoogle {
  border:1px solid #dadada; 
  background-color: #f0f0f0;
  padding:0.8em; 
  margin-bottom:0.0em; 
  vertical-align:top;
}
.boxgoogle label {
  background:transparent !important;
  display:block;
  margin:0px;
  padding:0px;
  
}
.boxgoogle label.dummy {
  display:none;
}
.boxgoogle select {
  display:block;
  width:100%;
}
.boxgoogle input.submit {
  display:block;
  margin:auto;
  margin-top:5px;
  /* border aus form.css, kann ggf. wieder gelöscht werden. MB, 8.7.11 */
  border:1px solid;
}
/* Tagcloud Styles */
.tagcloud 
{
    line-height: 250%;    
    background-color: #f0f0f0;
    padding:0.4em; 
    margin-bottom:0.2em;
}
.tagcloud a, .tagcloud a:link, .tagcloud a:visited
{
    color: #2c2c2c;
    text-decoration: none;
}
.tagcloud a:hover
{
    color: #c1002a;
    text-decoration: underline;
}
.tagcloud li
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1em;    
}
/* Editorcontent Datentabellen */
.editorcontent table.daten
{
    border-collapse:collapse; 
    border: 1px solid #2e2e2e;
}  
.editorcontent table.daten th
{
    background-color: #f0f0f0;
    font-weight: bold;
    padding: 0.4em; 
    border: 1px solid #2e2e2e;
}  
.editorcontent table.daten td 
{
    vertical-align: baseline;
    padding: 0.4em;
    border: 1px solid #2e2e2e;
}
.editorcontent td.datenhintergrund {background-color: #f0f0f0;}
/* Editorcontent Überschriften */
.editorcontent h1 {
  font-size: 160%;
  line-height: 160%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0em 0em 0.3em 0em;
}
.editorcontent h2 {
  font-size: 140%;
  line-height: 150%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.9em 0em 0.3em 0em;
  text-transform: none;
}
.editorcontent h3 {
  font-size: 130%;
  line-height: 140%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.8em 0em 0.2em 0em;
}
.editorcontent h4 {
  font-size: 120%;
  line-height: 130%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.7em 0em 0.2em 0em;
}
.editorcontent h5 {
  font-size: 110%;
  line-height: 120%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.6em 0em 0.1em 0em;
}
.editorcontent h6 {
  font-size: 100%;
  line-height: 100%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.5em 0em 0.1em 0em;
}
/* Listen wieder mit Punkten versehen */
.editorcontent ul, .editorcontent ol{
    margin-left:1em;
}
#listnavleft, #listnavleft ul, #listnavleft ol, #spalterechts ul, #spalterechts ol{
    margin-left:0;
}
.editorcontent ul > li{
  list-style:disc outside;
  margin-left: 1em;
}
.editorcontent ol > li{
  list-style:decimal outside;
  margin-left: 1em;
}
/* FONT-Tag wird von UnivIS zurückgegeben. Def. der Zeilenhöhe notwendig für Klasse UnivIS-Code */
.editorcontent font 
{
    line-height: 150%;    
}
/* Downloadcenter */
ul.downloadcenter li{
  list-style:none;
  padding:0;
}
ul.downloadcenter li a{
  background-repeat:no-repeat;
  padding:0;
  padding-left:1.5em;
}
ul.downloadcenter li.file a {
  background-image:url(/bilder/file.gif);
}
ul.downloadcenter li.up a {
  background-image:url(/bilder/up.gif); 
} 
ul.downloadcenter li.folder a {
  background-image:url(/bilder/folder.gif); 
}
/* Ergänzung akzentuierte Links, Herr Pastor */
.editorcontent a.big_button {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    height: 40px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;    
    background-image: url(bilder/imagesprite_v.png);
    border-bottom: 1px solid #323239;
    border-top: 1px solid #767676;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-decoration: none;    
    line-height: 38px;
    color: #dddddd !important;      
}
.editorcontent a.big_button:hover {
    color: #ffffff !important;
    border: 1px solid #000;
    text-decoration: underline;
}
.editorcontent .bildunterschrift {font-size: 80%;}
/*** ENDE EDITORCONTENT ***/
/*** FORMULARE/FORMULARGENERATOR ***/
table.formgen {
    border-collapse:collapse; 
    border:0px;
}
td.formgen { 
     border:0px; 
     padding:3px;   
}
legend
{
    font-weight: bold; 
    font-size: 100%;     
}
fieldset
{
    margin: 2em; 
    border: 1px solid black;
    padding: 1em;
}
label.formgen
{
    padding: 0.5em;
}
label.radiolabel {
    display:block;
    padding:0px;
    line-height:1.5em;  
    margin-top:.4em;
    margin-bottom:.8em;
}
input.formgen, textarea
{
    font-size: 110%;
}
input[type="button"], input[type="submit"] ,  input[type="reset"] 
{
    font-size:100%; font-weight:bold; border:1px solid;
}
/*** Abstand nach unten für alle Boxen in der rechten Spalte ***/
.widget{
    margin-bottom: 2em;
}
.widget h3{
  font-size: 1em;
}
/* Box Audio - 07.07.2011 */
.playerplay, .playerpause{
    float: left;
    margin-left:0.25em;
    margin-top: 11px;
}
.playerpause {
    display: none;
}
.timeinfo {
    float: right;
    margin-top: -16px;
    margin-right:0.5em;
}
.audioslider {
    font-size: 14px;
    line-height: 20px;
    margin-left: 2.5em;
    margin-right: 45px;
    margin-top: 1em;
}
.audiodownload{
    margin-left: 2.5em;
    margin-top:0.5em;
}
.audiocopyright{
    float: right;
    left: -0.5em;
    position: relative;
    top: -2.2em;
}
/* Bildergalerie 2.0 - 07.07.2011 (Nur Thumbnails)*/
.imagePreviewBox{
    background:#f0f0f0;
    border:1px solid #dadada;
}
.imagePreviewBox{
    width:100px;
    height:100px;
    padding:10px;
    float:left;
    text-align:center;
    line-height:100px;
    margin:4px;
    /* Thumbnail Box muss sich f&uuml;r FF3, Opera und u.U. andere als Tabelle verhalten */
    display:table; 
}
.imagePreviewBox p{
    display:table-cell;
    vertical-align: middle;
    line-height:100px;
    height:100px;
}
/* ENDE Bildergalerie 2.0 */ 
/* Neue alte Navigation linke Spalte 26.07.2011*/
#listnavleft li{
 padding-left:0;
 /*border-top:0px solid #000000;*/
 /* eingefügt, um richtigen Abstand für Li-Elemente in der linken Spalte zu haben, mb */
 margin-left: 0;
}
#listnavleft a{
  padding: 0.5em 0.5em 0.5em 1.7em;
  display: block;
  text-decoration: none;
  color: #515151;
  font-weight:normal;
}
#listnavleft a:hover{
  text-decoration: underline;
}
#listnavleft li{
    border-top-width: 1px;
    clear: both;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    border-top: 1px solid #dadada;
}
#listnavleft > li:first-child{
    border-top:0px solid #DADADA;
}
 
/*2*/
#listnavleft .menueebene2off > a, #listnavleft .menueebene2on > a{
 padding-left:1.1em;
}
#listnavleft .menueebene2on {
    background-color:#f0f0f0;
}
#listnavleft .menueebene2on > a{
font-weight:bold;
background: url(bilder/pfeil.gif) no-repeat scroll 0 0.9em transparent;
}
/*3*/
#listnavleft .menueebene3off > a, #listnavleft .menueebene3on > a{
 padding-left:2.2em;
}
#listnavleft .menueebene3on > a{
font-weight:bold;
background: url(bilder/pfeil.gif) no-repeat scroll 1.1em 0.9em transparent;
}
/*4*/
#listnavleft .menueebene4off > a, #listnavleft .menueebene4on > a{
 padding-left:3.3em; 
}
#listnavleft .menueebene4on > a{
font-weight:bold;
background: url(bilder/pfeil.gif) no-repeat scroll 2.2em 0.9em transparent;
}
/*5*/
#listnavleft .menueebene5off > a, #listnavleft .menueebene5on > a{
 padding-left:4.4em;
 display:block;
}
#listnavleft .menueebene5on > a{
font-weight:bold;
background: url(bilder/pfeil.gif) no-repeat scroll 3.3em 0.9em transparent;
}
/*6*/
#listnavleft .menueebene6off> a, #listnavleft .menueebene6on> a{
 padding-left:5.5em;
}
#listnavleft .menueebene6on > a{
font-weight:bold;
background: url(bilder/pfeil.gif) no-repeat scroll 4.4em 0.9em transparent;
}
/*7*/
#listnavleft .menueebene7off> a, #listnavleft .menueebene7on> a{
 padding-left:6.6em;
}
#listnavleft .menueebene7on > a{
font-weight:bold;
background: url(bilder/pfeil.gif) no-repeat scroll 5.5em 0.9em transparent;
}

#kopfgrafik{
    float:right;
    width:668px;
    height:90px;
}  
 #kopfgrafik h1{
    float:right;
    padding-left:45px;
}
#kopfgrafik h1 a{
    font-weight:normal;
    text-decoration:none;
    min-width:400px;
    display:inline-block;
 }      

#kopfgrafik > .hellgrau{
    background-image: url(bilder/header-light.png);
    font-size:2em;
    color:#525252;
    font-weight:normal;
    height:63px;
    padding-right:20px;
    line-height:63px;
}
#kopfgrafik .hellgrau a{
    color:#525252;
}

#kopfgrafik > .anthrazit{
    background-image: ;
    position:relative;
    font-size:0.8em;
    height:53px;
    padding-right:0.5em;
    padding-top:37px;
}
#kopfgrafik .anthrazit a{
    color:#ffffff;
}
#kopfgrafik .anthrazit em{
    position:absolute;
    top:0.3em;
    font-size:3em;
    left:45px;
    font-style:normal;
    height:100%;
    padding:5px 0;
}
#kopfgrafik img{
    position:absolute;
}
/* FARBEN: Blaugrau */
  /* Buttonhintergruende */
  .blaugrau #nav_targetaudience, .blaugrau #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #6E7579;
  }
  /* Ränder der Buttons */
  .blaugrau #nav_targetaudience li {
      /* Wesentlich heller */
      border-left: 1px solid #ADB3BB;
      /* Leicht heller */
      border-right: 1px solid #495054;
  }
  /* Anweisung fuer Buttonhighlighting, gleiche Farbe wie oben nav_ta */
  .blaugrau #nav_targetaudience li.active, .blaugrau #nav_targetaudience li:hover {
    background: #6E7579 url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  /* Alle Überschriften: */
  .blaugrau .reply a, .blaugrau #jumptoreply, .blaugrau #return, .blaugrau #respond .form-submit #submit, .blaugrau #content .entry-title a, .blaugrau .editorcontent h1, .blaugrau .editorcontent h2, .blaugrau .editorcontent h3, .blaugrau .editorcontent h4, .blaugrau .editorcontent h5, .blaugrau .editorcontent h6{
      color: #52535D;
  }
  /* Links: */
  .blaugrau .editorcontent a, .blaugrau .editorcontent a:link, .blaugrau #nav_main .sf-menu li:hover, .blaugrau #nav_main .sf-menu li.sfHover, .blaugrau #nav_main .sf-menu a:focus, .blaugrau #nav_main .sf-menu a:hover, .blaugrau #nav_main .sf-menu a:active, .blaugrau #homepage_toplinks li a:hover, .blaugrau  #footer_widgets li a:hover {
      color: #282879;
  }
  /* Links bei mouseover */
  .blaugrau .editorcontent a:hover, .blaugrau .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  /* Hintergrund der Kopfleiste einer Box */
  .blaugrau .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #D5D7E6;
  }
  /* Boxenhintergrund */
  .blaugrau .editorcontent .textboxaktuell{
      background-color: #EBECF5;
  }
  /* Tabellenstile */
  .blaugrau .editorcontent td.datenhintergrund {background-color: #EBECF5;}
  .blaugrau .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #6E7579;}
/* FARBEN: Gruengrau */
  .gruengrau #nav_targetaudience, .gruengrau #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #505050;
  }
  .gruengrau #nav_targetaudience li {
      /* Wesentlich heller */
      border-left: 1px solid #484848;
      /* Leicht heller */
      border-right: 1px solid #4e5054;
  }
  .gruengrau #nav_targetaudience li.active, .gruengrau #nav_targetaudience li:hover {
    background: #505050 url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  .gruengrau .reply a, .gruengrau #jumptoreply, .gruengrau #return, .gruengrau #respond .form-submit #submit, .gruengrau #content .entry-title a, .gruengrau .editorcontent h1, .gruengrau .editorcontent h2, .gruengrau .editorcontent h3, .gruengrau .editorcontent h4, .gruengrau .editorcontent h5, .gruengrau .editorcontent h6{
      color: #95c11b;
  }
  .gruengrau .editorcontent a, .gruengrau .editorcontent a:link, .gruengrau #nav_main .sf-menu li:hover, .gruengrau #nav_main .sf-menu li.sfHover, .gruengrau #nav_main .sf-menu a:focus, .gruengrau #nav_main .sf-menu a:hover, .gruengrau #nav_main .sf-menu a:active, .gruengrau #homepage_toplinks li a:hover, .gruengrau  #footer_widgets li a:hover {
      color: #282879;
  }
  .gruengrau .editorcontent a:hover, .gruengrau .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  .gruengrau .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #dbe6b4;
  }
  .gruengrau .editorcontent .textboxaktuell{
      background-color: #ebefe0;
  }
  .gruengrau .editorcontent td.datenhintergrund {background-color: #ebefe0;}
  .gruengrau .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #505050;}
/* FARBEN: Dunkelpetrol */
  .dunkelpetrol #nav_targetaudience, .dunkelpetrol #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #052633;
  }
  .dunkelpetrol #nav_targetaudience li {
      border-left: 1px solid #81a2af;
      border-right: 1px solid #244552;
  }
  .dunkelpetrol #nav_targetaudience li.active, .dunkelpetrol #nav_targetaudience li:hover {
    background: #052633 url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  .dunkelpetrol .reply a, .dunkelpetrol #jumptoreply, .dunkelpetrol #return, .dunkelpetrol #respond .form-submit #submit, .dunkelpetrol #content .entry-title a, .dunkelpetrol .editorcontent h1, .dunkelpetrol .editorcontent h2, .dunkelpetrol .editorcontent h3, .dunkelpetrol .editorcontent h4, .dunkelpetrol .editorcontent h5, .dunkelpetrol .editorcontent h6{
      color: #005872;
  }
  .dunkelpetrol .editorcontent a, .dunkelpetrol .editorcontent a:link, .dunkelpetrol #nav_main .sf-menu li:hover, .dunkelpetrol #nav_main .sf-menu li.sfHover, .dunkelpetrol #nav_main .sf-menu a:focus, .dunkelpetrol #nav_main .sf-menu a:hover, .dunkelpetrol #nav_main .sf-menu a:active, .dunkelpetrol #homepage_toplinks li a:hover, .dunkelpetrol  #footer_widgets li a:hover {
      color: #282879;
  }
  .dunkelpetrol .editorcontent a:hover, .dunkelpetrol .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  .dunkelpetrol .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #c9dde4;
  }
  .dunkelpetrol .editorcontent .textboxaktuell{
      background-color: #e2ecf0;
  }
  .dunkelpetrol .editorcontent td.datenhintergrund {background-color: #e2ecf0;}
  .dunkelpetrol .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #052633;}
/* FARBEN: Braun */
  .braun #nav_targetaudience, .braun #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #473108;
  }
  .braun #nav_targetaudience li {
      border-left: 1px solid #b4a68c;
      border-right: 1px solid #584b31;
  }
  .braun #nav_targetaudience li.active, .braun #nav_targetaudience li:hover {
    background: #473108 url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  .braun .reply a, .braun #jumptoreply, .braun #return, .braun #respond .form-submit #submit, .braun #content .entry-title a, .braun .editorcontent h1, .braun .editorcontent h2, .braun .editorcontent h3, .braun .editorcontent h4, .braun .editorcontent h5, .braun .editorcontent h6{
      color: #473108;
  }
  .braun .editorcontent a, .braun .editorcontent a:link, .braun #nav_main .sf-menu li:hover, .braun #nav_main .sf-menu li.sfHover, .braun #nav_main .sf-menu a:focus, .braun #nav_main .sf-menu a:hover, .braun #nav_main .sf-menu a:active, .braun #homepage_toplinks li a:hover, .braun  #footer_widgets li a:hover {
      color: #282879;
  }
  .braun .editorcontent a:hover, .braun .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  .braun .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #f2d195;
  }
  .braun .editorcontent .textboxaktuell{
      background-color: #fff2da;
  }
  .braun .editorcontent td.datenhintergrund {background-color: #fff2da;}
  .braun .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #473108;}
/* FARBEN: Dunkelblau */
  .dunkelblau #nav_targetaudience, .dunkelblau #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #0d155a;
  }
  .dunkelblau #nav_targetaudience li {
      border-left: 1px solid #8c94d9;
      border-right: 1px solid #3e457b;
  }
  .dunkelblau #nav_targetaudience li.active, .dunkelblau #nav_targetaudience li:hover {
    background: #0d155a url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  .dunkelblau .reply a, .dunkelblau #jumptoreply, .dunkelblau #return, .dunkelblau #respond .form-submit #submit, .dunkelblau #content .entry-title a, .dunkelblau .editorcontent h1, .dunkelblau .editorcontent h2, .dunkelblau .editorcontent h3, .dunkelblau .editorcontent h4, .dunkelblau .editorcontent h5, .dunkelblau .editorcontent h6{
      color: #383b74;
  }
  .dunkelblau .editorcontent a, .dunkelblau .editorcontent a:link, .dunkelblau #nav_main .sf-menu li:hover, .dunkelblau #nav_main .sf-menu li.sfHover, .dunkelblau #nav_main .sf-menu a:focus, .dunkelblau #nav_main .sf-menu a:hover, .dunkelblau #nav_main .sf-menu a:active, .dunkelblau #homepage_toplinks li a:hover, .dunkelblau  #footer_widgets li a:hover {
      color: #282879;
  }
  .dunkelblau .editorcontent a:hover, .dunkelblau .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  .dunkelblau .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #c0c9da;
  }
  .dunkelblau .editorcontent .textboxaktuell{
      background-color: #e5e8f1;
  }
  .dunkelblau .editorcontent td.datenhintergrund {background-color: #e5e8f1;}
  .dunkelblau .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #0d155a;}
/* FARBEN: Dunkelgruen */
  .dunkelgruen #nav_targetaudience, .dunkelgruen #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #313c28;
  }
  .dunkelgruen #nav_targetaudience li {
      border-left: 1px solid #a4ada3;
      border-right: 1px solid #485147;
  }
  .dunkelgruen #nav_targetaudience li.active, .dunkelgruen #nav_targetaudience li:hover {
    background: #313c28 url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  .dunkelgruen .reply a, .dunkelgruen #jumptoreply, .dunkelgruen #return, .dunkelgruen #respond .form-submit #submit, .dunkelgruen #content .entry-title a, .dunkelgruen .editorcontent h1, .dunkelgruen .editorcontent h2, .dunkelgruen .editorcontent h3, .dunkelgruen .editorcontent h4, .dunkelgruen .editorcontent h5, .dunkelgruen .editorcontent h6{
      color: #313c28;
  }
  .dunkelgruen .editorcontent a, .dunkelgruen .editorcontent a:link, .dunkelgruen #nav_main .sf-menu li:hover, .dunkelgruen #nav_main .sf-menu li.sfHover, .dunkelgruen #nav_main .sf-menu a:focus, .dunkelgruen #nav_main .sf-menu a:hover, .dunkelgruen #nav_main .sf-menu a:active, .dunkelgruen #homepage_toplinks li a:hover, .dunkelgruen  #footer_widgets li a:hover {
      color: #282879;
  }
  .dunkelgruen .editorcontent a:hover, .dunkelgruen .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  .dunkelgruen .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #d6dcd3;
  }
  .dunkelgruen .editorcontent .textboxaktuell{
      background-color: #f0f2ee;
  }
  .dunkelgruen .editorcontent td.datenhintergrund {background-color: #f0f2ee;}
  .dunkelgruen .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #313c28;}
/* FARBEN: Rosagrau */
  .rosagrau #nav_targetaudience, .rosagrau #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #505050;
  }
  .rosagrau #nav_targetaudience li {
      border-left: 1px solid #484848;
      border-right: 1px solid #4e5054;
  }
  .rosagrau #nav_targetaudience li.active, .rosagrau #nav_targetaudience li:hover {
    background: #505050 url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  .rosagrau .reply a, .rosagrau #jumptoreply, .rosagrau #return, .rosagrau #respond .form-submit #submit, .rosagrau #content .entry-title a, .rosagrau .editorcontent h1, .rosagrau .editorcontent h2, .rosagrau .editorcontent h3, .rosagrau .editorcontent h4, .rosagrau .editorcontent h5, .rosagrau .editorcontent h6{
      color: #505050;
  }
  .rosagrau .editorcontent a, .rosagrau .editorcontent a:link, .rosagrau #nav_main .sf-menu li:hover, .rosagrau #nav_main .sf-menu li.sfHover, .rosagrau #nav_main .sf-menu a:focus, .rosagrau #nav_main .sf-menu a:hover, .rosagrau #nav_main .sf-menu a:active, .rosagrau #homepage_toplinks li a:hover, .rosagrau  #footer_widgets li a:hover {
      color: #282879;
  }
  .rosagrau .editorcontent a:hover, .rosagrau .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  .rosagrau .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #dfd3d3;
  }
  .rosagrau .editorcontent .textboxaktuell{
      background-color: #f4eded;
  }
  .rosagrau .editorcontent td.datenhintergrund {background-color: #f4eded;}
  .rosagrau .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #505050;}
/* FARBEN: Nachtblau */
  .nachtblau #nav_targetaudience, .nachtblau #quicksearch form{
      background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #242643;
  }
  .nachtblau #nav_targetaudience li {
      border-left: 1px solid #a0a4bd;
      border-right: 1px solid #464a63;
  }
  .nachtblau #nav_targetaudience li.active, .nachtblau #nav_targetaudience li:hover {
    background: #242643 url(bilder/imagesprite_vc.png) repeat;
    background-position: 0 -94px;
  }
  .nachtblau .reply a, .nachtblau #jumptoreply, .nachtblau #return, .nachtblau #respond .form-submit #submit, .nachtblau #content .entry-title a, .nachtblau .editorcontent h1, .nachtblau .editorcontent h2, .nachtblau .editorcontent h3, .nachtblau .editorcontent h4, .nachtblau .editorcontent h5, .nachtblau .editorcontent h6{
      color: #242643;
  }
  .nachtblau .editorcontent a, .nachtblau .editorcontent a:link, .nachtblau #nav_main .sf-menu li:hover, .nachtblau #nav_main .sf-menu li.sfHover, .nachtblau #nav_main .sf-menu a:focus, .nachtblau #nav_main .sf-menu a:hover, .nachtblau #nav_main .sf-menu a:active, .nachtblau #homepage_toplinks li a:hover, .nachtblau  #footer_widgets li a:hover {
      color: #282879;
  }
  .nachtblau .editorcontent a:hover, .nachtblau .editorcontent .boxaktuell a:hover {
      color: #c1002a;
  }
  .nachtblau .editorcontent .boxaktuell{
      background: none repeat scroll 0 0 #d4d5db;
  }
  .nachtblau .editorcontent .textboxaktuell{
      background-color: #ecedf2;
  }
  .nachtblau .editorcontent td.datenhintergrund {background-color: #ecedf2;}
  .nachtblau .editorcontent a.big_button {background: url(bilder/imagesprite_vc.png) repeat scroll 0 0 #242643;}

a:not([href]){
    color: #2C2C2C;
    text-decoration:none;
}
a:not([href]):hover{
    color: #2C2C2C;
    text-decoration:none;
}
#spaltemitte ul, #spaltemitte ol, #spalterechts ul, #spalterechts ol {
    margin-bottom: 1em;    
}
@media handheld, only screen and (max-width: 780px) {
#header {
    margin-bottom: 0;
}
#header img {
    display: none;
}
#header #header_logo {
    top: 0.2em;
}
#nav_main ul.sf-menu {
    margin-right: 1em;
}
#nav_main ul.sf-menu li {
    margin-left: 0.2em;
}
#nav_main ul.sf-menu li a {
    font-size: 63%;
    /* 10/16 */
    letter-spacing: 0;
}
#nav_main .sf-menu li:hover ul, #nav_main ul.sf-menu li li:hover ul {
    display: none;
}
#nav_main .sf-menu li.last_menu ul {
    left: -18em;
}
#nav_top ul {
    padding-right: 1em;
}

#listnavleft {    
    border-top: 1px solid #dadada;    
    border-bottom: 1px solid #dadada;    
    padding: 5px 0px;
    margin-top: 0px;
}
#listnavleft a{
  padding: 0.5em 0.5em 0.5em 1.7em;
  
  display: inline !important;
  text-decoration: none;
  color: #515151;
  font-weight:normal;
  
  white-space:nowrap;
}
#listnavleft li{
    display: inline;    
    border-top-width: 1px;
    clear: both;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    border-top: 0px;      
}
#listnavleft .menueebene2on, #listnavleft .menueebene3on, #listnavleft .menueebene4on, #listnavleft .menueebene5on, #listnavleft .menueebene6on, #listnavleft .menueebene7on {display: block; background-color: #f0f0f0;}

#nav_targetaudience {
    display: block;
    width: auto;
    height: auto;
    background: #c1002a;
}
#nav_targetaudience ul {
    display: block;
    text-align: center;
    background: #c1002a;
}
#nav_targetaudience li {
    display: inline;
    border: 0;
    margin-right: 0.5em;
    background: #c1002a;
}
#nav_targetaudience li a, #nav_targetaudience li a:link, #nav_targetaudience li a:visited {
    display: inline;
    padding: 0.5em 0;
    font-size: 75%;
    letter-spacing: 0em;
}
#article_content section .content {
    padding: 0.5em;
}
#footer .col {
    width: auto;
    float: none;
    text-align: center;
    clear: both;
}
#footer #nav_service {
    float: none;
}
#article_content {
    padding: 0.5em;
}
#article_content .row .onecol, #article_content .row .twocol, #article_content .row .threecol, #article_content .row .fourcol, #article_content .row .fivecol,
  #article_content .row .sixcol, #article_content .row .sevencol, #article_content .row .eightcol, #article_content .row .ninecol, #article_content .row .tencol,
  #article_content .row .elevencol {
    float: none;
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 0;
}
#article_content .row .last {
    margin-right: 0px;
    position:static;
}
/* Kopfgrafik*/
  #kopfgrafik h1 a{
    font-size:0.5em;
    text-align:right;
    min-width:0;
}
#kopfgrafik .anthrazit a{
    font-size:0.8em;
}
}
@media handheld, only screen and (max-width: 480px) {
#page_start {
    display: none;
}
#header {
    background: none;
    min-height: 10em;
    border-bottom: none;
}
#header #header_gradient {
    display: none;
}
#header #header_logo {
    position: relative;
    margin: 0 auto;
    float: none;
    
    top: 2.5em;
}
#nav_top {
    position: absolute;
    top: 0.4em;
}
#nav_top ul {
    float: none;
    text-align: center;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

#nav_main{
    margin-top: 2em;
}
#listnavleft{
    margin-top: 1.5em;
}

#nav_main ul.sf-menu {
    float: none;
    margin-right: 0;
    text-align: center;
}
#nav_main ul.sf-menu li{
    margin-left: 0.5em;
    line-height: 1em;
}
#nav_main ul.sf-menu li a{
    font-weight: normal;
}
#article_content {
    padding: 0.3em;
}
#article_content section .content {
    padding: 0.2em;
}
/* Kopfgrafik */
#kopfgrafik{
    position:relative;
    top:1em;
    width:100%;
}
#kopfgrafik .hellgrau, #kopfgrafik .anthrazit{
    background-image:none;
}
#kopfgrafik h1 a{
    font-size:0.5em;
}
#kopfgrafik .anthrazit a{    
    color:#000;
    font-size:0em;
}
#kopfgrafik .anthrazit a em{
    font-size:20px;
    left:0;
}
}
#printheader{
    display:none;
}
/* Samstag, 29. September 2012 11:19  */