/* -------------- Kontaktformular-CSS -------------
##### Dies ist nur ein Beispiel - die Angaben können bis auf wenige Ausnahmen beliebig angepasst werden ####
*/


form#Schnellupload { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	width:300px;
	margin:0 0 0px 0;
	padding:0 0 0px 0px;
}

form#Schnellupload label, form#Schnellupload input, form#Schnellupload textarea {		/* Allgemeine Stile für Labels und Formularfelder */
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	width:150px;

	margin:5px 0px 5px 0;
	padding:0px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

form#Schnellupload input {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #ffffff;
	background:#565656;
	padding: 2px 0 2px 0;
}

form#Schnellupload input:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #ffffff;	
}

form#Schnellupload label {							/* Feldbeschriftungen */
	text-align:left;				
	width:1px;						
	padding:0 0px 0 0;			
}

form#Schnellupload legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */

	/* Hiermit werden die Überschriften nicht angezeigt.
	Falls gewünscht entfernen, um die Anzeige zu ermöglichen */
	display:none;
}

form#Schnellupload fieldset {	
						/* Formularabschnitte */
	border:none;
	padding:0 0 0 0px;
}

form#Schnellupload input#submit {	
	background-color:#565656;
	border:1px solid #ffffff;		/* Gestaltung des Submit-Buttons */
	width:60px;
	height: 19px;
	padding:0px;
	cursor:pointer;
	margin: 5px 0 0 10px;
	
}
*html form#Schnellupload input#submit {	
	background-color:#000000;
	border:1px solid #333;		/* Gestaltung des Submit-Buttons */
	width:116px;
	height: 19px;
	padding:0px;
	cursor:pointer;
	margin: 5px 0 0 10px;
	
}




/* Die folgenden Angaben bitte nicht verändern! */
form#Schnellupload br {
	clear:left;
}

form#Schnellupload input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}
