/* ******************************************************** */
/* Winno IT-AGENTUR                                         */
/* A-8983 Bad Mitterndorf 236                               */
/* +43 3623 20169                                           */
/* office(!at)winno.at                                      */
/* ******************************************************** */
/* project:  Salzkammergut - Hotels                         */
/* filename: main.css                                       */
/* author:   Manfred Saafan, Martin Wagner                  */
/* date:     2007-02-06                                     */
/* ******************************************************** */
/* Form layout                                              */
/* ******************************************************** */

/*Einstellung des Basiscontainers für das Formular*/

  .csc-mailform {
    border: none;
    width: 330px;
    /*align: center;*/
    margin-left: 30px;
    padding: 0px!important;
    background-color: #ffffff;
    border-top: 1px solid #C2C895;
    border-left: 1px solid #C2C895;
    border-right: 1px solid #C2C895;
    border-bottom: 1px solid #C2C895;
  }

/*Einstellung für die Eingabefelder (input)Felder - auch submit*/

  .csc-mailform input {
    padding-left: 5px;
    background-color:#ffffff;
    margin: 3px;
    height: 15px;
    border: 1px solid #e1e1e1!important;/*ACHTUNG! Diese Schreibweise verwenden!!!*/
  }


/*Box um den Bezeichnungstext von Eingabefeldern*/

  label {
    display: block;
    float: left;
    width: 170px!important; /* Breite.*/
    text-align: right;
    margin: 0 10px 0 10px;
  }

/*Die Box für alle Eingabefelder inkl. Label*/

  .csc-mailform-label {
    background-color:  #ffffff;
  }

/*Einstellungen für Submitbutton*/

  .csc-mailform-submit {
    border: none!important;
    background-color: #ff0000!important;
    color: #ffffff!important;
    font-weight: bold;
    text-align: center;
    float: right;
    height: 20px!important;
  }

  input#captchaResponse {
    margin-top: 10px;
    margin-left: 60px;
  }

  .csc-mailform-field img {
    margin-left: 100px;
  }

/*CALLBACK*/

div#callback-1 {
  background-image: url(/fileadmin/template/images/formhead2.png);
  text-align: center;
  /*font-weight: bold;*/
  color: #788615;
  margin: 1px 1px 20px 1px;
  padding: 3px 0 3px 0;
}

div#callback-2 {
  background-image: url(/fileadmin/template/images/formhead2.png);
  text-align: center;
  /*font-weight: bold;*/
  color: #788615;
  padding: 3px 0 3px 0;
}


div#callback-captcha {
  background-color: #E1E9D1;
  text-align: center;
  /*font-weight: bold;*/
  color: #788615;
  margin: 20px 0 20px 0;
  padding: 5px 0 5px 0;
}



/*div#callback .callback-1 {
    background-color: #C2C895;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 3px 0 3px 0; 
 }



div#callback-captcha {
  background-color: #E1E9D1;
  text-align: center;
  font-weight: bold;
  color: #788615;
  margin: 20px 0 20px 0;
  padding: 5px 0 5px 0;
 }*/



div#Anfrage label {
  display: block;
  float: left;
  width: 200px; /* Breite.*/
  text-align: right;
  padding-right: 10px;
  }
  
.csc-mailform-field label {
    float:left;
    width:150px;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
}

div#callback .csc-mailform-field label {
    float:left;
    width:100px!important;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
}

#button {text-align: center;}

#newsletterdaten input{width: 150px; border: 1px solid #C6DFBF; height: 16px;}
input[type="checkbox"] {border: none!important;}

#button input {height: 25px;}
#newsletterdaten {padding-top: 20px;}
#cat input {width: 20px;}
#cat {text-align: center; margin-bottom: 20px;}


#uid25_cb, #uid26_cb, #uid27_cb, #uid28_cb,
#uid25_msgCnt,
#uid26_msgCnt,
#uid27_msgCnt,
#uid28_msgCnt {display: none;}


.tx-powermail-pi1_fieldset {background: none; border: 1px solid #C2C895;}


