﻿

#KontaktContentWrapper{
    padding:10px;
    height:280px;
}
#KontaktContentWrapper input[type=text]{
    resize:none;
}

.KontaktHeader{
    font-size:1.3em;
    font-weight:600;
    text-transform:uppercase;
}

.KontaktSpacer{
    height:20px;
}

.KontaktLabel{
    font-size:1em;
    line-height:35px;
    font-weight:400;
    text-transform:capitalize;
}

#pnlKontaktHeader{
    margin-bottom:20px;
}
#pnlKontaktHeader .KontaktLabel{
    text-transform:none;
}

#pnlKontaktContentLeft{
    width:500px;
    float:left;
}
#pnlKontaktContentLeft input[type=text]{
    float:right;
    width:300px;
}

#pnlKontaktContentRight{
    width:600px;
    float:right;
}
#pnlKontaktContentRight input[type=text]{
    float:right;
    width:500px;
}

.tbKontaktBetreffText{
    resize:none;
    width:594px;
    height:120px;
}

#KontaktButtonWrapper{
    padding:0 10px 10px;
    text-align:right;
}

.btnKontaktAbschicken{
    width:200px;
    height:40px;
    background-color:#777;
    border:none;
    text-transform:capitalize;
    color:white;
    text-align:right;
    padding-right:10px;
}

.pnlKontaktGesendet{
    height:70px;
    padding:10px;
    line-height:50px;
    font-size:1.3em;
    font-weight:600;
}

.vsKontakt{
    float:left;
    position:relative;
    left:-24%;
}
#RegistrierungCheckbox { font-weight: bold; width: 80%; margin: 20px auto; background: #efefef; padding: 10px;}
#RegistrierungCheckbox input { background: #fff; width: 20px; height: 20px; border: none;  }
.valDatenschutz { color: #e3000b; display: block; width: 100%; border: 1px solid #e3000b; text-align: center; background: #fff; margin: 3px; }