@charset "utf-8";
/* CSS Document */

 <style type="text/css">
 
 							
 
 
						body		{		font: normal 100.01% 'PTSansRegular', Arial, Helvetica, sans-serif;			/* Schriftgewicht, Schriftgröße, Schriftart */
											margin: 1em;											/* Außenabstand */
									}
									
		div#con_left_kontakt h1		
											{ 
												font-family: 'PTSansCaptionRegular', Helvetica, sans-serif;
												font-size: 22px;
												font-style: normal;
												line-height:48px;
												color: #333;
											}
											
		div#con_left_kontakt h4		
											{ 
												font-family: 'PTSansCaptionRegular', Helvetica, sans-serif;
												font-size: 22px;
												font-style: normal;
												line-height:28px;
												color: #333;
											}
	/*										
	div#con_left_kontakt h2					{ 
												font-family: 'PTSansRegular', Helvetica, sans-serif;
												font-size:15px;
												font-style: normal;
												line-height:20px;
												color: #666;
											}*/
	
	div#con_left_kontakt p				{ 
												font-family: 'PTSansRegular', Helvetica, sans-serif;
												font-size:14px;
												font-style:normal;
												line-height:22px;
												color: #333;
											}
										
		
			fieldset				{		
											width:245px;								/* Breitenangabe */	
									}
							
								
			fieldset dl			{			
											float: left;											
									}
									
			dt label				{		font-size: 12px;				
											margin-top: 8px;
											margin-bottom:2px;
									}
									
									
			.lang_l				{		width:241px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding: 1px;						/* Innenabstand */
											float:left;
									}						
									
			.lang_i				{		width:241px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											border: 1px solid #999;		/* Rahmen */
											padding: 1px;						/* Innenabstand */
											float:left;
									}
									
			.fast_lang_l		{		width:192px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding: 1px;						/* Innenabstand */
											float:left;
									}
									
			.fast_lang_i		{		width:192px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											border: 1px solid #999;		/* Rahmen */
											padding: 1px;						/* Innenabstand */
											float:left;
									}
									
			.mitte_l				{		width:115px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding: 1px;
											float:left;
									}		
									
			.mitte_i				{		width:115px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											border: 1px solid #999;		/* Rahmen */
											padding: 1px;
											float:left;
									}		
									
			.mitte_l_m			{		width:115px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding: 1px;
											float:left;
											margin-left:7px;
											
									}		
									
			.mitte_i_m			{		width:115px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											border: 1px solid #999;		/* Rahmen */
											padding: 1px;
											float:left;
											margin-left:7px;
									}				
									
			.kurz_l				{		width:38px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding: 1px;
											float:left;
											margin-right:7px;
									}
									
			.kurz_i				{	
											border: 1px solid #999;		/* Rahmen */
											width:38px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding: 1px;
											float:left;
											margin-right:7px;
									}
									
			.drittel_l				{		
											width:73px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding:1px;
											float:left;
									}
									
			.drittel_i			{	
											border: 1px solid #999;		/* Rahmen */
											width:73px;
											vertical-align: bottom;			/* Vertikale Ausrichtung */
											padding:1px;
											float:left;
									}						
									
		.drittel_l_m			{		width:73px;
											vertical-align: bottom;			
											padding:1px;
											float: left;
											margin-left:7px;
									}
									
		.drittel_i_m			{	
											border: 1px solid #999;		
											width:73px;
											vertical-align: bottom;			
											padding: 1px;
											float: left;
											margin-left:7px;									
									} 
									
		
									/* Klassen für Breiten und Abstände der input-Boxen */
									
									
			dd textarea			{		border: 1px solid #999;	/* Rahmen */
											width:241px;
											padding:1px;
											height:103px;
									}
									
									
		dd select#objekt		{		width: 245px;										/* Breitenangabe */
									}
									

			#con_left_left						{	width:245px;
														float:left;
														margin: 20px 20px 0 0;
													}
			
			
			
			#con_left_right					{	width:245px;
														float:left;
														margin: 20px 20px 0 0;
													}
			
	
										
		ul dl dd input[type="submit"]	{		
											float: right;						/* Aus dem Dokumetenfluss, rechtsbündig*/
											width: 110px;						/*Breitenangabe*/
											margin: 0 0 0 0;					/*Aussenabstand*/
											height: 2em;					/*Höhenangabe*/
											color: #fff;							/*Schriftfarbe*/
											background-color:#84B775;	/*Hintergrunnd*/
									}		
									
		ul dl dd input[type="reset"]	{		
											float: left;						/* Aus dem Dokumetenfluss, rechtsbündig*/
											width: 110px;						/*Breitenangabe*/
											margin: 0 0 0 0;					/*Aussenabstand*/
											height: 2em;					/*Höhenangabe*/
											color: #fff;							/*Schriftfarbe*/
											background-color:#84B775;	/*Hintergrunnd*/
									}						
			

									
		.nachrechts				{		float:right;
									}				
			
		
		
		</style>