/*
#form input.fleft, #form input.fright {
    height: 32px;
    width: 254px;
}
#form input.fwide {
    height: 32px;
    width: 530px;
}
*/

#form textarea {
    height: 100px;
    padding-bottom: 9px;
    padding-top: 9px;
    width: 560px;
    margin:5px;
}
#form input, #form select, #form textarea {
    background-color: #EBEBEB;
    border-left: 0 none #000000;
    border-right: 0 none #000000;
    border-top: 0 none #000000;
    box-shadow: 0 2px 3px 0 #ACACAC inset;
    padding-left: 9px;
    padding-right: 9px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color:#7D7D7D;
    font-size:18px;
}
#form .input-field
{
    width:275px;
    padding:4px;
    margin:5px;
}

#form .select-box
{
    /* eine Selectbox fällt schmaler aus als ein inputfeld */
    width:578px;
    margin:5px;
    padding:2px;
}

#form .kontakt-form fieldset
{
    margin-top:15px;
}

#form .form-button {
    background-color: #0070aa;
    background: #32abea; /* Old browsers */
background: -moz-linear-gradient(top,  #32abea 0%, #0070aa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32abea), color-stop(100%,#0070aa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #32abea 0%,#0070aa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #32abea 0%,#0070aa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #32abea 0%,#0070aa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #32abea 0%,#0070aa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32abea', endColorstr='#0070aa',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0070aa;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size:17px;
    height: 28px;
    outline: 0 none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
}