

/********************
* POWERMAIL
********************/

fieldset
{
 border: 0px; 
 
}

fieldset legend
{
 display: none;
}

#kontaktformular
{
	width: 48%;
	display: inline; 
	float: left;
}

#kontaktformular label
{
display: block; 
width: 100%;
line-height: 20px;
color: #7E7E7E;
font-family: verdana;
font-size: 12px;
height: 21px;
}


			
				#kontaktformular input
				{
				display: block; 
				width: 100%;
				background-color: #F4FDF6;
				border: 1px solid #CACACA;				
				/*line-height: 28px;*/
				color: black;
				font-family: arial, verdana, helvetica;
				font-size: 14px;
				}
				
				#kontaktformular input:focus, #kontaktformular input:hover
				{
				border: 1px solid #8CAECC;				
				}
				
				
				#kontaktformular textarea
				{
				display: block; 
				width: 100%;
				height: 150px;
				background-color: #F4FDF6;
				border: 1px solid #CACACA;	
				margin-bottom: 12px;
				text-align: left;	
				color: black;
				font-family: arial, verdana, helvetica;
				font-size: 14px;	
				}				

				#kontaktformular textarea:focus
				{
				border: 1px solid #8CAECC;					
				}
				
				
				#kontaktformular .powermail_mandatory_js
				{
				color: red;
				}
				
				
				#kontaktformular .powermail_submit
				{
				 border: 0px !important;
				 display: block;
				 float: right;
		 		 margin-top: 20px;
 				 font-size: 0px;
 				 cursor:pointer;  
 				 background-color: #EDE9DA;
 				 background-image: url("../images/absenden_2.png");
				 width: 138px; height: 29px;
				 line-height: 30px;
 				}	
 				
 				
 
/*** confirm ***/

.tx-powermail-pi1_confirmation 				
{
 background-color: white; 
 border: 1px solid #8CAECC;
 padding: 6px;
}


.tx-powermail-pi1_confirmation p
{
color:#697EA3;
font-family:arial;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
padding:2px 0;
}						

.tx-powermail-pi1_confirmation .powermail_all .powermail_all_td
{
 padding: 4px;
}

.tx_powermail_pi1_formconfirmation_back
{
 float: left; 
 width: 80px; 
 padding: 0px;
}

/*** THX ***/ 

.tx-powermail-pi1_thx
{
 background-color: white; 
 border: 1px solid #8CAECC;
 padding: 6px;
}

.tx-powermail-pi1_thx .powermail_all_td
{
 padding: 4px;
}




/************
* Beitritt
*
************/



/********************
* POWERMAIL
********************/

#beitritt
{
	width: 48%;
	display: inline; 
	float: left;
}

#beitritt label
{
display: block; 
width: 100%;
line-height: 20px;
color: #7E7E7E;
font-family: verdana;
font-size: 12px;
height: 21px;
}


			
				#beitritt input
				{
				display: block; 
				width: 100%;
				background-color: #F4FDF6;
				border: 1px solid #CACACA;				
				/*line-height: 28px;*/
				color: black;
				font-family: arial, verdana, helvetica;
				font-size: 14px;
				}
				
				#beitritt input:focus, #beitritt input:hover
				{
				border: 1px solid #8CAECC;				
				}
				
				
				#beitritt textarea
				{
				display: block; 
				width: 100%;
				height: 150px;
				background-color: #F4FDF6;
				border: 1px solid #CACACA;	
				margin-bottom: 12px;
				text-align: left;	
				color: black;
				font-family: arial, verdana, helvetica;
				font-size: 14px;	
				}				

				#beitritt textarea:focus
				{
				border: 1px solid #8CAECC;					
				}
				
				
				#beitritt .powermail_mandatory_js
				{
				color: red;
				}
				
				
				#beitritt .powermail_submit
				{
				 border: 0px !important;
				 display: block;
				 float: right;
		 		 margin-top: 20px;
 				 font-size: 0px;
 				 cursor:pointer;  
 				 background-color: #EDE9DA;
 				 background-image: url("../images/absenden_2.png");
				 width: 138px; height: 29px;
				 line-height: 30px;
 				}	
 				
 				
 

