

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

}

.themenBoxWrapper{

    min-width: 100%;
    margin-bottom: 20px;
    background-color: white;
    padding: 1%;
    height: 100%;
    float: left;
}

.themenBoxContent{
    width: 55%;
    float: left;
    overflow-x: hidden !important;
}
.themenBoxContent2{
    width: 35%;
    float: left;
    margin-left: 10%;
    overflow-x: hidden;
}
a.themaLink, a.themaLink.greenText{
    color: black;
    font-weight: bold;
}

a.themaLink.greenText{
    color: #339900;
    font-weight: bold;
}
a.themaLink:hover{
    color: #339900;
    font-weight: bold;
}
a.themaLink.greenText:hover{
    color: black;
    font-weight: bold;
}
a.themaLinkAnzAntwort, a.themaLinkAnzAntwort.greenText{
    color: black;
    font-weight: normal;
}

a.themaLinkAnzAntwort.greenText{
    color: #339900;
    font-weight: normal;
}
a.themaLinkAnzAntwort:hover{
    color: #339900;
    font-weight: normal;
}
a.themaLinkAnzAntwort.greenText:hover{
    color: black;
    font-weight: normal;
}
.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: rgb(240,240,240);


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

.eintragWrapper{

    width: 100%;
}
/*.eintragZeilen{
    margin-top: 0px;
    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: black
}
a.uebersichtDatum:hover, uebersichtDatum a:hover{
    color: #339900
}

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

}

.neuesThemaForm{
    float: left;
    width: 100%
}
.preformatted {
    white-space: pre-wrap;
}