/*
  PaliaCMS - Defaulttemplate
  Copyright:  2009 - Daniel Keil - daniel.keil@me.com  

*/

/* Globale CSS-settings */
  input {
  }

/* Custom CSS-settings */
  .selectLong {
    width: 400px;   
  }

  .inputTextLong {
    width: 400px; 
  }

  .inputTextareaLong {
    width: 400px;
    border: 1px solid #005ea8;
  }

  .button {
    background: #369 url("/public/themes/default/images/button_bg.gif") repeat-x;
    border: 0px;
    color: #fff;
    font-weight: bold; 
    padding: 2px 5px;
  }
  
/* Errormessages */

.errors {
  width: 150px;
  font-size: 10px; 
  border: 1px dashed #e00;
  color: #e00;
  margin: 3px 0 10px 0;
  padding: 2px 0 2px 10px;
  width: 190px;
}

.completLine .errors {
  margin-left: 90px;
  width: 480px;	
}

ul.errors li {
  
}

/* From: ImmoSearch */

.searchformlabel {
  float: left;  
  font-size: 12px;
  width: 100px;
}

.seperator20 {
  margin-left:20px;	
}

.floatLeft {
  float: left;
}


/* Form: Vermietung - Kontaktformular*/

.contact h2 {
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  	
}

.contact input,
.contact select,
.contact textarea {
  border: 1px solid #555;
  color: #005ea8;
  height: 16px;
  margin-bottom: 5px;
  padding: 3px 2px; 	
}

.contact select {
  height: 24px;
}

.standardLabel {
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin-left: 20px;
  margin-bottom: 5px;	
  width: 70px; 
}

.leftField,
.rightField {
  float:left; 
}

.completLine input {
  border: 1px solid #555;
  margin-bottom: 5px;
  width: 500px; 
  
} 

.leftField input {
  width: 202px;		
}

.rightField input {
  width: 202px;     
}

.leftField select,
.rightField select {
  width: 208px;     
}

/* ContactFrom - Interesse */ 

  /* PosistionBoxes */
  .contact .interesse .leftField {
    margin-left: 20px;	
  }

  /* Formelements */
  .contact .interesse .completLine input {
    border: 0;	
    margin-left: 20px;	
  }

  .contact .interesse .checkbox {
    border: 0;
    float: left;
    margin-left: 20px;
    width: 30px;
  }
  
  .contact .interesse .checkbox input{
    border: 0;
  }
  
  .contact .interesse select {
    width: 300px;	
  }

  .contact .interesse textarea {   
    height: 75px;
    margin-top: 5px;
    width: 420px;
  }
   
  /* FormelementLabels */
  .contact .interesse .standardLabel {
    width: 276px;
    font-size: 12px;
  } 

  .contact .interesse .checkboxLabel {
    font-size: 12px;    
  }

  .contact .interesse .textareaLabel {
    width: 150px;
    font-size: 12px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;    
  }

/* Footer des Forms */
.formfooter {
  background: #e0ebf4;	
  height: 40px;
  padding-top: 30px;	
  margin-right: 20px;
  	
}

  /* Emailkopie Checkbox */  
  .contact .formfooter .checkbox {
    border: 0px;
    float: left;
    margin-left: 20px;
    width: 30px;
  }
  
   .contact .formfooter .checkbox input{
    border: 0px;
  }
  
  .contact .formfooter .checkboxLabel {
    width: 300px;
    font-size: 12px;
    padding-top: 3px;
    float:left;    
   }

  /* Button */ 
  .contact .formfooter .button {
    border: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    float: right; 
    padding: 2px 15px;
    vertical-align: top;
  }
 
.checkboxlabel {
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin-left: 20px;
  margin-bottom: 5px;   
}

/* Login */

.loginform {
  background-color: #888;
  font-size: 12px;
  width: 960px; 	
}

.loginform form {
  margin-left: 290px;
  background-color: #E0EBF4;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 373px;
  padding: 0px 3px;
  
}

.loginform input.logininputfield {
   float: left;
   height: 16px;
   padding: 1px 1px;
   margin: 3px 0;
   margin-right: 5px;
   border: 0px;
   width: 75px;		
} 

.loginlabel {
   float: left;
   margin-right: 5px;
   line-height: 24px; 	
}

.loginbutton {
    height: 20px;
    padding: 1px 15px;
    margin: 2px 0;
    margin-left: 10px; 
    border: 1px solid #aaa;	
}

