/* CSS Document */
/* Gestaltung des Formulares*/
form  {
	width: 500px;
	margin-left: 20px;
	margin-right: 20px;
}

fieldset {
	border: solid 1px  #000;
	padding: 10px;
}

.submit, .reset { 
	margin-left: 110px;  
 }
 
.reset { 
	margin-left: 20px;  
 }


label { 
	width: 100px; 
	margin: 3px;
	padding: 3px;
	float:left; 
	text-align: right;
	font-weight: bold;
	color: #000;
	
	
}


p.err_message{
	background-color:#FFFFFF;
	color: #993399;
  	font-weight: bold;
	font-size: 12;
	font-family: Verdana, Arial, sans-serif;
	padding-left:20px;
	padding-right:20px;
	line-height: 1.3em;	
}

p.send_message{
	background-color:#FFFFFF;
	color: #99CC66;
  	font-weight: bold;
	font-size: 12;
	font-family: Verdana, Arial, sans-serif;
	padding-left:20px;
	padding-right:20px;
	line-height: 1.3em;	
}



/*
input:focus, input:active {
   background-color: #33CCFF;
}

textarea:focus, textarea:active {
   background-color: #33CCFF;
}*/

/* Beispiel für Fehlermeldungen */
/* diese Klasse müsste per Javascript oder PHP zugewiesen werden */
input.fehler { 
	border: 1px solid #f00;
	font-weight: bold; 
	background: #fff url(file:///F|/xampp/xampp/htdocs/websitelab/achtung.gif) right no-repeat;
}




