table,td {
    font-size: 1em;
}

.forum {
    margin-bottom: 0px;
    width: 100%;
}

.forumkop_titel, .forumkop_onderwerp, .forumkop_aantalonderwerpen, .forumkop_aantalreacties, .forumkop_laatstereactie {
    background-color: #404040;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    padding: 2px;
}

.forumkop_titel {
}

.forumkop_aantalonderwerpen, .forumkop_aantalreacties {
    width: 80px;
}

.forumkop_laatstereactie {
    width: 100px;
}

.forumkop_onderwerp {
}

.forum_regel1 {
    background-color: #efefef;
}

.forum_regel2 {
    background-color: #f5f5f5;
}

.forum_titel, .forum_aantalonderwerpen, .forum_aantalreacties, .forum_laatstereactie {
    vertical-align: top;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
}

.forum_aantalonderwerpen, .forum_aantalreacties, .forum_laatstereactie {
    text-align: center;
}

.forum_titel a {
    font-weight: bold;
}

.forum_posttitel, .forum_posttekst {
    border-right: 2px solid #ffffff;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px;
}

.forum_posttekst {
    border-bottom: 2px solid #ffffff;
}

.forum_posttitel span {
    font-weight: bold;
}

.forum_navigatiebalk {
    padding: 8px;
    padding-bottom: 10px;
    line-height: 2.4em;
}

.forum_navigatiebalk a:link, .forum_navigatiebalk a:visited {
    border: 1px solid #efefef;
    background-color: #fafafa;
    color: #0080C0;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px;
}

.forum_navigatiebalk a:hover, .forum_navigatiebalk a:active {
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    color: #00C4FF;
}

#forum_nieuwepost {
    background-color: #f5f5f5;
    border: none;
}

#forum_nieuwepostform {
    margin: 0px;
    margin-top: 24px;
    margin-right: 2px;
    padding: 0px;
}

#forum_nieuwepostkop {
    background-color: #404040;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    padding: 2px;
}

.forum_nieuwepostlabel {
    padding: 5px;
    width: 140px;
}

.forum_nieuwepostveld, 
.forum_spamcontrol, 
.forum_spamcontrol_input, 
.forum_spamcontrollabel {
    padding: 5px;
}

.forum_nieuwepostsubmit {
    padding: 5px;
}

#forum_nieuwberichtnaam {
}

#forum_nieuwberichtemail {
}

#forum_nieuwberichttitel {
    width: 360px;
}

#forum_nieuwberichttekst {
}

.forum_paginanav {
    font-size: 0.8em;
    padding-right: 10px;
    text-align: right;
    width: 100%;
}

.forum_paginanav a {
    font-weight: bold;
}

.forum tr td .forum_paginanav {
    display: block;
    text-align: left;
    width: none;
}

.forum_naarboven {
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

.forum_introtitel {
    font-weight: bold;
}

.forum_introtekst {
    margin-bottom: 16px;
}

button {
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    color: #0080C0;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px 0px;
}

button:hover {
}

.forum_loginerror {
    clear: both;
    color: #c00000;
    font-size: 0.8em;
    font-weight: bold;
    padding: 20px 0 0 0;
}

input,textarea {
    border: 1px solid #787878;
    background-color: #fefefe;
}

select {
    margin: 0 0 0 5px;
}

.forum .forumkop_titel a {
    font-weight: bold;
    color: #fff;
}

div.forum_spamcontrol_error {
    color: red;
}

div#aanmelden_digid {
    margin: 1em 0 0 0;
}

div#forum_digid_aanmelden div {
    float: left;
}

div#forum_digid_aanmelden div#forum_digid_text div#forum_digid_registreer {
    clear: both;
    padding: 1em 0 0 0;
}

div#forum_digid_aanmelden div#forum_digid_logo {
    background: url(../../simsite/images/digid.gif) no-repeat;
    height: 88px;
    margin: 0 2em 0 0;
    width: 88px;
}

div#forum_digid_aanmelden div#forum_digid_clear {
    clear: both;
}

div#digid_registratie_error {
    color: #FF0000;
}

form#digid_registratie fieldset {
    border: none;
}

form#digid_registratie fieldset legend {
    font-weight: bold;
}

form#digid_registratie fieldset div {
    margin: 0.5em 0 0.5em 0;
}

form#digid_registratie fieldset div label {
    float: left;
    width: 150px;
}

