/* --------------------------------------------------------------- */
/*                                                                 */
/*    FORMULARE CSS-DATEI                                          */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* --- HTML TAGS  ------------------------------------------------ */
/* --------------------------------------------------------------- */

input, textarea {
  font-size: 1em;
  border: 1px solid #B2B2B2;
  background-color: #E5E5E5;
  padding: 2px;
}
input[type = "submit"], input[type = "button"], input[type = "reset"] {
  /*
  border: 1px solid #B2B2B2;
  */
  background-color: #FFFFFF;
  padding: 2px 5px;
}
input[type = "radio"], input[type = "checkbox"] {
  background: none;
  border: none;
}
input:hover, select:hover, textarea:hover {
  background-color: #CCCCCC;
}
input:focus, select:focus, textarea:focus {
  background-color: #FFFFFF;
}
select {
  font-size: 1em;
  border: 1px solid #666666;
  background-color: #F2F2F2;
  padding: 1px;
}
fieldset {
  border: none;
}
legend {
  display: none;
}

/* --------------------------------------------------------------- */
/* --- VISUELLE UNTERST�TZUNG  ----------------------------------- */
/* --------------------------------------------------------------- */

label, select, input[type = "checkbox"], input[type = "radio"], input[type = "button"], input[type = "submit"] {
  cursor: pointer;
}
/* --------------------------------------------------------------- */
/* --- EIGENE KLASSEN  ------------------------------------------- */
/* --------------------------------------------------------------- */

.formRequired {
  color: #FF0000;
}
.formLabel {
  line-height:2em;
}
.formLabel_gross {
  line-height:2em;
  width:500px;
}
.formField {
  line-height:2em;
}
.formArea {
}
.formRadio {
  background: none;
  border: none;
}
.formButton {
}
.formCheckbox {
}
.formError {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #990000;
  background-color: #F0D9D9;
}
.formError ul {
  list-style-type: none;
  margin: 5px 0px 0px 0px;
}
.formError ul li {
  background-image: url(../images/icons/list_error.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
.formDisabled {
}
.tabelle_breit {
  width:500px;
}
/* CATLIST Newsletter-Anmeldung */
.catlist_text {
  /*
  margin:0px 0px 0px 23px;
  */
  margin:0px 0px 0px 0px;
}

/* FORMULAR: Terminvereinbarung */
.filiale_disabled, .filiale_disabled:hover {
  width: 300px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: #000000;
}


/* Newsletter Anmeldung */
#catlist p {
  clear: both;
  float: none;
  position: relative;
}

#catlist label {
  display: block;
  margin-left: 20px;
  width: 300px;
}

#catlist input {
/*  left: 0px;
  position: absolute;
  top: 3px;*/
  margin-right:5px;
  float: left;
}

#Senden,
#Senden img {
  background-color: #ffffff;
}

/* XML FUST-Filialen */
#poi {
}

#poi option {
  padding: 2px;
}
