fieldset, form {
    border: 0;
    padding: 0;
    margin: 0;
}

input[type="text"], input[type="password"], input, select {
    border: 1px solid #333;
    height: 23px;
    margin: 0 10px 0 0;
    line-height: 22px;
    padding-left: 5px;
    font-size: 11px;
    color: #333;
    background: url(../../common/images/bg-input-textarea.gif) repeat-x;
}

input[type="text"], input[type="password"], textarea {
    width: 80%;
}

input.toggleDefaultText {
    color: #000;
}

input.toggleDefaultText.defaultValue {
    color: #444;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    background-image: none;
}

input.light {
    color: #444;
    border: 1px solid #666;
}

input.submit {
    background-color: #a8ab63;
    border: 1px solid #999;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-family: arial;
    width: auto;
    height: 25px;
    padding: 0 10px 0px 10px;
    background-image: none;
}

textarea {
    font-family: arial;
    font-size: 11px;
}

a.button {
    background-color: #a8ab63;
    border: 1px solid #999;
    font-weight: bold;
    line-height: 15px;
    padding: 4px 10px 4px 10px;
    display: inline-block;
    color: #000;
}

input.submit:hover, a.button:hover {
    cursor: pointer;
    background-color: #939;
    color: #fff;
    border-color: #333;
}

select {
    height: 25px;
    padding: 3px 0 3px 3px;
    background: transparent;
    width: 140px;
    margin-right: 0;
    background-color: #fff;
    background-image: none;
}

div.selectBoxWrapper {
    width: 140px;
    float: left;
    margin-right: 10px;
}

#suche fieldset {
    margin-bottom: 10px;
    padding-left: 15px;
}

#suche fieldset.supportFields div {
    float: left;
}

#suche fieldset.supportFields label {
    height: 15px;
    font-size: 11px;
    display: inline-block;
}

#suche input.suchen {
    margin: 15px 15px 0 0;
    float: right;
    width: 120px;
}

/* ___________ DETAILSUCHE Suchergebnis Ausgabe_______ */

#detailSucheForm {
    background-color: #d0d0d0;
}

#detailSucheForm fieldset {
    border: 0;
    border-bottom: 1px solid #a1a19f;
    border-top: 1px solid #f8f8f6;
    padding: 12px 5px 12px 15px;
}

#detailSucheForm fieldset.last {
    border-bottom: 0;
}

#detailSucheForm fieldset.first {
    border-top: 0;
}

#detailSucheForm ul {
    list-style: none;
    list-style-position: outside;
}

#detailSucheForm ul li {
    float: left;
    display: inline-block;
    width: 144px;
    padding: 2px 0 2px 0;
    vertical-align: top;
}

#detailSucheForm ul li label {
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
}

#detailSucheForm ul li input {
    margin: -4px 0 0 0;
}

#detailSucheForm ul li.checkbox label, #detailSucheForm ul li.multiselect label {
    vertical-align: top;
    margin-left: 3px;
    width: 120px;
}

#detailSucheForm ul li.zahl_von_bis {
    float: none;
    width: 100%;
    clear: left;
}

#detailSucheForm ul li.zahl_von_bis label {
    float: left;
    padding: 0;
    width: 100%;
    margin-right: 0;
    padding: 0 0 3px 0;
    font-weight: bold;
}

#detailSucheForm ul li.zahl_von_bis label.von, #detailSucheForm ul li.zahl_von_bis label.bis {
    width: 30px;
    padding: 0;
    line-height: 23px;
    font-size: 11px;
    font-weight: normal;
}

#detailSucheForm ul li.zahl_von_bis label.bis {
    margin-left: 25px;
}

#detailSucheForm ul li.zahl_von_bis input {
    width: 82px;
    float: left;
    margin: 00 5px 0;
}

/* ___________ DETAILSUCHE  + Suchauftrag Eingabe_______ */

#zvSuche {
    background-color: #d0d0d0;
    border: 1px solid #ccc;
    padding: 10px;
}

#zvSuche fieldset.first {
    border-top: 1px solid #A1A19F;
    padding-top: 10px;
    margin-top: 10px;
}

#zvSuche fieldset.geo, #zvSuche fieldset.agField {
    float: left;
    width: 245px;
    padding: 0px;
    margin-top: 0px;
}

#zvSuche fieldset.agField {
    padding-bottom: 5px;
}

#zvSuche fieldset.typeField {
    float: right;
    width: 270px;
    margin-top: 0px;
    padding: 0px;
}

#zvSuche fieldset.typeField  label {
    font-weight: normal;
    float: none;
    width: 80%;
    display: inline-block;
}

#zvSuche fieldset input, #zvSuche fieldset select, #zvSuche fieldset label {
    float: none;
    margin: 0 3px 5px 0;
}

#zvSuche fieldset.agField select, #zvSuche fieldset.geo select {
    width: 100%;
}

#zvSuche fieldset legend {
    margin-bottom: 5px;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    width: 100%;
}

#detailKriterien fieldset {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #a1a19f;
    margin: 0 0 10px 0;
}

#detailKriterien legend {
    font-weight: bold;
    padding: 0px 0 10px 0;
    margin: 0;
}

#detailKriterien ul {
    list-style: none;
    list-style-position: outside;
    margin-top: 0px;
}

#detailKriterien ul li {
    float: left;
    display: inline-block;
    width: 260px;
    padding: 2px 0 2px 0;
    vertical-align: top;
}

#detailKriterien ul li label {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
}

#detailKriterien ul li.zahl_von_bis label {
    width: 250px;
}

#detailKriterien ul li.zahl_von_bis label.von, #detailKriterien ul li.zahl_von_bis label.bis {
    width: auto;
}

#detailKriterien ul li.checkbox label, #detailKriterien ul li.multiselect label {
    vertical-align: top;
}

#detailKriterien ul li.zahl_von_bis input[type="text"] {
    vertical-align: middle;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

#detailKriterien ul li.zahl_von_bis {
    width: 100%;
}

#detailKriterien ul li.zahl_von_bis label {
    margin-right: 10px;
}

#detailKriterien ul li.zahl_von_bis label.first {
    width: 250px;
}

/*_________________Breite Formelemente__________________*/

.w160 {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
}

.w100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.w65 {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
}

.konto.login input {
    width: 80%;
}

.konto.login input.submit {
    width: 100px;
}

.nutzerbereich.merkzettel.liste .contextBox select {
    width: 65%;
}

form legend {
    color: #333;
}