
@charset "utf-8";
/* -------------- quick-kontakt-CSS -------------
##### Dies ist nur ein Beispiel - die Angaben können bis auf wenige Ausnahmen beliebig angepasst werden ####
*/


form#quick-kontakt { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
left:343px;
margin:0 0 0;
padding:0 0 0;
position:absolute;
top:136px;
width:150px!important;
}

form#quick-kontakt label, form#quick-kontakt input, form#quick-kontakt textarea {		/* Allgemeine Stile für Labels und Formularfelder */
   font-family:"trebuchet MS", verdana, arial, helvetica, sans-serif;
   font-size:13px;
   color:#632914;
   width:150px;

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



form#quick-kontakt input, form#quick-kontakt textarea {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:none;
	background:none;
	color:#666666;
}

form#quick-kontakt textarea {						/* Seperate Angaben für die Textarea, falls benötigt */
	height:120px;
}


form#quick-kontakt label {							/* Feldbeschriftungen */
	text-align:left;				
	width:90px;			
}

form#quick-kontakt 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#quick-kontakt fieldset {						/* Formularabschnitte */
	border:none;
	padding:0 0 0 0;
}

form#quick-kontakt input#submit {				/* Gestaltung des Submit-Buttons */
	width:150px;
	height:65px;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps !important;
	cursor:pointer;
	border:none;
	background:url(../images/abschicken.jpg); 0 0 no-repeat;
}

form#quick-kontakt fieldset#submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	width:150px;
	height:25px;
	clear:both;
}





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

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

#rname {
	position:absolute;
	top:26px;
	left:8px;
	width:150px;
	height:30px;
	}
	
#rtel {
	position:absolute;
	top:62px;
	left:8px;
	width:150px;
	height:30px;
	}
	
#remail {
	position:absolute;
	top:98px;
	left:8px;
	width:150px;
	height:30px;
	}
	

#submit1 {
width:150px !important;
height:30px !important;
left:0;
position:absolute;
top:129px;
cursor:pointer !important;
	}

