/************ Captcha *** Container - Content Anfang ****************************/

#captchacontent { 					/* Container des Captcha-Moduls */
	width: 90%;						/* gesamte Breite des Moduls schnell ändern */
	line-height: 120%;
	margin: 0;
	padding: 0;
	}
/***************************** Container - Content Ende ***********************************/





/*************************** Formatierung Text u. Hinweise Anfang **********************/

#captchacontent .important { 		/* Fehler u. "Stern" bzw. Pflichteingaben etc. hervorheben */
	color: #FF0000;
	font-weight: bold;
	font-size: 160%;
	}

#captchacontent .empfaenger { /* Überschrift "Empfänger" --> ggf. "p" im script in h1, h2.. ändern */
	color: #000;
	background: inherit;
	font-weight: bold;
	font-size: x-large;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	}

#captchacontent .pflichtfeldhinweis{ /* Die mit einem * gekennzeichnete Felder ... */
	float: right;
	color: #666;
	font-size: 90%;
	font-weight: lighter;
	margin: 0 10px 0 0;
	padding: 5px 0 0 20px;
	}

	

/********************** Formatierung Text u. Hinweise Ende ********************************/


/********************** Eingaben Anfang *****************************************/

#captchacontent form {
	margin: 0;
	padding: 0;
	}

#captchacontent fieldset { 			/* genereller Bereich aller Eingaben */
	margin: 1em 0 0 0;
	padding: 0 0 0 100px;
	border: 0px;
	}
	
#captchacontent label {				/* Text: "Name, Telefon-Nu. etc.*/
	margin: 0;
	padding: 0;
	}	

#captchacontent label span {
	color: #CCCCCC;
	}
#captchacontent .send {
	width: 140px;
	height: 40px;
	background: url(../kontakt/kontaktsend.gif) no-repeat;
	}

#captchacontent .eingabe {
	background: #FFF url(../kontakt/input.gif) repeat-x; 
	height: 1.5em;
	margin: 0 0 0 1em;				/* Abstand nach unten */
	padding: 0.7em 0 0 0.5em;		/* Textausrichtung */
	text-align: left;
	width: 70%;
	margin: 0 0 0 0;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
	}



#captchacontent .textfeld {/* Textarea */
	background: #FFF url(../kontakt/input.gif) repeat-x; 
	text-align: left;
	width: 300px;
	height: 12em;
	margin: 0 0 0 0;
	padding: 0.5em;
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
	}



#captchacontent .checkbox { 		/* Rückruf ja nein */
	margin: 0.4em 0 0 0;
	}

	

#captchacontent .time { 			/* Rückruf Uhrzeit */
	width: 3em;
	height: 1.3em;
	margin: 0 0 0 0.5em;
	padding: 0.3em 0 0.1em 0;
	text-align: center;
	background: #FFF url(../kontakt/input.gif) repeat-x; /* Schattenbild - GIF */
	border-top: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
	}

#captchacontent .absenden{ 				/* Container des Captcha-Moduls */
	width: 140px;
	height: 33px;						/* gesamte Breite des Moduls schnell ändern */
	color: #000;
	/*background: url(../kontakt/absenden.gif) no-repeat top left;*/
	margin: 0;
	padding: 0;
	float: left;
	}

/*************************** Eingaben Ende **********************************/


	

#kontakt {

	}