@charset "utf-8";
table.Anfrage h1 {
    margin-top: 20px;
    margin-bottom: 5px;
}

table.Anfrage h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

table.Anfrage {
    width: 100%;
    background: #e9eaee;
    border: 3px solid #ffffff;
    padding: 0px 0px 0px 0px;
    border-spacing: 15px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

table.Anfrage td {
    vertical-align: top;
    margin-top: 10px;
    padding: 5px 10px 10px 15px; /*внутри ячеек*/
    background: rgb(249, 249, 251);
    border: 0px solid #a3a3a3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.notiz {
    text-align: center;
    font-size: 11px;
    color: #66666d;
    margin-top: auto;
}

select, input {
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #191970;
    border: 1px solid #a3a3a3;
    box-shadow: 3px 4px 10px -1px rgba(186,182,186,1);
    -webkit-box-shadow: 3px 4px 10px -1px rgba(186,182,186,1);
    -moz-box-shadow: 3px 4px 10px -1px rgba(186,182,186,1);
}

select {
    height: 34px;
}

/*Input Elemente für Abholung & Rückgabe*/
.iar {
    padding: 1px;
    height: 30px;
}
.iar-links {
    margin-left: 15px;
}
.iar-top {
    margin-top: 5px;
}

div.fzggroesse1 {
    background-image: url(/img/Car_klein.jpg);
    background-repeat:no-repeat;
    height: 70px;
    padding: 5px;
}

div.fzggroesse2 {
    background-image: url(/img/Car_mittel.jpg);
    background-repeat:no-repeat;
    height: 70px;
    padding: 5px;
}

div.fzggroesse3 {
    background-image: url(/img/Car_gross.jpg);
    background-repeat:no-repeat;
    height: 70px;
    padding: 5px;
}

label  {
    cursor:pointer;
}

.FzgRadio  {
    position: relative;
    left: 125px;
    top: 15px;
    margin-left:5em;
}

.FzgTxt {
    position: relative;
    top: 37px;
    margin-left: -64px;
}

input[type="text"] {

    padding-left: 10px;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:30px;
    height:30px;
    margin: 7px 10px 0 0;
    vertical-align:top;
    background:url(/img/radioicon.png) 0px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(/img/radioicon.png) -30px top no-repeat;
}

.termin  {
    vertical-align: bottom;
}

textarea {
    width: 98%;
    padding-top: 5px;
    padding-left: 10px;
    box-shadow: 3px 4px 10px -1px rgba(186,182,186,1);
    -webkit-box-shadow: 3px 4px 10px -1px rgba(186,182,186,1);
    -moz-box-shadow: 3px 4px 10px -1px rgba(186,182,186,1);
}

#ssl {
    font-weight: bold;
    width: 400px;
    height: 60px;
    margin-left: 110px;
    padding: 20px 0 0 120px;
    background-image: url(/img/ssl.png);
    background-repeat: no-repeat;
}

#s-button2zeile{
    font: 12px Capriola, Helvetica, sans-serif;
    font-style:normal;
}


.submitButton{
    font:bold 24px Capriola, Helvetica, sans-serif;
    text-align: center;
    color:#ffffff;
    /*DEFAULT background:#f44d4d;*/
    background: #fc6262;
    background: -moz-linear-gradient(top, #fc6262 0%, #f44d4d 60%, #b83939 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fc6262), color-stop(60%, #f44d4d), color-stop(100%, #b83939));
    background: -webkit-linear-gradient(top, #fc6262 0%, #f44d4d 60%, #b83939 100%);
    background: -o-linear-gradient(top, #fc6262 0%, #f44d4d 60%, #b83939 100%);
    background: -ms-linear-gradient(top, #fc6262 0%, #f44d4d 60%, #b83939 100%);
    background: linear-gradient(to bottom, #fc6262 0%, #f44d4d 60%, #b83939 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6262', endColorstr='#b83939', GradientType=0 );
    /*DEFAULT background:#f44d4d;*/
    border:3px solid #ffffff;
    text-shadow:4px 5px 6px #222222;
    box-shadow:6px 7px 23px #525252;
    -moz-box-shadow:6px 7px 23px #525252;
    -webkit-box-shadow:6px 7px 23px #525252;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    width:270px;
    padding:15px 43px;
    cursor:pointer;
    margin:0 auto;
}
.submitButton:hover {
    color: #ffffff;
    text-shadow:3px 4px 5px #222222;
    background: #b83939;
    background: -moz-linear-gradient(top, #b83939 0%, #f44d4d 40%, #fc6262 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #b83939), color-stop(40%, #f44d4d), color-stop(100%, #fc6262));
    background: -webkit-linear-gradient(top, #b83939 0%, #f44d4d 40%, #fc6262 100%);
    background: -o-linear-gradient(top, #b83939 0%, #f44d4d 40%, #fc6262 100%);
    background: -ms-linear-gradient(top, #b83939 0%, #f44d4d 40%, #fc6262 100%);
    background: linear-gradient(to bottom, #b83939 0%, #f44d4d 40%, #fc6262 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b83939', endColorstr='#fc6262', GradientType=0 );
}
.submitButton:active{
    cursor:pointer;
    position:relative;
    top:2px;
    box-shadow:3px 4px 23px #525252;
    -moz-box-shadow:3px 4px 23px #525252;
    -webkit-box-shadow:3px 4px 23px #525252;
}