

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

#captchacontent { 					/* Container des Captcha-Moduls */
	width: 98%;						/* gesamte Breite des Moduls schnell ändern */
	line-height: 140%;
	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: none;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	}

#captchacontent .pflichtfeldhinweis{ /* Die mit einem * gekennzeichnete Felder ... */
	float: right;
	color: #333333;
	font-size: 90%;
	font-weight: lighter;
	}


/************************************* 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: 1% 0 0 4%;
	border: none;
	}

#captchacontent label {				/* Text: "Name, Telefon-Nu. etc.*/
	margin: 0 0 0 0;
	padding: 0 0 0 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.8em;
	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: 70%;
	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 */
	}

#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: 200px;
	height: 60px;						/* gesamte Breite des Moduls schnell ändern */
	color: #000;
	background: url(../kontakt/absenden.gif) no-repeat center left;/* Schattenbild - GIF */
	margin: 0;
	padding: 0;
	}

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

	

#kontakt {

	}
