@charset "utf-8";

.tx-comments-comment-admin {
    margin: 10px 20px;
    background-color: #e0e0e0;
    padding: 5px 9px;
    text-align: center;
}

.tx-comments-comment-form {
    width: 445px;
    min-height: 20em;
    margin-bottom: 3em;
    -webkit-box-shadow: 0px 0px 5px 3px #CCC;
    -moz-box-shadow: 0px 0px 5px 3px #ccc;
    box-shadow: 0px 0px 5px 3px #CCC;
    position: relative;
    -webkit-border-bottom-right-radius: 35px;
    -moz-border-radius-bottomright: 35px;
    border-bottom-right-radius: 35px;
    background: white url(../Images/v-list.png) repeat-x bottom left;
}

.tx-comments-comment-form form fieldset label,
.tx-comments-comment-form form fieldset input,
.tx-comments-comment-form form fieldset textarea {
    margin: 5px 0 0 20px;
}

.tx-comments-comment-form form fieldset input,
.tx-comments-comment-form form fieldset textarea,
.tx-comments-comment-form form fieldset img {
    margin: 5px 0 15px 20px;
}

.tx-comments-comment-form form fieldset p {
    width: 405px;
    padding: 0 20px 30px 20px;
}

.tx-comments-comment-form h1, .tx-comments-comment-form h2 {
    display: block;
    box-shadow: none;
    background: white url(../Images/v-list.png) repeat-x bottom left;
    border: none;
    text-transform: none;
    color: #000;
    font-family: "wf-DINWeb-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    padding: 20px 0 10px 20px;
    font-weight: normal;
    position: relative;
    z-index: 100;
    margin: 0;
    width: auto;
    height: 50px;
}

.tx-comments-comment-form LABEL {
    /*width: 100px;*/
    display: block;
    float: left;
    padding-top: 5px;
}

.tx-comments-comment-input,
.tx-comments-comment-form TEXTAREA {
    width: 400px;
}

.tx-comments-comment-form BR {
    clear: left;
}

/*############# Kommentare #############*/

.tx-comments-comment-name {
    /*font-weight: bold;*/
    font-family: "wf-DINWeb-Bold";
}

.tx-comments-comment-date {
    /*font-weight: bold;*/

    padding: 0 10px;
    color: #454545;
}

.tx-comments-comment-1,
.tx-comments-comment-2 {
    /*border: 1px solid #e0e0e0;*/
    margin-bottom: 25px;
    padding: 3px 5px;
}

.tx-comments-comment-content {
    margin: 6px 0 0 0;
    text-align: justify;

    padding: 0 10px;
    line-height: 1.2;
}

.tx-comments-page-browser {
    text-align: center;
    margin: 15px 0;
}

.tx-comments-page-browser-current,
.tx-comments-page-browser A {
    padding: 0 3px;
}

.tx-comments-required-mark {
    color: #000;
}

.tx-comments-required-error {
    margin-left: 10px;
    color: red;
    padding: 3px 10px;
}

.tx-comments-captcha {
    padding-left: 100px;
}

.tx-comments-captcha IMG {
    border: 1px solid #d0d0d0;
    margin-left: 0px;
}

.tx-comments-form-top-message {
    border: 1px solid #d0d0d0;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
}

.tx-comments-closed {
    border: 1px solid #d0d0d0;
    padding: 10px 10px;
    margin: 10px 0;
}

.tx-comments-closed IMG {
    vertical-align: baseline;
    margin-left: 4px;
    padding-right: 4px;
}

.tx-comments-comment-report {
    font-size: 80%;
    margin: 7px 0 5px 15px;
}

.tx-comments-rating {
    margin-left: 15px;
}

/*Changes*/
.tx-comments-comments {
    width: 445px;
    padding-top: 20px;
    overflow: hidden;
}

.pp-tx-comments-top {
    height: 30px;
    margin: 0 0 17px 0;
    background: #efefef url(../Images/kommentar_oben.png) no-repeat bottom left;
}

.pp-tx-comments-top span {
    padding-left: 3.5em;
}

.tx-comments-comments div.pp-comment {
    padding: 0 0 20px 0;
    background: #efefef url(../Images/kommentar_unten.png) no-repeat bottom left;
}

/*Beschreibung*/
.comments_description {
    background: white url(../Images/v-list.png) repeat-x bottom left;
}

/*Button Eintrage*/
#tx_comments_pi1_submit {
    background: #af1428 url(../Images/v-icon_arrow_white.png) no-repeat 88% 44%;
    border: medium none;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 20px 20px 0;
    padding: 0 30px 0 20px;
    text-decoration: none;
    float: right;
    height: 1.8em;
    display: inline-block;
    text-transform: uppercase;

    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}