/* - - - - - - - - - - */

/* - - - - - - - - - - */
/* FORM ANZEIGEN  */
/* - - - - - - - - - - */


#form_anzeigen {
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;
}
#form_anzeigen #sendbutton {
	clear:both;
	padding-top:20px;
	padding-left:125px;
}
*html #form_anzeigen #sendbutton {
	padding-left:129px;
}
*:first-child+html #form_anzeigen #sendbutton {
	padding-left:125px;
}

.button_anzeigen {
	width:215px !important; 
	height:24px;
	border:1px solid #999;
}
*html .button_anzeigen {
	width:217px !important; 
}
*:first-child+html .button_anzeigen {
	
}

/* LABEL DIV */

#form_anzeigen #labels{
	float: left;
	width:100px;
	margin: 0;
	padding:10px 10px 10px 10px;
	color:white;
	text-align: right;
	line-height:22px;
}
html*#form_anzeigen #labels {
	line-height:23px;
}
*html #form_anzeigen #labels{
	line-height:22px;
}
*:first-child+html #form_anzeigen #labels{
	line-height:22px;
}


/* INPUT DIV */

#form_anzeigen #inputs{
	padding:10px 0 10px 0;
	margin-left:125px;
	margin-right: 300px;

	line-height:22px;
}
/* FIXES IE PROBLEM WITH MARGIN RIGHT WHEN FORM IS SMALL AFTER SEND */
#form_anzeigen #formpart_small #inputs{
	margin-right: 0px !important;
}

/* NOTES DIV */

#form_anzeigen #notes{

	float: right;
	
	padding:10px 10px 10px 10px;
	margin: 0;
	width: 280px;
	
	border-left:1px solid #888;

	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#c0c0c0;	
	line-height:22px;
}
html*#form_anzeigen #notes {
	line-height:23px;
}
*html #form_anzeigen #notes{
	line-height:22px;
}
*:first-child+html #form_anzeigen #notes{
	line-height:22px;
}



/* - - - - - - - - - - */

/* - - - - - - - - - - */
/* FORM KLEINANZEIGEN  */
/* - - - - - - - - - - */


#form_kleinanzeigen {
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;
}
#form_kleinanzeigen #sendbutton {
	clear:both;
	padding-top:20px;
	padding-left:125px;
}
*html #form_kleinanzeigen #sendbutton {
	padding-left:129px;
}
*:first-child+html #form_kleinanzeigen #sendbutton {
	padding-left:125px;
}

.button_kleinanzeigen {
	width:215px !important; 
	height:24px;
	border:1px solid #999;
}
*html .button_kleinanzeigen {
	width:217px !important; 
}
*:first-child+html .button_kleinanzeigen {
	
}

/* LABEL DIV */

#form_kleinanzeigen #labels{
	float: left;
	width:100px;
	margin: 0;
	padding:10px 10px 10px 10px;
	color:white;
	text-align: right;
	line-height:22px;
}
html*#form_kleinanzeigen #labels {
	line-height:23px;
}
*html #form_kleinanzeigen #labels{
	line-height:22px;
}
*:first-child+html #form_kleinanzeigen #labels{
	line-height:22px;
}


/* INPUT DIV */

#form_kleinanzeigen #inputs{
	padding:10px 0 10px 0;
	margin-left:125px;
	margin-right: 300px;

	line-height:22px;
}
/* FIXES IE PROBLEM WITH MARGIN RIGHT WHEN FORM IS SMALL AFTER SEND */
#form_kleinanzeigen #formpart_small #inputs{
	margin-right: 0px !important;
}

/* NOTES DIV */

#form_kleinanzeigen #notes{

	float: right;
	
	padding:10px 10px 10px 10px;
	margin: 0;
	width: 280px;
	
	border-left:1px solid #888;

	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#c0c0c0;	
	line-height:22px;
}
html*#form_kleinanzeigen #notes {
	line-height:23px;
}
*html #form_kleinanzeigen #notes{
	line-height:22px;
}
*:first-child+html #form_kleinanzeigen #notes{
	line-height:22px;
}




/* - - - - - - - - - - */

/* - - - - - - - - - - */
/* FORM CONATCT		   */
/* - - - - - - - - - - */

#form_contact {
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;
}
#form_contact #sendbutton {
	margin-top:14px;
	margin-left:125px;
}
*html #form_contact #sendbutton {
	margin-left:129px;
}
*:first-child+html #form_contact #sendbutton {
	margin-left:125px;
}

.button_kontakt {
	width:215px !important; 
	height:24px;
	border:1px solid #999;
}
*html .button_kontakt {
	width:217px !important; 
}
*:first-child+html .button_kontakt {
	
}

/* LABEL DIV */

#form_contact #labels{
	color:white;
	
	width:100px;
	height:100%;
	padding:10px 10px 10px 10px;
	margin:0;
	
	text-align: right;

	
	float:left;
	line-height:22px;
}
html*#form_contact #labels {
	line-height:23px;
}
*html #form_contact #labels{
	line-height:22px;
}
*:first-child+html #form_contact #labels{
	line-height:22px;
}


/* INPUT DIV */

#form_contact #inputs{
	padding:10px 0 10px 0;
	margin-left:125px;
	line-height:22px;
}


/* - - - - - - - - - - */

/* - - - - - - - - - - */
/* TEXTAREA */
/* - - - - - - - - - - */

.message_standard{
	width:214px;
	height:101px;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;	
}
html* .message_standard {
	height:106px !important;
}
* html .message_standard{
	width:210px !important;
	height:102px !important;
}
*:first-child+html .message_standard{
	width:211px !important;
	height:102px !important;
}

/* ANZ UNLIMITED */

.anztext_unlimited_standard{
	width:214px;
	height:123px;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;	
}
html*.anztext_unlimited_standard {
	height:131px !important;
}
* html .anztext_unlimited_standard{
	width:210px !important;
	height:125px !important;
}
*:first-child+html .anztext_unlimited_standard{
	width:211px !important;
	height:125px !important;
}

/* ANZ 156 */

.anztext156_standard{
	width:214px;
	height:82px;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;	
}
html* .anztext156_standard {
	height:85px !important;
}
* html .anztext156_standard{
	width:210px !important;
	height:83px !important;
}
*:first-child+html .anztext156_standard{
	width:211px !important;
	height:83px !important;
}

/* ANZ 52 */

.anztext52_standard{
	width:214px;
	height:32px;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;	
}
html* .anztext52_standard {
	height:36px !important;
}
* html .anztext52_standard{
	width:210px !important;
	height:33px !important;
}
*:first-child+html .anztext52_standard{
	width:211px !important;
	height:33px !important;
}



/* - - - - - - - - - - */

/* - - - - - - - - - - */
/* INPUT */
/* - - - - - - - - - - */

.input_standard{
	width:210px;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;	
}
html*.input_standard {
	
}
* html .input_standard{
	
}
*:first-child+html .input_standard{
	
}

/* INPUT FILE */

.input_file{
	height:18px;
	width:30px;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#444444;	
}
html* .input_file {
	width:100px;
	height:26px;
}
* html .input_file{
	width:100px;
	height:18px;
}
*:first-child+html .input_file{
	width:100px;
	height:18px;
}


/* - - - - - - - - - - */

/* - - - - - - - - - - */
/* MISC */
/* - - - - - - - - - - */

#formholder{
	float:left;
	margin-left: 35px;
	margin-top: 10px;
}
html*#formholder {
	
}
*html #formholder{
	margin-top: 20px;
	float:none;
}
*:first-child+html #formholder{
	margin-top: 20px;
}

/* FORM CONTACT */

#form_contact #formpart{
	clear:both;
	position:relative;
	width:355px;
	margin-bottom:10px;
}

/* FORM KLEINANZEIGEN */

#form_kleinanzeigen #formpart{
	clear:both;
	position:relative;
	width:658px;
	margin-bottom:10px;
}
#form_kleinanzeigen #formpart_small{
	clear:both;
	position:relative;
	width:355px;
	margin-bottom:10px;
}

/* FORM KLEINANZEIGEN */

#form_anzeigen #formpart{
	clear:both;
	position:relative;
	width:658px;
	margin-bottom:10px;
}
#form_anzeigen #formpart_small{
	clear:both;
	position:relative;
	width:355px;
	margin-bottom:10px;
}


#regularTextCount{
	color:#b1b1b1;
}

#additionalTextCount{
	color:#b1b1b1;
}
#form_full_column{
	float: left;
	width:335px;
	margin: 0;
	padding:0 10px 10px 10px;
	margin-top:13px;
	margin-bottom:10px;
	line-height:22px;
}
#formchapter {
	position:absolute;
	top:4px;
	right:5px;
	font: normal 100.01% Times;
	font-size:60px;
	color:#4f5983;

}
/* classes for validator */

.tfvHighlight {
	color: #d80c06;
}
.tfvNormal {
	/*color: white;*/
}
.inputHighlighted {
	color: #d80c06;
}
.inputNormal {
	color: #444;
}

