/* FORM 
----------------------------------------- */
#EpoqForm{
	color:#FFF;
	padding:25px;
	margin-bottom:20px;
}

#EpoqFormPreisrechner{
	color:#595959;
	padding-bottom:25px;
	padding-right:25px;
	padding-left:0px;
	padding-top:25px;
	height:280px;
}

#Content fieldset{
	border:none;	
}

#Content .message
{
	color:green;
	background:#ddd;
	border:1px solid #ccc;
	padding:5px;
	margin-top: 5px;
	width: 250px;
}

#EpoqForm table{
	margin:0px;
	padding:0px;
	width:640px;
}

#EpoqForm span.formHeader{
	color:#FFFFFF;
	display:block;
	font-size:1.6em;
	margin-bottom:10px;
}

#EpoqForm span.normalText{
	color:#FFF;
	font-size: 1.1em;
}

#EpoqForm p{
	color:#FFF;
}

#EpoqForm label{
	font-size: 1.1em;
}

#EpoqForm.blue{
	background: url(../images/formBg/blue.jpg);
}


#EpoqFormPreisrechner table{
	margin-left:240px;
	margin-bottom:20px;
	padding:0px;
	width:400px;
}

#EpoqFormPreisrechner span.formHeader{
	color:#929292;
	display:block;
	font-size:1.6em;
	margin-bottom:10px;
}

#EpoqFormPreisrechner span.normalText{
	color:#929292;
	font-size: 1.1em;
}

#EpoqFormPreisrechner p{
	color:#404040;
}

#EpoqFormPreisrechner label{
	font-size: 14px;
}

#EpoqFormPreisrechner.green{
	/*background:#00FFFF;*/
	background: url(../images/formBg/preisrechner.jpg) top;
}

input.action{
	background-color:#fff;
	padding:3px 3px 5px 3px;
	display:block;
	color:#404040;
}

input.berechnen{
	display:block;
	color:#404040;
	background: url(../images/formBg/green.jpg);
}


#EpoqForm span.error{
	margin-left:10px;
}


#EpoqForm form select,
#EpoqForm form input{
	height:20px;
	border:1px solid #bfbfbf;
}	

#EpoqFormPreisrechner span.error{
	margin-left:10px;
}


#EpoqFormPreisrechner form select,
#EpoqFormPreisrechner form input{
	padding-bottom:2px;height: 20px;
	font-size: 13px;
	border:1px solid #bfbfbf;
}	

#EpoqFormPreisrechner ul{
	margin-left:210px;
	margin-top:84px;
	text-align:justify;
}

#EpoqFormPreisrechner ul li{
	color:#929292;
	list-style-image:url(../images/formBg/bullet_gruen.jpg);
}


/*  Partnerformular */

.produktLabel {
	font-size:12px;
	height:20px;
	width:80px;
	display:block;
	background:#666699;
	margin-bottom:15px;
	margin-left:5px;
	float:left;
}

.produktAuswahl {
	background:#CCFF00;
	border: 1px solid #005ea2;
	height:18px;
	width:5px;
	margin-bottom:15px;
}

.partnerLabel {
	font-size:12px;
	height:20px;
	width:80px;
	display:block;
	background:#666699;
	float:left;
	margin-bottom:15px;
}

.eingabeInhalte {
	background:#CCFF00;
	border: 1px solid #005ea2;
	height:18px;
	width:200px;
	margin-left:10px;
	margin-bottom:15px;
}

.betreff {
	background:#CCFF00;
	border: 1px solid #005ea2;
	height:18px;
	width:500px;
	margin-left:10px;
	margin-bottom:15px;
}

.nachricht {
	background:#CCFF00;
	border: 1px solid #005ea2;
	height:100px;
	width:500px;
	margin-left:10px;
	margin-bottom:15px;
}

#PartnerForm table{
	margin:0px;
	padding:0px;
	width:640px;
}

#PartnerForm span.formHeader{
	color:#FFFFFF;
	display:block;
	font-size:1.6em;
	margin-bottom:10px;
}

#PartnerForm span.normalText{
	color:#FFF;
	font-size: 1.1em;
}

#PartnerForm p{
	color:#4d4d4d;
	font-size:12px;
}

#PartnerForm.partner{
	/*background: url(../images/formBg/blue.jpg);*/
}

#PartnerForm span.formHeader{
	color:#929292;
	display:block;
	font-size:1.6em;
	margin-bottom:10px;
}

#PartnerFormPreisrechner span.normalText{
	color:#929292;
	font-size: 1.1em;
}

#PartnerForm form select,
#PartnerForm form input{
}	
