/*

#########################################################################
#																		#
#	Achtung: Die Farbe für Fehler und Hinweise stellen Sie in der		#
#	Datei settings.php ein. Für ein paar Elemente allerdings greift		#
#	aus Technischen Gründen der Wert aus diesem Stylesheet!				#
#	Wenn Sie die Farbe hier auch noch anpassen möchten, suchen Sie		#
#	einfach nach dem Wert "FF6600" und ersetzen ihn mit Ihrem			#
#	gewünschten Wert.													#
#																		#
#########################################################################

/* Hintergrund vom Formular */
#kontakt_formular{
	color: #544F43;
/*	background-color: #EFEFEF;*/
	border:1px solid #791718;
	-moz-border-radius:5px;
	font-size: 11px;
	font-weight:bold;
	padding-top:10px;
	width: 546px;
	height: 260px;
    background-image: ../images/text-bg.gif;
	background-repeat: no-repeat;
	
}

#kontakt_output{
	color: #544F43;
/*	background-color: #EFEFEF;*/
	border:1px solid #791718;
	-moz-border-radius:5px;
	font-size: 11px;
	font-weight:bold;
	padding:15px;
	width: 515px;
	height: 230px;
    background-image: ../images/text-bg.gif;
	background-repeat: no-repeat;
	
}

/* Feld, welches nach dem Versand bei der Dankesausgabe und bei Zeitsperre erscheint 
	Gleiche Werte wie oben, nur ohne Briefmarke und mit geringerer Höhe */

/* "Divs" für Formular Beschriftungen */
#kontakt_formular .name, #kontakt_formular .email, #kontakt_formular .betreff, #kontakt_formular .inhalt, #kontakt_formular .spam {
	text-align:right;
	width:80px;
	height:20px;
	float:left;
	margin:3px;
	padding-top:4px;
}
#kontakt_formular .inhalt {
	padding-top:10px;
}
/* "Divs" für Formular Input Felder */
#kontakt_formular .name_input, #kontakt_formular .email_input, #kontakt_formular .betreff_input, #kontakt_formular .inhalt_input {
	width:180px;
	height:20px;
	float:left;
	margin:5px;
}
/* "Div" für Inhalt Textarea */
#kontakt_formular .inhalt_input {
	width:300px;
	height:70px;
	padding-top:5px;
	margin-bottom:0px;
}
/* Länge der Inputfelder */
#kontakt_formular #name,#kontakt_formular #mail, #kontakt_formular #betreff {
	width:200px;
}
/* Länge und Höhe der Textarea */
#kontakt_formular #inhalt {
	width:300px;
	height:60px;
}
#kontakt_formular .kopie_senden {
	height:20px;
	width:20px;
	margin-left:90px;
	float:left;
}
#kontakt_formular .kopie_text {
	width:380px;
	padding-top:2px;
	height:20px;
	float:left;
}
/* Rechenaufgabe Input */
#kontakt_formular .spam_input {
	float:left;
	width:50px;
	margin:5px;
}
/* Text Spamschutz, bitte ausfüllen.... */
#kontakt_formular .spam_frage {
	float:left;
	width:220px;
	margin:5px;
	padding-top:3px;
}
/* Senden Button Position  */
#kontakt_formular .submit {
	float:left;
	width:140px;
	text-align:right;
	margin:5px;
}
/* Formular (Hinweis Text bei Fehler) */
#kontakt_formular .hinweis {
	text-align:center;
	padding-top:5px;
	font-size:10px;
}
/* Hover Link (Sonderfarbe Orange) */
#kontakt_formular a:hover{
	color: #FF6600;
}
#spam {
	text-align:right;
	margin-top:13px;
	font-size:11px;
	height:10px;
	font-family:Arial, Helvetica, sans-serif;
}
/* (Button Optik) */
#kontakt_formular .button_normal {
	padding-bottom:2px;
	background-color: #544F43;
	color: #F1F1F1;
	height:19px;
	width:auto;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Button hover Optik */
#kontakt_formular .button_mover {
	padding-bottom:2px;
	background-color: #EFEFEF;
	color: #FF6600;
	height:19px;
	width:auto;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Output Feld (Link) */
#kontakt_output a,a {
	text-decoration:none;
	color:#544F43;
}
/* Output Feld (Link hover Orange) */
#kontakt_output a:hover{
	color:#FF6600;
}
.clear {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:0px;
	width:0px;
}
