
#forumPageWrapper {
    width:100%;
    max-width:1202px;
}

.themenBoxWrapper {
    width:98%;
    margin-bottom:20px;
    background-color:#f0f0f0;
    padding:1%;
    height:100%;
    float:left;
}

.themenBoxContent {
    width:55%;
    float:left;
    overflow-x: hidden;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.themenBoxContent2 {
    width:35%;
    float:left;
    margin-left:2%;
}

a.themaLink,a.themaLink.greenText {
    color:#000;
    font-weight:700;
}

a.themaLink.greenText {
    color:#390;
    font-weight:700;
}

a.themaLink:hover {
    color:#390;
    font-weight:700;
}

a.themaLink.greenText:hover {
    color:#000;
    font-weight:700;
    /*    font-size: 18px*/
}

a.themaLinkAnzAntwort,a.themaLinkAnzAntwort.greenText {
    color:#000;
    font-weight:400;
}

a.themaLinkAnzAntwort.greenText {
    color:#390;
    font-weight:400;
}

a.themaLinkAnzAntwort:hover {
    color:#390;
    font-weight:400;
}

a.themaLinkAnzAntwort.greenText:hover {
    color:#000;
    font-weight:400;
}

.forumMenu {
    width:100%;
    margin-top:10px;
    padding-bottom:10px;
    display:inline;
}

.ersterEintragWrapper {
    width:100%;
}

.ersterEintrag {
    float:left;
    width:96%;
    max-width:800px;
    padding:2%;
    background-color:#f0f0f0;
}

.ersterEintragWerbung {
    float:right;
    width:300px;
}

.eintragWrapper {
    width:100%;
}

.eintragZeilen {
    margin-top:0;
    margin-bottom:20px;
    width:94%;
    background-color:#dad9d9;
    float:right;
    padding:2%;
}

table.eintragTable {
    width:100%;
}

span.uebersichtDatum,.uebersichtDatum span {
    font-size:12px;
}

a.uebersichtDatum,uebersichtDatum a {
    font-size:12px;
    color:#000;
}

a.uebersichtDatum:hover,uebersichtDatum a:hover {
    color:#390;
}

table.neuesThema td {
    padding-bottom:10px;
}

.neuesThemaForm {
    float:left;
    width:100%;
}
