 
/* 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,
dl, dt, dd, 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;
}
img, object, embed {
  max-width: 100%;
}
img {
  height: auto;
}
html, body {
  height: 100%;
}
body {
  font-size: 100%;
  font-family: Helvetica, Arial, "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;
  -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;}
.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() 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_zentral/imagesprite.png) no-repeat;
  background-position: 0 -24px;
}
#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;
}
#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;
  /* left offset of submenus need to match (see below) */
  /* nicht benötigt, mb: background: url("../images/shadow.png") no-repeat bottom right; */
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
#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, #nav_main .sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour, NoRedDot only */
  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;
}
/* 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: #b1b1b1;
}
#nav_top li a:link,
#nav_top li a:visited {
  color: #b1b1b1;
  -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: #bcbcbc;
  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: 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_zentral/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;
  width: 200px;
}
#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_zentral/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_zentral/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_zentral/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_zentral/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;
}
#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;
  /* NoRedDot Mode ! */
  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_zentral/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 {
  text-align: right;
}
#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: #b4b4b4;
  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%;
}
#homepage_calendar a .icon {
  display: block;
  float: left;
  background: url(Bilder_zentral/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_zentral/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_zentral/imagesprite_v.png) repeat;
  background-position: 0 -94px;
}
#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%;
  max-height: 310px;
}
.image_scroller .scrollable .items {
  width: 20000em;
  position: absolute;
}
.image_scroller .scrollable .items div {
  float: left;
}
.image_scroller .subtitle {
  width: auto;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 0.2em 0.5em 0.5em 0.2em;
  color: #fff;
  background: url(Bilder_zentral/transparent_black_fallback.png) repeat;
  background: rgba(0, 0, 0, 0.3);
  font-size: 75%;
}
.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_zentral/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_zentral/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_zentral/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_zentral/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%;
}
.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_zentral/imagesprite.png) no-repeat;
  background-position: -113px -14px;
  width: 122px;
  height: 10px;
}
.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, a:link  {
    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%;
}
.editorcontent hr
{
    border:none;
    border-top: 1px solid #DADADA;
    color: #fff;
}
.editorcontent strong,b {
    font-size: 100%;
    font-weight: bold;
}
.editorcontent em
{
    font-style: italic;
}

/* Listenelemente im Text */
.editorcontent .linkliste
{
    font-size: 120%;
    line-height: 130%;
}
.editorcontent .linkliste_rechts 
{
  line-height:130%; 
  color:#282879; 
  padding-left:0.8em; 
  background-image: url(Bilder_zentral/linkliste.gif); 
  background-repeat:no-repeat; 
}
/* 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 .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;
}

/* UI Autocomplete Styles
----------------------------------*/
.ui-autocomplete {position: absolute; list-style-type: none; padding: 0px;  text-align:left; background-color: #ffffff; border: 1px solid #dadada;}
.ui-menu-item {list-style-type: none; padding-left: 5px; padding-right: 15px;}
.ui-menu-item a 
{
    color: #2c2c2c;
    text-decoration: none;
}
.ui-menu-item a:hover
{
    color: #c1002a;
    text-decoration: underline;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Component containers
----------------------------------*/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {  }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url() 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url() 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url() 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #dadada; background: #eeeeee url() 50% 50% repeat-x; font-weight: bold;  outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url() 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url() 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url() 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
/* Overlays */
.ui-widget-overlay { background: #666666 url() 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url() 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* 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
{
    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 Überschriften */
.editorcontent h1 {
  font-size: 160%;
  line-height: 160%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0em 0em 0.3em 0em;
}
.editorcontent h2 {
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.9em 0em 0.3em 0em;
  text-transform: none;
}
.editorcontent h3 {
  font-size: 140%;
  line-height: 140%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.8em 0em 0.2em 0em;
}
.editorcontent h4 {
  font-size: 130%;
  line-height: 130%;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0.7em 0em 0.2em 0em;
}
.editorcontent h5 {
  font-size: 120%;
  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%;    
}

/*** 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("http://www.zdv.uni-mainz.de/Bilder_zentral/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("http://www.zdv.uni-mainz.de/Bilder_zentral/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("http://www.zdv.uni-mainz.de/Bilder_zentral/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("http://www.zdv.uni-mainz.de/Bilder_zentral/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("http://www.zdv.uni-mainz.de/Bilder_zentral/pfeil.gif") no-repeat scroll 4.4em 0.9em transparent;
}

/*7*/
#listnavleft .menueebene7off> a, #listnavleft .menueebene6on> a{
 padding-left:6.6em;
}
#listnavleft .menueebene7on > a{
font-weight:bold;
background: url("http://www.zdv.uni-mainz.de/Bilder_zentral/pfeil.gif") no-repeat scroll 5.5em 0.9em transparent;
}

/* ENDE Navigation linke Spalte*/

/* Kopfgrafiken */

#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;
 }      
/* hellgrau und einzeilig */
#kopfgrafik > .hellgrau{
    background-image: url('http://www.zdv.uni-mainz.de/config/seitenkopf/header-light.png');
    font-size:2em;
    color:#525252;
    font-weight:normal;
    height:63px;
    padding-right:20px;
    line-height:63px;
}
#kopfgrafik .hellgrau a{
    color:#525252;
}
      
/* Style für anthrazit und doppelzeilig */
#kopfgrafik > .anthrazit{
    background-image: url('http://www.zdv.uni-mainz.de/config/seitenkopf/header-short-dark.png');
    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;
}

@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;
  }
  #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: 1.8em;
  }
  #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 {
    top: 8em;
    height: auto;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
  }
  #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 */
  #nav_main{
    top:10em;
  }
  #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:1em;
  }
  #kopfgrafik .anthrazit a em{
    font-size:2em;
    right:0;
  }
}
#printheader{
    display:none;
}

/* Donnerstag, 25. August 2011 18:28  */
