.trenner {
    border-bottom: 1px solid red;
}

.txCenter {
    text-align: center;
}

.txRight {
    text-align: right;
}



ul.article li {
    margin-left:15px;
    padding-bottom:5px;

}

ul.article {
    margin-bottom:15px;
    }

input[type="text"].elemContactForm,
input[type="email"].elemContactForm {
    width:100%;
    margin-bottom:20px;
    padding:5px;
}

select.elemContactForm {

    margin-bottom:20px;
    padding:5px;
}


textarea.elemContactForm {
    width:100%;
    margin-bottom:20px;
    padding:5px;
}