/* CSS Document of Tutorial "webEditon to make easy" **********************e/
/* Datei         : formular.css /Kontaktformular     **********************/
/* Version       : 1.0                               **********************/
/* erstellt von  : living-e / so                     **********************/
/* Projektleiter : Andreas Roth                      **********************/
/* Date          : 26.09.2006                        **********************/
/************************** Grundeinstellung Mastertemplate ****************/

body {font-family: arial, verdana, sans-serif; 
      font-size: 100.01%;
      background: white;
      }
         
fieldset {
     width: 30em;
     margin: 1.5em auto 1.5em auto;
     display: block;
     font-size: 0.80em;
     border: 1px solid #ddd;
     background: #FFF;
     clear: both;
     }
	
* html fieldset {padding: 5px;}
     legend {
     background: #ddd;
     padding: 4px;
     border: 1px solid #ddd;
     border-right-width: 2px;
     border-bottom-width: 2px;
     margin-bottom: 4px;
     font-weight: bold;
		   }

label {
     margin: 5px 0;} 

.kontaktdaten label {
     display: block;
     width: 5em;
     float: left;
     }
.anfrage label {
     display: block;
     width: 5em;
     float: left;
     }
					   
input,textarea {
     margin: 3px 0;
     border: 1px solid #3869AC;
     background: white;
     padding: 3px 3px;
     }  
						
input:active, input:focus, input:hover { background: #ddd;}
   
.buttons {text-align: center;}

a.locationCat{color: #3869AC; font-weight: bold;}

.error {
     font: 13px Verdana, Arial, Helvetica, sans-serif;
     color:red;
     font-weight:bold;
}

