fieldset {
    width: 420px;
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    padding: 3px 0;
    text-align: left;
}

label {
    display: block;
    line-height: 18px;
    margin: 5px 3px 0 0;
}


input:focus, textarea:focus {
    background: #dee2e4;
    border: 1px solid #ccc;
}

input {
    margin-bottom: 5px;
    padding: 4px 4px 2px 4px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 14px;
} 

input[type="submit"] {
    border: 1px solid #ccc;
    height: 22px;
    line-height: 16px;
    background: #c6e0e8;
    padding: 0;
}

textarea {
    margin-bottom: 5px;
    padding: 4px 4px 2px 4px;
    overflow: auto;
    border: 1px solid #ccc;
}

select {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    height: 20px;
}

/* Kontaktformular */

form#mailform input
,form#mailform textarea
, form#mailform select {
    width: 400px;
}

input.csc-mailform-check {
    margin-bottom: 10px;
    width: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
}
    
form#mailform input#mailformformtype_mail {
    border: 1px solid #ccc;
    width: 140px;
    height: 20px;
    line-height: 14px;
    background: #c6e0e8;
    padding: 0;
}


/* Suchbox */

form#searchform {
    margin: 0;
    padding: 0;
}

input#search_field {
    background: url(/fileadmin/templates/img/bg_search.png) no-repeat;
    float: left;
    width: 150px;
    height: 17px;
    border: none;
    padding: 7px 4px 5px 5px; 
    margin: 0;
}

input#search_button {
    background: url(/fileadmin/templates/img/bg_search_button.png) no-repeat;
    width: 36px;
    height: 29px;
    border: none;
    margin: 0;
}

input.sword {
    width: 380px;
}

/* Routenplaner */


div.fromdirform input
, div.todirform input {
    height: 15px;
    line-height: 12px;
    margin: 0;
    padding: 2px;
}

div.fromdirform input[type="submit"]
, div.todirform input[type="submit"] {
    height: 20px;
    line-height: 12px;
    margin: 0 0 0 4px;
    padding: 0;
}