/*[variables]
colors
{
	@30: #D1D1D1;
	@20: #ADADAD;
	@10: #B53E3E;
	@00: #66CF49;
}
*/
TABLE
{
	width: 100%;
}
FORM#contactForm
{
	/*[disabled]margin:0px 10px 10px;*/
}
FORM#contactForm TR TD
{
	padding: 0 35px;
}
INPUT, TEXTAREA
{
	width: 94%;
	background-color: #ADADAD; /*[e]@20*/
	border: thin solid #6D6D6D;
}
INPUT.radio
{
	width: 17px;
}
LABEL
{
	display: block;
	margin: 16px 5px 5px;
}
INPUT.buttons
{
	width: 20%;
	float: right;
	margin-right: 46px;
	border: thin inherit #B53E3E; /*[e]thin inherit @10*/
}
SPAN.req
{
	color: #B53E3E;
}
/*Spry Textfield Validation*/
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg
{
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: block;
	color: #B53E3E; /*[e]@10*/
	z-index: 20;
	display: none;
}
.textfieldValidState INPUT, INPUT.textfieldValidState
{
	background-color: #ADADAD; /*[e]@20*/
}
INPUT.textfieldRequiredState, .textfieldRequiredState INPUT, INPUT.textfieldInvalidFormatState, .textfieldInvalidFormatState INPUT, INPUT.textfieldMinValueState, .textfieldMinValueState INPUT, INPUT.textfieldMaxValueState, .textfieldMaxValueState INPUT, INPUT.textfieldMinCharsState, .textfieldMinCharsState INPUT, INPUT.textfieldMaxCharsState, .textfieldMaxCharsState INPUT
{
	background-color: #B53E3E; /*[e]@10*/
}
.textfieldFocusState INPUT, INPUT.textfieldFocusState
{
	background-color: #D1D1D1; /*[e]@30*/
}
.textfieldFlashText INPUT, INPUT.textfieldFlashText
{
	color: #B53E3E !important; /*[e]@10*/
}
/*Spry TextArea Validation*/
.textareaRequiredMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg
{
	display: none;
}
.textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #B53E3E; /*[e]@10*/
	border: 1px solid #CC3333;
}
.textareaValidState TEXTAREA, TEXTAREA.textareaValidState
{
	background-color: #ADADAD; /*[e]@20*/
}
TEXTAREA.textareaRequiredState, .textareaRequiredState TEXTAREA, TEXTAREA.textareaMinCharsState, .textareaMinCharsState TEXTAREA, TEXTAREA.textareaMaxCharsState, .textareaMaxCharsState TEXTAREA
{
	background-color: #B53E3E; /*[e]@10*/
}
TEXTAREA#Nachricht
{
	margin-bottom: 7px;
	height: 138px;
	overflow: auto;
	width: 98%;
}
.textareaFocusState TEXTAREA, TEXTAREA.textareaFocusState
{
	background-color: #D1D1D1; /*[e]@30*/
}
.textareaFlashState TEXTAREA, TEXTAREA.textareaFlashState
{
	color: red !important; /*[e]red*/
}
/*####### AJAX FORM*/
#log
{
	width: 320px;
	position: absolute;
	top: 268px;
	right: 200px;
	background-color: #1A1D27;
	border: 1px solid #9D9D9D;
	display: none;
	text-align: center;
}
#log_res UL LI
{
	list-style-type: disc;
	margin-left: 16px;
}
#log A
{
	color: #ADADAD; /*[e]@20*/
	font-weight: bold;
	padding-bottom: 0px;
	display: block;
	background-color: #2B2B2B;
}
#log_res
{
	overflow: auto;
	text-align: left;
	padding: 20px;
}
#log_res.ajax-loading
{
	background: url(../img/spinner2.gif) no-repeat center;
	padding: 68px 0 0;
}
#mailerror
{
	color: #B53E3E; /*[e]@10*/
	text-align: left;
	margin-bottom: 5px;
}
#mailsent
{
	color: #D1D1D1; /*[e]@30*/
	text-align: left;
}
#Honigeimer
{
	display: none;
}
#ads
{
	width: 213px;
}
