/* Import globaler Style-Sheets */
@import url("http://contenido.files-s1.de/css/style_1.css");

/* Eigene Style-Sheets Angaben */
html body .fldInpPflicht, html body .fldPlzPflicht, html body .fldOrtPflicht, html body .fldSelPflicht, html body .fldTextAreaPflicht {
    background-image:none;
    padding:0;
}

html body .fldInp, html body .fldSel, html body .fldPlz, html body .fldOrt, html body .fldTextArea {
    background:none;
    padding:0;
}

html body .fldSel, html body .fldSelPflicht {
    height:22px;
    width:272px;
}

html body .fldPlz, html body .fldPlzPflicht {
    width:50px;
}

html body .fldOrt, html body .fldOrtPflicht {
    width:215px;
}

/* Hauptnavigation */
subMenu { background: #318925; }
#topMenu #tM_middle .tM_active .tM_left { background-color: #318925; }
#topMenu #tM_middle .tM_active a { background-color: #318925; }
#topMenu #tM_middle .tM_active .tM_right { background-color: #318925; }

