
/* Kontaktformular */

form#mailform fieldset {
    width: 420px;
    margin: 0;
    padding: 0;
    border: none;
}

form#mailform legend {
    padding: 3px 0;
    text-align: left;
    display: none;
}



form#mailform label {
    display: block;
    line-height: 15px;
    margin: 10px 0 3px 0;
}

.anmeldung form#mailform label {
    display: block;
    line-height: 15px;
    margin: 4px 0 3px 0;
    float: left;
    clear: both;
    font-weight: bold;
}

form#mailform input.csc-mailform-check {
    margin-bottom: 10px;
    width: 20px;
    line-height: 20px;
    border: none;
}

.anmeldung form#mailform input.csc-mailform-check {
    width: 20px;
    line-height: 20px;
    border: none;
    float: right;
}

form#mailform .csc-mailform-radio {
    float: left;
    clear: left;
    line-height: 18px;
}

form#mailform .csc-mailform-radio label {
    float: left;
    line-height: 12px;
    color: #666;
    margin: 5px 0 0 0;
}

form#mailform input:focus, form#mailform textarea:focus {
    background: #cee07c;
}

form#mailform input {
    width: 400px;
    margin-bottom: 5px;
    padding: 2px 4px;
    overflow: hidden;
    border: 1px solid #92a53b;
} 


form#mailform textarea {
    width: 400px;
    height: 110px;
    margin-bottom: 5px;
    padding: 2px 4px;
    overflow: auto;
    border: 1px solid #92a53b;
}


form#mailform input#mailformformtype_mail {
    background: url(/fileadmin/template_guenstige-internetseite/img/button_contactform.png) no-repeat;
    width: 200px;
    height: 52px;
    border: none;
}
.anmeldung form#mailform input#mailformformtype_mail {
    background: #FCBC68;
    width: 180px;
    height: 32px;
    border: 2px solid #eee;
    font-weight: bold;	
}

form#mailform select {
    width: 400px;
    margin-bottom: 5px;
    border: 1px solid #92a53b;
}

#right textarea
, #right input
, #right select {
    width: 250px;
}


/* Routenplaner */

div.marker {
    width: 250px;
}


div.dirmenu {
    margin: 0 0 5px 0;
}

div.todirform
, div.fromdirform {
    margin: -15px 0 10px 0;
}