input, select {
    border: 1px solid #666;
    font-size: 11px;
    color: #333;
    background: url(../../common/images/bg-input-textarea.gif) repeat-x;
    margin: 0px;
    float: left;
    text-indent: 5px;
    height: 23px;
    line-height: 22px;
}

textarea {
    font-family: arial;
    font-size: 11px;
}

select {
    min-width: 100px;
}

.nutzerbereich.konto.bearbeiten-form input[type="text"],
.nutzerbereich.konto.bearbeiten-form input[type="password"] {
    width: 100%;
}

.suchauftrag.bearbeiten select {
    width: 90%;
}

.konto dd input {
    float: none;
}

#lightbox  input[type="text"],
#lightbox input[type="password"],
#lightbox textarea, .konto input[type="text"],
.konto input[type="password"],
.kontakt-form input[type="text"],
.kontakt-form textarea {
    width: 65%;
}

select {
    height: 25px;
    background-color: #fff;
    text-indent: 1px;
    padding: 4px 0px 0px 0px;
}

label {
    margin: 0px;
    font-weight: bold;
    vertical-align: top;
}

input.light {
    color: #666;
    border: 1px solid #666;
}

input.submit {
    height: 25px;
    background-image: none;
    margin-right: 0;
    padding: 0 10px 0px 10px;
    background-color: #fff;
    border: 1px solid #999;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-family: arial;
    text-indent: 0px;
    text-decoration: none;
}

a.button {
    background-color: #fff;
    border: 1px solid #999;
    font-weight: bold;
    line-height: 15px;
    padding: 4px 10px 4px 10px;
    display: inline-block;
    text-align: center;
    color: #000;
}

label input.radio, label input.check {
    vertical-align: middle;
    background-color: transparent;
    background-image: none;
    border: 0;
    margin: -3px 0 0 0;
    padding: 0;
}

input.submit:hover,
a.button:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #0099ff;
    color: #fff;
    border-color: #333;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    border: 0;
    outline: none;
    padding: 0;
    background-image: none;
    margin: 0 5px 0 0;
}

fieldset {
    border: 0;
    padding: 10px 0 10px 0;
    margin: 0;
}

fieldset.tabFields,
fieldset.geo {
    padding-top: 0px;
}

.tabFields input.button {
    background-color: #888;
    border: 0;
    width: 65px;
    text-indent: 0px;
    text-align: center;
    height: 25px;
    font-weight: bold;
    line-height: 23px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    color: #fff;
    font-size: 15px;
    font-family: arial;
    background-image: none;
}

.tabFields input.button.inactive {
    background-color: #333;
    color: #999;
}

.tabFields input.W {
    margin: 0;
}

.tabFields input.G {
    margin: 0 0 0 5px;
}

.rightFloat,
.submit.rightFloat {
    float: right;
    margin-right: 0px;
}

.preFields label {
    color: #fff;
}

.preFields label.rightFloat {
    color: #ccc;
    margin-right: 0px;
}

.mainFields input.submit {
    border-color: #666;
}

.supportFields div {
    width: 112px;
    overflow: hidden;
    float: left;
}

.supportFields label {
    color: #fff;
    height: 15px;
    font-weight: normal;
    font-size: 11px;
    width: 102px;
    margin-right: 0px;
    float: none;
}

#suche input.suchen {
    float: right;
    margin: 15px 15px 0 0;
}

#suche .supportFields a {
    float: right;
    color: #fc0;
    margin-top: 25px;
}

/* ___________ DETAILSUCHE _______ */

#detailSucheForm {
    width: 100%;
}

#detailSucheForm fieldset {
    border-bottom: 1px solid #bbbbbb;
    padding: 10px 0 10px 10px;
    margin: 0;
    background-color: #ccc;
}

#detailSucheForm fieldset ul {
    list-position: ouside;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#detailSucheForm ul {
    list-position: ouside;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#detailSucheForm ul li {
    padding: 3px 0 0 0;
    vertical-align: top;
    margin: 0;
    float: none;
}

#detailSucheForm ul li input {
    float: none;
}

#detailSucheForm ul li label {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    float: none;
}

#detailSucheForm ul.checkboxen li label {
    margin: 0;
    padding: 0;
}


#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: auto;
    padding: 0 10px 0 0;
    line-height: 23px;
    font-size: 11px;
    font-weight: normal;
}

#detailSucheForm ul li.zahl_von_bis input {
    width: 60px;
    float: left;
    margin: 0 10px 5px 0;
}

/*Suchauftrag*/

/* ___________ DETAILSUCHE Suchauftrag Eingabe_______ */

#detailKriterien fieldset {
    border: 1px solid #ccc;
    padding: 0 0 10px 10px;
    margin-bottom: 15px;
    background-color: #e0e0e0;
}

#detailKriterien legend {
    font-weight: bold;
    padding: 0 0 0 0px;
    margin-bottom: 0px;
}

#detailKriterien ul {
    list-style-image: none;
    list-style: none;
    list-style-position: outside;
    margin: 0px;
}

#detailKriterien ul li {
    float: left;
    display: inline-block;
    width: 215px;
    padding: 2px 0 2px 0;
    vertical-align: top;
}

#detailKriterien ul li label {
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    font-weight: normal;
}

#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: 60px;
    min-width: 60px;
    max-width: 60px;
    float: none;
}

#detailKriterien ul li.zahl_von_bis {
    width: 100%;
}

#detailKriterien ul li.zahl_von_bis label {
    width: 200px;
    padding: 0;
}

#detailKriterien ul li.zahl_von_bis label.von,
#detailKriterien ul li.zahl_von_bis label.bis {
    padding: 0 10px;
    width: auto;
}

#detailKriterien legend {
    font-weight: bold;
    margin: 0 0 0px 0;
    background-color: #e0e0e0;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
}

/* ___________ Expose / Anbieter kontaktieren _______ */

#anbieterForm {
    background-color: #e0e0e0;
    border-bottom: 1px solid #bbbbbb;
}

#anbieterForm fieldset {
    border: 0;
    padding: 8px 0px 0px 0px;
}

#anbieterForm fieldset.last {
    border: 0;
    padding-bottom: 15px;
}

#anbieterForm fieldset h3 {
    font-size: 12px;
    padding: 0 0 10px 0;
    margin: 0;
}

#anbieterForm ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#anbieterForm ul li {
    float: left;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    margin: 0;
}

#anbieterForm ul li label {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
}

#anbieterForm ul.persFelder li label {
    width: 60px;
}

#anbieterForm ul.radioboxen li label {
}

#anbieterForm ul.radioboxen li {
    clear: both;
}

#anbieterForm ul.persFelder li input,
#anbieterForm ul.persFelder li select {
    height: 18px;
    line-height: 17px;
    margin-bottom: 5px;
    padding: 0px;
}

#anbieterForm ul.persFelder li {
    margin-right: 0px;
}

/*_________________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;
}

.w196 {
    width: 196px;
    min-width: 196px;
    max-width: 196px;
}

.w212 {
    width: 212px;
    min-width: 212px;
    max-width: 212px;
}

.suchauftrag form select {
    width: 190px;
}
