/*
    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/)
 */

/**
 * google custom search autocomplete layer
 */
table.gsc-completion-container {
    z-index: 10000 !important; 
}

/**
 * FAQ
 */
table.tbl.faq h3{
    margin-top:20px;
}
 
body {
    background-color:#C9C9C9;
}

iframe {
    border: 0px;
} 
 
html, body{
    height: 100%;
}

body, td, th {
    margin: 0px;
    padding: 0px;
    color: #232323;
    font-family: "Arial";
    font-size: 12px;
}

/******************************************************************************* 
    Struktur
*******************************************************************************/
#main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;    
    background: #c9c9c9; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 170px, #e6e6e6 245px, #c9c9c9 1220px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(170px,#ffffff), color-stop(245px,#e6e6e6), color-stop(1220px,#c9c9c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 170px,#e6e6e6 245px,#c9c9c9 1220px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 170px,#e6e6e6 245px,#c9c9c9 1220px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 170px,#e6e6e6 245px,#c9c9c9 1220px); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 170px,#e6e6e6 245px,#c9c9c9 1220px); /* W3C */
    width: 100%;
}

/* Header */
#header-top {
    position: relative;
}

#header-top p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    padding-top: 7px;
}

#header-top .corporate-name a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
}

#header-top .corporate-name a:hover {
    text-decoration: underline;
}

#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: 0px;
    margin: 0px;
    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, #header-top ul li input {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a9a9a9;
    text-decoration: none;
}

#header-top ul li input {
    background: none;
    border: none;
    padding: 0px;
    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.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.highlight.logout {
    background-image: none;
}

#header-top ul li.highlight a, #header-top ul li.highlight input {
    color: #fff;
}

#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: 0px 6px;
    color: #a9a9a9;
    text-decoration: none;
}

#header-top .slogan a:hover {
    text-decoration: underline;
}

#header-outer {
    background: #232323; /* Old browsers */
    background: -moz-linear-gradient(top, #232323 0px, #232323 30px, #f5f5f5 31px, #d3d3d3 130px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#232323), color-stop(30px,#232323), color-stop(31px,#f5f5f5), color-stop(130px,#d3d3d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #232323 0px,#232323 30px,#f5f5f5 31px,#d3d3d3 130px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #232323 0px,#232323 30px,#f5f5f5 31px,#d3d3d3 130px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #232323 0px,#232323 30px,#f5f5f5 31px,#d3d3d3 130px); /* IE10+ */
    background: linear-gradient(to bottom, #232323 0px,#232323 30px,#f5f5f5 31px,#d3d3d3 130px); /* W3C */
}

#header-inner {
    width: 1165px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}

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

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

#header-inner #logo-wrap{
    text-decoration: none;
}

#header-inner #logo {
    margin-left: -1px;
    margin-top: -5px;
}


/* Content */
#content-outer {
    width: 1165px;
    margin: 100px auto 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

#content-outer.no-leaderboard {
    margin-top: 0px;
}

#content-left {
    background: #fff;
    padding: 5px;
    width: 840px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#content-left.full {
    width: 1155px; 
}

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

#content-full {
    background: #fff;
    padding: 5px 5px 5px;
    /*    padding: 50px 5px 5px;*/
    /*    width: 1070px;*/
    width: 1155px;  
}

#guest #content-full,
body#guest #content-left.full {
    width: 1055px;
}

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

#footer-inner {
    width: 1165px;
    padding-left: 5px;
    margin: 0 auto;
}

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

#footer-inner p {
    color: #a9a9a9;
    font-size: 10px;
    font-weight: bold;
    float: left;
    margin: 9px 0px 0px;
}

#footer-inner p a {
    color: #a9a9a9;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

#footer-inner ul {
    margin: 8px 0 0;
    padding: 0px;
    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;
}

/*******************************************************************************
    Styles fuer Gaeste
*******************************************************************************/
body#guest #content-left {
    width: 740px;
}

body#guest #ad-bigsize .combined-728-right {
    width: 160px;
}

body#guest.width-1024 #content-left, body#member.width-1024 #content-left {
    width: 659px;
}

body#guest.width-1024 #content-outer,
body#guest.width-1024 #header-left,
body#guest.width-1024 #header-inner, 
body#guest.width-1024 #footer-inner,
body#member.width-1024 #content-outer,
body#member.width-1024 #header-left,
body#member.width-1024 #header-inner, 
body#member.width-1024 #footer-inner {
    width: 984px;
}

body#member.width-1024 #ad-bigsize {
    width:989px;
}

body.width-1024 #content-left.full, body.width-1024 #content-full {
    width: 974px!important;
}

body.width-1024 .sticky img.attachment-post-thumbnail,
body.width-1024 .type-post img.size-full {
    height: auto;
    width: 659px;
}

body#guest .marginal h4 .move-helper {
    cursor: default;
}

body#guest .marginal h4 img {
    display: none;
}

/*******************************************************************************
    Allgemeine Formate
*******************************************************************************/
a {
    color: #232323;
}

a img {
    border: none;
    vertical-align: middle;
}

.width-1024  #answer-table img {
    max-width: 560px;
}


b.subforen {
    font-size: 11px;
}

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

a.headline-link {
    font-size: 11px;
    font-weight: normal;
    float: right;
    text-decoration: none;
}

.clear {
    clear: both;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.disabled {
    opacity: .3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    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: 0px !important;
}

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

.topicLink,
.topiclink {
    font-weight: bold;
}

/* Meldungen */
.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;
}

.message-warning {
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat #FBFFB3;
    background-position: 0px -436px;
    border: 1px solid #C4B70D;
}

.message-information {
    background: #DDEEF9;
    border: 1px solid #8AAFC4;
}

.message-information img {
    height: 16px;
    width: 16px;
    margin-left: -24px;
    margin-top: 0px;
    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: 0px -332px;
    border: 1px solid #DC4C42;
}

.message-success {
    background: url("/resources/images/sprites/forum_startseite.png") no-repeat #CDEACA;
    background-position: 0px -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;
}

/*******************************************************************************
    Marginal / Widget Spalte
*******************************************************************************/

#widget_19 {
    background: #fff;
}

#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, #widget_23, #widget_24 {
    background-color:#fff !important;
    background-image:none;
}

#widget_20 .newest-threads li, #widget_23 .newest-threads li, #widget_24 .newest-threads li {
    border-top: none;
    border-bottom: none;
    margin-right: -5px;
    margin-left: -5px;
}

#widget_20 li.odd, #widget_23 li.odd, #widget_24 li.odd  {
    background-color:#efefef;
}

#widget_28 ul.top-products {
    list-style: none;
    display: inline;
    padding-left: 0px;
}

#widget_28 {
    background: #fff;
}

#widget_28 a.label-info {
    background-color: #009AD3;
    text-decoration: none;
}

#widget_28 ul.top-products li {
    display: inline-block;
    width: 100px;
    font-size:16px !important;
    vertical-align: middle;
    text-align: center;
    margin-top: 12px;
}

#widget_28 ul.top-products li:first-child {
    margin-left: 0px;
}

#widget_28 ul li img {
    max-height: 30px;
    max-width: 85px;
}

#widget_29 ul li span img {
    max-height: 45px;
    max-width: 47px;
}

#widget_29 ul li, #widget_31 ul li {
    padding: 3px;
    border-top: 1px dotted #232323;
    border-bottom: none;
}

#widget_29 ul li:first-child, #widget_31 ul li:first-child {
    border-top: none;
}

#widget_29 ul li span, #widget_31 ul li span {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    vertical-align: text-bottom;
    line-height: 3em;
}

#widget_29 ul li span:first-child {
    width: 70px;
}

#widget_31 ul li span a {
    display:block;
    padding-left:26px;
}

#widget_31 ul li span {
    line-height: 22px;;
}

.marginal {
    margin-bottom: 5px;
    background: #c9c9c9; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 25px, #e6e6e6 100px, #c9c9c9 1085px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25px,#ffffff), color-stop(100px,#e6e6e6), color-stop(1085px,#c9c9c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 25px,#e6e6e6 100px,#c9c9c9 1085px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 25px,#e6e6e6 100px,#c9c9c9 1085px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 25px,#e6e6e6 100px,#c9c9c9 1085px); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 25px,#e6e6e6 100px,#c9c9c9 1085px); /* W3C */
}

.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: 0px;    
    background-color:#009AD3;
}

.marginal h4 img {
    float: right;
    margin-top: -1px;
    opacity: .3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.marginal h4 .move-helper {
    float: left;
    margin: -5px;
    padding: 5px;
    width: 260px;
    cursor: move;
}

.marginal h4 img.hover {
    cursor: pointer;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.marginal .even {
    background-color: #fff;
}

.marginal h4 a {
    background: #009AD3;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    text-decoration: none;
}

.marginal ul.list {
    list-style: none;
    padding: 0 0 5px;
    margin: 0px;
}

.marginal ul.list li {
    font-weight: bold;
    padding: 7px 5px 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;
}

/* Buddies & News*/
#widget_6 .move-helper, #widget_19 .move-helper, #widget_29 .move-helper {
    width: 240px;
}

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

/* Kategorien */
#widget_5 {
    background: #fff;
}

/* Neueste Beitraege */
.newest-threads {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.newest-threads li {
    border-bottom: 1px dotted #232323;
    padding: 6px;
}

.newest-threads p {
    margin-left: 46px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.newest-threads .userpic {
    float:left;
}

.newest-threads .userpic a {
    width: 41px;
    height: 41px;
    display: block;
}

.newest-threads li.last {
    border-bottom: none;
}

.newest-threads span {
    font-size: 10px;
}

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

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

/* Beliebtestes Bild */
.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 0px 0px 0px;    
}

.most-popular-gallery p strong {
    font-size: 12px;
}

/* Statistiken */
.ostats {
    padding: 5px;
}

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

/* Mein Profil */
.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");
}

/* Buddies */
.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;
}



.kat select option {
    color: #232323;
}

table.collapse {
    border-collapse: collapse;
}

.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;
}

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

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

/*
    Header:

    #header-outer
        #header-top
        #header-inner
*/

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

.tab-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tab-menu.right {
    float: right;
}

.tab-menu>li {
    background: -moz-linear-gradient(top, #009ad2 17px, #0184ba 23px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17px,#009ad2), color-stop(23px,#0184ba)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009ad2 17px,#0184ba 23px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009ad2 17px,#0184ba 23px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009ad2 17px,#0184ba 23px); /* IE10+ */
    background: linear-gradient(to bottom, #009ad2 17px,#0184ba 23px); /* W3C */
    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 11px;
    font-weight: bold;
    text-decoration: none;
}

.blue_alert {
    background: #006c9b;
}

.red_alert {
    background: #ee0000;
}

.tab-menu>li>a>span {
    vertical-align: top;
    font-size: 9px;
    font-weight: normal;
    margin-left: 3px;
    color:#eee;
    padding:0px 4px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #222;
}

.tab-menu>li:hover {
    background: #fff;
}

.tab-menu>li:hover a {
    color: #232323;
}

/*
    Subnavi
*/
#subnavi li {
    position: relative;
}

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

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

#subnavi li.hasMenu.hover>a {
    background-image: url("/resources/images/sprites/forum_startseite.png");
    background-position: 0px -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;
}

/*
    Content:
        #content-outer
            #content-left
            #content-right
*/



/*
    Suche:
        #form-search
*/
#form-search {
    position: absolute;
    width: 310px;
    right: 0px;
    top: 47px;
}

#form-search p {
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    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;
}

/*
    Advertising:
        #ad-bigsize
*/
#ad-bigsize-outer {
    position: absolute;
    top: 125px;
    width: 100%;
}

#ad-bigsize {
/*    width: 1065px;*/
    width: 1230px;
    margin: 10px auto 0;
}

body.width-1024 #ad-bigsize {
    width: 985px;
}

body.width-1024 #ad-bigsize .combined-728-top {
    width: 728px;
}

/* 728px Banner */
#ad-bigsize .middle-728 {
    width: 728px;
    margin: 0 auto 10px;
}

#ad-bigsize .right-728 {
    float: right;
}

#ad-bigsize .left-728 {
    float: right;
}


/* Combined 728px Fullpage Banner */
#ad-bigsize .combined-728-top {
/*    margin-right: -160px;*/
/*    margin-bottom: 5px;*/
/*    text-align: center;*/
/*    width: 1065px;*/
    width: 900px;
    margin:0 auto;
}

#member #ad-bigsize {
    width: 1165px;
}

#member #ad-bigsize .combined-728-top {
    width: 728px;
}

#ad-bigsize .combined-728-right {
    float: right;
/*    margin-right: -165px;*/
    margin-top: 5px;
    position: relative;
    z-index: 9;
}

/* Resizing the Content Area */
#main.fullsize #content-outer, #main.fullsize #header-inner {
    width: 1230px;
}
#main.fullsize #ad-bigsize {
    width: 940px;
}
#main.fullsize #form-search, #main.fullsize #header-inner #header-top ul {
    right: 160px;
}
#main.fullsize #header-inner #header-top .meta-info {
    margin-right: 344px;
}

/* Advertising */
#guest #content-outer, #guest #header-inner {
    width: 1230px;
}

/*
    Layer:
        #overlay
        #layer-outer
            #layer-inner
*/
#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: 0px;
}

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

/*
    Register & Login:
        #layer-register
            .layer-register-top
            .layer-register-center
            .layer-register-bottom
        #layer-login
            .layer-register-top
            .layer-register-center
            .layer-register-bottom
*/
#layer-register {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 20;
    width: 630px;
    background: #fff;
    top: 35px;
    z-index: 20000;
}

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

#layer-login .checkbox-row {
    position: absolute;
    top: 175px;
}

#layer-login input.submit {
    margin-top:20px;
}

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

.layer-top {
    padding: 6px 20px 20px 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    position: relative;
}

.layer-center {
    padding: 0 20px;
}

.register-agb {
    display: none;
}

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

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

.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;
}

/* Form Elements */
.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;
    /*    margin-top: -30px;*/
    padding: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

/* Styling Elements */


.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 0;
}

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

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

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;
}

/* Alte Styles */

/*
    Tabellen
*/
tr.my-posting img.avatar {
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    float: left;
    margin-right: 5px;
    padding: 2px;
}

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

tr.desc td a, tr.desc th a {
    color: #fff;
    font-weight: bold;
}

td.icon, th.icon {
    border-left: none;
    border-right: none;
}

td.forum {
    border-left: none;
}

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

/* gesponserte Threads */
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;
}

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

#content-left .divider {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
}

#content-left div.divider {
    width: 100%;
    height: 0px;
    border-bottom: 5px solid #898989;
}

.kat {
    background: #009ad3;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    margin: 0;
}

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

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

.kat h1, .kat h2, .kat h3 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.title h2, .title h3 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.title h2.norm, .title h3.norm {
    font-weight: normal;
}

#welcome h2 {
    font-weight: normal;
}

.kat span, .kat td, .kat th, .kat  {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.kat a {
    color: #fff;
    text-decoration: none;
}


.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;
}

td.navbar, th.navbar {
/*    background: #898989;*/
    background: #F7F7F7;
    color: #232323;
    padding: 5px;
}

td.navbar span, td.navbar td, td.navbar th {
    color: #232323;
}

td.navbar select, td.navbar input {
    color: #232323;
}

a .thsmall {
    background: none;
    text-decoration: none;
    color: #232323;
}

.thsmall a {
    color:#fff;
}

a.forumlink {
    font-weight: bold;
}

a.postButton {
    /*    background: none repeat scroll 0 0 #009AD3;
        color: #FFFFFF;
        font-size: 11px;
        padding: 3px;
        text-decoration: none;*/
}

a.delete-penalty {
    background: url("/resources/images/cross.png") no-repeat scroll 1px 0 transparent;
    display: block;
    height: 16px;
    padding-left: 20px;
}

/*
    Tipsy
*/

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
/*.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }*/
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.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; }


/*
    Profil editieren Menu
*/
#editprofile {
    margin-right: 0px;
}

#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: 0px -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: 0px -86px;
}

#editprofile-menu {
    background: #fff;
    padding: 0 0 5px;
    position: absolute;
    margin: 0px;
    right: 0px;
    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.hover>a {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #FFF;
}

#add-widget a {
    background: url("/resources/images/sprites/forum_startseite.png");
    background-position: 0px -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: 0px -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-menu {
    background: #fff;
    padding: 0 0 5px;
    position: absolute;
    z-index: 1000;
    margin: 0px;  
    top: 23px;
    right: 69px;
    list-style: none;
    display: none;
    border: 1px solid #E0E0E0;
    border-top: 0px;
}

#add-widget-menu li {
    float: left;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

#add-widget-menu img {
    cursor: pointer;
}

/*
    Breadcrumb
*/
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 div.tooltip * {
    color: #fff;
}

table.breadcrumb.crumb-2 {
    margin-bottom: 0px;
}
/*
    Profil bearbeiten
*/
#form-edit-profile input[type="text"], #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;
}

/* Letzer Beitrag in der Haupttabelle */
.last-topic {
    text-align: left;
}
.last-topic span.topiclink {
    font-size: 12px;
    font-weight: bold;
}

.last-topic .userlink,.last-topic .datelink {
    font-size: 11px;
}

.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: 0px;
}

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

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

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

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

td.navbar input.topicButton {
    padding: 3px;
    color: #fff;
    font-family: "Arial";
    font-size: 12px;
    cursor: pointer;
}

.topicButton.right {
    margin-right: 0px;
    margin-left: 5px;
}

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

.news-header {
    height: 25px;
}

.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 span.date {
    margin-left: 20px;
    font-weight: bold;
    font-size: 10px;
}

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

.news-header {
    background: none repeat scroll 0 0 #898989;;
    color: #FFFFFF;
    font-weight: bold;
}


/* Kategorie Widget */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	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;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

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

.treeview .hover { cursor: pointer; }

.treeview li { background: url(/resources/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/resources/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .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;
}

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

/* Optionen ueber Threadansicht (Drucken, Beobachten, etc.) */
.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 a.postButton {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 5px 6px 19px;
}

.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;
}

/*
    Mod Links unter dem Profilbild
*/

.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;
}

/**
    Profilbox
**/

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

/**
 * News Box
 */
 
 #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 0px;
    margin-right: 0px;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}

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

#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
*/

.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-single {
    width: 100%;
}

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

.sitemap-forum div.wrap {
    padding: 5px;
}

.sitemap-forum div.wrap.first {
    padding-left: 0px;
}

.sitemap-forum div.wrap.last {
    padding-right: 0px;
}

.sitemap-forum div.wrap div {
    border: 1px dashed #dedede;
    height: 55px;
    padding: 5px;
}

.sitemap-forum div.wrap div.hover {
    background: #F7F7F7;
}

.sitemap-forum b {
    display: block;
    margin-bottom: 4px;
    margin-top: 4px;
}

.sitemap-forum p {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

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;
}

/*span.quote {
    display: block;
    overflow: auto;

}*/
/**
 * Bilderrating
 */
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:0px;
}

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;
}

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

/* Posting-Text */
.posting-text {
    display: inline;
    line-height: 140%;
    font-size:13px;
}

.posting-text .quote {
    display: block;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

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

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

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

body.noWidgets tr.posting-row td {
    max-width: 982px;
}

body.width-1024 tr.posting-row td  {
    max-width: 515px;
}

body.width-1024.noWidgets tr.posting-row td  {
    max-width: 826px;
}


tr.posting-row .posting-text {
    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;
}

/* Registrierungs Seite */

#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, #advent-single-view h2 {
    text-align: center;
}

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

#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;
}

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

/**
 * Adventswidget
**/
.marginal.advent {
    background: url("/resources/images/xmas/ribbon.jpg") no-repeat scroll 0px 3px #FFFFFF;
    padding-top: 12px;
}
.marginal.advent h4 {
    padding: 0px 0px 0px 3px;
    margin: 0px 0px 5px 0px;
    font-size: 13px;
    color: #fff;
    background: none;
}
.marginal.advent h3 {
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    font-size: 13px;
}

.marginal.advent img:first-child {
    width: 80px;
}

#advent-calendar {
    background: url("/resources/images/xmas/bg.png") no-repeat scroll 0px bottom #FFFFFF;
    height: 450px;
    padding-left: 5px;
    padding-top: 5px;
    width: 740px;
    margin: 0 auto;
}

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

#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;
}

#advent-calendar .calendar-day {
    width: 90px;
    height: 70px;
    float: left;
    margin: 5px;
    padding: 20px 10px 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:hover,
#advent-calendar .calendar-day.today:hover {
/*    box-shadow: 0 0 4px #ff0000;*/
}

#advent-calendar .calendar-day.past {
/*    background: #f77;*/
    cursor: pointer;
/*    opacity: 0.5;*/
    background-color: #fff;
}

#advent-calendar .calendar-day.today {
/*    background: url('/resources/images/xmas/tuer.jpg');*/
    background: red;
    cursor: pointer;
}

#advent-calendar .calendar-day.today a {
    color: #fff;
}

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

#advent-single-view .desc {
/*    background: none repeat scroll 0 0 #F7F7F7;*/
    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 .producer h3 {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

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

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

#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;
}

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

#fancybox-outer h2, .modalWindow h2 {
    background: #009AD3;
    border-bottom:1px solid #EDEDED;
    color:#FFFFFF;
    padding:10px;
    margin:0px;
}

/* Modal Windows */

.modalWindow {
    display: none;
    background-color: white;
    width: 540px;
    border: 9px solid #666666;
    border-radius: 10px 10px 10px 10px;
}

.modalWindow > div {
    padding: 20px;
    margin: 5px;
    text-align: center;
}

.modalWindow > div > p {
    font-size: 14px;
    padding-bottom: 10px;
}

.modalWindow a, .modalWindow input {
    text-decoration: none;
    margin-top: 5px;
}

.modalWindow form {
    display: inline;
}

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

/* 2-Click-Social-Buttons */

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

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

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

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


/* Benutzer Profiel Seite*/

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

body.width-1024 div.profile_usercontent {
    width:512px;
}

body.noWidgets div.profile_usercontent {
    width:912px;
}

body.noWidgets.width-1024 div.profile_usercontent {
    width:767px;
}

/* Vorschau beim bearbeiten und Antworten */
td.previewLcol {
    overflow: auto;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

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

body.noWidgets tr.preview-posting-row td.preview-text {
    max-width: 990px;
}

body.width-1024 tr.preview-posting-row td.preview-text {
    max-width: 515px;
}

body.noWidgets.width-1024 tr.preview-posting-row td.preview-text {
    max-width: 830px;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

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

#container-content1, #container-content2 {
    float:left;
    width: 300px;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
}
#container-tail {
    width: 728px;
    height: 90px;
    margin: auto;
}

/*******************************
 * Footer *
 *******************************/

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;
}

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

#facebook-like {
   float:left;
    width:18%;
}

#guest #facebook-like {
    float:left;
    width:20%;
}

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

#plusone {
   float:left;
    width:5%;
}

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

body#member #twitter {
    margin-left: 50px;
}

body#member #facebook-like {
    margin-left: 95px;
    margin-right: 50px;
}

body#member #plusone{
    margin-left: 40px;
}

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

body#member #footer {
    width:840px;
}

body#member.width-1024 #footer{
    width:659px;
}

body#guest #footer {
    width:740px;
}

body#guest.width-1024 #footer{
    width:659px;
}

body div#content-full ~ div#footer{
    width: 1055px;
}

body#member.noWidgets #footer,
body#member div#content-full ~ div#footer {
    width: 1155px;
}

body#member.noWidgets.width-1024 #footer,
body#member.width-1024 div#content-full ~ div#footer,
body.width-1024 div#content-full ~ div#footer {
    width: 974px;
}


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


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

/** Header
  * grey arrow down
  */
#header-top ul li div.sprite {
    background-position: -10px -209px;
    margin-right: 6px;
    margin-top: 6px;
    float: left;
    width: 5px;
    height: 3px;
    cursor: pointer;
}

/**
  * white arrow down
  */
#header-top ul li.highlight.active div.sprite {
    background-position: -10px -121px;
    position: relative;
}

/**
  * white arrow up
  */
#header-top ul li.highlight div.sprite {
    background-position: -10px -73px;
    position: relative;
}

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

/**
  * RSS Icon for news and deals widget
  */
.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;
}

/**
  * Email Icon (an diversen stellen verwendet)
  */
.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.uloadify {
    position: relative;
}
form#image-upload #image-button,
form#image-upload #SWFUpload_0 {
    position: absolute;
    left: 115px;
}

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

/* ProduktKategorien Sprite */
.prod-group-widget-sprite {
    background: url('/resources/images/sprites/widget_prod_groups.png') no-repeat transparent;
    /*width: 20px;*/
    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;
}

/* Thread Produktlisten */
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 0px 5px 5px;
    padding:0;
}
td.threadProdList > div > a {
    text-decoration: none;
}