div.article {
   position: relative;
   width: 955px;
   padding-top: 574px;
}

div.numberBox {
   position: absolute;
   left: 1px;
   top: 192px;
   width: 190px;
   height: 155px;
   font-weight: bold;
}

div.numberBox span.number {
   position: absolute;
   display: block;
   top: 10px;
   right: 6px;
}

div.numberBox span.label {
   position: absolute;
   display: block;
   left: 10px;
   top: 10px;
}

div.numberBox span.label span {
   display: none;
}

div.prevArticle {
   position: absolute;
   left: 1px;
   top: 348px;
   width: 94px;
   height: 34px;
   cursor: pointer;
}

div.nextArticle {
   position: absolute;
   left: 96px;
   top: 348px;
   width: 95px;
   height: 34px;
   cursor: pointer;
}

div.prevArticle div.arrow {
   background: url('../images/up.png') no-repeat 50% 50%;
   width: 94px;
   height: 34px;
}

div.nextArticle div.arrow {
   background: url('../images/down.png') no-repeat 50% 50%;
   width: 95px;
   height: 34px;
}

div.prevArticle .hovered div.arrow {
   background: url('../images/up_h.png') no-repeat 50% 50%;
}

div.nextArticle .hovered div.arrow {
   background: url('../images/down_h.png') no-repeat 50% 50%;
}

.headline1 {
   position: absolute;
   left: 192px;
   top: 90px;
   height: 50px;
   margin: 0;
   padding: 0;
}

.headline2 {
   position: absolute;
   left: 192px;
   top: 141px;
   height: 50px;
   margin: 0;
   padding: 0;
}

div.contentBox {
   position: absolute;
   left: 192px;
   top: 192px;
   width: 381px;
   height: 381px;
   overflow: hidden;
}

div.rightBox {
   position: absolute;
   left: 574px;
   top: 192px;
   width: 381px;
   height: 381px;
}

/* Boxen */
.cb {
   position: absolute;
   width: 381px;
   height: 381px;
   left: 0;
   top: 0;
   font-size: 11px;
   color: #fff;
   line-height: 14px;
   overflow: hidden;
}

.cb .headline {
   color: #fff;
   background: #e20074;
   font-size: 14px;
   height: 14px;
   overflow: hidden;
   padding: 3px 10px;
   position: absolute;
   left: 0; top: 0;
   line-height: 100%;
}

.cb .text {
   padding: 29px 10px 10px 10px;
}

.cb .text p {
   margin: 8px 0;
   padding: 0;
   letter-spacing:0.03em;
}

.ext-mac .text p {
   letter-spacing:0em;
}

.cb.t, .cb.b {
   position: absolute;
   width: 381px;
   height: 190px;
   left: 0;
}
.cb.t {
   top: 0;
}
.cb.b {
   top: 191px;
}

.cb.l, .cb.r {
   position: absolute;
   width: 190px;
   height: 381px;
   top: 0;
}
.cb.l {
   left: 0;
}
.cb.r {
   left: 191px;
}


.cb.tl, .cb.tr, .cb.bl, .cb.br {
   position: absolute;
   width: 190px;
   height: 190px;
}
.cb.tl {
   left: 0;
   top: 0;
}
.cb.tr {
   left: 191px;
   top: 0;
}
.cb.bl{
   left: 0;
   top: 191px;
}
.cb.br {
   left: 191px;
   top: 191px;
}

/* Inhaltsbuttons */
.cb div.buttons {
   position: absolute;
   left: 10px;
   bottom: 10px;
}

.cb .youtube-link {
   position: absolute;
   left: 10px;
   bottom: 45px;
}

.cb .youtube-link a {
   display: block;
   padding-left: 25px;
   background: url(../images/icons/icon_youtube_16x16.png) no-repeat 0 50%;
}

.cb .youtube-link a:hover {
   display: block;
   padding-left: 25px;
   background: url(../images/icons/icon_youtube_16x16_h.png) no-repeat 0 50%;
}

.cb div.bookmarks {
   position: absolute;
   right: 10px;
   bottom: 10px;
   font-size:14px;
   line-height:0;
   width: 190px;
   height: 15px;
   text-align: right;
}

.cb div.bookmarks img {
   width: 15px;
   height: 15px;
}

.cb div.bookmarks a {
   text-decoration: none;
}

.cb div.buttons div.textPage {
   border: 0;
   cursor: pointer;
   float: left;
   margin: 0 1px 0 0;
   width: 25px;
   height: 25px;
}

.cb div.buttons div.textPage div {
   display: block;
   width: 25px;
   height: 25px;
}

.cb div.buttons div.b1 {
    background: url(../images/cb_b_1.gif);
}
.cb div.buttons div.b2 {
    background: url(../images/cb_b_2.gif);
}
.cb div.buttons div.b3 {
    background: url(../images/cb_b_3.gif);
}
.cb div.buttons div.b4 {
    background: url(../images/cb_b_4.gif);
}
.cb div.buttons div.hovered div.b1,
.cb div.buttons div.active div.b1 {
    background: url(../images/cb_b_1_h.gif);
}
.cb div.buttons div.hovered div.b2,
.cb div.buttons div.active div.b2 {
    background: url(../images/cb_b_2_h.gif);
}
.cb div.buttons div.hovered div.b3,
.cb div.buttons div.active div.b3 {
    background: url(../images/cb_b_3_h.gif);
}
.cb div.buttons div.hovered div.b4,
.cb div.buttons div.active div.b4 {
    background: url(../images/cb_b_4_h.gif);
}

/*
.cb div.content_2,
.cb div.content_3,
.cb div.content_4 {
   display: none;
}*/

/* spezielle content formatierungen */

.cb .text h1,
.cb .text h2,
.cb .text h3,
.cb .text h4,
.cb .text h5,
.cb .text h6 {
   color: #e20074;
   font-size: 14px;
   line-height: 120%;
   font-weight: bold;
   margin: 8px 0;
   padding: 0;
}

.cb .text h3,
.cb .text h4,
.cb .text h5,
.cb .text h6 {
   font-weight: normal;
}

.cb .text h4,
.cb .text h5,
.cb .text h6 {
   font-size: 11px;
}

.cb .subline
{
   font-size: 14px;
   color: #e20074;
   line-height: 120%;
}

.themeLink {
   background: url('../images/arrow_theme.gif') no-repeat;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 0;
   left: 361px;
   cursor: pointer;
}

.cb .articleLinks {
   position: absolute;
   left: 0;
   bottom: 0;
   height: 95px;
}

.cb .articleLinks p {
   margin: 0;
   padding: 0;
}

.articleLinks p.subline {
   margin: 0;
   padding: 0 0 0 10px;
}

.articleLinks div.images {
   position: absolute;
   left: 0;
   bottom: 0;
   height: 63px;
   width: 190px;
   /*z-index: 1;*/
}

.articleLinks div.images div.image {
   float: left;
   width: 63px;
   height: 63px;
   position: relative;
}

.articleLinks div.links {
   position: absolute;
   left: 0;
   bottom: 0;
   height: 63px;
   width: 190px;
   /*z-index: 2;*/
}

.articleLinks div.links a {
   float: left;
   position: relative;
   width: 63px;
   height: 63px;
}

.articleLinks div.links a span {
   display: none;
   cursor: pointer;
   z-index: 2;
}

.articleLinks div.links a span.arrow {
   position: absolute;
   display: block;
   left: 48px;
   top: 48px;
   width: 15px;
   height: 15px;
   background: url('../images/themeLink.png') no-repeat;
}

.articleLinks div.links a:hover {
   background: transparent;
}

.articleLinks div.links .hovered a span {
   display: block;
   position: absolute;
   white-space: nowrap;
   clear: both;
   background: #e20074;
   color: #fff;
   padding: 1px 2px;
   left: 0;
   top: 0;
   height: 15px;
   overflow: visible;
}

.articleLinks div.links .hovered a span.h2 {
   top: 18px;
}

.articleLinks div.links .hovered a span.arrow {
   background: url('../images/themeLink_h.png') no-repeat !important;
   position: absolute;
   display: block;
   left: 48px;
   top: 48px;
   width: 15px;
   height: 15px;
   padding: 0;
   margin: 0;
}

.article .video {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article .video_play {
    width: 190px;
    height: 190px;
    cursor: pointer;
}

.article .hovered .video_play {
    background: url(../images/video_play_h.png) no-repeat;
    width: 190px;
    height: 190px;
    cursor: pointer;
}

.article .media_play {
    width: 190px;
    height: 190px;
    cursor: pointer;
}

.article .hovered .media_play {
    background: url(../images/media_play_h.png) no-repeat;
    width: 190px;
    height: 190px;
    cursor: pointer;
}

.article .vote .content
{
    padding-top: 34px;
}

.article .vote .answer {
    float: left;
    width: 170px;
    height: 80px;
    padding: 0 10px;
    margin: 0;
    border: 0;
    line-height: 14px;
}

.article .vote-single .answer {
    float: none;
    position: absolute;
    width: 110px;
    height: 110px;
    left: 40px;
    top: 40px;
    padding: 0;
}

.article .vote-single .nr-2 {
    left: 231px;
}

.article .vote .answer .answer-button {
    width: 170px;
   padding: 0;
   background: #5D5D5D;
   font-size: 16px;
   line-height: 20px;
   height: 60px;
   position: relative;
}

.article .vote-single .answer .answer-button {
    width: 110px;
    height: 110px;
}

.article .vote .answer .hovered .answer-button {
    background: #e20074;
}

.article .vote .answer .answer-button .vote_button {
    cursor: pointer;
}

.article .vote .answer .answer-button .question {
    height: 100%;
    width: 100%;
}

.article .vote .answer .answer-button .question td {
    vertical-align: middle;
    text-align: center;
}

.article .vote .result {
    float: left;
    width: 190px;
    height: 70px;
}

.article .vote .result .inner-text {
   padding: 0 10px;
}

.article .vote .submit_vote {
   color: #fff;
   background: #e20074 url(../images/vote_arrow.gif) no-repeat 170px 50%;
   font-size: 14px;
   padding: 3px 10px;
   position: absolute;
   right: 0; bottom: 0;
   line-height: 100%;
   width: 170px;
   cursor: pointer;
}

.article .vote img.vote_button {
    position: absolute;
    left: 55px;
    top: 60px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.article .vote .done_text {
    position: absolute;
    right: 0;
    bottom: 0;
    /*color: #e20074;*/
    font-size: 14px;
    padding: 10px;
    line-height: 100%;
}

.article .vote input {
    border: 0;
}

.vote .result .percent {
    background: #000;
    /*color: #e20074;*/
    font-size: 11px;
    line-height: 100%;
    padding: 1px 0 1px 40px;
    margin-bottom: 5px;
    height: 13px;
    position: relative;
}

.vote .result .percent .resText {
    position: absolute;
    left: 0;
    top: 2px;
    text-align: right;
    width: 30px;
}

.vote .result .yesno {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    /*color: #e20074;*/
    padding: 30px 0 0 0;
}

.vote .result .percent .balken {
    background: url(../images/vote_res_bg.gif);
    height: 13px;
}

.article .dynContent {
    clear: both;
    width: 100%;
    position: relative;
}

.article .jam-comment {
   width: 190px;
   height: 190px;
}

.article .jam-comment .inner-text {
   padding: 20px 10px 10px 10px;
   word-wrap: break-word;
}

.article .jam-comment .cmt-headline {
   font-size: 14px;
   color: #e20074;
}

.article .jam-comment .inner-text p {
   margin: 8px 0;
   font-size: 11px;
   line-height: 14px;
   color: #fff;
}

.article .jam-comments {
   width: 391px;
}

.article .comments .jam-comment {
   float: left;
   margin: 0 1px 1px 0;
}

.article .comments_button {
    width: 381px;
    cursor: pointer;
    height: 20px;
    margin: 0 0 0 192px;
}
.article .comments_button span.text {
   color: #fff;
   background: #e20074 url(../images/vote_arrow.gif) no-repeat 170px 50%;
   font-size: 14px;
   line-height: 14px;
   float: left;
   display: block;
   height: 20px;
}

.article .comments_button span.text span {
   padding: 3px 10px 0 10px;
   display: block;
}

.article .hovered .comments_button
{
   background: #e20074 !important;
}

.article .comments_button span.arrow_down {
    float: right;
    width: 20px;
    height: 20px;
    background: #e20074 url(../images/comments_arrow.gif) no-repeat 50% 50%;
    padding: 0;
}

.comments {
    position: relative;
    font-size: 11px;
    line-height: 130%;
    color: #fff;
    width: 381px;
    margin: 0 0 0 192px;
}

.comments .innerText {
    padding: 20px 10px 20px 10px;
}

.comments .close_comments {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.jam-comments .close_comments {
   right: 10px;
}

.comments a,
.comments a:hover {
    color: #e20074;
    text-decoration: underline;
}

.comments .name {
    color: #e20074;
    font-size: 14px;
}

.comments p {
    margin: 10px 0;
}

.comments .line {
    border-top: 1px #aaa dotted;
    height: 20px;
    line-height: 0;
    font-size: 0;
    margin: 10px 0;
}

.article .comments_count {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/comments_count.gif) no-repeat;
    color: #000;
    width: 34px;
    height: 27px;
    font-size: 11px;
    line-height: 100%;
    padding: 3px 2px 0 0;
    text-align: right;
}

.comments .headlineInner {
   position: relative;
   height: 30px;
   margin: 10px 0 0 -10px;
}

.comments .headlineInner p {
   position: absolute;
   background: #e20074;
   color: #fff;
   font-size: 14px;
   padding: 3px 10px;
   left: 0;
   top: 0;
   line-height: 100%;
   width: auto;
   margin: 0;
   cursor: pointer;
}

.comments input,
.comments textarea,
.jam-form input,
.jam-form textarea {
    background: #363636;
    color: #fff;
    font-size: 11px;
    padding: 3px 0;
    margin: 0;
    width: 100%;
    line-height: 11px;
    border: 0;
}

.comments .input-name {
   float: left;
   width: 175px;
   background: #363636;
}

.jam-form .input-name {
   background: #363636;
}

.comments .input-email {
   background: #363636;
}

.comments .input-name .inner-text,
.comments .input-email .inner-text,
.comments .input-url .inner-text,
.comments .input-text .inner-text,
.jam-form .inner-text {
   padding: 0px 10px;
   background: #363636;
}

.jam-form .input-name {
   position: absolute;
   top: 30px;
   left: 10px;
   width: 170px;
   height: 20px;
   background: #363636;
}

.jam-form .input-email {
   position: absolute;
   top: 60px;
   left: 10px;
   width: 170px;
   height: 20px;
   background: #363636;
}

.jam-form .input-text {
   position: absolute;
   top: 85px;
   left: 10px;
   width: 170px;
   height: 95px;
   background: #363636;
}

.jam-form .input-text textarea {
   padding: 0;
   height: 75px;
   width: 160px;
   overflow-y: auto;
}

.jam-form .submit-form {
   position: absolute;
   left: 150px;
   top: 75px;
   width: 20px;
   height: 20px;
   background: url(../images/comment_submit.png);
   cursor: pointer;
}

.comments .input-text .inner-text {
   padding: 3px 0px 23px 10px;
}

.jam-form .input-text .inner-text {
   padding: 3px 0 0 10px;
}

.comments .input-email {
   margin-left: 11px;
}

.comments .input-email {
   float: right;
   width: 175px;
   background: #363636;
}

.comments .input-url {
   clear: both;
   padding: 10px 0;
   width: 361px;
}

.comments .input-text {
   clear: both;
   padding: 0 0 10px 0;
   position: relative;
}

.comments .input-text textarea {
   padding: 0;
   height: 140px;
   width: 349px;
   overflow: auto;
   line-height:14px;
   letter-spacing:0.03em;
}

.comments .submit-form {
   position: absolute;
   left: 341px;
   top: 146px;
   width: 20px;
   height: 20px;
   background: url(../images/comment_submit.png);
   cursor: pointer;
}

.comments .comment-error {
   color: #e20074; font-weight:bold; font-size: 14px
}

.comments img.mod_icon,
.jam-comment img.mod_icon {
   margin-left: -10px;
   margin-top: -10px;
   vertical-align: baseline;
}

.comments .text-counter {
    color: #999;
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 145px;
}

.jam-form .text-counter {
    color: #999;
    font-size: 10px;
    position: absolute;
    left: 10px;
    bottom: 0px;
    
}

.comments .comments-form {
    height: 20px;
    overflow: hidden;
    position: relative;
}

.comments-rss-icon {
    float: right;
    margin-right: -10px;
}

.cb .text .subheadlines {
   margin: -8px -10px 0px -10px;
   width: 381px;
}

.cb .text .subheadlines h3 {
   font-weight:normal;
   color:#FFF;
   background: #5D5D5D;
   font-size:14px;
   margin:0 0 1px 0;
   line-height:100%;
   padding:3px 10px;
   float: left;
   clear: both;
   white-space: nowrap;
}

div.clear {
   clear: both;
   line-height: 0;
   font-size: 0;
   height: 0px;
}

div.inner-content-text {
   padding-top: 0px;
   float: left;
   width: 361px;
}

a.bannerLink{
   right:0px;
   position: absolute;
   bottom: 0px;
}