@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #313131;
    background: #fff;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

div.message {
    border: 3px solid grey;
    padding: 15px 10px 20px;
    margin-top: 15px;
    margin-right: 10px
}
div.message.success {
    border-color: #2F9218;
}
div.message.warning {
    border-color: #FF9900;
}
div.message.error {
    border-color: #CC3300;
}
div.message h2 {
    font-size: 20px;
}
div.message.success h2 {
    color: #2F9218;
}
div.message.warning h2 {
    color: #FF9900;
}
div.message.error h2 {
    color: #CC3300;
}
div.message p {
    padding-top: 15px;
    line-height: 16px;
    color: #313131;
    font-weight: normal;
}

div.message ul.additional {
    padding: 0;
    margin: 15px 0 0 0;
}

div.message ul.additional li {
    list-style-type: none;
    padding: 3px 0;
    margin: 0;
}

div.message a:hover {
    text-decoration: underline;
}
form p.abo-info {
    margin: 20px 10px 10px 0;
    border: 1px solid #eee;
    padding: 10px;
    margin-right: 10px;
    font-weight: bold;
    line-height: 17px;
}

#sitelogo {
    background: url(/img/betalogo.png) no-repeat left center;
    width: 128px;
    height: 17px;
    float: left;
    display: block;
    cursor: pointer;
}

img {
    border: none;
}
img.oewa {
    position: absolute;
    top: -1px;
    left: -1px;
}
ul, li, p {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans Condensed',Arial,sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #054d80;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.1em;
    padding: 0;
}

a {
    color: #054d80;
    text-decoration: none;
    font-weight: 700;
}

a, a:link, a:visited, a.packagelink {
    color: #054d80;
}

a.packagelink:hover {
    color: #122842;
}

.packagelink img {
    display: none;
}

h1 {
    font-size: 2.6em;
}
h2 {
    font-size: 1.85em;
}
h3 {
    font-size: 1.7em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1.1em;
}

#frame {
    float: left;
    width: 949px;
    background: #fff;
    border: 10px solid #fff;
    border-top: 5px;
    margin: 5px 0;
}

#maincontent {
    float:left;
    width: 950px;
}

#content {
    float: left;
    width: 630px;
    padding: 0;
    border-top: none;
    margin: 10px 0 0 0;
    background: #fff;
}

#content h1 a:hover {
    color: #0989d6;
}

#contentwide {
    float: left;
    width: 950px;
    background: #fff;
    padding: 0;
    margin: 0;
    border-top: none;
}

#s4 {
    margin: 0 0 0 7px;
    padding: 7px 0;
    float: right;
    width: 300px;
    font-size: 12px;
    line-height: 1.25;
}

#s4 a, .moredia a, .moredia6 a {
    font-weight: 100;
}

#s4 a b, .moredia a b, .moredia6 a b {
    font-weight: 700;
}

.ad_full,.ad_full1, .ad_full2, .ad_forumsbox, .ad_super1, .ad_super2, .ad_super3 {
    padding: 5px;
    background: #fff url(/images/ad/ad_right.gif) no-repeat left top;
    border: 1px solid #bfc4ca;
    line-height: 0;
}
.ad_lad {
    padding-left: 12px;
    background: transparent url(/images/ad/ad_right.gif) no-repeat left top;
}


#ad_top, #ad_bottom {
    display: block;
    width: 950px;
    text-align: center;
    margin-left: 10px;
    line-height: 0;
}
#ad_bottom {
    float: left;
}

.ad_table {
    width: 100%;
}
.ad_topright {
    margin: 5px 0;
    float: left;
    clear: both;
    width: 950px;
}

#ad_topright {
    float: left;
    width: 100%;
}
#ad_sky, #sitebar {
    position: absolute;
    left: 975px;
    top: 110px;
    z-index: 999;
}

#ad_sky .ad_skysticky{
    left: 990px;
    position: fixed;
    top: 10px;
}


.ad_sky{
    background: transparent url(/images/ad/ad_content.gif) no-repeat right bottom;
    padding-bottom: 13px;
    z-index: 0;
}

#minilogo {
    margin: -5px 4px 0 -10px;
    display: none;
    float: left;
    width: 118px;
}

#navi {
    float: left;
    width: 100%;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 998;
}
#navi.sticky {
    position: fixed;
    top:0;
    left: 10px;
    width: 950px;
    background: #eee;
}
#navi.sticky li a {
    color: #000;
    font-size: 11px;
}
#navi ul, #navi li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
#navi ul {
    line-height: 14px;
    border-bottom: 5px solid #005B92;
    width: 100%;
    text-transform: uppercase;
    float: left;
}
#navi > ul > li > ul {
    width: 200px;
    min-width: 200px;
    position: absolute;
    left: 0;
    top: 24px;
    float: left;
    background: #fafafa;
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    z-index: 999;
    display: none;
    border-bottom: 4px solid #005B92;
    padding-right: 4px;
}
#navi > ul > li:hover > ul {
    display: block;
}
#navi > ul > li > ul > li {
    width: 196px;
    float: left;
    border: none;
    text-transform: none;
    border-left: 4px solid #eee;
    border-right: 4px solid #eee;
    margin-right: 4px;
}
#navi ul#nav {
    z-index: 998;
    position: relative;
}
#navi ul#subnav {
    border-bottom: 2px solid #ddd;
    text-transform: none;
    padding: 0 0 2px;
    position: relative;
    z-index: 997;
}
#navi li {
    position: relative;
}
#navi ul#subnav li {
    border: none;
    z-index: 997;
}
#navi ul#subnav li a {
    font-weight: 100;
    margin-bottom: 0;
}
#navi ul#subnav li a b {
    font-weight: 700;
}
#navi > ul > li:first-child {
    margin-left: 5px;
    border: none;
}
#navi li a {
    padding: 5px;
    color: #333;
    font-size: 12px;
    display: block;
}
#nav li a:hover {
    color: #000;
    background: #fafafa;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
#nav li ul li a {
    font-weight: 100;
    padding-left: 10px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}
#nav li ul li a:hover {
    box-shadow: none;
    background: #eee;
}
#navi li.active a {
    color: #005B92;
}
#navi li.active li a {
    color: #005B92;
}
#header {
    background: #fff;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    text-transform: uppercase;
    float: left;
    width: 950px;
}
#headerbar {
    background: #005b92;
    float: left;
    width: 100%;
    text-transform: none;
    height: 80px;
    position: relative;
}
.headad {
    position: absolute;
    top: 18px;
    right: 165px;
    width: 180px;
    height: 50px;
}
#miniheader {
    background: #005b92;
    float: left;
    width: 1000px;
    text-transform: none;
    height: 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
#miniheader .logo {
    height: 18px;
    margin: 1px;
}
#header .logo {
    font-size:10px;text-align:left;color:#fff;margin:20px 0 0 15px;width:300px;float:left;line-height:8px;
}
#header .logo img {
    width:320px;
}
#header h1 a {
    color: #fff;
    font-weight: 900;
}
.ad_left {
    float: left;
    margin: 10px;
}
.logo {
    float: left;
    margin: 10px
}
.versions {
    float: left;
    width: 200px;
    text-transform: none;
}
.login a {
    padding: 0 0 0 5px;
    line-height: 16px;
}
.versions a {
    padding: 0 5px 0 0;
    line-height: 16px;
}
.date {
    float: left;
    width: 450px;
  /*  margin-left: 80px;*/
    text-align: center;
    text-transform: none;
}
.date a {
    padding: 0 5px;
}
.login {
    float: right;
    text-align: right;
    text-transform: none;
}


#eilt, .eilt {
    background: #c42018;
    color: #fff;
    padding: 5px;
    font-size: 11px;
    margin: 0 0 0 -10px;
    height: 13px;
    overflow: hidden;
    width: 950px
}
#eilt, #eilt a {
    color: #c42018;
}
.eilt a:hover {
    text-decoration: underline;
}
.eilt a {
    color: #fff;
    font-weight: 100;
}

#wrapper {
    width: 970px;
    float: left;
    background: none;
}

p.geoLinks a {
    font-size: 10px;
}

.hoverant {
    padding: 5px 13px;
    background-color: #054d80;
    z-index: 88;
    position: relative;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

span.hover {
    cursor: pointer;
    color: #054d80;
    padding: 5px 13px;
}

/* NETZWERK */


#network a {
    color: #FFFFFF;
    line-height: 22px;
}
#network a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#network .hoverbox a, #network .hoverbox a:hover {
    color: #FFFFFF;
}
#network {
    background: #005b92;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    color: #FFFFFF;
    font-size: 12px;
    left: 0;
    padding: 0 10px;
    position: fixed;
    width: 940px;
    z-index: 997;
}
#network img {
    padding: 0 2px 0 0;
    vertical-align: middle;
}
#network span.login {
    color: #FFFFFF;
    display: block;
    float: left;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}
#network div.networkitem {
    color: #D5E6F2;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 22px;
    padding: 0 15px;
    text-align: center;
    width: auto;
}
#network div.hover {
    background: transparent url("/img/sprite.png?1") no-repeat right -172px;
    padding-right: 15px;
}
#network div.hoverant div.hoverbox {
    background: #005b92;
    color: #FFFFFF;
    display: none;
    text-align: left;
}

.hoverbox {
    display: none;
    position: absolute;
    padding: 10px;
    border: 1px solid #054d80;
    width: 170px;
    left: 0;
    bottom: 22px;
    top: auto;
    color: #313131;
    font-weight: 100;
    line-height: 1.2em;
    z-index: 9999;
}

.hoverbox li {
    margin: 5px 0;
}

.slash {
    display: none;
}
div.headright {
    float: right;
    width: 140px;
    margin: 10px;
}
.s {
    float: right;
    width: 140px;
    padding: 1px;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 10px;
}
.search {
    background: transparent;
    border: none;
    width: 90px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 4px;
    float: left;
}
.searchBtn {
    background: #fff;
    border: none;
    vertical-align: middle;
    float: right;
    opacity: .7;
    border-left: 2px solid #eee;
    padding: 3px 0 3px 2px;
}
.searchBtn:hover {
    opacity: 1;
}
div.suche {
    float: right;
    width: 320px;
    color: #fff;
    font-size: 10px;
    text-align: right;
}
div.suche .submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    color: #fff;
    vertical-align: baseline;
    font-weight: 100;
}
div.suche select {
    font-size: 10px;
    margin-right: 2px;
    display: none;
}
div.suche .suchfeld {
    font-size: 12px;
    width: 130px;
    padding: 1px 0 0 18px;
    color: #454545;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff url(/images/icons/ic_suchelupe.gif) no-repeat 2px center;
}

.pipe {
    padding: 0 3px;
    display: none;
}
.pipe:hover {
    color: #CC0000
}
.meinungComments .pipe {
    display: none;
}
.meinungComments a {
    color: #ACB3C4;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif
}
.ressortliste .listen .meinungComments a {
    font-size: 11px;
    font-weight: 100;
}


#loginform {
    width: 137px;
    text-align: left;
}
#loginform li {
    padding-bottom: 3px;
}

#s4 .box ul li ol li {
    display: block;
}

#footer.fix {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 999;
}

#ressort li a {
    border-bottom: none;
    margin-bottom: auto;
}

.naviPipe {
    padding: 0 2px;
    color: #fff;
}

.fl {
    float: left;
    width: 630px;
    margin: 0;
    margin: 5px 0;
}

.mod04, .mod05, .aufmacher2, .aufmachereilt1, .aufmachereilt2, .aufmacher3 {
    float: left;
    width: 610px;
    background: #fff;
}
.aufmachereilt2 .articlecontrol {
    display: none;
}
.eilmeldung {
    color: #CC3300;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.aufmachereilt2 {
    padding: 2%;
    border-top: 4px solid #CC3300;
    width: 96%;
    border-bottom: 4px solid #CC3300
}
.aufmacher1 {
    background: #fff;
    padding-bottom: 10px;
    float: left;
}
.aufmacher1 img, .aufmacher3 img {
    padding: 1px;
    max-width: 615px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}
.aufmacher3 img {
    margin-right: 0;
}
.aufmacher3 h2 {
    font-size: 32px;
    letter-spacing: -0.7px;
    line-height: 37px;
}
.aufmacher1 h1 {
    margin-bottom: 7px;
    font-size: 22px;
}
.aufmacher1 .content {
    font-size: 14px;
    line-height: 19px;
    float: left;
    width: 290px
}
.modx, .mod2, .mod1, .mod3, .mod4 {
    float: left;
    width: 297px;
    margin-right: 10px;
}
.modx .hline {
    padding: 10px 0;
}

.mod04 h2 {
    float: right;
    width: 48%;
}
.mod2 h2, .mod05 h2 {
    float: left;
    width: 100%;
}
.mod1 h2, .mod3 h2, .mod4 h2 {
    margin: 3px 0;
    width: 100%;
    clear: both;
}
.mod04 img, .mod1 img, .mod05 img, .mod3 img, .aufmacher2 img, .mod4 img {
    float: left;
    margin-right: 10px;
    width: 300px;
    height: auto;
}

.mod_meinung {
    margin-right: 15px;
    float: left;
    position: relative;
    padding: 0;
}

.zweisp .mod_meinung {
    width: 300px;
}

.line3 .mod_meinung {
    width: 200px;
}

.col_2 .mod_meinung {
    float: right;
}
.mod_meinung cite {
    line-height: 18px;
    font-size: 1em;
    display: block;
    float:left;
    width: 100%;
    color: #666;
    font-style: normal;
}
.zweisp .mod_meinung h3 {
    width: 230px;
    font-size: 1.45em;
    margin: 5px 0 10px;
}

.line3 .mod_meinung h3 {
    width: 130px;
    font-size: 1.2em;
    margin: 5px 0 5px;
}

.mod_meinung .authorpic {
    position: absolute;
    right: 10px;
    top: 20px;
}
.mod05 img {
    width: 130px;
}
.mod05 .content ul {
    width: 450px;
}
.mod1 img, .mod3 img, .mod4 img {
    width: 146px;
    padding: 1px;
    margin-right: 5px;
}

.mod1 .content {
}

.mod1 ul {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.mod1 li {
    float: left;
    margin-bottom: 3px;
    width: 100%;
}
.fl .aufmacher3 .content ul li {
    float: left;
    width: 280px;
    margin-right: 10px;
}

.updatetime {
    /*display: none;*/
    background: transparent url(/images/icons/updt.gif) no-repeat scroll 0;
    color: #979797;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10px;
    margin-left: 4px;
    padding-left: 14px;
    text-decoration: none;
    vertical-align: middle
}


.mod2 img {
    width: 290px;
    height: auto;
    padding: 1px;
    border: 1px solid #ccc;
}

.neu1, .neu2, .neu3 {
    background: #FFF none repeat scroll 0;
    float: left;
    width: 100%;
}

.neu1 h1 {
    font-size: 18px;
    line-height: 21px;
    margin: 3px 0;
}
.neu2 h1, .ad_advertorial h1 {
    font-size: 18px;
    line-height: 21px;
    margin: 3px 0;
}

.ad_content_diashow .ad_advertorial h1 {
    font-size: 13px;
    padding-left: 110px;
}

.neu3 h1 {
    font-size: 19px;
    line-height: 25px;
    margin: 3px 0;
}

.fl .content {
    font-size: 14px;
    line-height: 19px;
}

.neu1 img, .neu2 img, .neu3 img, .ad_advertorial img {
    float: left;
    margin: 0 15px 5px 0;
}

.ad_content_diashow .ad_advertorial img {
    width: 100px;
}
.neu1 .content, .neu2 .content, .neu3 .content, .ad_advertorial .content{
    padding-left: 161px;
}

.fl .neu1 .content ul li img, .fl .neu2 .content ul li img, .ad_advertorial li img {
    display: none;
}
.neu2 h1, .ad_advertorial h1 {
    font-size: 16px;
    line-height: 1.1em;
    margin: 3px 0;
    padding-left: 161px;
}
#s4 .ad_advertorial {
    width: 283px;
    margin-bottom: 15px;
}
#s4 .ad_advertorial h1 {
    font-size: 13px;
    line-height: 1.1em;
    margin: 3px 0;
    padding-left: 120px;
}
#s4 .ad_advertorial img {
    margin: 0 10px 0 0;
    width: 110px;
}
.neu2 .kick {
    display: block;
}

.packageicon {
    text-transform: uppercase;
    font-family: "small fonts", Arial, Helvetica, sans-serif;
    margin: 0 3px 0 0;
    padding: 1px 3px;
    font-size: 9px;
    color: #fff;
    background: #be4632;
    vertical-align: top;
    font-weight: 700;
}
.thema {
    background: #009933;
}
.chat {
    background: #1b93b6;
}

.festival {
    background: #f49f20;
}
.packageicon img, .content img {
    width: auto;
    height: auto;
    border: none;
}

.fl li .click {
    display: none;
}
.aufmacher2 .content, .mod04 .content {
    width: 48%;
    float: right;
}
.aufmacher2 h2 {
    font-size: 2.2em;
    margin-bottom: 7px;
}
.fl .content ul {
    padding: 0;
    margin: 7px 0 0;
    list-style: none;
    font-size: 11px;
    color: #a2a7bc;
    width: 98%;
    float: left;
}
.mod1 .content ul {
    width: 100%;
}
.fl .content ul li {
    color: #9BB8CC;
    float: left;
    font-size: 15px;
    list-style: square outside none;
    margin: 0 0 6px 20px;
    padding: 0;
    width: 100%;
}
.mod05 .content ul {
    width: 450px;
}
a.packagelink {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 0;
    display: block;
    font-weight: 100;
    font-size: 13px;
    line-height: 16px;
}

a.kicker {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.hline, .hline_stronger {
    background: transparent;
    border: 0 none;
    border-bottom: 2px solid #ddd;
    clear: both;
    display: block;
    height: 5px;
    vertical-align: middle;
    margin: 10px 0;
    padding: 0;
    float: left;
    width: 100%;
}

.hline_stronger {
    margin: 10px 0;
}

div.hline hr, div.hline_stronger hr {
    display: none;
}
.floatleft {
    float: left;
}

#s4 ul li a:hover {
    /*text-decoration: underline;*/
}

#s4 .s4_standard, #s4 .s4_diashow, #s4 .s4_poll, #s4 .s4_newsticker, #s4 .s4_more, #s4 .s4_standard, .box, .s4_googlebox {
    width: 300px;
    float: left;
    margin: 0 0 20px;
    background: #fff;
    padding-bottom: 10px;
    overflow: hidden;
}

.s4_googlebox {
    padding: 0;
}

.box {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid #ddd;
}

#s4 .s4_standard ul {
    padding: 5px;
}
#s4 .s4_standard li a {
    font-size: 12px;
    color: #054d80
}

.s4_rss, .s4_text {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.box ul li div.s4_rss {
    padding: 0 5px;
    width: 280px;
}


.box ul li, .box ol li {
    display: none;
}
.box li.vis {
    display: block;
}
.box .tabcontent ol li {
    display: block;
}
a.weiter {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 19px;
    height: 15px;
    background: url(/files/rd/carousel/skins/tango/next-horizontal.gif);
    z-index: 10
}
a.zurueck {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 19px;
    height: 15px;
    background: url(/files/rd/carousel/skins/tango/prev-horizontal.gif);
    z-index: 10
}
a.weiter:hover {
    background-position: -38px top;
}
a.zurueck:hover {
    background-position: -19px top;
}
span.counter {
    display: block;
    position: absolute;
    top: 8px;
    right: 50px;
    width: 50px;
    text-align: right;
    height: 12px;
    color: #999999;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
}

.s4_dynacont, .s4_chronocont {
    padding: 0 5px;
    font-weight: 100;
}
.s4_dynacont strong, .s4_chronocont strong {
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif
}
.box ul li .s4_dynacont img.authorpic, .box ul li .s4_chronocont img.authorpic {
    float: right;
    width: 30px;
    height: auto;
}
.box ul li .s4_dynacont small, .box ul li .s4_dynacont .time, .box ul li .s4_chronocont small, .box ul li .s4_chronocont .time {
    font-weight: 100;
    color: #666;
    display: block;
}
.s4_dynacont, .s4_chronocont {
    padding: 0 0 3px;
    margin-bottom: 3px;
}
#s4 .s4_dynacont a, #s4 .s4_chronocont a, #s4 .s4_rss a {
    display: block;
    margin-bottom: 2px;
    font-weight: 700;
    margin-top: 5px;
}

.s4_dynacont img, .s4_chronocont img {
    float: left;
}

.s4_link a, .s4_id a {
    display: block;
    padding: 0 0 3px;
    margin-bottom: 3px;
    float: left;
    width: 97%;
    font-size: 13px;
}
.box ul li div.s4_link {
    margin-bottom: 0;
}

#s4 .box li h2 {
    width: auto;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #dadada;
    padding: 2px;
    text-transform: none;
    border-top: none;
}

#s4 .diashow a b {
}

#s4 h2, #s4 h3 {
    color: #313131;
    font-size: 1.4em;
    text-transform: none;
    clear: both;
}

#s4 h2 a, #s4 h3 a {
    color: #313131;
    font-weight: 700;
}
#s4 h3 a:hover {
    text-decoration: underline;
}

#s4 h4 {
    text-align: right;
    padding: 0;
    color: #49618b;
    font-size: 11px;
    float: left;
    margin: 0;
    text-align: right;
    width: 90%;
    padding: 2%;
}
#s4 h4 a {
}

#s4 h3 b {
    font-weight: 700;
}

div.s4_diashow li.diashow a, div.s4_poll li, div.s4_standard li, div.s4_weather li, div.s4_newsticker li, div.s4_more {
    background: none;
}

.s4_diashow ul li a {
    color: #313131;
}
.s4_diashow ul li b {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-weight: 100;
    color: #CC3300;
    font-weight: 700;
}
.s4_diashow  ul li img, .s4_standard  ul li img, .box ul li img {
    float: left;
    margin: 0 5px 3px 0;
}

.box #tvBox ul li img {
    width: 30px;
    height: auto;
}

.s4_standard ul li b, .box ul li b {
    display: block;
    font-weight: 700;
    color: #054d80;
}

.box #tvBox ul li div {
    font-size: 9px;
}
.box #tvBox ul li a {
    display: block;
    float: right;
    width: 203px;
    font-size: 12px;
    border-bottom: 1px solid #dadada;
    font-weight: 700;
}

.box ul li .s4_freehtml img {
    width: auto;
    height: auto;
}

#s4 > div > ul, #s4 > div form ul {
    float: left;
    width: 287px;
    list-style: none;
    margin: 0;
    /*background:#FFFFFF url(/files/rd/gfx/content_bottom.jpg) repeat-x scroll center bottom;*/
    padding: 0 5px 5px;
}

#s4 div ul {
    clear: both;
}

#s4 .s4_more ul ul {
    padding: 0 10px 5px;
}

#s4 .s4_more ul {
    padding: 0 0 5px 0;
    width: 100%;
}

#s4 div ul li {

    clear: both;
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0 0 3px 0;
}

#s4 ul li a {
    font-weight: 100;
}

#s4 .s4_newsticker b, #s4 .s4_more b {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #dadada;
}
#s4 .s4_newsticker b {
    border: none;
}
#s4 .s4_newsticker b, #s4  .s4_newsticker a, #s4 .s4_more b, #s4 .s4_more a {
    display: block;
}

.s4_newsticker ul li, .s4_more ul li {
    border-bottom: 1px solid #dadada;
}
.s4_newsticker ul li b, .s4_more ul li b, .s4_more ul li b {
    color: #a2a7bc;
    font-weight: 100;
    display: block;
    font-size: 10px;
    width: 40px;
    float: left;
    line-height: 14px;
}
.s4_newsticker ul li a, .s4_more ul li a {
    display: block;
    width: 190px;
    float: left;
    font-size: 11px;
    line-height: 14px;
}
.s4_newsticker ul li small, .s4_more ul small {
    text-transform: uppercase;
    font-size: 9px;
    color: #999999
}
.s4_newsticker ul li img, .s4_more ul li img {
    float: left;
    margin: 0 5px 0 0;
}

#s4 .s4_more ul li a {
    width: 100%;
}

.s4_newsticker .morelink {
    text-align: right;
    background: none;
    border: none;
    font-size: 11px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.s4_newsticker .morelink a {
    display: inline;
    width: auto;
    float: none;
}
.s4_newsticker select {
    font-size: 11px;
}

#s4 .s4_more a, .s4_dynacont a, .s4_rss a {
    font-weight: 100;
    display: block;
    margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
#s4 .s4_more li {
    border: none;
}
#s4 .s4_more li li {
    border-bottom: 1px solid #dadada;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: 0;
    width: 277px;
    padding-right: 10px;
}
#s4 .s4_more li li.last {
    border: none;
}
#s4 .s4_more strong, #s4 .s4_rss strong {
    font-weight: 100;
}
#s4 .s4_more img {
    margin-top: 5px;
}

#s4 .s4_more ul li a {
    font-weight: 700;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.2em;
}
#s4 .s4_more .time {
    display: none;
}

.alertbox {
    background: #FFF6BB url(/meinepresse/img/alert_bg.png) repeat-x scroll left bottom;
    border: 1px solid #CDBD58;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    left: -1px;
    bottom: -100px;
    width: 220px;
    z-index: 999;
    font-size: 11px;
    display: block;
}

.alert, .correct {
    background: #FFF6BB url(/meinepresse/img/alert_bg.png) repeat-x scroll left bottom;
    border: 1px solid #CDBD58;
    font-size: 12px;
    padding: 2%;
    margin: 5px 2%;
    font-size: 11px;
    display: block;
    clear: both;
}

.gewinn .correct {
    color: #fff;
    background: #009966;
    border: none;
}
.gewinn .alert {
    background: #cc3300;
    color: #fff;
    border: none;
}

.alert .submit {
    margin-bottom: 3px;
}

.alertbox .bub {
    background: url(/meinepresse/img/alertbub.gif) no-repeat 10px bottom;
    height: 10px;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: right;
    display: block;
}

a:hover {
    text-decoration: none;
    color: #0989d6;
}

.articlecontrol {
    color: #acb3c4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0
}
.articlecontrol a, .meinung1 .articlecontrol a {
    font-weight: 100;
    color: #ACB3C4;
}
.articlecontrol a:hover {
    color: #313131;
}

#diashow .articleicon.ic_print {
    display:none;
}

#diashow .articleicon.ic_send {

}

#diashow {
    clear: both;
    float: left;
    width: 950px;
    margin: 0;
}

#diashow .left {
    float:left;
}
#diashow .right {
    float:right;
    width:300px;
}
#diashow .articlebottom {
    width:630px;
    float:left;
}


#dossier {
    clear: both;
    float: left;
    width: 942px;
    margin: 0;
    padding-left: 10px;
}
#diashow h1{
    font-size:2.6em;
    padding:15px 0 15px 0;
}

#dossier h1 {
    font-size:3.0em;
}
#diashow .click {
}
#diashow .dia_nav {
    /*  border-bottom: 4px solid #c7cce0;*/
    float: right;
    margin: 0 0;
    height: 19px;
    /*  width: 630px; */
}
#dossier .dia_nav {
    border-bottom: 4px solid #c7cce0;
    float: left;
    margin: 10px 0;
    height: 19px;
    width: 630px;
}


#diashow .dia_nav_pfeile {
    /*  border-bottom: 4px solid #c7cce0;*/
    float: right;
    margin: 0 0;
    height: 19px;
    width: 60px;
}

.diafield {
    width: 950px;
    float: left;
    margin-top: 10px;
}
#bild {
    padding-bottom: 10px;
}
#diashow .dia_nav_m, #dossier .dia_nav_m {
    display: block;
    float: left;
    height: 15px;
    text-align: center;
    width: 490px
}
#diashow .dia_nav_m a, #dossier .dia_nav_m a {
    font-size: 11px;
    font-weight: 100;
    line-height: 21px;
    text-align: center;
    padding: 2px 5px
}
#diashow .dia_nav_m a:hover, #dossier .dia_nav_m a:hover {
    text-decoration: underline
}
#diashow .dia_nav_m .active, #dossier .dia_nav_m a.active {
    border-bottom: 4px solid #B64242;
}
#dossier .dia_nav_r a {
    background: transparent url(/images/backgrounds/diashow_nav_r.gif) no-repeat right center scroll 0 0 transparent;
    color: #054d80;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding-right: 25px;
}
#diashow .dia_nav_r a{
    background: #005993 url(/img/diashow_pfeil_r.png) no-repeat right center;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 2px 15px 2px 0;
    margin-left:0;
    margin-top:2px;
    border-radius: 0px 5px 5px 0px;
    width:60px;
}


#diashow .dia_nav_r a:hover {
    background: #005993 url(/img/diashow_pfeil_r.png) no-repeat right center;
    text-decoration: underline;
}
#dossier .dia_nav_r a:hover {
    background-image: url(/images/backgrounds/diashow_nav_r_hover.gif);
    text-decoration: underline;
}

#diashow .dia_nav_l a {
    background: #005993 url(/img/diashow_pfeil_l.png) no-repeat left center;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 2px 0 2px 15px;
    margin-right:5px;
    margin-top:2px;
    border-radius: 5px 0px 0px 5px;
    width:60px;
}
#dossier .dia_nav_l a {
    background: transparent url(/images/backgrounds/diashow_nav_l.gif) no-repeat left center;
    color: #054d80;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding-left: 25px;
}


#diashow .dia_nav_l a:hover {
    background-image: url(/img/diashow_pfeil_l.png);
    text-decoration: underline
}

#diashow .picfield {
    /* border-right: 1px dotted #B4B5B9;*/
    float: left;
    text-align: center;
    width: 620px;
    height: auto;
    overflow: hidden;
    padding: 0 15px 0 0;
    position:relative;
}
#diashow .pictext {
    float: left;
    font-size: 1.15em;
    line-height:1.3em;
    padding: 0 0 0 0;
    clear:both;
}
#diashow .pictext .diatitle {
    clear:both;
    float:left;
    margin-top:15px;
    text-transform:inherit;
    font-size:17px;
    font-family: 'open sans condensed';
    width:100%;
    padding-bottom:10px;
}

#diashow .picxofy{
    font-size:14px;
    color:#005993;
    font-weight:bold;
    float:left;
    padding:6px 0 0 0;
    min-width:100px;
}
.dia_back {
    text-align: left;
    margin: 8px 0 0 0px
}
#dossier .picfield {
    border-right: 1px dotted #B4B5B9;
    float: left;
    text-align: center;
    width: 335px;
    padding:0;
}
#dossier .picfield {
    border-right: 1px dotted #B4B5B9;
    float: left;
    text-align: center;
    width: 335px;
    padding:0;
}
#dossier .pictext {
    float: left;
    font-size: 12px;
    width: 270px;
    padding: 5px;
    margin-bottom: 15px;
}
.textdia {
    width: 640px
}

.mehrdiashow {

}

.mehrdiashow a {

}

.mehrdiashow li {
    border-bottom: 1px solid #dadada;
    margin: 4px 0;
    padding: 4px 0
}

.moredia, .moredia6 {
    float: left;
    text-align: left;
    width: 278px;
    margin: 0 0 0 17px;
    margin-top: 0;
    padding: 10px 10px 0 10px;
}

.moredia h3, .moredia6 h3 {
    color: #313131;
    font-size: 1.3em;
    margin: 10px 0;
}

.scroller {
    height: 420px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.diashow_header1 {
    background: transparent url(/images/backgrounds/diashow_header.gif) no-repeat scroll left top;
    color: #435C84;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    text-transform: uppercase;
    width: 196px;
    padding: 7px
}
.diashow_header2 {
    background: transparent url(/images/backgrounds/diashow_header.gif) no-repeat scroll right top;
    color: #435C84;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 30px;
    text-align: right;
    width: 265px;
    padding: 5px
}
.af_more_dia {
    border-left: 1px dotted #A0ADBE;
    float: left;
    width: 180px;
    margin: 10px 0 0;
    padding: 0 0 10px 10px
}
.af_more_diaclip {
    float: left;
    width: 15px
}
.af_more_dialink {
    float: left;
    width: 125px
}

.moredia .dia, .moredia6 .dia {
    float: left;
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #c6cedc;
    width: 100%;
}
.moredia .dia img, .moredia6 .dia img {
    float: left;
    margin-right: 4px
}
#diashow .dia_nav_l, #diashow .dia_nav_r {
    display: block;
    float: left;
    height: 15px;
    width: 70px
margin:5px;
}
#dossier .dia_nav_l, #dossier .dia_nav_r {
    display: block;
    float: left;
    height: 15px;
    width: 70px
}
#diashow .dia_nav_r, #dossier .dia_nav_r {
    display: block;
    float: left;
    height: 15px;
    width: 70px
margin-right:14px;
    height:30px;
}

#diashow .picfield .dia_nav_pfeile {
    width:620px;
    position:absolute;
    height:100%;
}

#diashow .picfield .dia_nav_pfeile:hover {
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    transition: opacity 0.1 ease-in;
    opacity:1;
}

/*#diashow .picfield .dia_nav_pfeile .pfeile{
    width:620px;
    position:absolute;
    height:64px;
    margin-top:-32px;
    top:50%;
}*/

#diashow .left .picfield .dia_nav_pfeile .dia_nav_pfeile_l {
    height:100%;
    width:300px;
    float:left;
}

#diashow .left .picfield .dia_nav_pfeile .dia_nav_pfeile_l a{
    background: url(/layout/diepresse/img/diashow_pfeil_big_l.png) no-repeat;
    background-position:center left;
    height:100%;
    position:relative;
    float:left;
    margin-left:10px;
    opacity:0;
    width:300px;
}

#diashow .left .picfield .dia_nav_pfeile .dia_nav_pfeile_l a:hover{
    opacity:1;
}

#diashow .picfield .dia_nav_pfeile .dia_nav_pfeile_r {
    height:100%;
    width:300px;
    float:right;
}

#diashow .picfield .dia_nav_pfeile .dia_nav_pfeile_r a {
    background: transparent url(/layout/diepresse/img/diashow_pfeil_big_r.png) no-repeat;
    float:right;
    background-position:center right;
    position:relative;
    margin-right:10px;
    opacity:0;
    height:100%;
    width:300px;
}

#diashow .picfield .dia_nav_pfeile .dia_nav_pfeile_r a:hover {
    opacity:1;
}


.diashow_articleicons {
    width:50%;
    z-index:9999;
}
.galerielink a {
    clear: both;
    float:right;
    font-size:14px;
    z-index:9999;
    margin-right:10px;
    padding-top:14px;
}


.diashow_articleicons .articleicons {
    z-index:9999;
    clear: none;
    float:none;
}


.diashow_header2 select {
    font-size: 10px
}

small {
    font-size: 12px;
}

.dia_features a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 100;
    padding: 4px 10px 4px 30px;
    margin: 0 5px 0 0;
}

.dia_features a:hover {
    text-decoration: underline;
}

.dia_features .sendpic {
    background: transparent url(/images/icons/dia_sendpic.gif) no-repeat left center
}
.dia_features .sendall {
    background: transparent url(/images/icons/dia_sendgallery.gif) no-repeat left center
}
.dia_features .zoom {
    background: transparent url(/images/icons/dia_zoom.gif) no-repeat left center
}
.dia_features .comment {
    background: transparent url(/images/icons/article_comment.gif) no-repeat left center;
    border: none;
    display: inline;
    width: auto;
}

ul.bookmarks li {
    float: left;
    width: 93px;
    margin: 3px;
    height: 20px;
}

#diashow .articlefeat {
    width: 230px;
    margin: 0 0 0 10px;
    float: right;
}

#diashow .articlefeat h2 a {
    font-size: 11px;
    margin-top: 10px;
    color: #313131;
    text-transform: uppercase;
}

/* Diashow Fullsize/Large*/
#diashow.fullsize{
    width: 920px;
    padding: 0 15px;
}

#diashow.fullsize .fullsizeInnerContent{
    padding: 0 15px 0 35px;
    float: left;
}

#diashow.fullsize .gallery_ear{
    width: 206px;
    height: 40px;
    background-color: #c11414;
    position: absolute;
    z-index: 3;
    padding: 0 22px 20px 22px;
    margin-left: -35px;
}

#diashow.fullsize .gallery_ear > span{
    color: #fff;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    font-size: 1.6em;
    float: left;
    margin-top: 21px;
}

#diashow.fullsize .gallery_ear > span:first-child{
    width: 180px;
}

#diashow.fullsize .gallery_ear span.raquo{
    float: right;
    font-size: 3.5em;
    font-weight: normal;
    margin-top: 14px;
}


#diashow.fullsize .gallery_preview{
    margin: 18px 0 0 0;
    float: left;
}


#diashow.fullsize .picfield{
    width: 548px;
    height: 365px;
    padding: 0;
    margin-right: 9px;
}


#diashow.fullsize .smallpics{
    float: right;
    margin-right: 1px;
}

#diashow.fullsize .smallpic{
    text-align: center;
    height: 178px;
    overflow: hidden;
}

#diashow.fullsize .smallpic:first-child{
    margin-bottom: 9px;
    text-align: center;
}

#diashow.fullsize .diatext{
    clear: both;
    margin: 15px 0;
    width: 670px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
    float: left;
}

#diashow.fullsize .articlebottom{
    clear: both;
    width: 100%;
}

#diashow.fullsize .articlebottom .diashow_articleicons{
    width:auto;
}
#diashow.fullsize .articlebottom .articleicons{
    float: left;
}
#diashow.fullsize .articlebottom .articleicon.ic_print{
    display: inline-block;
}

#diashow.fullsize .articlebottom .kommentarInclude{
    clear:both;
    width:580px;
    float: left;
}

#diashow.fullsize .ad_content_diashow{
    float: right;
    width:300px;
}


/* OVERLAY */
/*! http://responsiveslides.com v1.54 by @viljamis */


#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#111;
    z-index:9999;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background:url('/img/loader_black.gif') no-repeat center center;
    margin:-100px 0 0 -100px;
}

#diashow.fullsize .fullsizeOpener{
    cursor: pointer;
}

#fullsizeOverlay{
    /*Animation from side to side*/
    /*width: 0;
    opacity: 0;*/

    /*Without animation*/
    width: 100%;
   /* opacity: 1*/;

    /*Animation from center to fullscreen*/
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    /*transform: scale(0);*/

    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    display: none;
    background-color: #000;
    color: #fff;
    font: 14px/28px Arial, sans-serif;
    margin: 0 auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;

    overflow: hidden;
}

#fullsizeOverlay .fullsizeCloseButton{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    z-index: 3;
}

#fullsizeOverlay .fullsizeCloseButton span{
    display: inline-block;
    margin-top: 17px;
    float: left;
}

#fullsizeOverlay .fullsizeCloseButton .closeText{
    display: none;
}

#fullsizeOverlay .fullsizeCloseButton span.x{
    width: 23px;
    height: 24px;
    margin: 10px 10px 0 10px;
    /*background: #222 url("../templates/diashow_layouts/diashow_large_fullsize/img/closing_button.png") no-repeat center center;*/
    background: transparent url("/img/sprite.png?1") no-repeat -139px -275px;
    padding: 9px;
    border-radius: 26px;
}

#fullsizeOverlay .fullsizeCloseButton span.x:focus,
#fullsizeOverlay .fullsizeCloseButton span.x:hover{
    background-color: #767676;
}

#fullsizeOverlay #fullsizeContent {
    width: 80%;
    float: left;
}

#fullsizeOverlay #fullsizeWrapper {
    position: relative;
    width: 85%;
    text-align: left;
    margin: 0 auto;
}

#fullsizeOverlay .fullsizeHeader {
    margin: 4px 0 10px 0;
}

#fullsizeOverlay .logo {
    display: block;
    float: left;
    margin: 15px 0 0 0;
    opacity: .4;
    width: 140px;
    height: auto;
    cursor: pointer;
}

#fullsizeOverlay .logo:hover {
    opacity: 1;
}

/*#fullsizeOverlay .logo_small{
    display: none;
}*/

#fullsizeOverlay .firstRow {
    /*margin: 10px 0;*/
    float: left;
    width: 100%;
}

#fullsizeOverlay .firstRow > div{
    float: right;
    width: 305px;
}

#fullsizeOverlay .socialIcons{
    /*background: url("../templates/diashow_layouts/diashow_large_fullsize/img/socialIcons.png") no-repeat left top;*/
    width: 206px;
    height: 38px;
    float: left;
    cursor: pointer;
    margin-top: 7px;
}

#fullsizeOverlay .socialIcons li > *{
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 26px;
    margin-right: 7px;
}

#fullsizeOverlay .socialIcons .facebook a{
    background: #222 url("/img/sprite.png?1") no-repeat -108px -362px;
}
#fullsizeOverlay .socialIcons .twitter a{
    background: #222 url("/img/sprite.png?1") no-repeat -144px -361px;
}
#fullsizeOverlay .socialIcons .google_plus a{
    background: #222 url("/img/sprite.png?1") no-repeat -179px -362px;
}
#fullsizeOverlay .socialIcons .kommentare a{
    background: #222 url("/img/sprite.png?1") no-repeat -216px -362px;
}
#fullsizeOverlay .socialIcons .versenden > *{
    background: #222 url("/img/sprite.png?1") no-repeat -254px -361px;
}

#fullsizeOverlay .socialIcons .facebook a:hover{
    background-color: #354f8b;
}
#fullsizeOverlay .socialIcons .twitter a:hover{
    background-color: #00a1df;
}
#fullsizeOverlay .socialIcons .google_plus a:hover{
    background-color: #e15440;
}
#fullsizeOverlay .socialIcons .kommentare a:hover{
    background-color: #005993;
}
#fullsizeOverlay .socialIcons .versenden > *:hover{
    background-color: #005993;
}

#fullsizeOverlay .fullsizePageNum{
    color: #fff;
    float: right;
    font-size: 22px;
    margin: 12px 0 0 10px;
}

#fullsizeOverlay .fullsizePageNum small{
    font-size: 18px;
}

#fullsizeOverlay h2 {
    font: 600 21px sans-serif;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    color: #fff;
    clear: both;
}

#fullsizeOverlay a {
    color: #fff;
}

#fullsizeOverlay .imageSource {
    font-size: 12px;
    float: right;
    font-weight: lighter;
}

#fullsizeOverlay .imageTitle{
    font-weight: bold;
    font-size: 16px;
}

#fullsizeOverlay .description {
    clear: both;
    width: 100%;
    text-align: left;
    /*overflow: auto;*/
    overflow: hidden;
    min-height: 30px;
    line-height: 18px;
}

#fullsizeOverlay .tnemesitrevda {
    /*height: 100%;*/
    width: 20%;
    min-width: 320px;
    background-color: #111111;
    float: right;

    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 100%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

#fullsizeOverlay .tnemesitrevda iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    float: right;
    display: block !important;
    margin-top: 73px;
}

#fullsizeOverlay .rslides_container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#fullsizeOverlay .rslides {
    margin: 0 auto;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}


#fullsizeOverlay .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

#fullsizeOverlay .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

#fullsizeOverlay .rslides img {
    display: block;
    height: auto;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    float: none;
    width: auto;
}

#fullsizeOverlay .centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    left: 0;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0 -60px;
    width: 50%;
    top: 0;
}

#fullsizeOverlay .centered-btns_nav span {
    height: 70px;
    width: 47px;
    background: transparent url("../templates/diashow_layouts/diashow_large_fullsize/img/arrows.png") no-repeat left top;
    display: block;
    position: relative;
    float: left;
    top: 48%;
    opacity: 0.4;
}
#fullsizeOverlay .centered-btns_nav span:hover{
    opacity: 1.0;
}

#fullsizeOverlay .centered-btns_nav:active span {
    opacity: 1.0;
}

#fullsizeOverlay .centered-btns_nav.next {
    left: auto;
    right: 0;
}

#fullsizeOverlay .centered-btns_nav.next span{
    background-position: right top;
    float: right;
}

#fullsizeOverlay .centered-btns_nav:focus {
    outline: none;
}

#fullsizeOverlay .centered-btns_tabs {
    /*margin-top: 10px;*/
    text-align: center;
    height: 0;
}

#fullsizeOverlay .centered-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

#fullsizeOverlay .centered-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px;
}

#fullsizeOverlay .centered-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

@media (max-width: 1000px){
    #fullsizeOverlay .fullsizeCloseButton span.closeText{
        display: none !important;
    }

    #fullsizeOverlay #fullsizeContent{
        width: 100% !important;
    }

    #fullsizeOverlay .tnemesitrevda{
        display: none;
    }


    #fullsizeOverlay .fullsizeCloseButton span.x{
        /*background: #222 url("../templates/diashow_layouts/diashow_large_fullsize/img/closing_button_small.png") no-repeat center center;*/
        background: #222 url("/img/sprite.png?1") no-repeat -110px -277px;
        width: 17px;
        height: 18px;
        margin: 10px 10px 0 10px;
        padding: 7px;
    }
}

@media (max-width: 1000px){      /*780px*/  /* 1000px = tablet size...*/
    #fullsizeOverlay .centered-btns_nav{
        margin: 0 !important;
    }

    #fullsizeOverlay .centered-btns_nav span{
        height: 30px;
        width: 40px;
        /*background: transparent url("../templates/diashow_layouts/diashow_large_fullsize/img/arrows_small.png") no-repeat center left;*/
        display: block;
        position: relative;
        float: left;
        top: 0 !important;
    }

    #fullsizeOverlay .centered-btns_nav.next span{
        float: right;
        /*background-position: center right;*/
        background: transparent url("/img/sprite.png?1") no-repeat -236px -300px;
    }

    #fullsizeOverlay .centered-btns_nav.prev span{
        background: transparent url("/img/sprite.png?1") no-repeat -202px -300px;
    }

/*    #fullsizeOverlay .logo_small{
        display: block;
        float: left;
        margin: 20px 0 0 0;
    }*/

/*    #fullsizeOverlay .logo{
        display: none;
    }*/
}


/* Scrollbar Plugin - jquery custom scrollbar */
/* https://github.com/mzubala/jquery-custom-scrollbar - Oktober 2014*/
.scrollable {
    position: relative;
}

.scrollable:focus {
    outline: 0;
}

.scrollable .viewport {
    position: relative;
    overflow: hidden;
}

.scrollable .viewport .overview {
    position: absolute;
    padding-right: 5px;
}

.scrollable .scroll-bar {
    display: none;
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    right: 0;
    height: 100%;
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%;
}

.scrollable .scroll-bar .thumb {
    position: absolute;
    z-index: 10;
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    left: 0;
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Gray skin*/

.scrollable.gray-skin {
    /*padding-right: 17px;*/
}

.scrollable.gray-skin .scroll-bar {
    border: 1px solid #000;
}

.scrollable.gray-skin .scroll-bar .thumb {
    background-color: #333;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
    background-color: #222;
}

.scrollable.gray-skin .scroll-bar.vertical {
    width: 4px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px;
}
/*Scrollbar Plugin */



/* Scrollbar Styling for chrome only*/
/*
#fullsizeOverlay ::-webkit-scrollbar {
    width: 7px;
}

*//* Track *//*
#fullsizeOverlay ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

*//* Handle *//*
#fullsizeOverlay ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 3px;
    background: rgba(68,68,68,0.8);
}

#fullsizeOverlay ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(51,51,51,0.4);
}*/
/* end OVERLAY */




/* end Diashow Fullsize/Large*/


.archiv {
    width: 200px;
    float: left;
}

#footer {
    width: 930px;
    float: left;
    background: #363636;
    padding: 0 10px 100px;
    float: left;
    z-index: 5;
    position: relative;
    margin-top: 20px;
}
#closebutton {
    background: none;
    border: none;
    color: #fff;
    font-size: 10px;
    padding-left: 420px;
    cursor: pointer;
}
#footer h3 {
    font-size: 24px;
    font-weight: 100;
    color: #9a9a9a;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 3px 0;
    background: none;
    border-bottom: 1px solid #545454;
}
.footernav {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    padding: 4px 0;
    margin: 0;
}
.footernav a {
    color: #fff;
    text-decoration: none;
}
.footernav a:hover {
    text-decoration: underline;
}
.footernav > dt {
    font-size: 16px;
    width: 120px;
    float: left;
    color: #FFCC00;
    text-align: right
}
.footernav > dd {
    width: 720px;
    float: left;
    margin-left: 20px
}
.footernav dd dl {
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px dotted #545454;
}
.subline dd dl {
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: none;
}
.subline {
    border-bottom: 1px solid #545454;
}
.footernav dd dl dt {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    display: inline;
    text-align: left;
    padding-right: 5px;
    float: left;
}
.footernav dd dl dd {
    margin: 0;
    float: left;
    display: inline;
    line-height: 22px;
    padding: 0 7px;
    font-weight: 100;
    background: url(/images/icons/middot.gif) no-repeat -4px center;
}
.footernav dd dl.sub dd {
}
.footernav dd dl.sub dd a {
    color: #fff;
    font-weight: 700;
}
.footernav dd dl dd a {
    font-weight: 100;
    color: #c9ced9;
}

span#footerbut {
    width: 20px;
    height: 15px;
    right: 5px;
    top: 5px;
    background: transparent url(/images/icons/zumpfi.gif) no-repeat center center;
    display: block;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    border: 1px solid #566293;
}

/* ADS */

.werbung {
    display: none;
}

div.ad_button, div.ad_button2, .s4_advertorial {
    background: #F8F7EB url(/images/ad/ad_content.gif) no-repeat bottom right;
    clear: both;
    float: left;
    margin: 0 0 10px;
    padding: 3px 5px 15px;
    text-align: center;
    width: 289px;
    border-top: 4px solid #666;
}

.s4_advertorial {
    text-align: left;
}

.advert .ad_content {
    width: 300px;
}


#s4 .s4_advertorial h2 {
    width: 275px;
    text-align: left;
    border-top: none;
}
.s4_advertorial ul {
    width: 270px;
    padding: 5px;
    text-align: left;
}

.ad_content, .ad_medrec1 {
    background: #f8f8f8 url(/images/ad/ad_content.gif) no-repeat center bottom;
    padding-bottom: 13px;
    clear: both;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.ad_content2, .ad_content3, .ad_content4, .ad_medrec2, .ad_medrec3, .ad_medrec4 {
    background: #f8f8f8 url(/images/ad/ad_content.gif) no-repeat center bottom;
    padding-bottom: 13px;
    clear: both;
    margin-bottom: 10px;
    text-align: center;
    width: 300px;
    float: left;
}
.ad_premiumnet2 {
    background: #fff url(/images/ad/ad_content.gif) no-repeat center bottom;
    padding-bottom: 15px;
    clear: both;
    margin-bottom: 0;
    text-align: center;
    width: 300px;
    float: left;
}
.ad_premiumnet1, .ad_premiumnet3, .ad_premiumnet4 {
    background: #fff url(/img/ad/premiumnet3.gif) no-repeat right bottom;
    padding-bottom: 12px;
    clear: both;
    margin-bottom: 15px;
    text-align: center;
    width: 630px;
    float: left;
}
.ad_premiumnet1 {
    margin: 0;
}
.ad_premiumnet4 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: #fff;
    border-bottom: 2px solid #ddd;
}
.advert {
    width: 630px;
    float: left;
}

.ad_advertorial {
    width: auto;
    clear: both;
    float: left;
    background: transparent url(/images/ad/ad_advertorial3.gif) no-repeat right bottom;
    margin: 0;
    padding: 5px 5% 11px 1%;
    font-family: Arial, Helvetica, sans-serif;
    width: 93%;
    text-align: left;
}

#articlev2 .ad_advertorial h1, .ad_advertorial h1  {
    font-size: 24px;
}

.advert .ad_advertorial {
    text-align: left;
    width: 600px;
    border-bottom: none;
}

.ad_content table, .ad_content a, .ad_content img, .ad_content object, .ad_content3 object, .ad_content3 embed, .ad_content embed {
    display: inline;
}
.noprint object, .noprint embed {
    display: block;
    margin: 0 auto;
}

.advert_pos .ad_content {
    width: 300px;
    float: right;
    margin-left: 5px;
    clear: none;
    margin-bottom: 0;
}
.artikel_kl {
    font-size: 10px;
}

.articletext .ad_content {
    clear: both;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.ad_content_diashow {
    float: left;
    width: 300px;
    margin-top: 10px;
}
.ad_content_diashow .ad_content {
    margin-top: 0;
}

/* FORMS */

fieldset {
    border: 1px solid #eee;
    margin: 0;
    padding: 10px;
    width: 95%;
}

input, textarea {
    background: url(/images/backgrounds/form_input.gif) no-repeat -1px -1px;
    border: 1px solid #cecece;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
}

label {
    font-size: 13px;
    font-weight: 700;
}

.submit, #reset, .polllink input[type=submit] {
    background: #005b92;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    vertical-align: middle;
    cursor: pointer;
    margin: -2px 2px 0;
    border-radius: 3px;
}

fieldset li {
    padding: 7px 0;
    float: left;
    width: 95%
}

legend {
    color: #435C84;
    font-size: 12px;
    font-weight: 700;
}

.extended, .extraextended {
    color: #6983A4;
    float: left;
    font-weight: 700;
    margin-right: 10px;
    text-align: right;
    width: 160px;
}

.captcha-reload {
    float: right;
    width: 185px;
    padding: 6px 0 0 0;
}

.formrightcolumntext {
    float: left;
    width: 350px;
}

.validation-advice, .validation-advice1 {
    color: #FF3300;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
}


/* JCAROUSEL */

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
}


.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* BOXES */

.boxContent {
    padding: 6px 0;
}

.box ul {
    width: 100%;
}

.box ul li div {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.box .imfokus {
    float: left;
    margin-bottom: 10px;
    width: 100%
}
.box .imfokus ul {
    width: 100%;
}
.box .imfokus div div.s4_link a {
    border: none;
    margin-bottom: 1px;
    padding: 0 5px 1px;
}
.box .imfokus div div.s4_link a b {
    font-weight: 100;
}
.box .imfokus div div.s4_link {
    width: 48%;
    float: left;
    padding-left: 4px;
    background: url(/images/icons/listensquare.png) no-repeat left 5px;
}

.boxContent .jcarousel-container {
}

.boxContent .jcarousel-container-horizontal {
    width: 247px;
}

.boxContent .jcarousel-clip-horizontal {
    width: 237px;
}

.boxContent .jcarousel-item {
    width: 237px;
}

.boxContent .jcarousel-item:hover {
    border-color: #808080;
}

.boxContent .jcarousel-item-horizontal {
    margin-right: 7px;
    float: left;
}

.boxContent .jcarousel-item-placeholder {
}

.boxContent .jcarousel-item div {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.boxContent .jcarousel-item h5 {
    border-bottom: 2px solid silver;
    padding-bottom: 2px;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

.boxContent .jcarousel-item img {

}

/**
 *  Horizontal Buttons
 */
.boxContent .jcarousel-next-horizontal {
    position: absolute;
    top: -26px;
    right: 10px;
    width: 19px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/files/rd/carousel/skins/tango/next-horizontal.gif) no-repeat 0 0;
    z-index: 12;
}

.boxContent .jcarousel-next-horizontal:hover {
    background-position: -38px 0;
}

.boxContent .jcarousel-next-horizontal:active {
    background-position: -38px 0;
}

.boxContent .jcarousel-next-disabled-horizontal, .boxContent .jcarousel-next-disabled-horizontal:hover, .boxContent .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -57px 0;
}

.boxContent .jcarousel-prev-horizontal {
    position: absolute;
    top: -26px;
    right: 26px;
    width: 19px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/files/rd/carousel/skins/tango/prev-horizontal.gif) no-repeat 0 0;
    z-index: 12;
}

.boxContent ul, .boxContent li {
    padding: 0;
    margin: 0;
}

.boxContent .jcarousel-prev-horizontal:hover {
    background-position: -19px 0;
}

.boxContent .jcarousel-prev-horizontal:active {
    background-position: -38px 0;
}

.boxContent .jcarousel-prev-disabled-horizontal, .boxContent .jcarousel-prev-disabled-horizontal:hover, .boxContent .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -38px 0;
}

.boxContent .jcarousel-item img.normal, #s4 .jcarousel-skin-dreier .jcarousel-item img.normal {
    width: auto;
    height: auto;
}

.other {
    background: #fff;
}

.stopper2 {
    display: block;
    height: 115px;
    width: 620px;
    padding: 10px 0;
    color: #fff;
    background: #fff;
}
.stopper2 img {
    height: 57px;
    width: 142px;
    margin: 0 0 2px 0;
    border: 1px solid #fff;
}
.stopper2 .content {
    font-size: 12px;
    width: 140px;
}
.stopper2 a {
    color: #fff;
}
.stopper2-1 {
    background: #054d80;
    float: left;
    height: 110px;
    width: 144px;
    margin: 0 5px 0 0;
    padding: 3px
}

.stopper1 {
    padding: 5px 0;
    height: 60px;
    color: #fff;
    background: #054d80;
}

h2.stoppertitel {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: #054d80;
    padding: 2px 5px;
    width: 605px;
}
.dynastop {
    background: transparent url(/images/backgrounds/breadcrumb2.gif) repeat-x scroll left bottom;
    padding-bottom: 10px;
    position: relative;
    width: 600px;
}
.dynastopper {
    height: 65px;
    visibility: hidden;
    width: 600px;
    margin: 1px 0 5px;
}
.dynastop a.weiter, .dynastop a.zurueck {
    top: -19px;
}
.dynastopper li {
    width: 298px;
    background: #054d80;
    margin-right: 5px;
    padding: 3px;
}
.dynastopper li a, .stopper1 a {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}
.dynastopper li a b, .stopper1 a b {
    display: block;
}
.dynastopper li img, .stopper1 img {
    float: left;
    margin-right: 5px;
    border: 1px solid #fff;
    width: 142px;
    height: 57px;
}

.stopper1 img {
    margin: 0 5px;
}

.chilli {
    width: 610px;
}
.chilli .dynastopper {
    background: #cc0000;
}
.chilli h2.stoppertitel {
    background: url(/images/backgrounds/chillistopper.gif) no-repeat left top;
    height: 15px;
}
.schaufenster h2.stoppertitel {
    background: #000;
}
.schaufenster .dynastopper .jcarousel-item a b {
    color: #6EC1E6;
    font-family: Georgia, "Times New Roman", Times, serif
}

.stopper1-1, .stopper1_1 {
    width: 290px;
    border-right: 1px dotted #fff;
    float: left;
}

.stopper1-2, .stopper1_2 {
    width: 290px;
    margin-left: 8px;
    float: left;
}

.stopper1 a b {
    font-weight: 700;
}

/**
 *  Horizontal Buttons
 */


.stopper3 {
    display: block;
    height: 205px;
    padding: 10px 0;
    background: #fff;
    float: left;
}
.stopper3-1, .stopper3-2, .stopper3-3, .stopper3_1, .stopper3_2, .stopper3_3, .st3 {
    float: left;
    height: 195px;
    width: 195px;
    margin: 0 12px 0 0;
}

.st3 {
    padding: 130px 0 0;
    margin: 0;
    height: 65px;
}
.stopper3-3, .stopper3_3 {
    margin: 0
}
.stopper3 a {
    background: #8FA623;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.stopper3 a:hover {
    text-decoration: underline;
}
.stopper3-1 a, .stopper3-2 a, .stopper3-3 a {
    margin-top: 130px
}

.stp3 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    /*border-bottom: 1px dotted #ccc;*/
}
.stp3-1 {
    width: 195px;
    margin-right: 11px;
    float: left;
    padding-top: 85px;
    height: 57px;
    overflow: hidden;
    border: 1px solid #054d80;
    display: block;
}
.stp3_3 .stp3-1 {
    margin-right: 0;
}
.stp3-1 a {
    margin-right: 0;
}

.stp3 .info {
    padding: 5px;
    background: #054d80;
    color: #fff;
    display: block;
    height: 50px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}
.stp3 .info strong {
    font-weight: 700;
}

.newslist img {
    float: left;
    margin-right: 10px;
}

#s4 .s4_newsticker ul li.last, #s4 .s4_more ul li.last {
    border: none;
}

.pdia {
    position: relative;
    width: 610px;
    clear: both;
    height: 80px;
    float: left;
    overflow: hidden;
}
.articletext .pdia, .articletext .packagedia {
    height:107px;
    width:540px;
}

.lairotrevdav2 .articletext .pdia {
    width: 500px;
}

.packagedia li {
    width: 120px;
    height: 95px;
    text-align: center;
    padding: 0;
    background: #fff;
    margin-right: 3px;
}
.neu2 .packagedia img {
    border: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    float: none;
    height: 70px;
}
.packagedia {
    width: 610px;
    height: 95px;
    overflow: hidden;
}
.inlineDiashow .packagedia {
    width: 370px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.inlineDiashow .packagedia li {
    width: 165px;
    height: 90px;
}
.articletext .packagedia ul li {
    padding: 5px;
    background: none;
    list-style-type:none;
}

.lairotrevdav2 .articletext .packagedia ul li {
    padding: 0;
}

.articletext ol li
{
    list-style-type:decimal;
    padding-bottom:5px;
    padding-left:10px;
}

.articletext ol
{
    list-style-type:decimal;
    margin:0 0 0 30px;
    padding:10px 0;
}

.articletext table
{
    border-right:1px solid #dadada;
    border-top:1px solid #dadada;
    margin:10px 0;
}

.articletext td
{
    border-bottom:1px solid #dadada;
    border-left:1px solid #dadada;
    padding:3px;
}

.articletext ul li
{
    list-style-type:disc;
    padding-bottom:5px;
    padding-left:10px;
}

.articletext ul
{
    list-style-type:disc;
    margin:0 0 0 20px;
    padding:10px 0;
}

.article .inlineDiashow h1 {
    font-size: 13px;
    margin-bottom: 5px;
    width: 320px;
}
article .overlay {
    background: url("/img/mehr_fotos.jpg") no-repeat scroll left bottom rgba(0,0,0,0);
    display:block;
    left:0;
    bottom:0;
    position:relative;
}
.inlineDiashow a.weiter, .inlineDiashow a.zurueck {
    top: -20px
}
.inlineDiashow {
    float: left;
    padding-top: 5px;
    width: 100%;
    border-top: 2px solid #ddd;
}
.inlineDiashow .all {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    font-weight: 100;
    font-size: 11px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.dia_send {
    float: left;
    width: 90%;
}
.dia_send legend {
    display: none;
}

.sendfunctionbuttons {
    padding: 20px 0 20px 160px;
}

.ressortlistkicker {
    color: #979797;
    float: left;
    font-size: 10px;
    line-height: 11px;
    padding-right: 9px;
    text-align: right;
    text-decoration: none;
    width: 87px;
}
.ressortlistct1 {
    font-size: 17px;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.ressortlisten {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 10px 0 20px;
    width: 100%;
}

.ressortlisten > .freehtmlElm > .ressortliste {
    width: 195px;
}

.ressortlisten .hline {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.ressortliste {
    float: left;
    margin: 20px 0;
    padding: 0;
    width: auto;
}
.ressortliste.full {
    width: 930px;
}
.ressortliste.full img {
    float: left;
    margin-right: 10px;
}
.ressortliste.full a {
    display: block;
}
.ressortliste.full h2 a {
    display: inline;
}
.ressortliste {
    position: relative;
    width: 754px;
}
.reslis.even {
    border-right: 2px solid #DDDDDD;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px;
    width: 730px;
}
.reslis.odd {
    float: right;
    width: 195px;
}
.reslis.full {
    float: left;
    width: 930px;
}
.reslis.full {
    width: 930px;
}
.reslis.full .listen {
    float: none;
    margin: 0 0 0 210px;
    width: 630px;
}
.reslis.full2 .listen {
    float: left;
    width: 930px;
}

.ressortliste ul, .ressortliste li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ressortliste h2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eee;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #000000;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 10px;
    color: #333333;
    font-size: 17px;
    margin: 0 0 20px;
    padding: 0;
    width: 940px;
}

.line2x2 .ressortliste h2 {
    width: 100%;
}

.ressortliste h2 a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    line-height: 1.1em;
    padding: 0 5px;
}
.ressortliste h2 a.morel {
    color: #11598C;
    float: right;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    text-transform: none;
}
.ressortliste h2 a:hover {
    text-decoration: underline;
}
.ressortliste .channel {
    float: left;
    margin-right: 10px;
    width: 610px;
}
.line2x2 .channel {
    width: 290px;
}

.ressortliste .channel li {
    font-size: 10px;
    margin-bottom: 5px;
    padding-bottom: 1px;
}
.ressortliste .channel li a {
    color: #666666;
    font-weight: 100;
}
.ressortliste .resnav {
    font-size: 14px;
    width:140px;
    position: absolute;
    top: 40px;
    left: 15px;
}
.ressortliste .resnav a {
    color: #333;
}
.ressortliste .resnav li {
    margin: 0 0 8px 0;
}
.ressortliste .listen {
    float: left;
    margin: 0 29px 0 160px;
    width: 565px;
}
.ressortliste .listen li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0 0 4px;
    width: 100%;
}
.ressortliste .listen li:last-child {
    border: medium none;
}
.ressortliste .listen img {
}
.ressortliste .fl .content ul {
    width: 75%;
}
.ressortliste .listen h1 a {
    font-size: 20px;
    line-height: 27px;
}
.ressortliste .listen a.packagelink {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    padding-left: 0;
}
.ressortliste .listen p {
    font-size: 14px;
    line-height: 1.3em;
    margin: 3px 0;
}
.ressortliste .listen a:hover {
    text-decoration: underline;
}
.ressortliste .rechts {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    float: left;
    margin-left: 20px;
    padding: 5px;
    width: 240px;
}
.ressortliste .rechts h3 {
    border-bottom: 3px solid #C0C0C0;
    color: #313131;
    font-size: 13px;
    margin: 0 0 2px;
    padding: 0 0 2px;
}
.ressortliste .rechts ul li {
    border-bottom: 1px solid #D6DDE0;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 0;
}
.ressortliste .rechts ul li a {
    font-weight: 100;
}

.stpu4 {width: 100%;float: left;color:#fff;margin-top:40px;}
.stpu4.hori {margin-top: 0;}
.stpu4 a {color:#fff;font-weight: 100;}
.stpu4 > div {width: 195px;float: left;margin-bottom:15px;}
.stpu4.hori > div {margin: 0 20px 0 0;}

.stpu4 > div.stpu4_4, .stpu4.hori .stpu4_3 {margin: 0;}
.stpu4 .content {background: #005b92;padding: 7px;height: 85px;float: left;margin-top:2px;width: 181px;}
.politik .stpu4 .content {background: #AF2828;}
.kultur .stpu4 .content {background: #9B2756;}
.wirtschaft .stpu4 .content {background: #1297c2;}
.panorama .stpu4 .content {background: #8d3986;}
.meingeld .stpu4 .content {background: #1297c2;}
.tech .stpu4 .content {background: #2E2E2E;}
.leben .stpu4 .content {background: #A2B327;}
.sport .stpu4 .content {background: #40873A;}
.bildung .stpu4 .content {background: #d67a21;}
.stpu4 h4 a {font-size: 16px;color: #fff;line-height: 20px;font-weight: 700;}
.stpu4 p {margin: 5px 0;font-size: 15px;}
.stpu4 img {height:100px;width: 195px;float: left;}

fieldset.poll ul {
    margin: 10px 0;
    float: left;
    width: 98%;
}
fieldset.poll .option label {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.floatleft {
    float: left;
}

#epaperKey {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    width: 210px;
    font-weight: 700;
    letter-spacing: 0.5em;
    background: #ebecd5;
}
form#registering, .registernav {
    margin: 10px 0;
    float: left;
    width: 100%
}
fieldset ul {
    clear: both;
    float: left;
    width: 100%;
}
.longinput {
    width: 250px
}
.normalinput {
    width: 200px
}
.shortinput {
    width: 150px
}
.shorterinput {
    width: 120px
}
.quiteshortinput {
    width: 100px
}
.veryshortinput {
    width: 40px
}
.extremeshortinput {
    width: 20px
}
input.trimmed {
    width: 220px
}
.finalbutton {
    text-align: right;
    margin: 10px 0;
}
.registernav div, #registereditactive, #registereditinactive1, #registereditinactive2, #registereditinactive3 {
    float: left;
    width: 22%;
    margin-right: 1%;
    margin-bottom: 5px;
    border: 1px solid #dadada;
    padding: 5px;
    font-size: 12px;
    color: #313131;
    line-height: 20px;
}
.registernav div a {
    font-weight: 100;
}
.registernav div.active a {
    color: #fff;
}
#registereditactive, #registereditinactive1, #registereditinactive2, #registereditinactive3 {
    width: 30%;
    margin-bottom: 10px;
}
.newsletter {
    float: left;
    padding-left: 5px;
    width: 250px
}
#registereditactive {
    background: #054d80;
    color: #fff;
    font-size: 12px
}
.registernav .active {
    background: #054d80;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #054d80;
}
.registernav .done {
    background: url(/images/icons/okay.png) no-repeat right center;
}
.stepnumber {
    padding: 0 5px;
    font-size: 17px;
    font-weight: 700;
    color: #a9afc6;
    display: block;
    float: left;
    width: 12px;
}
.extremeshortinput {
    width: 30px;
}
.veryshortinput {
    width: 60px;
}

.registering p {
    margin: 0 0 10px;
}
form#registering li {
    margin: 0 0 10px;
}

/* Begin abo phone style */
fieldset.abo .field {
    display: block;
    float: left;
}

fieldset.abo .field.number, fieldset.abo .field.phone-divider {
    margin-left: 5px;
}
fieldset.abo .field.date-divider {
    margin: 4px 2px 0 2px;
}
fieldset.abo .field.date-divider.month {
    margin-left: -3px;
}

fieldset.abo .field .info {
    color: #999;
    font: 10px Verdana, sans-serf;
    display: block;
}

fieldset.abo .field.input-info, fieldset.abo .field.standby-time {
    margin-top: 4px;
    padding-left: 10px;
}

fieldset.abo .field.standby-time {
    width: 120px;
}

acronym {
    cursor: help;
}

span.label-field label, span.label-field span {
    color: #6983A4;
    display: inline-block;
    text-align: right;
}
fieldset.abo li {
    padding: 4px 0;
}
fieldset.abo li input {
    margin-top: -3px;
}
fieldset.abo li .error {
    color: red !important;
}

.date-group.right {
    float: right;
}
/* End abo phone style */

#usercom {
    margin: 0 20px;
}
#usercom .profileChoice {
    padding: 5px;
    border: 1px solid #cccfde;
    background: #F3F4F9;
    font-size: 11px;
    margin: 5px 0;
}
#usercom .profileChoice input {
    background: #D2D5E4 url(/img/backgrounds/submit_bg.jpg) repeat-x scroll left top;
    border: 1px solid #809DB9;
    color: #435B7F;
    font-size: 11px;
    font-weight: 700;
    padding: 2px;
    vertical-align: middle;
    margin-top: 5px;
}
#usercom a:hover {
    text-decoration: underline;
}
#usercom .usercom {
    margin: 0 10px 15px 10px;
    padding: 5px 5px 0 5px;
    border: 1px solid #d8deeb
}
#usercom .alert .small {
    font-size: 10px;
}
#usercom .mel {
    font-size: 10px;
    text-align: right;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #99acc5;
}
#usercom .bluebar {
    text-align: right;
    padding: 2px 10px;
    background: #F3F4F9;
    margin: 5px 0;
}
#usercom .voting {
    float: left;
    width: 200px;
    text-align: left;
    font-size: 10px;
    position: static;
}
#usercom h3 {
    font-size: 15px;
    line-height: 20px;
}
#usercom p {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 17px;
}
#usercom .datum {
    font-weight: 100;
    font-size: 11px;
    color: #666;
}
#usercom .last {
    float: left;
    width: 300px;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
}
#usercom .paging {
    float: left;
    width: 100%;
}
#usercom .paging .commentnaviforth {
    float: right;
}

form#registering #userlog li div {
    font-weight: 100;
    font-size: 11px;
}
form#registering #userlog li div .date {
    color: #666;
    font-size: 9px;
    padding-right: 5px;
}
form#registering #userlog  li div a {
    color: #435C84;
}
form#registering #userlog  li div a:hover {
    text-decoration: underline;
}
form#registering li div {
    padding: 5px;
    margin-bottom: 1px;
}

form#registering div.oddactive {
    width: 100%;
    background: #e50000;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
}

form#registering #userlog li div.oddactive a, form#registering #userlog li div.evenactive a, form#registering #userlog li div.evenactive .date, form#registering #userlog li div.oddactive .date {
    color: #fff;
}

form#registering div.odd {
    width: 100%;
    background: #ecf0f5;
    margin: 0px;
}

form#registering div.evenactive {
    width: 100%;
    background: #e50000;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
}

form#registering div.even {
    width: 100%;
    background: #dde6ef;
    margin: 0px;
}

form#registering ul.active {
    display: block;
}

form#registering ul.inactive {
    display: none;
}


/* TABBED */
.tabbox .tabs {
    border-bottom: 1px solid #054d80;
}
.tabbox .tabs a {
    display: block;
    float: left;
    width: 70px;
    background: #fff;
    border-top: 1px solid #054d80;
    border-right: 1px solid #054d80;
    border-left: 1px solid #054d80;
    padding: 3px;
    margin-right: 3px;
    cursor: pointer;
    color: #313131;
    font-size: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.tabbox .tabs a.active {
    background: #054d80;
    color: #fff;
}
.tabbed_box {
    float: left;
    background: #fff;
    margin-bottom: 10px;
}

#tabbed_box_1 {
    margin: 0px auto 15px auto;
    width: 250px;
    float: left;
}
.tabbed_box h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.tabbed_box h4 small {
    color: #e3e9ec;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    left: 6px;
    letter-spacing: 0px;
}
.tabbed_area {
    background-color: #fff;
    padding: 0;
}

#s4 ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
    background: none;
}
#s4 ul.tabs li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
}
#s4 ul.tabs li a {
    color: #7b83a6;
    padding: 6px 14px;
    text-decoration: none;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffffff url(/files/rd/gfx/content_bottom.jpg) repeat-x bottom;
    cursor: pointer;
}
#s4 ul.tabs li a:hover {
    background-color: #a2a7bc;
    border-color: #2f343a;
}
#s4 ul.tabs li a.active {
    background-color: #ffffff;
    color: #282e32;
    border: 1px solid #dadada;
    border-bottom: 1px solid #f2f4f5;
    background-image: url(/files/rd/gfx/tab_on.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#s4 .tabcontent {
    display: none;
}

#s4 .tabcontent ul, #s4 .tabcontent ol {
    margin: 0;
    padding: 0 5px;
}
#s4 .tabcontent ul li, #s4 .tabcontent ol li {
    list-style: none;
    border-bottom: 1px solid #d6dde0;
    padding: 5px 0;
}
#s4 .tabcontent ul li:last-child {
    border-bottom: none;
}
#s4 .tabcontent ul li a, #s4 .tabcontent ol li a {
    text-decoration: none;
    color: #49618b;
    display: block;
    margin-bottom: 2px;
}

#s4 .tabcontent ul li img {
    float: left;
    margin-right: 5px;
}

#s4 .tabcontent ul li a small, #s4 .tabcontent ol li a small {
    color: #8b959c;
    font-size: 9px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left: 4px;
    top: 0px;
}

#s4 .tabcontent ol {
    padding: 5px 10px;
}

#s4 .tabcontent ol li a {
    font-weight: 100;
}
#s4 .tabcontent .mostnum {
    background: #435183 none repeat scroll 0 50%;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0 4px 0 0;
    padding: 2px 4px;
    margin: 2px 4px;
    float: left;
}
#s4 .tabcontent ul li a:hover {
    color: #313131;
}
#s4 .tabcontent ul li a:hover small {
    color: #baae8e;
}

.chronokicker {
    float: left;
    width: 90px;
    text-align: right;
    margin-right: 10px;
}
.chronoct1 {
    float: left;
    width: 385px;
    margin-bottom: 10px;
}
.chronoct2 {
    float: left;
    width: 510px;
}

.mostread li, li.chrono {
    padding: 2px 0;
}
.mostread li img, li.chrono img {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #CCCCCC;
    padding: 1px;
}
.mostreadcount {
    float: left;
    display: block;
    font-size: 18px;
    font-weight: 700;
    width: 30px;
    padding: 3px;
    margin: 0 3px 3px;
    background: #41547f;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.mostreadct1 .content ul {
    margin: 10px 0;
    float: left;
    width: 100%;
}
.mostreadct1 .content {
    width: 420px;
    float: left;
}
a.mostreadhed, a.chronohead {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}

.mostfooter {
    padding: 3px 10px;
    font-size: 10px;
}

.time {
    font-size: 10px;
}

#pollresult {
    clear: both;
    color: #435C84;
    margin: 0;
    padding: 0;
}
#pollresult .answer {
    color: #435C84;
    font-size: 12px;
    font-weight: 700;
    width: 300px;
}
#pollresult .bg {
    background: #FFF url(/images/poll/poll_bg2.gif) no-repeat scroll 0;
    float: left;
    height: 18px;
    margin: 5px 0 0;
    padding: 0;
    width: 220px;
}
#pollresult .bar {
    height: 18px;
}
#pollresult .percentage {
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0 0 5px;
}
#pollresult .votes {
    clear: both;
    color: #435C84;
    font-size: 10px;
    font-weight: 400;
}
.pollpic {
    float: left;
    padding: 4px 5px 0 0;
    vertical-align: middle;
}
.pollpic2 {
    float: left;
    padding: 0 10px 20px 0;
}
.votepoll, #poll input {
    margin: 5px;
    text-align: center;
}
.pollcontent {
    margin: 0 40px;
}
#pollresult .result {
    display: block;
    float: none;
    padding: 0 0 10px;
}
.note {
    clear: both;
    padding: 25px 0 0;
}
fieldset.poll {
    margin: 15px auto;
    text-align: left;
    width: 420px;
}
.pollanswer {
    float: left;
    margin-top: 5px;
    width: 150px;
    font-weight: 700;
}
#s4 div ul li.pollanswers {
    font-weight: 700;
    padding-left: 20px;
}
#s4 div ul li.pollanswers input {
    margin-left: -20px;
}
#poll .option {
    float: left;
    margin: 0;
    padding: 4px 0 0;
    vertical-align: middle;
    width: 160px;
}
#poll li {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 285px;
}

/* KOMMENTARE */

.wrap {
    height: 15px;
    overflow: hidden;
    width: 15px;
    background: #eee url(/img/bg.gif) no-repeat left top;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}
.over:hover {
    background: #000;
}
.wrap td {
    padding: 0;
    margin: 0
}
span.stand {
    position: absolute;
    display: block;
    right: 3px;
    top: 47px;
    width: 30px;
    text-align: center;
    padding: 2px;
    margin-right: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #005993;
}

span#standContra {
    display:none;
    top: 42px;
}

span.pro {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
}
span.contra {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    display:none;
}
span.pro a, {
    color: #fff;
}
span.contra a {
    display:none;
}

.error {
    color: red;
    font-weight: 700;
}
.error .article {
    color: #313131;
    font-weight: 100;
}
.error ol li {
    list-style: decimal;
}
.comment, #commentbox, .commentf {
    float: left;
    width: 100%
}
#commentbox {
    padding: 0 7%;
    width: 86%
}
.commentf {
    border-top: 4px solid #054d80;
    margin-top: 10px;
}
.comment, .commentanswer {
    background: #EDEEF3 url(/img/comvotebg.gif) repeat-y right top;
    margin: 5px 0 2px;
    position: relative;
}
.commentanswer {
    background-color: #fff;
    padding: 6px 3px;
    border: 1px solid #d9dbe5;
}
.commentanswercontent .commentText {
    padding: 5px
}
.comment {
    border-top: 4px solid #bfc3d4;
    padding: 6px 3px;
}
.commentcount {
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}
.commentnavi {
    background: #EEEFF4 none repeat scroll 0;
    margin: 5px 0 5px;
    padding: 2px;
    clear: both;
    border: 1px solid #BFC3D4;
}
.commentnaviback {
    display: block;
    float: left;
    text-align: left;
    width: 30px;
    margin: 5px 0 0 5px;
}
.commentnaviback a.l {
    background: transparent url(../images/icons/comments_ll.gif) no-repeat scroll 0;
    display: block;
    float: left;
    height: 11px;
    width: 15px
}
.commentnaviback a.ll {
    background: transparent url(../images/icons/comments_l.gif) no-repeat scroll 0;
    display: block;
    float: left;
    height: 11px;
    width: 11px
}
.commentnavilist {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    width: 441px
}
.commentnavilist a {
    padding: 0 2px;
    font-size: 12px;
}
.commentnaviforth {
    display: block;
    float: right;
    text-align: right;
    width: 30px;
    margin: 5px 5px 0 0;
}
.commentnaviforth a.r {
    background: transparent url(../images/icons/comments_r.gif) no-repeat scroll 0;
    display: block;
    float: left;
    height: 11px;
    width: 15px
}
.commentnaviforth a.rr {
    background: transparent url(../images/icons/comments_rr.gif) no-repeat scroll 0;
    display: block;
    float: left;
    height: 11px;
    width: 11px
}
.commentfrom {
    font-weight: 100;
    float: left;
    width: 320px;
    font-size: .9em;
    padding: 0;
    padding-left:5px;
}
.commentfrom strong {
}
.commentanswerlink {
    float: right;
    width: 150px;
    text-align: right;
    font-size: 1em;
    padding: 0;
    margin-top: -2px;
}
a.commentalert {
    font-weight: 100;
    color: #00468E;
    padding-right: 5px;
    position: absolute;
    right: 40px;
    bottom: 5px;
}
a.answer {
    position: absolute;
    right: 46px;
    top: 5px;
}
#pro {
    background: url("/img/prostar.png") no-repeat scroll;
    position: absolute;
    right: 12px;
    top: 28px;
}

#pro:hover {
    background: url("/img/prostar.png") no-repeat scroll;
    opacity:0.7;
}

#contra {
    display:none;
    position: absolute;
    right: 3px;
    top: 42px;
}
.commentsub {
    color: #8b9bb0;
    clear: both;
}
.commentsub a {
    color: #8b9bb0;
}
.commentcontent, .commentanswercontent {
    clear: both;
    margin: 0 5px 10px 5px;
    font-size: 1.15em;
    line-height: 1.3em;
}
.commentcontent .commentText {
    padding: 5px;
}
.commentcontent, .commentanswercontent {
    position: relative;
}
.voting {
    position: absolute;
    right: -3px;
    top: -22px;
    font-size: 9px;
}
.commentcontent h3, .commentanswercontent h3 {
    font-size: 1em;
    color: #313131;
    font-family: Arial, Helvetica, sans-serif;
}
.commentanswer, .commentanswercontent {
    float: left;
    width: 95%;
    margin-left: 5%;
}
.comment a:hover {
    text-decoration: underline;
}
fieldset.article_comment {
    background: #edeef3;
    margin-top: 5px;
    width: 97%;
    padding: 1.5%;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #BFC3D4;
}
#notice {
    background: #EDEDDE
}
fieldset.article_comment legend {
    font: normal normal 700 17px normal Arial, Helvetica, sans-serif;
    background: #fff;
}
.commentform {
    width: 58%;
    float: left;
    margin: 10px 1% 0 0;
}
.commentfeatures {
    width: 41%;
    float: left;
}
.commentfeatures div {
    clear: both;
    width: 100%;
    margin: 5px 0;
    float: left;
}
.commentfeatures input {
    float: left;
    border: none;
    background: none;
}
.commentfeatures label {
    float: left;
    width: 80%;
    font-weight: 100;
    line-height: 13px;
    font-size: 10px;
}
.commentform label {
    display: block;
    margin: 3px 0;
}
.commentform input, .commentform textarea {
    width: 96%
}
.commentform textarea {
    height: 180px
}
.commentfeatures h3 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #6174a3;
    margin: 27px 0 0;
    float: left;
}
input.userlinkcounter {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #8a97b9;
    width: 50px;
}
input.commentSubmit {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: #455882;
    padding: 7px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 11px;
    width: 140px
}
#captcha {
    padding: 6px;
    width: 85px;
    background: #fff;
    border: 1px solid #a9b9c9
}

fieldset.article, fieldset.article_inner {
    border: none;
}

#register_login {
    border: 1px solid #dadada;
    padding: 2% 2% 5% 2%;
    width: 94%;
    float: left;
    margin-top: 10px;
}
#register ul ul {
    list-style: square;
    padding-left: 20px;
    margin: 5px 0 10px;
    float: left;
}
#register ul ul li {
    list-style: square;
    margin-bottom: 8px;
}
#login, #register {
    width: 240px;
    float: left;
}
#login {

}
#register {
    border-right: 1px solid #dadada;
    padding-right: 10px;
    margin-right: 10px;
    width: 310px
}
#register .submit, #login .submit {
    clear: both;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#login h4, #register h4 {
    color: #666;
    font-weight: 100;
}
#login h3, #register h3 {
    margin-bottom: 7px;
}

#login label {
    display: block;
    margin-top: 10px
}
#login input {
    width: 240px;
    font-size: 13px;
    margin: 0;
}
#login input.submit {
    margin-top: 65px;
}

#login ul li {
    margin-bottom: 5px;
}

#register_login form {
    margin: 0;
}
#login #autologin {
    width: auto;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: #A2A7BC;
}
.jScrollPaneDrag {
    position: absolute;
    background: #054d80 url(/images/icons/scrolling.png) no-repeat center center;
    cursor: pointer;
    overflow: hidden;
}

.jScrollPaneDrag:hover {
    background-color: #3274b6
}

.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}

#newsmix {
    display: block;
    width: 30px;
    left: -47px;
    position: absolute;
    top: 0;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    padding: 0 10px 5px 5px;
    border: 1px solid #a9aec2;
}

#quiz {
    width: 600px;
}
fieldset.gewinn {
    margin-bottom: 15px;
}
fieldset.gewinn ul {
    padding: 20px;
}
fieldset.gewinn li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #dadada;
}
fieldset.gewinn .option label, fieldset.game label {
    font-size: 13px;
    font-weight: 100;
}
.gewinn h3 {
    margin-bottom: 10px;
}
.gewinn .option {
    float: left;
    width: 510px;
    margin-left: 5px;
}

fieldset.game h5 {
    margin-top: 10px;
}

.noborder {
    border: none;
    background: none;
}

.articlebox_fun {
    vertical-align: middle;
    font-size: 11px;
    margin: 10px 0;
    padding: 5px;
    background: #054d80;
    color: #fff;
}
#articlebox {
    margin: 0 10px;
    width: 600px;
}
.dateressort {
    float: left;
    width: 100px;
}
.deleter {
    float: left;
    width: 24px;
    margin-left: 5px;
}
.articleboxDel {
    background: url(/images/icons/articlebox_del.png) no-repeat left top;
    display: block;
    float: left;
    width: 24px;
    height: 26px;
}
#articlebox dd h4 {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    padding: 0
}
#articlebox dd {
    margin-left: 30px;
    margin-bottom: 20px;
}
#articlebox dd h3 a {
    font-weight: 700;
    margin: 0;
    padding: 0
}
#articlebox dt input {
    background: transparent none repeat scroll 0;
    border: medium none;
    vertical-align: top;
    margin: 0;
    padding: 0
}
#articlebox .articlebox_th {
    background: #EEEFF4 none repeat scroll 0;
    margin-bottom: 10px;
    padding: 5px;
    float: left;
    margin-left: 0;
    width: 565px;
    margin-left: 0;
}
#articlebox .articlebox_th img {
    vertical-align: middle;
}
#articlebox .content {
    float: left;
    margin-right: 20px;
    padding: 2px;
    vertical-align: top;
    width: 290px;
}
#articlebox .lead {
    width: 98%;
    clear: both;
    margin: 2% 2% 2% 0;
}
#articlebox .content h3 {
}
#articlebox .content small {
    font-size: 13px;
}
#articlebox .date {
    float: left;
    margin-right: 5px;
    padding: 2px;
    width: 120px;
    font-size: 10px;
    color: #666;
}
#articlebox .ressort {
    color: #666;
    float: left;
    font-size: 10px;
    font-weight: 100;
    padding: 2px;
    text-transform: uppercase;
    width: 100px;
}
#articlebox dt {
    float: left;
    margin: 0;
    padding: 2px;
    width: 20px;
}
.bluebar {
    background: #F3F4F9 none repeat scroll 0 50%;
    clear: both;
    padding: 2px;
}

.paging {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
}
.fl .paging {
    line-height: 25px;
}
ol.searchlist {
    float: left;
    clear: both;
    text-align: left;
    width: 96%;
    padding: 0 2%;
}
ol.searchlist li, ol.searchlist li div {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 1.3em;
    border-bottom: 1px dotted #dadada;
    float: left;
    width: 97%;
    margin-right: 3%
}
.box ol.searchlist li {
    border: none;
}
ol.searchlist li.thema {
    padding: 1%;
    width: 95%;
    background: #fff;
}
ol.searchlist li img {
    padding: 1px;
    border: 1px solid #dadada;
    float: left;
    margin-right: 10px;
}
ol.searchlist li  a {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif
}
ol.searchlist li a.kicker {
    font-size: 11px;
    font-weight: 700;
}
ol.searchlist .click {
    display: none;
}
.uehead {
    background-color: #005b92;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 5px;
    line-height: 18px;
    clear: both;
}

.searchressort {
    float: left;
    width: 100px;
}
.infoboard {
    color: #666;
}
fieldset.suche {
    clear: both;
    float: left;
    margin-bottom: 10px;
}
fieldset.suche legend {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif
}

#overlay {
    background: transparent url(/images/backgrounds/lb.png);
}
#lightbox {
    background: #eee;
    padding: 20px;
}
#lightboxCaption {
    padding: 10px;
}
#keyboardMsg {
    font-size: 10px;
    text-align: right;
}

#commentbox .presse {
    background: #054d80;
    color: #fff;
}
#commentbox .presse a {
    color: #fff;
}

/* ----- RATING ---------*/

.ratingblock {
    display: block;
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.loading {
    height: 16px;
    background: url('/img/working.gif') 50% 50% no-repeat;
}

.unit-rating {/* the UL */
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 16px;
    position: relative;
    background: url('/img/starrating.gif') top left repeat-x;
    width: 80px;
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0px;
    margin: 0px;
    /*\*/
    float: left;
    /* */
}

.unit-rating li a {
    outline: none;
    display: block;
    width: 16px;
    height: 16px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}

.unit-rating li a:hover {
    background: url('/img/starrating.gif') left center;
    z-index: 2;
    left: 0px;
}

.unit-rating a.r1-unit {
    left: 0px;
}
.unit-rating a.r1-unit:hover {
    width: 16px;
}
.unit-rating a.r2-unit {
    left: 16px;
}
.unit-rating a.r2-unit:hover {
    width: 32px;
}
.unit-rating a.r3-unit {
    left: 32px;
}
.unit-rating a.r3-unit:hover {
    width: 48px;
}
.unit-rating a.r4-unit {
    left: 48px;
}
.unit-rating a.r4-unit:hover {
    width: 64px;
}
.unit-rating a.r5-unit {
    left: 64px;
}
.unit-rating a.r5-unit:hover {
    width: 80px;
}
.unit-rating a.r6-unit {
    left: 80px;
}
.unit-rating a.r6-unit:hover {
    width: 180px;
}
.unit-rating a.r7-unit {
    left: 180px;
}
.unit-rating a.r7-unit:hover {
    width: 210px;
}
.unit-rating a.r8-unit {
    left: 210px;
}
.unit-rating a.r8-unit:hover {
    width: 240px;
}
.unit-rating a.r9-unit {
    left: 240px;
}
.unit-rating a.r9-unit:hover {
    width: 270px;
}
.unit-rating a.r10-unit {
    left: 270px;
}
.unit-rating a.r10-unit:hover {
    width: 300px;
}

.unit-rating li.current-rating {
    background: url('/img/starrating.gif') left bottom;
    position: absolute;
    height: 16px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.voted {
    color: #999;
}
.thanks {
    color: #36AA3D;
}
.static {
    color: #5D3126;
}
.rating h3 {
    font-size: 12px;
}

/* cr ... comment ruler */
hr.cr {
    display: none;
}

fieldset.registering #subject {
    width: 300px;
}
fieldset.registering #message_txt {
    width: 300px;
}
.article_back {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0;
    font-size: 12px;
    text-indent: 5px;
}

.ad_advertorial ul {
    margin-left: 180px;
}

.ad_advertorial li {
    list-style: disc;
    padding-left: 0;
}

.mod1_2_2 div.hline {
    display: inline-block;
    float: none;
    width: 307px;
}

ol.topmostreaded {
    padding-left: 10px;
    list-style-type: decimal !important;
    list-style-position: outside;
    margin: 0
}

.Number_neg {
    color: red;
}
.Number_pos {
    color: green;
}

table.datatable tr.odd td {
    background: #EEEFF4 none repeat scroll 0 0;
}

.topmostreaded {
}
.topmostreaded li {
    float: left;
    width: 100%;
}
ol.topmostreadedvideo {
    padding-left: 0;
}
#s4 .topmostreadedvideo li {
    position: relative;
}
#s4 .topmostreaded li a {
    float: right;
    width: 260px;
    font-weight: 700;
}
#s4 .topmostreadedvideo li a {
    float: left;
    width: 288px;
    font-weight: 700;
}
#s4 .topmostreadedvideo li img {
    float: left;
    margin: 0 3px;
}
span.num {
    background: #054d80;
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
}
#s4 .topmostreadedvideo .playbutton {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 100px;
    top: 36px;
    background: url(/img/ovl_video.png) no-repeat center center;
}

.rssimporter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    float: left;
}

.rssimporter h1 {
    border-bottom: 1px solid #333;
    font-weight: 100;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.rssimporter-content h2 a {
    color: #333;
}

.rssimporter .navi {
    float: left;
    width: 160px;
    margin-right: 20px;
}
.rssimporter .rssimporter-content {
    float: left;
    width: 440px;
}

.rssimporter-content h2 {
    font-size: 15px;
    color: #fff;
    background: #1F7996;
    padding: 3px 5px;
}

.rssimporter-content h3 {
    font-size: 15px;
}

.rssimporter-content h3 a {
    font-weight: 700;
}

.rssimporter-content p {
    margin: 0 0 2px;
}

.rssimporter ul, .rssimporter li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rssimporter ul {
    margin: 0 0 15px 0;
}

.rssimporter-content li {
    padding: 0 0 8px 0;
    border-bottom: 1px dotted #666;
    display: none;
}

.rssimporter-content li.noborder {
    border: none;
}

.rssimporter-content .quelle {
    font-weight: 700;
    line-height: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.rssimporter-content .quelle .datum {
    font-weight: 100;
}

.rssimporter-content .lead {
    font-size: 12px;
}

.rssimporter .navi li {
    background: #666;
}

.rssimporter .navi li.alle, .rssimporter .navi li.alle a {
    background: #1F7996;
    border-color: #000
}

.rssimporter .navi li.meinerundschau {
    background: #999;
}

.rssimporter .navi a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 1px;
    padding: 4px 5px;
    border-left: 7px solid #333;
    font-size: 13px;
    display: block;
}

.rssimporter .navi a.hovernormal:hover {
    background: none;
}

.rssimporter .navi a:hover {
    background: #000;
    text-decoration: underline;
}

.rssimporter .settings {
    margin: -27px 0 20px;
    text-align: right;
}
.rssimporter .settings a.active {
    font-weight: 700;
    color: #000;
}

.rssimporter .rightalign {
    text-align: right;
}

.rssimporter .datum {
    color: #666666;
    display: inline;
    font-size: 11px;
    line-height: 20px;
}

.s4_rssimporter .left {
    width: auto;
    margin-bottom: 0px;
}

.s4_rssimporter a {
    display: block;
    font-weight: 700;
    color: #003366;
}

.s4_rssimporter .datum {
    color: #666666;
    display: inline;
    font-size: 10px;
    line-height: 20px;
    padding-left: 20px;
}

.s4_blog {
    width: 300px;
}
.s4_blog .blogList {
    width: 288px;
}
.blogList a {
    color: #B20D0B;
    text-decoration: none;
}
#s4 .blogList a {
    color: #00468E;
}
#s4 .blogList .teaser a {
    color: #333;
}
.blogList a:hover {
    text-decoration: underline;
}
.blogList a:visited {
    color: #B20D0B;
}

/*
 .blogList .blog-header {
 color:#fff;
 font-family:Arial, Verdana, sans-serif;
 padding:25px 0 0 10px;
 height:50px;
 clear:both;
 }*/
.blogList .info {
    font-size: 12px;
    color: #666;
}
.blogList .teaser {
    margin: 10px 0;
}
.blogList .readon {
    margin: 10px 0;
}

.blogList .blog-header {
}
.blogList .blog-header h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #A51A08;
}
.blogList .blog-header p {
    font-size: 12px;
    margin: 0;
}
.blogList {
    font-family: Arial, Verdama, sans-serif;
    color: #1A2E51;
    font-size: 13px;
}
.s4_blog  .blogList {
}
.blogList .post {

    clear: both;
}

/* .blogList .post .time {
 background:url("http://diepresse.com/img/blogs/date_bg.png") no-repeat scroll left top #FFFFFF;
 color:#FFFFFF;
 float:left;
 font-family:Arial,Helvetica,sans-serif;
 font-size:22px;
 height:34px;
 line-height:16px;
 padding:20px 12px;
 width:63px;
 }*/

.blogList .post .time .datetime {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
    text-align: right;
}

.blogList .post .time span {
    color: #fff;
}
.blogList .post .text {
    width: 460px;
    float: left;
    padding-left: 20px;
    margin-left: 10px;
    overflow: hidden;
}
.s4_blog .blogList .post .text {
    width: auto;
    background: none;
    margin: 0;
    padding: 0 5px;
}
.blogList .post .text h2 {
    font-size: 15px;
    margin: 0;
}
.blogList .post .text div.p-head {
    padding-bottom: 20px;
    position: relative;
}
.blogList .post .text img.i-head {
    border: 3px solid #1A2E51;
    float: left;
}

.s4_blog .blogList .post .text div.p-head {
    margin: 0;
    padding: 0;
}

.s4_blog .blogList .post .text img.i-head {
    border: none;
    margin: 0 10px 10px 0;
}

.blogList .post .text div.p-head p {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    padding-left: 100px;
}
.s4_blog .blogList .post .text div.p-head p {
    padding-left: 0;
}
.blogList .post .text div.p-head p span {
    text-transform: uppercase;
}
.blogList .post .text div.p-head h2 {
    margin: 0;
    padding-left: 100px;
}
.s4_blog .blogList .post .text div.p-head h2 {
    padding-left: 0;
}
.s4_blog .blogList .post .text div.p-head h2 {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, arial, sans-serif;
}
.s4_blog .blogList .post .text div.p-head h2 a {
    color: #1A2E51;
    text-transform: uppercase;
}
.s4_blog .blogList .post .text div.p-head h2 a:hover {
    color: #1A2E51;
    text-decoration: underline;
}
.s4_blog .blogList .post .text div.p-head h2 a:visited {
    color: #1A2E51;
}

.blogList .post .text div.p-foot {
    height: 30px;
    position: relative;
}
.blogList .post .text div.p-foot p {
    margin: 12px 0 0 0;
}
.blogList .post .text div.p-foot p.readon, .s4_blog .blogList .post .text div.p-foot p.inline-fms {
    position: absolute;
    top: 0;
    left: 0;
}
.blogList .post .text div.p-foot p.comments-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    text-align: right;
}
.s4_blog .blogList .post .text div.p-foot p.comments-count {
    width: 140px;
}
.blogList .post .text div.p-foot p.comments-count a {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.blogList .post .text div.p-foot p.comments-count a.bubble {
    background: url(/img/blog/bubble-bg.png) 0 0 no-repeat;
    width: 53px;
    height: 34px;
    float: right;
    position: relative;
    margin-top: -15px;
}

.blogList .post .text div.p-foot p.comments-count a.bubble span {
    position: absolute;
    top: 7px;
    left: 7px;
    color: #F1CECB;
    font-size: 13px;
    font-weight: bold;
    width: 30px;
    text-align: center;
}

.blogList .paging {
    display: block;
    width: 100%;
}
.blogList .paging ul {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.blogList .paging ul li a span {
    display: none;
}
.blogList .paging ul li {
    display: block;
    float: left;
    padding: 4px 3px;
    height: 20px;
}
.blogList .paging ul li.first a, .paging ul li.prev a, .paging ul li.next a, .paging ul li.last a {
    display: block;
    background: url(/img/blog/button-first.png) 0 0 no-repeat;
    height: 25px;
    width: 25px;
    padding: 0;
    margin-top: -4px;
    outline: none;
}
.blogList .paging ul li {
    color: #B20D0B;
}
.blogList .paging ul li.all {
    color: #1A2E51;
}

.blogList .post div.hr.white-space {
    background: none;
    height: 10px;
}

.s4_blog .blogList .post div.hr.white-space {
    background: none;
    height: 5px;
    margin: 0;
    padding: 0;
    display: block;
    width: 300px;
}

/* Begin comments */
.blogList .button span {
    display: none;
}
.blogList .comments {
    padding-top: 20px;
}
.s4_blog .blogList .comments {
    padding: 0;
}
.blogList div.comment:first-child {
    border-top: 1px solid #C4D4E4;
}
.blogList .comment {
    border-bottom: 1px solid #C4D4E4;
    padding: 10px;
}
.s4_blog .blogList .comment {
    padding: 10px 20px;
}
.blogList .comment.staff {
    background: #C4D4E4;
}
.blogList .comment p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}
.blogList .comment p span.date {
    float: left;
    margin-left: -5px;
}
.blogList .comment p span.time {
    float: right;
    background: none;
    margin: 0;
    padding: 0;
}
.blogList .comment p.author {
    clear: both;
    color: #B00E0B;
}
.blogList .comment.staff p.author {
    text-transform: uppercase;
}
.blogList .comment p.text {
    background: none;
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
}
.blogList .comment-bar {
    padding-top: 20px;
}
.s4_blog .blogList .comment-bar {
    display: none;
}
.blogList .comment-bar .button {
    width: 140px;
    height: 29px;
}
.s4_blog .blogList .inline-fms .button {
    display: block;
    height: 19px;
    float: left;
}
.s4_blog .blogList .inline-fms .video {
    width: 68px;
    margin-right: 5px;
    background: url(/img/blog/button-video.png) 0 0 no-repeat;
}
.s4_blog .blogList .inline-fms .photo {
    width: 62px;
    background: url(/img/blog/button-photo.png) 0 0 no-repeat;
}
.blogList .comment-bar .register {
    float: left;
    background: url(/img/blog/button-register.png) 0 0 no-repeat;
}
.blogList .comment-bar .write-comment {
    float: right;
    background: url(/img/blog/button-write-comment.png) 0 0 no-repeat;
}
.s4_blog .blogList .comment-bar .write-comment {
    float: left;
}

.blogtext {
    width: 500px;
}

#mzt {
    float: left;
    width: 350px;
    padding: 10px;
    border: 1px solid silver;
    margin: 15px 0;
    font-size: 13px;
    background: #fff;
}
#mzt h3 {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
}
.articletext #mzt p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
h1.package_title {
    color: #313131;
    margin: 20px 0 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #ddd;
}

.line3 {
    float: left;
    width: 100%;
    background: url(/img/3er.gif) repeat-y 203px 0;
    background: #fff;
}
.line3 .mod1, .line3 .mod4 {
    float: left;
    width: 195px;
}
.mod4 .kicker {
    float:left;
    width: 100%;
}
.line3 .mod4 img, .line3 .mod1 img {
    width: 195px;
    margin-bottom: 5px;
}
.line3 .mod4 a.kicker {
    display: block;
    float: left;
    margin: 3px 0;
}
.line3 .mod.mod3_3 {
    border: none;
    padding-right: 0;
    margin-right: 0;
}
.line3 .mod4 h2 {
    font-size: 1.5em;
}
.line3 .mod {
    float: left;
    width: 195px;
    margin-right: 20px;
    padding-right: 0;
}

/* Begin Abo-Key styles */
form#registering li.key-valid, form#registering li.key-error, form#registering li.key-warning {
    font-weight: bold;
    color: #2F9218;
    padding: 0 0 0 170px;
    width: auto;
}
form#registering li.key-error {
    color: #f30;
}
form#registering li.key-warning {
    color: #f90;
}
form#registering fieldset input#finished, form#registering fieldset input#del {
    margin-bottom: 10px;
}

form#registering fieldset.abo-data {
    margin: 20px;
    width: auto;
    border: 1px dotted #ccc;
}
form#registering fieldset.abo-data .extended, form#registering fieldset.abo-data .extraextended {
    width: 128px;
    margin-right: 12px;
}

form#registering fieldset.abo-data legend {
    color: #999;
}
form#registering fieldset.abo-data ul li label {
    color: #999;
    font-weight: bold;
}
form#registering fieldset.abo-data ul li {
    padding: 0;
    margin: 2px 0;
    color: #999;
}

/* End Abo-Key styles */

/* TICKER */

.ticker_data {
    margin: 0 5px 0 0;
}
.ticker_data .title h2 {
    color: #333;
    font-size: 26px;
}
.ticker_data .title h3 {
    color: #333;
    font-size: 20px;
}
.ticker_data .title h4 {
    color: #333;
    font-size: 16px;
}
.ticker_item {
    float: left;
    width: 100%;
    border: 1px solid #BFC3D4;
    margin-bottom: 15px;
    background: #BFC3D4;
    -moz-border-radius: 5px;
}
.ticker_item .featLine a {
    font-weight: 100;
    text-shadow: 1px 1px 0 #fff;
}
.ticker_item .featLine {
    float: left;
    background: #EDEEF3;
    width: 580px;
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
}
.ticker_item .title {
    padding: 10px 10px 15px 10px;
    float: left;
    width: 500px;
    background: #fff;
    min-height: 70px;
    margin-top: 3px;
    -moz-border-radius: 5px;
    margin-bottom: -5px
}
.ticker_item .msg_time {
    text-shadow: 1px 1px 0 #9fa3b3;
    text-align: center;
    display: block;
    float: left;
    width: 60px;
    padding: 5px;
    line-height: 30px;
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #fff;
}
.ticker_item .smallInlinePic {
    padding: 5px;
}
.ticker_item .comment, .ticker_item fieldset.article_comment {
    background: #fff;
}
.tickerBottom {
    float: left;
    width: 100%;
    border-top: 4px solid #054d80;
    padding: 5px 0;
    margin: 10px 0;
}

/* ARTICLE ADS */

a.articleBottomAd {
    display: block;
    color: #333;
    font-weight: 100;
    padding: 15px 5px 5px 100px;
    background: #eee url(https://diepresse.com/img/ad/packshot2013.png) no-repeat 5px center;
    height: 26px;
    border: 2px solid #ddd;
    float: left;
    width: 432px;
    font-size: 13px;
    margin-bottom: 10px;
}
a.articleBottomAd .hl {
    font-size: 13px;
    color: #00468E;
    font-weight: 700;
}
a.articleBottomAd .hl:hover {
    text-decoration: underline;
}

/* ARTICLE AD WM 2014 */

.articleBottomAd {
    display: block;
    color: #333;
    font-weight: 100;
    padding: 15px 5px 17px 5px;
    background: #40873A;
    height: 26px;
    border: 2px solid #ddd;
    float: left;
    width: 530px;
    font-size: 13px;
    margin-bottom: 10px;
}




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #c4d5e1;
    position: relative;
}

.jspDrag {
    background: #054d80 url("/images/icons/scrolling.png") no-repeat center center;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.socialLogins {
    display: none;
}

.articlecontent.video {
    margin-top: 10px;
}

.articlecontent.video #articletext {
    width: 600px;
}

.video .leftside {
    float: left;
    width: 600px;
}

.video .rightside {
    float: right;
    width: 300px;
    margin-right: 0;
}

.video .articleimg {
    display: none;
}

.video4 {
    float: left;
    width: 100%;
    background: #fff;
}
.vid4 {
    float: left;
    width: 146px;
    margin-right: 7px;
}
.vid4 .updatetime {
    display: none;
}
.vid4 h2 {
    font-size: 13px;
}
.vid4 img {
    display: block;
    margin: 2px 0;
}
.vidpic {
    position: relative;
    float: left;
}
.vidpic .pic {
    z-index: 1;
}
.vidpic .playbutton {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2
}
.aufmachervid .vidpic {
    float: left;
    width: 380px;
    margin-right: 10px;
}
.aufmachervid .vidpic .playbutton {
    bottom: 10px;
    right: 10px;
}
.aufmachervid .content {
    float: left;
    width: 200px;
}
.aufmachervid h1 {
    font-size: 18px;
    line-height: 22px;
}
.zweisp .newslist {
    float: left;
    width: 306px;
}
.line2x2 > div {
    float: left;
    width: 306px;
}
.line2x2 .kicker {
    display: none;
}

.cont1-3_1 .aufmacher2 {
    width: 300px;
}
.cont1-3_1 .aufmacher2 img {
    width: 290px;
}
.cont1-3 {
    float: left;
    width: 100%;
}
.cont1-3_1 {
    width: 300px;
    margin: 0;
    float: left;
}
.cont1-3_1 .aufmacher2 .content {
    width: 100%;
    margin-top: 10px;
}
.cont1-3_2 {
    width: 300px;
    float: right;
    margin: 0;
}

.aufmacherthema {
    margin-top: -10px;
}

.aufmacherthema h2.thementitel {
    margin-bottom: 10px;
    height: 1px;
    border-top: none;
    text-align: center;
    position: relative;
    font-size: 15px;
}
.aufmacherthema h2.thementitel a {
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: -.7em;
    background: white;
    display: inline-block;
    padding: 0 5px;
}
.aufmacherthema h1 {
    font-size: 20px;
}
.aufmacherthema img {
    display: block;
    float: left;
    margin: 5px 0;
}
.packagechild {
    margin-bottom: 12px;
}
.packagechild:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.packagechild h3 {
    font-size: 1.45em;
}

/* Immo-Box */
.immobox .s4_rssimporter {
    position: relative;
    height: 130px;
}
.immobox .s4_rssimporter .title {
    position: absolute;
    bottom: 0;
    background: #000;
    background: url(http://immobilien.diepresse.com/img/pg.png);
    color: #fff;
    padding: 10px;
    display: block;
    width: 268px;
    z-index: 2;
}
.immobox .s4_rssimporter .title:hover {
    background: #000;
}
.immobox .s4_rssimporter .title span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
    text-shadow: -1px -1px 0 #000;
}
.immobox .s4_rssimporter img {
    width: 288px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 1;
    clip: rect(30px 288px 160px 0)
}
.immobox .datum {
    display: none;
}
.immobox ul li .s4_link a b {
    font-size: 11px;
    text-align: right;
}

.zitat {
    background: transparent url(/images/icons/zitat_l.gif) no-repeat scroll left bottom;
    border-top: 4px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    clear: both;
    margin: 15px 0;
    padding: 5px;
    width: 360px
}

.zitat_l {
    display: block;
    float: left;
    height: 50px;
    width: 75px
}

.zitat_content {
    background: transparent none repeat scroll 0;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 0;
    width: 210px
}

.zitat_content span {
    border-top: 1px solid #9EAFC3;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 5px
}

.zitat_r {
    background: transparent url(/images/icons/zitat_r.gif) no-repeat scroll right top;
    display: block;
    float: left;
    height: 60px;
    width: 75px
}

#fixer {
    height: 99px;
    overflow: hidden;
    width: 950px;
}

.social a {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    display: block;
    float: right;
    background: url(/img/sprite.png?1) no-repeat left top;
}

.social .social_facebook {
    background-position: -40px 0;
}
.social .social_twitter {
    background-position: -40px -20px;
}
.social .social_googleplus {
    background-position: -40px -40px;
}
.social .social_rss {
    background-position: -40px -60px;
}

.headfull {
    float: left;
    width: 939px;
    background: #fff;
}

.headfull h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 5px 0;
}

.headfull .content {
    float: right;
    width: 467px;
}
.headfull img {
    float: left;
    width: 437px;
}

.headfullgiant {
    background: #fff;
    float: left;
    width: 950px;
}

.headfullgiant .content {
    float: left;
    width: 630px;
    margin-top: 10px;
}

.headfullgiant .headfull img {
    width: 950px;
}

.headfull.inv .content {
    float: left;
    width: 467px;
}
.headfull.inv img {
    float: right;
    width: 437px;
}
.fullsize {
    float: left;
    width: 950px;
}
.fullsize.twocol .aufmacher2 {
    width: 440px;
}
.fullsize.twocol .aufmacher2 img {
    width: 437px;
}
.fullsize.twocol .col_1 {
    padding-right: 29px;
    border-right: 2px solid #ddd;
    float: left;
}
.fullsize.twocol .col_2 {
    padding-left: 29px;
    float: left;
}
.fullsize.twocol .aufmacher2 .content {
    width: 440px;
    float: left;
    margin-top: 5px;
}

.fullsize.twocol.theme .col_1 {
    width: 615px;
    border: none;
}
.fullsize.twocol.theme .col_2 {
    width: 300px;
    padding: 0
}

.fullsize.twocol.theme .mod04 img {
    width: 615px;
}
.fullsize.twocol .mod04 .content {
    width: 615px;
    float: left;
    margin-top: 5px;
}

.fullsize.twocol .mod1 img {
    float: right;
    margin: 0 0 0 5px;
    width: 120px;
}
.fullsize.twocol .row_2_1, .fullsize.twocol .row_2_2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    width: 300px;
}
.fullsize.twocol .row_2_1 {
    border-bottom: 2px solid #ddd;
}
.fullsize.twocol .col_2 {
    /* margin-top: 20px; */
}
.fullsize.twocol .mod1 h1 {
    font-size: 19px;
    line-height: 23px;
}
.fullsize.twocol .mod04 h2 {
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 10px;
    width: 100%;
    letter-spacing: -.7px;
}

.articlefeat .boxContent
{
    float:left;
    padding:0;
    width:100%;
}

.articlefeat .s4_diashow ul li b
{
    color:#C03;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:700;
}

.articlefeat .s4_diashow ul li img
{
    height:auto;
    width:68px;
}

.articlefeat h2
{
    border-top:3px solid #ddd;
    color:#333;
    float:left;
    font-size:1.5em;
    font-weight:700;
    padding:5px 0;
    width:100%;
    margin-bottom: 15px;
}

.articlefeat li a small
{
    color:#666;
}

.articlefeat li a.noicon
{
    background:none;
    padding-left:0;
}

.articlefeat ul
{
    float:left;
    margin:0 0 10px;
    padding:0;
    width:100%;
}

.articlefeat ul,.articlefeat li
{
    float: left;
    width: 100%;
}

.articlefeat.weiter li
{
    margin: 0 0 5px;
}


.articlefeat.weiter.large li
{
    margin: 0 0 20px;
}

.articlefeat.weiter.large .content {
    font-size: 14px;
    line-height: 18px;
}

li.inv {
    display: none;
}

li.more {
    text-align:right;
}

a.showMore {
    padding-right: 20px;
    background: url(/img/sprite.png?1) no-repeat right -155px;
}

.articlefeat
{
    float:left;
    margin-right:20px;
    width: 200px;
}

.rightside .articlefeat {
    width: 300px;
}

.articlefeat.weiter
{
    margin-top:20px;
}

.articlefeat.weiter.medium
{
    width: 330px;
    margin-right: 0;
}

.articlefeat.weiter.small
{
    width: 290px;
    margin-right:10px;
}


.articlefeatv2
{
    float:left;
    width:90px;
    margin-top: 110px;
    z-index: 996;
    position: relative;
    background: transparent url("/img/sprite.png?1") no-repeat -20px -240px;
}

a.articleicon, span.articleicon
{
    cursor:pointer;
    display:block;
    float:left;
    height:10px;
    margin:10px 0;
    padding-top: 20px;
    vertical-align:middle;
    width:70px;
    opacity: .7;
    text-align: center;
    font-size: 10px;
    color: #777;
    line-height: 10px;
}

.articleicon:hover {
    opacity: 1;
}

.articleicons .articleicon {
    padding-left: 25px;
    width: 20px;
    margin:10px 0;
}

.articleicons .articleicon.ic_read {
    margin-top: 5px;
}

.articleicons_v
{
    border:none;
    float:left;
    margin:0;
    padding:0;
    vertical-align:middle;
    width:90px;
}

.articlefeat .articleimg {
    float:left;
    margin-bottom: 30px;
}

.articleicon a
{
    font-weight:100;
}

.articleicon img
{
    vertical-align:middle;
}


.articleicon.ic_comment
{
    background:url(/img/sprite.png?1) no-repeat -339px -200px;
}

.articleicon.ic_print
{
    background:url(/img/sprite.png?1) no-repeat -336px top;
}

.articleicon.ic_read
{
    background:url(/img/sprite.png?1) no-repeat -336px -120px;
    padding-top:25px;
    margin-top: 6px;
}

.articleicon.ic_send
{
    background:url(/img/sprite.png?1) no-repeat -336px -40px;
}

.articleicon.ic_text
{
    padding:0 0 15px 0;
}

.articleicon.ic_text a {
    padding: 0 2px;
}

.articleicon.ic_text a:hover {
    background: #005B92;
    color: #fff;
}

.articleicons
{
    clear:both;
    margin:5px 0;
    float: left;
    width: 100%;
}


.socialicons
{
    float:left;
    height:20px;
    margin: 7px;
}


.socialicons .socialicon
{
    float:left;
    width: 107px;
    height: 20px;
    margin:0 10px 0 0;
    cursor: pointer;
}

.socialicons .socialicon .socialct {
    font-size: 12px;
    color: #777;
    text-align: center;
    padding: 5px 0 0 78px;
    line-height: 10px;
}

.socialicons .socialicon.facebook
{
    /*background: transparent url("/img/sprite.png") no-repeat -40px -120px;*/
}

.socialicons .socialicon.twitter
{
    /*background: transparent url("/img/sprite.png") no-repeat -40px -140px;*/
}

.socialicons .socialicon.googleplus
{
    /*background: transparent url("/img/sprite.png") no-repeat -40px -160px;*/
    width: 92px;
}

.socialicon {
    opacity: .7;
}
.socialicon:hover {
    opacity: 1;
}


.socialicons_v
{
    float:left;
    height:270px;
    margin: 0 0 30px;
    width:90px;
}


.socialicons_v .socialicon
{
    float:left;
    width: 70px;
    height: 62px;
    margin:0 0 25px 0;
    cursor: pointer;
}

.socialicons_v .socialicon .socialct {
    font-size: 19px;
    color: #777;
    text-align: center;
    padding: 8px;
    line-height: 19px;
}

.socialicons_v .socialicon.facebook
{
    background: transparent url("/img/sprite.png?1") no-repeat -80px -40px;
}

.socialicons_v .socialicon.twitter
{
    background: transparent url("/img/sprite.png?1") no-repeat -160px -40px;
}

.socialicons_v .socialicon.googleplus
{
    background: transparent url("/img/sprite.png?1") no-repeat -240px -40px;
}


.overlay {
    position: absolute;
    top: -50px;
    left: 90px;
    z-index: 999;
    display: none;
}

.socialButton {
    padding: 5px 10px;
    float: left;
    width: 74px;
    height: 64px;
    overflow: hidden;
}

.close {
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2000;
    background: transparent url(/img/sprite.png?1) no-repeat -280px -120px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.bubble
{
    position: relative;
    width: 285px;
    height: 100px;
    padding: 5px 0;
    background: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: #cccccc solid 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.7);
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 15px 9px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 51px;
}

.bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 17px 11px 0;
    border-color: transparent #cccccc;
    display: block;
    width: 0;
    z-index: 0;
    left: -20px;
    top: 49px;
}

.errorpage {
    margin: 20px;
    font-size: 1.15em;
    line-height: 1.35em;
}

.errorpage h1 {
    font-size: 20em;
    line-height: 1em;
    color: #dbdbdb;
}

.errorpage h2 {
    font-size: 4em;
    line-height: 1.5em;
}

.blockit {
    color: #8B9BB0;
    padding: 0 3px;
    line-height: 22px;
    clear: both;
    width: 520px;
    font-size: 10px;
    -moz-border-radius: 2px;
    border-bottom: 1px solid #BFC3D4;
}

.commentWrapper {
    position: relative;
    float: left;
    width: 100%;
}

.blocker {
    display: none;
}

#s4 .topmostreaded li a.mostcommented {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    width:190px;
    margin-left:10px;
    float:left;
}
.mostnum {
    color:#999;font-weight:100;
}

#s4 .topmostreaded li a.countBox {
    display:block;text-align:center;float:right;background:url(/img/topcomment_bubble.png) no-repeat center top;border:none;color:#666;font-size:15px;font-family:Arial,Helvetica,sans-serif;width:52px;height:32px;line-height:19px;float:right;
}
#s4 .topmostreaded li a.countBox:hover {
    text-decoration:none;
    color:#00468E;
}

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center;}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px;border-radius: 3px; }

.tipsy:after {
    content:"\00a0";
    display:block; /* reduce the damage in FF3.0 */
    position:absolute;
    top:30px;
    right:0;
    width:0;
    height:0;
    border-width:5px 5px 0 5px;
    border-style:solid;
    border-color:#000 transparent;
}
.click, .clickDisabled {
    display: none;
}

.rightside .articlefeatv2 {
    width: 300px;
}
.rightside .articlefeatv2  li {
    float: left;
    width:100%;
    margin-bottom: 10px;
}

/* JS Ticker Client */
article .tickerClient .commentToggle{
    background-color: #005086;
}
/* /JS Ticker Client */

div.mostr li.artikel img {
    display: none;
}

div.mostr ol {
    list-style-position: outside;
    list-style-type: decimal !important;
    margin: 0;
    padding-left: 10px;
}

div.mostr ol li {
    float: left;
    margin-bottom: 2px;
}

div.mostr ol li a .title {
    font-weight: 700;
}

div.mostr ol li .num {
    font-weight: 700;
    margin-right: 10px;
}