#content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
}


#content a {
    color: #FF0019;
}


#content p, #content dl {
    margin: 0px 0px 15px 0px;
    line-height: 170%;
}


#hiddendl .linked a ,
#content .linked a {
    display: block;
    color: #333333;
    text-decoration: none;
}


#hiddendl .red ,
#content .red {
    color: #FF0019;
}


#hiddendl .linked a:hover span.red ,
#content .linked a:hover span.red {
    text-decoration: underline;
}

/* used for random logos */
#content div#RandomMitglieder p.linked img {
    border: solid 1px #ddd;
    margin: -2px;
}



#hiddendl h1 {
    display:none;
}
#content h1 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 8px 0px;
    background: url(../i/bg_line.gif) repeat-x left bottom white;
}


#content h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    clear:both;
}


#content h3 {
    font-size: 12px;
    line-height: 15px;
}


#content ul,
#content ol {
    margin: 0px 0px 15px 20px;
}
    #content ul {
        list-style-image: url(../i/bg_bullets.gif);
    }

    #content li {
        padding: 0px 0px 7px 0px;
        line-height: 170%;
    }


#content ul.searchresults {
    list-style-type: none;
    margin-left: 0;
}
    #content ul.searchresults p {
        margin: 0px 0px 20px 0px;
    }


#hiddendl ul.nobullets ,
#content ul.nobullets {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
}


#content fieldset {
    border: none;
}


#content form div.field {
    clear: both;
    margin: 0px 0px 10px 0px;
}
    #content form label.left {
        float: left;
        width: 160px;
        padding: 3px 0px 0px 0px;
        /*
        text-transform: uppercase;
        */
    }

    #content form input.text,
    #content form select,
    #content form textarea {
        border: 1px solid #CCCCCC;
        color: #282828;
        padding: 2px 3px;
        font-family: Arial;
        font-size: 12px;
        width: 290px;
    }

    #content form select {
        width: 298px;
    }

    #content form textarea {
        height: 150px;
    }

    #content form input.action {
        text-transform: uppercase;
        color: white;
        font-family: Arial;
        font-size: 12px;
        background: url(../i/bg_form_button.gif) no-repeat left center #333333;
        padding: 2px 5px 2px 20px;
        border: none;
        float: right;
        margin: 10px 0px 20px 0px;
    }

