/*
    Document   : main.css
    Created on : 18.04.2011, 12:42:28
    Author     : Simon Milz <sm@kk-gmbh.net>, Thorsten Suckow-Homberg <tsh@kk-gmbh.net>
    Description:
        Allgemeine Stylesheet Informationen fuer das hifi-forum.de
*/
/**
 * The UI uses icons from Mark James (http://famfamfam.com) - The Silk Icon set. It is licensed
 * under the Creative Commons Attribution 2.5 License
 * (http://creativecommons.org/licenses/by/2.5/)
 */
/*
Responsive queries
 */
body {
    overflow-x: hidden; }

@media screen and (min-width: 1550px) {
    #guest #main-content_container {
        width: 1535px; }
    #guest #main-content_left {
        padding-left: 165px; }
    #guest #adslot_left {
        display: block;
        right: 0;
        margin-right: 5px; } }

@media screen and (min-width: 1085px) and (max-width: 1549px) {
    #guest #main-content_container {
        width: 1289px; } }

@media screen and (min-width: 1305px) {
    #guest #main-content_container {
        margin: 0 auto; } }

@media screen and (min-width: 1155px) {
    #guest #main-content_right {
        padding-right: 305px; } }

@media screen and (min-width: 1085px) and (max-width: 1154px) {
    #guest #main-content_container {
        width: 1149px; }
    #guest #main-content_right {
        padding-right: 165px; } }

@media screen and (min-width: 1085px) {
    #guest #adslot_right {
        display: block;
        left: 0;
        margin-left: 5px; } }

@media screen and (max-width: 1084px) {
    body {
        overflow-x: auto; } }

@media screen and (min-width: 1190px) {
    #member #main-content_container {
        width: 1165px; } }

@media screen and (min-width: 984px) {
    #member #main-content_container {
        margin: 0 auto; } }

/*
MAIN CSS
 */
table.gsc-completion-container {
    z-index: 10000 !important; }

table.collapse {
    border-collapse: collapse; }

table.breadcrumb {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px; }
table.breadcrumb td {
    background: #f7f7f7; }
table.breadcrumb td * {
    color: #232323; }
table.breadcrumb.crumb-2 {
    margin-bottom: 0; }
table.breadcrumb div.tooltip * {
    color: #fff; }

table.tbl.faq h3 {
    margin-top: 20px; }

body {
    background-color: #c9c9c9;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #232323;
    font-family: "Arial";
    font-size: 12px; }
body#guest #content-left {
    width: 740px; }
body#guest #content-left.full {
    width: 1055px;
    margin-left: 165px; }
body#guest #footer {
    width: 740px; }
body#guest .marginal h4 .move-helper {
    cursor: default; }
body#guest .marginal h4 img {
    display: none; }
body#member #twitter {
    margin-left: 50px; }
body#member #facebook-like {
    margin-left: 95px;
    margin-right: 50px; }
body#member #plusone {
    margin-left: 40px; }
body#member #footer {
    width: 840px; }
body#member.noWidgets #footer {
    width: 1155px; }
body#member div#content-full ~ div#footer {
    width: 1155px; }
body.noWidgets tr.posting-row td {
    max-width: 982px; }
body.noWidgets tr.preview-posting-row td.preview-text {
    max-width: 990px; }
body.noWidgets div.profile_usercontent {
    width: 912px; }
body div#content-full ~ div#footer {
    width: 1055px; }

iframe {
    border: 0; }

html {
    height: 100%; }

td {
    margin: 0;
    padding: 0;
    color: #232323;
    font-family: "Arial";
    font-size: 12px; }
td.icon {
    border-left: none;
    border-right: none; }
td.forum {
    border-left: none; }
td.navbar {
    background: #f7f7f7;
    color: #232323;
    padding: 5px; }
td.navbar span {
    color: #232323; }
td.navbar td {
    color: #232323; }
td.navbar th {
    color: #232323; }
td.navbar select {
    color: #232323; }
td.navbar input {
    color: #232323; }
td.navbar input.topicButton {
    padding: 3px;
    color: #fff;
    font-family: "Arial";
    font-size: 12px;
    cursor: pointer; }
td.previewLcol {
    overflow: auto;
    width: 120px;
    min-width: 120px;
    max-width: 120px; }
td.threadProdList {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
td.threadProdList > h4 {
    margin-left: -1px;
    margin-right: -1px; }
td.threadProdList > div {
    display: inline-block;
    min-width: 180px;
    margin: 5px 0 5px 5px;
    padding: 0; }
td.threadProdList > div > a {
    text-decoration: none; }

th {
    margin: 0;
    padding: 0;
    color: #232323;
    font-family: "Arial";
    font-size: 12px; }
th.icon {
    border-left: none;
    border-right: none; }
th.navbar {
    background: #f7f7f7;
    color: #232323;
    padding: 5px; }

#main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
    background: #c9c9c9;
    background: -webkit-linear-gradient(top, #ffffff 170px, #e6e6e6 245px, #c9c9c9 1220px);
    background: -o-linear-gradient(top, #ffffff 170px, #e6e6e6 245px, #c9c9c9 1220px);
    background: linear-gradient(to bottom, #ffffff 170px, #e6e6e6 245px, #c9c9c9 1220px);
    width: 100%; }
#main.fullsize #content-outer {
    width: 1230px; }
#main.fullsize #header-inner {
    width: 1230px; }
#main.fullsize #header-inner #header-top ul {
    right: 160px; }
#main.fullsize #header-inner #header-top .meta-info {
    margin-right: 344px; }
#main.fullsize #form-search {
    right: 160px; }

#header-top {
    position: relative; }
#header-top p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    padding-top: 7px; }
#header-top p.meta-info {
    float: right;
    display: block;
    color: #a9a9a9;
    font-size: 10px;
    text-transform: none;
    margin-right: 10px; }
#header-top p.meta-info .count {
    color: #fff; }
#header-top p.meta-info img {
    vertical-align: middle;
    margin-left: 10px; }
#header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right; }
#header-top ul li {
    float: left;
    padding: 10px 15px 5px;
    height: 20px;
    cursor: pointer;
    margin-left: 1px; }
#header-top ul li a {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a9a9a9;
    text-decoration: none; }
#header-top ul li input {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a9a9a9;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    font-family: "Arial";
    cursor: pointer; }
#header-top ul li.highlight {
    background: red;
    position: relative; }
#header-top ul li.highlight.active {
    background: #009ad3;
    z-index: 20000; }
#header-top ul li.highlight.active div.sprite {
    background-position: -10px -121px;
    position: relative; }
#header-top ul li.highlight.logout {
    background-image: none; }
#header-top ul li.highlight a {
    color: #fff; }
#header-top ul li.highlight input {
    color: #fff; }
#header-top ul li.highlight div.sprite {
    background-position: -10px -73px;
    position: relative; }
#header-top ul li.grey {
    background: #898989;
    padding: 5px 9px 10px;
    margin-right: 9px; }
#header-top ul li.blue {
    background: #009ad3;
    padding: 5px 9px 10px;
    margin-right: 9px; }
#header-top ul li div.sprite {
    background-position: -10px -209px;
    margin-right: 6px;
    margin-top: 6px;
    float: left;
    width: 5px;
    height: 3px;
    cursor: pointer; }
#header-top #headline {
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 7px 0 0;
    text-transform: uppercase; }
#header-top .slogan {
    display: inline; }
#header-top .slogan strong {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0; }
#header-top .slogan a {
    padding: 0 6px;
    color: #a9a9a9;
    text-decoration: none; }
#header-top .slogan a:hover {
    text-decoration: underline; }
#header-top .corporate-name a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px; }
#header-top .corporate-name a:hover {
    text-decoration: underline; }

#header-outer {
    height: 130px;
    background: #232323;
    background: -webkit-linear-gradient(top, #232323 0, #232323 30px, #f5f5f5 31px, #d2d2d2 130px);
    background: -o-linear-gradient(top, #232323 0, #232323 30px, #f5f5f5 31px, #d2d2d2 130px);
    background: linear-gradient(to bottom, #232323 0, #232323 30px, #f5f5f5 31px, #d2d2d2 130px); }

#header-inner {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    position: relative; }
#header-inner #logo-wrap {
    text-decoration: none; }
#header-inner #logo {
    margin-top: -5px; }

#header-left {
    width: 1165px;
    height: 130px;
    position: relative; }

#guest #header-left {
    width: 1065px; }

#guest #content-full {
    width: 1055px;
    margin-left: 165px; }

#guest #footer-inner {
    width: 1225px; }

#guest .newest-threads .userpic {
    display: none; }

#guest .newest-threads p {
    margin-left: 0; }

#guest #header-inner {
    width: 100%; }

#guest #facebook-like {
    height: 20px;
    width: 140px;
    margin-right: 30px;
    margin-top: 5px;
    float: right;
    margin-left: 19px;
    float: left;
    width: 20%; }

#guest .posting-text.hasAds img {
    max-width: 570px; }

#guest tr.posting-row td {
    max-width: 525px;
    overflow: auto;
    word-wrap: break-word; }

#content-outer {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 2; }
#content-outer.no-leaderboard {
    margin-top: 0; }

#content-left {
    background: #fff;
    padding: 5px;
    width: 840px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px; }
#content-left.full {
    width: 1155px; }
#content-left .divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0; }
#content-left div.divider {
    width: 100%;
    height: 0;
    border-bottom: 5px solid #898989; }

#content-right {
    background: #fff;
    float: left;
    padding: 5px 5px 0 5px;
    width: 300px; }

#content-full {
    background: #fff;
    padding: 5px;
    width: 1155px; }

#footer-outer {
    background: #232323;
    height: 30px;
    position: relative;
    z-index: 100; }

#footer-inner {
    width: 1165px;
    padding-left: 5px;
    margin: 0 auto; }
#footer-inner p {
    color: #a9a9a9;
    font-size: 10px;
    font-weight: bold;
    float: left;
    margin: 9px 0 0; }
#footer-inner p a {
    color: #a9a9a9;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none; }
#footer-inner ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    float: right; }
#footer-inner ul li {
    background-image: url("/resources/images/sprites/forum_startseite.png");
    background-position: -10px -140px;
    float: left;
    margin-left: 20px;
    padding-left: 10px; }
#footer-inner ul li a {
    color: #a9a9a9;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none; }
#footer-inner ul li a.admin {
    color: red; }
#footer-inner ul li a.callmod {
    color: yellow; }

a {
    color: #232323; }
a img {
    border: none;
    vertical-align: middle; }
a.headline-link {
    font-size: 11px;
    font-weight: normal;
    float: right;
    text-decoration: none; }
a .thsmall {
    background: none;
    text-decoration: none;
    color: #232323; }
a.forumlink {
    font-weight: bold; }
a.delete-penalty {
    background: url("/resources/images/cross.png") no-repeat scroll 1px 0 transparent;
    display: block;
    height: 16px;
    padding-left: 20px; }
a.nowrap {
    white-space: nowrap; }
a:hover.partner_link {
    text-decoration: underline;
    color: #e1ba02;
    -webkit-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s; }

.clear {
    clear: both; }

.right {
    float: right !important; }

.left {
    float: left !important; }

.hide {
    display: none; }

.show {
    display: block; }

.disabled {
    opacity: .3;
    filter: alpha(opacity=30); }

.padding {
    padding: 5px; }

.padding-t {
    padding-top: 5px; }

.padding-b {
    padding-bottom: 5px; }

.margin-t {
    margin-top: 5px; }

.margin-b {
    margin-bottom: 5px; }

.margin-r {
    margin-right: 5px; }

.border-t {
    border-top: 1px solid #e0e0e0; }

.border-b {
    border-bottom: 1px solid #e0e0e0; }

.no-border-r {
    border-right: 0 !important; }

.no-border-l {
    border-left: 0 !important; }

.topicLink {
    font-weight: bold; }

.topiclink {
    font-weight: bold; }

.message {
    background-position: 8px center;
    background-repeat: no-repeat;
    color: #232323;
    font-size: 11px;
    padding: 7px 8px 7px 32px; }

img.information {
    height: 16px;
    width: 16px;
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat;
    background-position: -9px -372px; }

img.intern {
    max-width: 100%; }

.message-warning {
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat #fbffb3;
    border: 1px solid #c4b70d; }

.message-information {
    background: #ddeef9;
    border: 1px solid #8aafc4; }
.message-information img {
    height: 16px;
    width: 16px;
    margin-left: -24px;
    margin-top: 0;
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat #ddeef9;
    background-position: -9px -372px; }

.message-error {
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat #fbb19b;
    background-position: 0 -332px;
    border: 1px solid #dc4c42; }

.message-success {
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat #cdeaca;
    background-position: 0 -166px;
    border: 1px solid #58b548; }

.mod-overview {
    padding-top: 5px;
    margin-bottom: 5px;
    background: #f7f7f7;
    padding-bottom: 5px; }
.mod-overview a {
    margin-right: 5px; }

.mod-list {
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 5px; }

.hidden-category {
    border-bottom: 1px solid #fff; }

#widget_19 {
    background: #fff; }
#widget_19 .move-helper {
    width: 240px; }
#widget_19 span.newsimage {
    display: block; }
#widget_19 .newest-threads li {
    border-top: 1px dotted #232323;
    border-bottom: none;
    padding: 0;
    padding-top: 10px; }
#widget_19 .newest-threads li:first-child {
    border-top: none; }

#widget_20 {
    background-color: #fff !important;
    background-image: none; }
#widget_20 .newest-threads li {
    border-top: none;
    border-bottom: none;
    margin-right: -5px;
    margin-left: -5px; }
#widget_20 li.odd {
    background-color: #efefef; }

#widget_23 {
    background-color: #fff !important;
    background-image: none; }
#widget_23 .newest-threads li {
    border-top: none;
    border-bottom: none;
    margin-right: -5px;
    margin-left: -5px; }
#widget_23 li.odd {
    background-color: #efefef; }

#widget_24 {
    background-color: #fff !important;
    background-image: none; }
#widget_24 .newest-threads li {
    border-top: none;
    border-bottom: none;
    margin-right: -5px;
    margin-left: -5px; }
#widget_24 li.odd {
    background-color: #efefef; }

#widget_28 {
    background: #fff; }
#widget_28 ul.top-products {
    list-style: none;
    display: inline;
    padding-left: 0; }
#widget_28 ul.top-products li {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px; }
#widget_28 ul.top-products li:first-child {
    margin-left: 0; }
#widget_28 ul li img {
    max-height: 30px;
    max-width: 85px; }
#widget_28 a.label-info {
    background-color: #009ad3;
    text-decoration: none; }

#widget_35 {
    background: #fff; }
#widget_35 ul.partner {
    list-style: none;
    display: inline;
    padding-left: 0; }
#widget_35 ul.partner li {
    display: inline-block;
    width: 148px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
#widget_35 ul.partner li:first-child {
    margin-left: 0; }
#widget_35 ul li img {
    max-height: 45px;
    max-width: 100px; }

#widget_29 .move-helper {
    width: 240px; }

#widget_29 ul li {
    padding: 3px;
    border-top: 1px dotted #232323;
    border-bottom: none; }
#widget_29 ul li span {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    vertical-align: text-bottom;
    line-height: 3em; }
#widget_29 ul li span img {
    max-height: 45px;
    max-width: 47px; }
#widget_29 ul li span:first-child {
    width: 70px; }
#widget_29 ul li:first-child {
    border-top: none; }

.marginal {
    margin-bottom: 5px;
    background: #c9c9c9;
    background: -webkit-linear-gradient(top, #ffffff 25px, #e6e6e6 100px, #c9c9c9 1085px);
    background: -o-linear-gradient(top, #ffffff 25px, #e6e6e6 100px, #c9c9c9 1085px);
    background: linear-gradient(to bottom, #ffffff 25px, #e6e6e6 100px, #c9c9c9 1085px); }
.marginal .more {
    display: block;
    font-size: 11px;
    margin-right: 5px;
    padding: 0 0 5px;
    text-align: right; }
.marginal h4 {
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    margin: 0;
    background-color: #009ad3; }
.marginal h4 img {
    float: right;
    margin-top: -1px;
    opacity: .3;
    filter: alpha(opacity=30); }
.marginal h4 img.hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }
.marginal h4 .move-helper {
    float: left;
    margin: -5px;
    padding: 5px;
    width: 260px;
    cursor: move; }
.marginal h4 a {
    background: #009ad3;
    color: #ffffff;
    font-size: 12px;
    display: block;
    text-decoration: none; }
.marginal .even {
    background-color: #fff; }
.marginal.advent {
    background: url("/resources/images/xmas/ribbon.jpg") no-repeat scroll 0 3px #ffffff;
    padding-top: 12px; }
.marginal.advent h4 {
    padding: 0 0 0 3px;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #fff;
    background: none; }
.marginal.advent h3 {
    padding: 0;
    margin: 5px 0 0;
    font-size: 13px; }
.marginal.advent img:first-child {
    width: 80px; }
.marginal ul.list {
    list-style: none;
    padding: 0 0 5px;
    margin: 0; }
.marginal ul.list li {
    font-weight: bold;
    padding: 7px 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    position: relative; }
.marginal ul.list li.icon {
    padding-left: 30px; }
.marginal ul.list li span {
    position: absolute;
    top: 7px;
    right: 7px;
    font-weight: normal; }

#widget_6 .move-helper {
    width: 240px; }

#widget_6 .lastposts {
    margin-right: 5px; }

#widget_5 {
    background: #fff; }

.newest-threads {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px; }
.newest-threads li {
    border-bottom: 1px dotted #232323;
    padding: 6px; }
.newest-threads li.last {
    border-bottom: none; }
.newest-threads p {
    margin-left: 46px;
    margin-top: 0;
    margin-bottom: 0; }
.newest-threads .userpic {
    float: left; }
.newest-threads .userpic a {
    width: 41px;
    height: 41px;
    display: block; }
.newest-threads span {
    font-size: 10px; }

.most-popular-gallery {
    padding: 10px; }
.most-popular-gallery .nav-left {
    background: url("../images/arrow-navi-left-blue.gif") no-repeat scroll left center transparent;
    float: left;
    height: 18px;
    margin-top: 8px;
    width: 11px; }
.most-popular-gallery .nav-right {
    background: url("../images/arrow-navi-right-blue.gif") no-repeat scroll right center transparent;
    float: right;
    height: 18px;
    margin-top: 8px;
    width: 11px; }
.most-popular-gallery p {
    text-align: center;
    font-size: 10px;
    margin: 6px 0 0; }
.most-popular-gallery p strong {
    font-size: 12px; }

.ostats {
    padding: 5px; }
.ostats ul li.ostat {
    border-top: 1px dashed #232323; }

.my-profile {
    padding: 20px 5px 0; }
.my-profile .info {
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 15px;
    margin-bottom: 10px; }
.my-profile .info img {
    float: left;
    padding: 5px;
    background: #fff;
    margin-right: 10px; }
.my-profile .info p {
    float: left;
    margin: 5px 0 0; }
.my-profile .info p span {
    font-size: 10px; }
.my-profile ul li.messages {
    background-image: url("../images/email.png"); }
.my-profile ul li.buddies {
    background-image: url("../images/user.png"); }
.my-profile ul li.newest {
    background-image: url("../images/time.png"); }
.my-profile ul li.own {
    background-image: url("../images/user_comment.png"); }
.my-profile ul li.themen {
    background-image: url("../images/comments.png"); }
.my-profile ul li.abos {
    background-image: url("../images/arrow_refresh.png"); }

.kat {
    background: #009ad3;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
.kat h1 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: inline; }
.kat h2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: inline; }
.kat h3 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: inline; }
.kat span {
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
.kat td {
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
.kat th {
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
.kat a {
    color: #fff;
    text-decoration: none; }
.kat select option {
    color: #232323; }

.textarea {
    color: #232323;
    font-family: "Arial";
    font-size: 13px;
    line-height: 140%;
    padding: 2px;
    width: 100%; }

.pm-signature {
    background: #f7f7f7;
    border-top: 1px dotted #e0e0e0;
    padding: 5px;
    margin: 5px -5px -5px;
    font-size: 11px; }

.pager {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 5px;
    background: none repeat scroll 0 0 #f7f7f7;
    padding: 5px 7px; }

#no-widgets {
    margin-bottom: 5px; }

input.error {
    border-color: red !important;
    color: red; }

input.valid {
    border-color: green !important; }

#main-menu {
    position: absolute;
    bottom: 0;
    left: 0; }

.tab-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
.tab-menu.right {
    float: right; }
.tab-menu > li {
    background: -webkit-linear-gradient(top, #009ad2 17px, #0184ba 23px);
    background: -o-linear-gradient(top, #009ad2 17px, #0184ba 23px);
    background: linear-gradient(to bottom, #009ad2 17px, #0184ba 23px);
    float: left;
    height: 23px;
    margin-right: 1px; }
.tab-menu > li.advent {
    background: red; }
.tab-menu > li.active {
    background: #fff;
    margin-top: -4px;
    padding-bottom: 3px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0; }
.tab-menu > li.active.home {
    border-left: none; }
.tab-menu > li.active a {
    color: #232323;
    padding: 8px 11px 3px; }
.tab-menu > li > a {
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 5px 11px 3px;
    font-weight: bold;
    text-decoration: none; }
.tab-menu > li > a > span {
    vertical-align: top;
    font-size: 9px;
    font-weight: normal;
    margin-left: 3px;
    color: #eee;
    padding: 0 4px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 2px #222;
    box-shadow: 1px 1px 2px #222; }
.tab-menu > li:hover {
    background: #fff; }
.tab-menu > li:hover a {
    color: #232323; }

.blue_alert {
    background: #006c9b; }

.red_alert {
    background: #ee0000; }

#subnavi li {
    position: relative; }
#subnavi li.hasMenu > a {
    background-image: url("/resources/images/sprites/forum_startseite.png");
    background-position: 0 -63px;
    padding-left: 25px; }
#subnavi li.hasMenu.active > a {
    background-image: url("/resources/images/sprites/forum_startseite.png");
    background-position: 0 -36px; }
#subnavi li.hasMenu.hover > a {
    background-image: url("/resources/images/sprites/forum_startseite.png");
    background-position: 0 -84px; }

#subnavi ul {
    display: none;
    position: absolute;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 190px;
    top: 23px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    left: -1px; }
#subnavi ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    color: #232323;
    background: #fff; }
#subnavi ul li a:hover {
    background: #009ad3;
    color: #fff; }

#form-search {
    position: absolute;
    width: 310px;
    right: 0;
    top: 47px; }
#form-search p {
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 3px; }
#form-search div {
    background: #fff;
    padding: 5px; }
#form-search .submit {
    background: none repeat scroll 0 0 #009ad3;
    border-color: #dadada;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    color: #fff;
    font-size: 12px;
    height: 43px;
    width: 59px;
    cursor: pointer; }
#form-search .text {
    border-color: #dadada;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 31px;
    padding: 5px;
    width: 229px;
    font-family: "arial", "verdana", "sans-serif";
    background-color: #fff; }

#overlay {
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: none; }

#layer-outer {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0; }

#layer-inner {
    width: 905px;
    margin: 0 auto;
    position: relative; }

#layer-register {
    display: none;
    position: absolute;
    right: 0;
    z-index: 20;
    width: 630px;
    background: #fff;
    top: 35px;
    z-index: 20000; }

#layer-login {
    display: none;
    position: absolute;
    right: 0;
    z-index: 20000;
    width: 630px;
    background: #fff;
    top: 35px; }
#layer-login .checkbox-row {
    position: absolute;
    top: 175px; }
#layer-login input.submit {
    margin-top: 20px; }

#layer-beta {
    display: none;
    position: absolute;
    right: 0;
    z-index: 20000;
    width: 630px;
    background: #fff;
    top: 35px;
    width: 350px;
    height: 75px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f5f5f5 0, #d3d3d3 75px) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #f5f5f5 0, #d3d3d3 75px) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5f5f5 0, #d3d3d3 75px) repeat scroll 0 0;
    padding: 10px; }
#layer-beta img {
    padding-right: 10px;
    padding-top: 5px;
    opacity: 0.45;
    float: left; }
#layer-beta img.active {
    opacity: 0.9; }

#forgot-pw {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 202px;
    top: 175px; }

.layer-top {
    padding: 6px 20px 20px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ededed',gradienttype=0 );
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ededed',gradienttype=0 );
    position: relative; }

.layer-center {
    padding: 0 20px; }
.layer-center p {
    font-size: 10px;
    height: 250px;
    overflow: auto; }

.register-agb {
    display: none; }

.layer-bottom {
    padding: 10px 20px;
    background-color: #f2f2f2;
    color: #6e6e6e;
    font-size: 10px;
    font-weight: bold;
    margin: 0; }

.layer strong {
    border-bottom: 1px solid #ededed;
    color: #009ad3;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center; }

.layer label {
    font-size: 10px;
    font-weight: bold;
    display: block;
    float: left;
    width: 285px; }
.layer label.last {
    float: right; }

.layer input.text {
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #dcdcdc;
    padding: 5px;
    font-size: 16px;
    width: 263px; }

.layer input.submit {
    background: none repeat scroll 0 0 #009ad3;
    border: medium none;
    color: #ffffff;
    float: right;
    padding: 12px;
    text-transform: uppercase;
    cursor: pointer; }

.layer .white-border {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    margin-top: 4px;
    padding: 5px;
    width: 275px; }
.layer .white-border.last {
    float: right; }

.layer .checkbox-row {
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0 10px; }

#form-register .checkbox-row .agb {
    text-decoration: underline;
    cursor: pointer; }

#form-register input.submit {
    margin-top: -30px; }

tr.desc td {
    background: #898989;
    font-size: 11px;
    color: #fff;
    font-weight: bold; }
tr.desc td a {
    color: #fff;
    font-weight: bold; }

tr.desc th {
    background: #898989;
    font-size: 11px;
    color: #fff;
    font-weight: bold; }
tr.desc th a {
    color: #fff;
    font-weight: bold; }

tr.posting-row td {
    max-width: 696px;
    overflow: auto;
    word-wrap: break-word; }

tr.posting-row .posting-text {
    word-wrap: break-word; }

tr.my-posting img.avatar {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    float: left;
    margin-right: 5px;
    padding: 2px; }

tr.even td {
    background: #efefef;
    border-bottom: none;
    border-color: #d6d6d6; }

tr.odd td {
    background: #fff;
    border-bottom: none; }

tr.evenComercialHighlight td {
    background: #f0f0c0 !important;
    border-bottom: none; }

tr.oddComercialHighlight td {
    background: #ffffcc !important;
    border-bottom: none; }

tr.button-bottom td {
    border: none;
    padding-top: 10px;
    background: #fff; }

tr.preview-posting-row td.preview-text {
    overflow: auto;
    word-wrap: break-word;
    max-width: 695px; }

.thsmall {
    background: #898989;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    text-align: left;
    padding: 5px 5px 5px 3px; }
.thsmall a {
    color: #fff; }

div.forum-headline {
    line-height: 140%; }

div.rating-wrap {
    float: right;
    margin-top: -16px;
    padding: 0;
    position: relative;
    margin-right: 4px; }
div.rating-wrap div.rating {
    float: right; }
div.rating-wrap div.rating-message {
    float: right;
    clear: both;
    margin-top: 3px; }

div.rating {
    background: url("/resources/images/star.gif");
    height: 16px;
    position: relative;
    width: 80px; }
div.rating div.current-rating {
    background: url("/resources/images/star.gif") 0 32px;
    height: 16px;
    position: absolute;
    z-index: 1;
    left: 0; }
div.rating div.rate {
    background: url("/resources/images/star.gif") 0 16px;
    cursor: pointer;
    float: left;
    height: 16px;
    position: relative;
    width: 16px;
    z-index: 2; }

div.profile_usercontent {
    width: 660px;
    overflow: auto;
    word-wrap: break-word; }

div.footer {
    text-align: center;
    background-color: #fff;
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    border-top-width: 4px;
    border-top-color: #c9c9c9;
    border-top-style: solid;
    margin-left: -5px;
    margin-right: -5px; }

div.marginalContentAdvertAddition {
    min-height: 250px; }

div.rating-bar {
    margin-bottom: 8px; }

div.archiveHorizontalRows {
    margin: 10px;
    font-size: 11px; }
div.archiveHorizontalRows > div {
    display: inline-block;
    margin-right: 15px;
    color: #999;
    vertical-align: top; }
div.archiveHorizontalRows a {
    color: #333; }
div.archiveHorizontalRows li {
    list-style-type: none;
    margin: 3px;
    padding: 0; }
div.archiveHorizontalRows ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.title h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline; }
.title h2.norm {
    font-weight: normal; }

.title h3 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline; }
.title h3.norm {
    font-weight: normal; }

.td1 {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px; }

.td2 {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px;
    background: #f1f1f1; }

.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000; }

.tipsy-inner {
    padding: 5px 8px 4px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center; }

.tipsy-arrow {
    position: absolute;
    background: url("../images/tipsy.gif") no-repeat top left;
    width: 9px;
    height: 5px; }

#editprofile {
    margin-right: 0; }
#editprofile > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 4;
    padding-left: 25px;
    background: url("/resources/images/sprites/forum_startseite.png");
    background-position: 0 -63px; }
#editprofile.hover > a {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
    background: url("/resources/images/sprites/forum_startseite.png") #fff;
    background-position: 0 -86px; }

#editprofile-menu {
    background: #fff;
    padding: 0 0 5px;
    position: absolute;
    margin: 0;
    right: 0;
    top: 22px;
    z-index: 1;
    list-style: none;
    display: none;
    border: 1px solid #e0e0e0; }
#editprofile-menu li a {
    color: #232323;
    display: block;
    text-decoration: none;
    height: auto;
    padding: 4px 10px 5px;
    white-space: nowrap; }
#editprofile-menu li a:hover {
    background: #009ad3;
    color: #fff; }
#editprofile-menu li.profile-info {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 10px 5px;
    padding: 10px 0; }
#editprofile-menu li.profile-info img {
    width: 30px;
    height: 30px;
    float: left; }
#editprofile-menu li.profile-info p {
    margin: 0 0 0 40px;
    padding: 0; }
#editprofile-menu li.profile-info span {
    font-size: 11px; }

#add-widget a {
    background: url("/resources/images/sprites/forum_startseite.png");
    background-position: 0 -62px;
    padding-left: 25px;
    border-left: 1px solid #009ad3;
    border-right: 1px solid #009ad3; }
#add-widget a:hover {
    background: url("/resources/images/sprites/forum_startseite.png") #fff;
    background-position: 0 -86px; }

#add-widget.disabled a {
    background: none;
    cursor: default;
    padding-left: 11px; }
#add-widget.disabled a:hover {
    background: none;
    color: #fff; }

#add-widget.disabled:hover {
    background: #009ad3; }

#add-widget.hover > a {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff; }

#add-widget-menu {
    background: #fff;
    padding: 0 0 5px;
    position: absolute;
    z-index: 1000;
    margin: 0;
    top: 23px;
    right: 69px;
    list-style: none;
    display: none;
    border: 1px solid #e0e0e0;
    border-top: 0; }
#add-widget-menu li {
    float: left;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px; }
#add-widget-menu img {
    cursor: pointer; }

#form-edit-profile input[type="text"] {
    padding: 3px;
    font-size: 12px;
    font-family: "Arial";
    border: 1px solid #232323;
    width: 480px; }

#form-edit-profile textarea {
    padding: 3px;
    font-size: 12px;
    font-family: "Arial";
    border: 1px solid #232323;
    width: 480px; }

#form-edit-profile fieldset input[type="text"] {
    width: 469px; }

.widget-placeholder {
    border: 2px dashed #e6e6e6;
    height: 295px;
    background: url("../images/widget-placeholder.jpg") no-repeat center center;
    width: 295px;
    margin-bottom: 5px; }

.last-topic {
    text-align: left; }
.last-topic .userlink {
    font-size: 11px; }
.last-topic .datelink {
    font-size: 11px; }
.last-topic span.topiclink {
    font-size: 12px;
    font-weight: bold; }

.table-even-odd th.topics {
    text-align: right; }

.table-even-odd th.posts {
    text-align: right; }

.table-even-odd th.last-post {
    padding-left: 20px; }

.table-even-odd .td1 {
    border-right: 0; }

.table-even-odd .td2 {
    border-right: 0; }

.topicButton {
    background: #009ad3;
    padding: 4px 6px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin-right: 5px; }
.topicButton.right {
    margin-right: 0;
    margin-left: 5px; }

.mod-news {
    background: url("/resources/images/warning.png") no-repeat 5px center #009ad3;
    padding-left: 25px;
    color: red; }

.news-header {
    height: 25px;
    background: none repeat scroll 0 0 #898989;
    color: #ffffff;
    font-weight: bold; }
.news-header .title {
    float: left;
    margin-right: 40px;
    margin: 6px 5px 5px 7px; }

.news p {
    font-size: 14px; }

.news strong {
    font-weight: bold;
    font-size: 16px; }

.news a {
    color: #009ad3;
    text-decoration: none; }

.news span.date {
    margin-left: 20px;
    font-weight: bold;
    font-size: 10px; }

.treeview {
    padding: 0;
    margin: 0;
    list-style: none; }
.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: white;
    margin-top: 4px; }
.treeview .hitarea {
    background: url("/resources/images/treeview-default.gif") -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer; }
.treeview li {
    margin: 0;
    padding: 3px 0 3px 16px;
    background: url("/resources/images/treeview-default-line.gif") 0 0 no-repeat; }
.treeview li.collapsable {
    background-position: 0 -176px; }
.treeview li.expandable {
    background-position: 0 -176px; }
.treeview li.last {
    background-position: 0 -1766px; }
.treeview li.lastCollapsable {
    background-image: url("/resources/images/treeview-default.gif");
    background-position: 0 -111px; }
.treeview li.lastExpandable {
    background-image: url("/resources/images/treeview-default.gif");
    background-position: -32px -67px; }
.treeview .hover {
    cursor: pointer; }
.treeview .expandable-hitarea {
    background-position: -80px -3px; }
.treeview div.lastCollapsable-hitarea {
    background-position: 0; }
.treeview div.lastExpandable-hitarea {
    background-position: 0; }
.treeview .placeholder {
    background: url("/resources/images/ajax-loader.gif") 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block; }
.treeview a.selected {
    background-color: #eee; }

#treecontrol {
    margin: 1em 0;
    display: none; }

.filetree li {
    padding: 3px 0 2px 16px; }
.filetree li.expandable span.folder {
    background: url("/resources/images/folder-closed.gif") 0 0 no-repeat; }

.filetree span.folder {
    padding: 1px 0 1px 16px;
    display: block;
    background: url("/resources/images/folder.gif") 0 0 no-repeat; }

.filetree span.file {
    padding: 1px 0 1px 16px;
    display: block;
    background: url("/resources/images/file.gif") 0 0 no-repeat; }

.thread-actions a {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 5px 6px 19px; }

.thread-actions .print {
    background-image: url("/resources/images/printer.png"); }

.thread-actions .observe {
    background-image: url("/resources/images/find_add.png"); }

.thread-actions .no-observe {
    background-image: url("/resources/images/find_delete.png"); }

.thread-actions .deactivate-mail {
    background-image: url("/resources/images/email_add.png"); }

.thread-actions .activate-mail {
    background-image: url("/resources/images/email_delete.png"); }

.thread-actions .edit-title {
    background-image: url("/resources/images/textfield_rename.png"); }

.thread-actions .is-collectivethread {
    background-image: url("/resources/images/pencil.png"); }

.reply-actions .reply {
    background-image: url("/resources/images/pencil_go.png"); }

.reply-actions .quote {
    background-image: url("/resources/images/user_comment.png"); }

.reply-actions .send-pm {
    background-image: url("/resources/images/user_go.png"); }

.reply-actions .email {
    background-image: url("/resources/images/email.png"); }

.reply-actions .homepage {
    background-image: url("/resources/images/monitor.png"); }

.reply-actions .edit-post {
    background-image: url("/resources/images/page_edit.png"); }

.reply-actions .kill-post {
    background-image: url("/resources/images/page_delete.png"); }

.reply-actions .deny-post {
    background-image: url("/resources/images/cross.png"); }

.reply-actions .do-callmod {
    font-color: #ff0000; }

.reply-actions a.postButton {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 5px 6px 19px; }

.mod-links {
    border-top: 1px dashed #e0e0e0;
    margin-top: 5px;
    padding: 5px 0; }

.profile-mod-link {
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 16px;
    margin-right: 4px;
    width: 16px; }
.profile-mod-link.disallow {
    background-image: url("/resources/images/thumb_down.png"); }
.profile-mod-link.allow {
    background-image: url("/resources/images/thumb_up.png"); }
.profile-mod-link.twister {
    background-image: url("/resources/images/cut.png"); }
.profile-mod-link.discussion {
    background-image: url("/resources/images/comment.png"); }

.cmlink {
    background-image: url("/resources/images/group_go.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 5px;
    padding: 5px 0 5px 16px; }
.cmlink.discussion {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 16px;
    background-image: url("/resources/images/group_go.png");
    margin-left: 5px; }

#news-box {
    float: right; }

.read-news {
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat transparent;
    background-position: -10px -406px;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer; }

.goto-last-post {
    width: 16px;
    height: 16px;
    float: right; }
.goto-last-post a {
    background: url("/resources/images/icon_latest_reply.gif") no-repeat center center;
    display: block;
    width: 16px;
    height: 16px; }

.goto-page {
    font-size: 11px;
    margin-top: 3px; }

.more-postings {
    background: #fff; }
.more-postings .topicButton {
    float: none;
    display: block;
    margin-top: 5px;
    background: none repeat scroll 0 0 #f7f7f7;
    color: #232323;
    font-weight: normal;
    padding: 4px 0;
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0; }

#toggleWidgets div {
    background-image: url("/resources/images/sprites/forum_startseite.png");
    background-position: -10px -10px;
    height: 16px;
    width: 16px; }

#toggleWidgets.showWidgets div {
    background: url("/resources/images/lightbulb_off.png") no-repeat center center; }

.sitemap-item {
    margin-bottom: 10px; }

.sitemap-category {
    background: none repeat scroll 0 0 #009ad3;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px; }
.sitemap-category a {
    color: #fff; }

.sitemap-forum {
    width: 33.33%;
    float: left;
    cursor: pointer; }
.sitemap-forum b {
    display: block;
    margin-bottom: 4px;
    margin-top: 4px; }
.sitemap-forum p {
    font-size: 11px;
    margin: 0;
    padding: 0; }
.sitemap-forum div.wrap {
    padding: 5px; }
.sitemap-forum div.wrap.first {
    padding-left: 0; }
.sitemap-forum div.wrap.last {
    padding-right: 0; }
.sitemap-forum div.wrap div {
    border: 1px dashed #dedede;
    height: 55px;
    padding: 5px; }
.sitemap-forum div.wrap div.hover {
    background: #f7f7f7; }

.sitemap-single {
    width: 100%; }
.sitemap-single div.wrap div {
    border: 1px dashed #dedede;
    height: auto !important;
    padding: 5px; }

.posting-text {
    display: inline;
    line-height: 140%;
    font-size: 13px; }
.posting-text .quote {
    display: block;
    word-wrap: break-word; }

.description {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
.description h2 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 5px; }

.seodescription {
    padding: 5px; }
.seodescription img {
    margin-right: 5px; }

#register label {
    display: block;
    font-size: 11px; }

#register input.text {
    border: 1px solid #cccccc;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 6px;
    width: 344px; }
#register input.text.error {
    background: url("/resources/images/error.png") no-repeat 335px center; }

#register input.checkbox {
    float: left;
    margin-right: 10px; }

#register .available-usernames {
    background: none repeat scroll 0 0 #fbb19b;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 4px;
    font-size: 11px; }

#register h2 {
    text-align: center; }

#register span {
    font-size: 11px; }

#register p {
    font-size: 13px;
    margin-left: 20px;
    margin-top: 53px; }
#register p a {
    border-bottom: 1px dotted #009ad3;
    color: #009ad3;
    font-weight: bold;
    text-decoration: none; }

#register .advantages h3 {
    font-size: 16px;
    margin-left: 20px; }

#advent-single-view h2 {
    text-align: center; }

#advent-single-view .desc {
    font-size: 13px;
    font-weight: bold;
    margin: -5px;
    padding: 5px; }

#advent-single-view .day-sack {
    display: block;
    height: 175px;
    margin: 0 auto; }

#advent-single-view .input-row {
    font-size: 13px;
    padding: 5px; }

#advent-single-view .submit {
    font-size: 13px;
    margin-top: 10px; }

#advent-single-view h3 {
    font-size: 16px; }

#advent-single-view .meta {
    display: block;
    margin-bottom: 5px;
    font-size: 15px; }

#advent-single-view .producer-logo {
    float: right; }

#advent-single-view .producer h3 {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0; }

#advent-calendar {
    background: url("/resources/images/xmas/bg.png") no-repeat scroll 0 bottom #ffffff;
    height: 450px;
    padding-left: 5px;
    padding-top: 5px;
    width: 740px;
    margin: 0 auto; }
#advent-calendar .calendar-day {
    width: 90px;
    height: 70px;
    float: left;
    margin: 5px;
    padding: 20px 10px 10px;
    text-align: center;
    font-size: 50px;
    color: #bbb;
    position: relative;
    border: 1px solid #bbb; }
#advent-calendar .calendar-day a {
    text-decoration: none;
    color: #232323; }
#advent-calendar .calendar-day.past {
    cursor: pointer;
    background-color: #fff; }
#advent-calendar .calendar-day.today {
    background: red;
    cursor: pointer; }
#advent-calendar .calendar-day.today a {
    color: #fff; }

.past-product-overview {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 100px; }

#hat {
    position: absolute;
    right: -47px;
    top: -18px;
    z-index: 1; }

#advent-image {
    max-width: 370px; }

#advent-sponsors {
    background: #f7f7f7;
    padding-left: 5px;
    padding-bottom: 5px; }
#advent-sponsors .kat {
    background: #f7f7f7;
    color: #232323; }
#advent-sponsors img {
    margin: 5px; }

.modalWindow {
    display: none;
    background-color: white;
    width: 540px;
    border: 9px solid #666666;
    border-radius: 10px 10px 10px 10px; }
.modalWindow h2 {
    background: #009ad3;
    border-bottom: 1px solid #ededed;
    color: #ffffff;
    padding: 10px;
    margin: 0; }
.modalWindow > div {
    padding: 20px;
    margin: 5px;
    text-align: center; }
.modalWindow > div > p {
    font-size: 14px;
    padding-bottom: 10px; }
.modalWindow a {
    text-decoration: none;
    margin-top: 5px; }
.modalWindow input {
    text-decoration: none;
    margin-top: 5px; }
.modalWindow form {
    display: inline; }

.bpopupClose {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer; }

#facebook-like {
    height: 20px;
    width: 140px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    margin-left: 17px;
    float: left;
    width: 18%; }

#plusone {
    height: 20px;
    width: 67px;
    margin-top: 5px;
    float: right;
    float: left;
    width: 5%; }

.font-switch {
    float: right;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 0;
    vertical-align: middle;
    outline: none; }

.nopadding {
    padding: 0; }

.nomargin {
    margin: 0; }

.editTextField {
    width: 95%;
    margin-left: 7px;
    margin-top: 5px;
    margin-bottom: 5px; }

#container-content1 {
    float: left;
    width: 300px;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0; }

#container-content2 {
    float: left;
    width: 300px;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0; }

#container-tail {
    width: 728px;
    height: 90px;
    margin: auto; }

#twitter {
    float: left;
    width: 20%;
    margin-top: 5px;
    margin-left: 50px; }

#new_register {
    margin-top: -10px;
    float: right;
    margin-right: 25px; }

.sprite {
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat transparent; }

.layer-close {
    width: 15px;
    height: 15px;
    background-position: -10px -233px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }

.rssIcon {
    width: 16px;
    height: 16px;
    background-position: -10px -301px;
    cursor: pointer;
    float: right;
    opacity: .3; }

.infoIcon {
    width: 16px;
    height: 16px;
    background-position: -9px -372px;
    cursor: pointer;
    float: right;
    opacity: .3; }

.emailIcon {
    width: 16px;
    height: 16px;
    background-position: -10px -267px; }

.closeButtonWhite {
    width: 16px;
    height: 16px;
    background-position: -10px -406px; }

.followLinkSign {
    width: 14px;
    height: 14px;
    background-position: -8px -474px; }

.goToTopButton {
    width: 16px;
    height: 16px;
    background-position: -9px -506px; }

.voucherWidgetBanner {
    width: 300px;
    height: 100px;
    background-position: -10px -701px; }

.registerTeaserBanner {
    width: 300px;
    height: 73px;
    background-position: -10px -538px; }

.registerTeaserBannerSmall {
    width: 200px;
    height: 49px;
    background-position: -10px -631px; }

form#image-upload #image-button {
    position: absolute;
    left: 115px; }

form#image-upload #SWFUpload_0 {
    position: absolute;
    left: 115px; }

form#image.uloadify {
    position: relative; }

.tooltip {
    font-size: 10px;
    opacity: 0.65;
    filter: alpha(opacity=0.65); }

.prod-group-widget-sprite {
    background: url("/resources/images/sprites/widget_prod_groups.png") no-repeat transparent;
    height: 20px; }

._auto-lautsprecher {
    background-position: -2px -2px; }

._autoradios-komponenten {
    background-position: -2px -28px; }

._beamer {
    background-position: -2px -54px; }

._cd-player-recorder {
    background-position: -2px -80px; }

._dvd-blu-ray-player-recorder {
    background-position: -2px -106px; }

._fernseher {
    background-position: -2px -132px; }

._heimkino-systeme-kompaktanlagen {
    background-position: -2px -158px; }

._kabel-adapter {
    background-position: -2px -184px; }

._kopfhoerer {
    background-position: -2px -210px; }

._lautsprecher {
    background-position: -2px -236px; }

._netzwerk-media-player {
    background-position: -2px -262px; }

._pc-docking-lautsprecher {
    background-position: -2px -288px; }

._radios {
    background-position: -2px -314px; }

._receiver {
    background-position: -2px -340px; }

._set-top-boxen-sat-receiver {
    background-position: -2px -366px; }

._tragbare-media-player {
    background-position: -2px -392px; }

._tuner {
    background-position: -2px -418px; }

._universalfernbedienungen {
    background-position: -2px -444px; }

._verstaerker {
    background-position: -2px -470px; }

._3d-brillen {
    background-position: -2px -496px; }

.scrollingsky {
    position: fixed; }

.wallpaper {
    margin-top: -95px; }

#wall_lb {
    margin-top: -90px;
    margin-left: 342px; }

.js-product-link {
    position: relative;
    display: inline-block; }

.thread-product--review-details {
    position: relative;
    display: inline-block; }
.thread-product--review-details > a {
    text-decoration: none;
    display: inline-block; }

.productWidget {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 5px 10px; }

.score-coloring-none {
    background-color: #eee; }
.score-coloring-none .progress-bar {
    background-color: #eee; }

.score-coloring-low {
    background-color: #9fe5ff; }
.score-coloring-low .progress-bar {
    background-color: #9fe5ff; }

.score-coloring-medium {
    background-color: #85dfff; }
.score-coloring-medium .progress-bar {
    background-color: #85dfff; }

.score-coloring-good {
    background-color: #20c3ff; }
.score-coloring-good .progress-bar {
    background-color: #20c3ff; }

.score-coloring-best {
    background-color: #009ad2; }
.score-coloring-best .progress-bar {
    background-color: #009ad2; }

.score-text-coloring-none {
    color: #eee; }

.score-text-coloring-low {
    color: #9fe5ff; }

.score-text-coloring-medium {
    color: #85dfff; }

.score-text-coloring-good {
    color: #20c3ff; }

.score-text-coloring-best {
    color: #009ad2; }

.product-score-badge {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 15px;
    height: 26px;
    left: 5px;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    top: 5px;
    cursor: pointer;
    width: 45px; }
.product-score-badge em {
    font-style: normal; }
.product-score-badge.big {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 41px;
    height: 65px;
    letter-spacing: -3px;
    line-height: 60px;
    margin-right: 10px;
    padding-top: 5px;
    position: relative;
    width: 88px; }

.product-score-badge--title {
    font-size: 33px;
    font-weight: bold;
    line-height: 52px; }

.product-score-badge--subtitle {
    color: #8d8d8d;
    font-size: 12px;
    font-weight: normal; }

.have-want-had-counter__wrap {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    background: #fff;
    right: 10px;
    bottom: 10px;
    padding: 5px;
    position: absolute;
    text-align: left;
    cursor: pointer; }

.have-want-had-counter__count {
    display: block; }

.result-listing__rating-popover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 10px;
    position: absolute;
    width: 300px;
    z-index: 1; }
.result-listing__rating-popover a {
    text-decoration: none; }
.result-listing__rating-popover .result-listing__details__ratings {
    display: block;
    margin-bottom: 1em; }
.result-listing__rating-popover span.close {
    cursor: pointer;
    font-size: 20px;
    margin-top: -5px; }

.link-textcolor {
    color: #363636; }

.link-textcolor-light {
    color: #363636; }

.rating-criterion-value {
    float: right; }

.rating-summary-small {
    font-size: 12px; }
.rating-summary-small .progress {
    height: 7px;
    margin-bottom: -15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 7px;
    margin-bottom: -19px; }

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden; }

.sr-only {
    border: 0 none;
    clip: rect(0px, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.products-user-got {
    display: inline;
    text-align: center;
    padding: 0 5px; }

.mce-path {
    display: none !important; }

.mce-statusbar {
    border-width: 0 !important;
    height: 15px !important; }
.mce-statusbar > div {
    margin-top: -23px !important; }

.view-thread__user-products {
    font-size: 10px;
    color: #555; }
.view-thread__user-products a {
    color: #555;
    word-wrap: normal; }

.panel-group {
    margin-bottom: 20px; }
.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0; }
.panel-group .panel-heading {
    border-bottom: 0 none; }
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd; }
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd; }

.panel-default {
    border-color: #ddd; }
.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333333; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd; }

.panel {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px; }

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px; }
.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    color: grey; }
.panel-heading a.collapsed:after {
    content: "\e080"; }

.panel-body {
    padding: 15px; }

.recomendedThreadMeta {
    font-size: 10px;
    color: #999; }

#filteredByForumSwitch {
    padding: 6px;
    display: inline-block;
    margin-bottom: -7px;
    cursor: pointer; }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
    padding-bottom: 56.25%; }

.embed-responsive-4by3 {
    padding-bottom: 75%; }

.feedback_widget__container {
    -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    background-color: #009ad3;
    display: block;
    visibility: visible;
    overflow-x: hidden;
    width: 163px;
    height: 44px;
    border-radius: 5px;
    top: 130px;
    left: -121px; }
.feedback_widget__container.slid_in {
    left: -20px; }
.feedback_widget__container:hover {
    -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    left: -20px; }

.feedback_widget__icon_container {
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 44px;
    height: 44px; }

.feedback_widget__icon {
    width: 35px;
    height: 35px;
    margin: 4px 0 0 5px; }

.feedback_widget__text {
    width: 80px;
    color: #fff;
    line-height: 44px;
    padding: 0 0 0 35px;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    vertical-align: top; }

.feedback_widget__full_screen_overlay {
    background-color: #5c6767;
    z-index: 1000000091;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }

.feedback_widget__content {
    display: none;
    width: 1000px;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    z-index: 1000000092;
    top: 100px; }

.feedback_widget__close_button {
    text-align: right;
    padding: 5px;
    cursor: pointer; }

.feedback_widget__iframe_container {
    height: 520px;
    background-color: white;
    border-radius: 5px; }
.feedback_widget__iframe_container > iframe {
    border: 0 none;
    padding: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    border-radius: 3px; }

.feedback_widget__userreport_link {
    padding: 10px 0 0 10px;
    font-size: 12px; }
.feedback_widget__userreport_link a {
    text-decoration: none;
    font-weight: normal;
    color: white;
    opacity: 0.5; }

.partner_menu {
    background-color: #232323;
    color: #e1ba02 !important; }

.partner_link {
    display: block;
    margin-top: -5px;
    color: #a9a9a9;
    text-decoration: none; }

.partner_menu_content__links {
    min-width: 85px;
    margin-left: 5px; }
.partner_menu_content__links:first-child {
    margin-top: 5px; }

#partner_menu_content {
    background: #232323; }

.partner_menu_content__caption {
    padding: 15px 0 5px;
    font-weight: bold;
    color: #fff; }

.tether-element {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    display: none; }
.tether-element:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.tether-element:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.tether-element * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.tether-element *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.tether-element *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.tether-element.tether-open {
    display: block; }
.tether-element.tether-theme-basic {
    max-width: 100%;
    max-height: 100%; }
.tether-element.tether-theme-basic .tether-content {
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: inherit;
    background: #fff;
    color: inherit;
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.5em; }

.drop-element {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    display: none; }
.drop-element:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.drop-element:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.drop-element * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.drop-element *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.drop-element *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.drop-element.drop-open {
    display: block; }
.drop-element.drop-theme-basic {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
    opacity: 0; }
.drop-element.drop-theme-basic .drop-content {
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 2px #009ad3;
    box-shadow: 2px 2px 2px #009ad3;
    font-family: inherit;
    background: #232323;
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.5em;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0, 0, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55), -o-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0); }
.drop-element.drop-theme-basic.drop-open {
    display: none; }
.drop-element.drop-theme-basic.drop-open-transitionend {
    display: block; }
.drop-element.drop-theme-basic.drop-after-open {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1; }
.drop-element.drop-theme-basic.drop-after-open .drop-content {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
.drop-element.drop-theme-basic.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    -webkit-transform-origin: 0, -webkit-calc(100% +12px);
    -ms-transform-origin: 0, calc(100% +12px);
    -o-transform-origin: 0, calc(100% +12px);
    transform-origin: 0, calc(100% +12px); }
.drop-element.drop-theme-basic.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    -webkit-transform-origin: -12px, 100%;
    -ms-transform-origin: -12px, 100%;
    -o-transform-origin: -12px, 100%;
    transform-origin: -12px, 100%; }
.drop-element.drop-theme-basic.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    -webkit-transform-origin: 100%, -webkit-calc(100% +12px);
    -ms-transform-origin: 100%, calc(100% +12px);
    -o-transform-origin: 100%, calc(100% +12px);
    transform-origin: 100%, calc(100% +12px); }
.drop-element.drop-theme-basic.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    -webkit-transform-origin: -webkit-calc(100% +12px), 100%;
    -ms-transform-origin: calc(100% +12px), 100%;
    -o-transform-origin: calc(100% +12px), 100%;
    transform-origin: calc(100% +12px), 100%; }
.drop-element.drop-theme-basic.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    -webkit-transform-origin: 50%, -webkit-calc(100% +12px);
    -ms-transform-origin: 50%, calc(100% +12px);
    -o-transform-origin: 50%, calc(100% +12px);
    transform-origin: 50%, calc(100% +12px); }
.drop-element.drop-theme-basic.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    -webkit-transform-origin: 0, -12px;
    -ms-transform-origin: 0, -12px;
    -o-transform-origin: 0, -12px;
    transform-origin: 0, -12px; }
.drop-element.drop-theme-basic.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    -webkit-transform-origin: -12px, 0;
    -ms-transform-origin: -12px, 0;
    -o-transform-origin: -12px, 0;
    transform-origin: -12px, 0; }
.drop-element.drop-theme-basic.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    -webkit-transform-origin: 100%, -12px;
    -ms-transform-origin: 100%, -12px;
    -o-transform-origin: 100%, -12px;
    transform-origin: 100%, -12px; }
.drop-element.drop-theme-basic.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    -webkit-transform-origin: -webkit-calc(100% +12px), 0;
    -ms-transform-origin: calc(100% +12px), 0;
    -o-transform-origin: calc(100% +12px), 0;
    transform-origin: calc(100% +12px), 0; }
.drop-element.drop-theme-basic.drop-element-attached-top.drop-element-attached-center .drop-content {
    -webkit-transform-origin: 50%, -12px;
    -ms-transform-origin: 50%, -12px;
    -o-transform-origin: 50%, -12px;
    transform-origin: 50%, -12px; }
.drop-element.drop-theme-basic.drop-element-attached-right.drop-element-attached-middle .drop-content {
    -webkit-transform-origin: -webkit-calc(100% +12px), 50%;
    -ms-transform-origin: calc(100% +12px), 50%;
    -o-transform-origin: calc(100% +12px), 50%;
    transform-origin: calc(100% +12px), 50%; }
.drop-element.drop-theme-basic.drop-element-attached-left.drop-element-attached-middle .drop-content {
    -webkit-transform-origin: -12px, 50%;
    -ms-transform-origin: -12px, 50%;
    -o-transform-origin: -12px, 50%;
    transform-origin: -12px, 50%; }

.youtube-container {
    max-width: 550px; }

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer; }
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
    cursor: pointer;
    position: absolute; }
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
.youtube iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

#adwinresponsive {
    height: 60px;
    overflow: hidden;
    border-top: solid 4px #c9c9c9;
    padding-top: 10px;
    margin: 10px -5px; }

b.subforen {
    font-size: 11px; }
b.subforen a {
    margin-right: 5px; }

#widget_31 ul li {
    padding: 3px;
    border-top: 1px dotted #232323;
    border-bottom: none; }
#widget_31 ul li:first-child {
    border-top: none; }
#widget_31 ul li span {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    vertical-align: text-bottom;
    line-height: 3em;
    line-height: 22px; }
#widget_31 ul li span a {
    display: block;
    padding-left: 26px; }

.buddylist li.buddy-status-0 {
    background-image: url("../../images/smilies/beobachtet.gif"); }

.buddylist li.buddy-status-1 {
    background-image: url("../../images/smilies/1.gif"); }

.buddylist li.buddy-status-2 {
    background-image: url("../../images/smilies/lips.gif"); }

.buddylist li .buddy-time {
    font-size: 11px;
    font-weight: normal; }

.buddylist li .location {
    margin-left: 5px; }

label.error {
    background: url("../images/arrow-up-red.gif") no-repeat scroll 0 5px transparent;
    margin-top: 2px;
    padding-left: 10px;
    position: absolute;
    color: red;
    width: auto !important; }

.checkbox-row label.error {
    margin-left: 8px; }

h1.forum-name {
    display: inline;
    font-size: 15px;
    margin: 0;
    padding: 0; }

#welcome h2 {
    font-weight: normal; }

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px; }

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px; }

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px; }

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left; }

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left; }

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left; }

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right; }

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px; }

.main-table-row td.threads {
    text-align: right; }

.main-table-row td.postings {
    text-align: right; }

* html .hitarea {
    display: inline;
    float: none; }

.thread-profile-box .rank {
    width: 120px;
    margin-top: 5px;
    margin-bottom: 5px; }

abbr.timestamp {
    font-size: 11px;
    border-bottom: 0; }

.redCallmod td {
    border-bottom: 1px solid #232323; }

#benefits li {
    font-size: 14px;
    margin-bottom: 5px; }

#question label.error {
    background: url("../images/arrow-up-red.gif") no-repeat scroll 0 5px transparent;
    color: red;
    font-size: 11px;
    margin-left: -13px;
    margin-top: 16px;
    padding-left: 10px;
    position: absolute;
    width: auto !important; }

.ownposts td.topiclink {
    font-weight: bold; }

#fancybox-outer h2 {
    background: #009ad3;
    border-bottom: 1px solid #ededed;
    color: #ffffff;
    padding: 10px;
    margin: 0; }

#sociallinkbuttons img {
    padding-right: 8px;
    padding-bottom: 8px; }

#footer div.logged {
    width: 30%; }

.productRatingImage.small {
    float: right;
    margin-top: -10px;
    max-height: 120px;
    max-width: 200px; }

.threadProductReviewWidget .headline {
    margin-bottom: 5px; }

.rating-summary .progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 7px;
    margin-bottom: -19px; }

.result-listing__details__ratings .rating-bar__title {
    display: none; }

span.archiveHeadline {
    color: #333;
    font-weight: bold;
    font-size: 12px; }

.panel-collapse.collapse {
    display: none;
    visibility: hidden; }
.panel-collapse.collapse.in {
    display: block;
    visibility: visible; }

/*
Responsive functions for body from js
 */
@media screen and (max-width: 1550px) {
    body#guest #content-left {
        width: 659px;
        margin-left: 0px; }
    body#guest #content-outer,
    body#guest #header-left,
    body#guest #header-inner,
    body#guest #footer-inner {
        width: 984px;
        margin-left: 0px; }
    body#guest #content-left.full,
    body#guest #content-full {
        width: 974px !important; }
    body#guest .sticky img.attachment-post-thumbnail,
    body#guest .type-post img.size-full {
        height: auto;
        width: 659px; }
    body#guest #answer-table img {
        max-width: 560px; }
    body#guest tr.posting-row td {
        max-width: 515px; }
    body#guest.noWidgets tr.posting-row td {
        max-width: 826px; }
    body#guest div.profile_usercontent {
        width: 512px; }
    body#guest.noWidgets div.profile_usercontent {
        width: 767px; }
    body#guest tr.preview-posting-row td.preview-text {
        max-width: 515px; }
    body#guest.noWidgets tr.preview-posting-row td.preview-text {
        max-width: 830px; }
    body#guest #footer {
        width: 659px; }
    body#guest div#content-full ~ div#footer {
        width: 974px; } }

@media screen and (max-width: 1190px) {
    body#member #content-left {
        width: 659px;
        margin-left: 0px; }
    body#member #content-outer,
    body#member #header-left,
    body#member #header-inner,
    body#member #footer-inner {
        width: 984px;
        margin-left: 0px; }
    body#member #content-left.full,
    body#member #content-full {
        width: 974px !important; }
    body#member .sticky img.attachment-post-thumbnail,
    body#member .type-post img.size-full {
        height: auto;
        width: 659px; }
    body#member #answer-table img {
        max-width: 560px; }
    body#member tr.posting-row td {
        max-width: 515px; }
    body#member.noWidgets tr.posting-row td {
        max-width: 826px; }
    body#member div.profile_usercontent {
        width: 512px; }
    body#member.noWidgets div.profile_usercontent {
        width: 767px; }
    body#member tr.preview-posting-row td.preview-text {
        max-width: 515px; }
    body#member.noWidgets tr.preview-posting-row td.preview-text {
        max-width: 830px; }
    body#member #footer {
        width: 659px; }
    body#member.noWidgets #footer,
    body#member div#content-full ~ div#footer {
        width: 974px; } }

/*
DEV STARTS HERE
 */
#main-content_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 984px;
    padding: 0 5px; }

#main-content_left, #main-content_middle, #main-content_right {
    position: relative; }

#main-content_middle {
    margin-top: -130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

#adslot {
    /*&_right {
      // @TODO: DEV ONLY
      .ad_content {
        display: table-cell;
        background-color: #ff0000;
        width: $AdRightWidth;
        height: $AdRightHeight;
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
      }
    }*/ }
#adslot_top {
    margin: 5px 0;
    min-height: 90px;
    /*.ad_content {
      display: table-cell;
      background-color: #ff0000;
      width: $AdTopWidth;
      height: $AdTopHeight;
      text-align: center;
      vertical-align: middle;
      font-size: 20px;
    }*/ }
#adslot_top.wallpaper {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -5px; }
#adslot_left, #adslot_right {
    display: none;
    position: absolute;
    top: 100px; }
#adslot_left {
    /*.ad_content {
      display: table-cell;
      background-color: #ff0000;
      width: $AdLeftWidth;
      height: $AdLeftHeight;
      text-align: center;
      vertical-align: middle;
      font-size: 20px;
    }*/ }
#adslot_left #sky2_1,
#adslot_left #sky2_2,
#adslot_left #sky2_3 {
    position: relative; }

/*
#main {
  height: 4000px !important;
}*/

.fc-consent-root .fc-button.fc-cta-consent .fc-button-background, .fc-consent-root .fc-button.fc-data-preferences-back .fc-button-background {
    background-color: green !important;
    border: 1px solid green !important;
}

.fc-consent-root .fc-button.fc-cta-manage-options .fc-button-background, .fc-consent-root .fc-button.fc-save-continue .fc-button-background {
    background-color: white !important;
    border: 1px solid lightgray !important;
}

.fc-consent-root .fc-button.fc-cta-manage-options .fc-button-label, .fc-consent-root .fc-button.fc-save-continue .fc-button-label {
    color: #888 !important;
    font-weight: normal !important;
}
