/*  layout.css 		    */
/*  css-Datei der EU-CAR.DE */
/*  erstellt: Juli 2002     */
/*  reedit by Marko Ritter 9/2002 */


/**** Aufbau *****
	1. Dynamische Seiten
		1. Allgemein
		2. Seitenspezifisch
	2. Statische Seiten
		1. Allgemein
		2. Seitenspezifisch


*/


/**** Kürzel: *****
    d - detailansicht
	e - ergebnisseite
	a - angebotsseite
	s - suchseite
*/






/******************************************************************************/
/******************************************************************************/
/*				 DYNAMISCHE SEITEN: pkwsuche.php, angebot.php    */
/******************************************************************************/
/******************************************************************************/


/******************************************************************************/
/*				 ALLGEMEIN    */
/******************************************************************************/

/* Standard-Fonts und Colors */
body { 	font-size:8pt;
       	font-family:Verdana,Helvetica,Arial;
       	color:#404040;
	background-color:#565F80; 
	scrollbar-base-color:#565F81;
	scrollbar-track-color:#565F81;
	scrollbar-face-color:#565F81;
	scrollbar-highlight-color:#ABB1C1;
	scrollbar-3d-light-color:#;
	scrollbar-dark-shadow-color:#2E3757;
	scrollbar-shadow-color:#ABB1C1;
	scrollbar-arrow-color:#F9FAEA;
	margin:0px;}

/* Standardschrift im Table */
TD{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;COLOR:#000000;text-align:justify;line-height:150%;} 

td.txt{FONT-FAMILY:Verdana,Helvetica,Arial;FONT-SIZE:10pt;color:#000000;text-align:justify;line-height:120%;width:80%}



/******************************************************************************/
/*				 ALLGEMEIN  -  LINKS  */
/******************************************************************************/

   a:link {font-family:Verdana,Arial,Helvetica; color:#CF7000;font-size:8pt;text-decoration:none;}
   a:visited {font-family:Verdana,Arial,Helvetica;color:#CF7000;font-size:8pt;text-decoration:none;}
   a:hover {font-family:Verdana,Arial,Helvetica;color:#5E6788;font-size:8pt;text-decoration:underline;}

/* Links oben */
/* de */ A.linkoben:link{COLOR:#000000;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}
/* de */ A.linkoben:visited{COLOR:#000000;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}
/* de */ A.linkoben:hover{COLOR:#16433E;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}

			
/* Links unten */
/* de */ A.linkklein2:link{COLOR:#FFFFFF;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;}
/* de */ A.linkklein2:visited{COLOR:#FFFFFF;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;}
/* de */ A.linkklein2:hover{COLOR:#FF0000;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;}

/* Links unten */
/* de */ A.linkklein:link{COLOR:#000000;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;}
/* de */ A.linkklein:visited{COLOR:#000000;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;}
/* de */ A.linkklein:hover{COLOR:#FFFFFF;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;}



/******************************************************************************/
/*				 TABLES  -  RAHMEN    */
/******************************************************************************/

/****** Allgemeine Rahmen ******/
/* ae */ table.rahmen{border-color:#565F81;border-width:1px;border-style:solid;
		border-collapse:collapse;width:580px;background-color:#E1E4EE}
/* s*/ table.rahmenklein{border-color:#004990;border-width:0px;border-style:solid;
		width:450px}





		
/******************************************************************************/
/*				 TABLES  -  BACKGROUNDS  */
/******************************************************************************/

/* ades */ tr.ub{background-color:#565F80;background-image:url(../graph/hg-u.jpg);}
/* ades */ tr.ub1{background-color:#ABB1C1;}
/* ades */ tr.ub2{background-color:#565F80;}

/* e */ tr.ub1farbe{background-color:#74B1AA;}
/* e */ tr.ub2farbe{background-color:#D1E8E6;}


/******************************************************************************/
/*				 TABLES  -  FONTS     */
/******************************************************************************/

/* as */ TD.ubtext{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:12pt;COLOR:#000000;} 

/* as */ TD.ubtext1{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:11pt;COLOR:#000000;} 

/* as */ TD.ubtext2{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:11pt;COLOR:#FFFFFF;background-image:url(../graph/hg-u.jpg);} 


/******************************************************************************/
/*				 BUTTONS & ELEMENTS    */
/******************************************************************************/

/* Button */
/* ds */ input.button{border-color:#000000;FONT-FAMILY: Helvetica,Arial;
		FONT-SIZE:9pt;color:#ffffff;border-style:solid;background:#565F81;} 

/* DESIGN LINIE */
/* des */ hr.linie{height:1px;color:#565F81;}



/******************************************************************************/
/*				 FAQ  -  FONTS     */
/******************************************************************************/

/* e */ tr.faq{background-color:#9A9FB2;}
/* e */ tr.faq1{background-color:#FFFFFF;}

/* as */ TD.faq{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:10pt;font-weight:bold;COLOR:#000000;} 
/* as */ TD.faqtxt{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:10pt;COLOR:#000000;} 


/****** LINKS *********/
 a.faq:link{font-family:Verdana,Arial,Helvetica;font-size:9pt;color:#5E6788;
			text-decoration:underline;font-weight:bold;}
 a.faq:visited{font-family:Verdana,Arial,Helvetica;font-size:9pt;color: #5E6788;
			text-decoration:underline;font-weight:bold;}
 a.faq:hover{font-family:Verdana,Arial,Helvetica;font-size:9pt;color:#CF7000;
			text-decoration:none;font-weight:bold;}









/******************************************************************************/
/*				 SUCHMASKE  - pkwsuche.php - suchmaske    */
/******************************************************************************/

/****** FONTS ******/
/* s */ TD.std{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;COLOR:#000000;}

/****** BUTTONS & ELEMENTS ******/

/* Drop Down */
/*s*/ select.pull{width:150px;border-color:#CFCFCF;FONT-FAMILY: Verdana,Helvetica,Arial;
		FONT-SIZE:9pt;color:#000000;border-style:solid;;background:#E1E3EF} 

/*s*/ select.pullklein{width:55px;border-color:#CFCFCF;FONT-FAMILY: Verdana,Helvetica,Arial;
		FONT-SIZE:9pt;color:#000000;border-style:solid;;background:#E1E3EF} 

/* Eingabefeld */
/*s*/ input.eingabe{width:150px;border-color:#000000;FONT-FAMILY: Verdana,Helvetica,Arial;
		FONT-SIZE:9pt;color:#000000;border-width:1px;background:#E1E3EF;} 






/******************************************************************************/
/*				 ERGEBNISLISTE  - pkwsuche.php - ergebnis  */
/******************************************************************************/

/****** Rahmen Ergebnisliste ******/
/* e */ table.rahmenerg{border-color:#004990;border-width:0px;border-style:solid;
		width:98%;} 

/* Rahmen Ergebnisliste unten vor zurück*/
/* e*/ table.rahmenunten{border-color:#004990;border-width:1px;border-style:solid;
		width:580px} 


/****** FONTS ******/
/* e */ TD.ergkopf{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:12pt;font-weight:bold;
			COLOR:#FFFFFF;}
/* e */ TD.ergunten{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:bold;
			COLOR:#FFFFFF;}
/* e */ TD.sucherergebnis{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;background-color:#EFEFEF;}
/* e */ TD.fzgangaben{FONT-FAMILY:Verdana,Helvetica,Arial;FONT-SIZE:8pt;COLOR:#000000;}
/* e */ TD.preis{FONT-FAMILY:Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:bold;
			COLOR:#CF7000;}
/* e */ TD.fbottom{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;background-color:#e0e0e0;}

/****** Links Fahrzeuge******/
/* e */ A.linkfzg:link{COLOR:#565F80;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:none;}
/* e */ A.linkfzg:visited{COLOR:#565F80;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:none;}
/* e */ A.linkfzg:hover{COLOR:#CF7000;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:none;}






/******************************************************************************/
/*				 ANGEBOT - angebot.php  */
/******************************************************************************/

/****** TAIBLE ******/
/* Serienzubehör Rahmen*/
/* a */ table.angebot{border-color:#565F81;border-width:1px;border-style:solid;
			background-color:#E1E4EE;width:270px;} 

/****** FONTS ******/
/* a */ TD.angebot{background-color:#565F81;font-family:Verdana,Arial,Helvetica;
			font-size:11pt;color:#ffffff;}
/* a */ TD.angebotklein{FONT-FAMILY: Verdana,Helvetica,Arial;
			FONT-SIZE:8pt;COLOR:#000000;}

/****** LINKS ******/
/* a */ A.angebot:link{COLOR:#565F81;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:none;}
/* a */ A.angebot:visited{COLOR:#565F81;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:none;}
/* a */ A.angebot:hover{COLOR:#CF7000;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;font-weight:none;}

/* a */ A.angebotklein:link{COLOR:#565F81;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}
/* a */ A.angebotklein:visited{COLOR:#565F81;TEXT-DECORATION:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}
/* a */ A.angebotklein:hover{COLOR:#CF7000;TEXT-DECORATON:underline;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}




/******************************************************************************/
/*				 DETAILANSICHT  - pkwsuche.php - detailansicht    */
/******************************************************************************/

/****** TABLES ******/

/* Aussenrahmen */
/* d */ table.detailrahmen{border-color:#565F81;border-width:0px;
			border-style:solid; width:58s0px} 

/* Oberster Rahmen */
/* d */ table.innenrahmen{border-collapse:collapse;
			border:1px solid #565F81;width:580px;background-color:#E1E4EE} 

/* 3er Block Außenrahmen oben Detail */
/* d */ table.innenrahmen2{border-collapse:collapse;
			border:1px solid #565F81;width:580px;background-color:#E1E4EE} 

/* 3er Block oben Detail */
/* d */ table.detailblock{width:100%;} 



/***** FONTS ******/
/* SZB UB*/
/* d */ TD.fahrzeugart{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			font-weight:bold;COLOR:#000000;} 
/* d */ td.fahrzeugnr{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#ffffff;}
/* d */ td.fahrzeug{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:12pt;
			COLOR:#ffffff;}
/* d */ td.kleins{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;}
/* d */ TD.ganzklein{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;
			COLOR:#000000;}



/***** MIXED - !FELDER! MIT BACKGR-COLOR *****/
/* d */ TD.dunkel{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;background-color:#ABB1C1;}
/* d */ TD.hell{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;background-color:#C6CCDB;}


/* Link zur Anzeige des Serienzubehör */
/* d */ td.sbzanzeige{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;background-color:#E1E4EE;} 

/* SZB 1 */
/* d */ TD.szb1{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;background-color:#ABB1C1;} 

/* SZB 2*/
/* d */ TD.szb2{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#000000;background-color:#C6CCDB;} 




/******* BACKGROUNDS *******/
/* d */ tr.detailkopf1{background-color:#565F81;}
/* d */ tr.detailkopf2{background-color:#565F81;}





/****** BUTTONS & ELEMENTS *******/
/* eMail Eingabefeld */
/* d */ input.email{width:80px;height:21px;border-color:#000000;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;color:#000000;
			border-width:1px;background:#EFEFEF;} 



/****** LINKS *********/

/* d */ A.szb:link{COLOR:#000000;TEXT-DECORATION:underline;font-weight:bold;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}
/* d */ A.szb:visited{COLOR:#000000;TEXT-DECORATION:underline;font-weight:bold;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}
/* d */ A.szb:hover{COLOR:#CF7000;TEXT-DECORATION:underline;font-weight:bold;
			FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:8pt;}


/****** FORMS ******/
/* d */ input.bestellform{ BORDER-RIGHT: #9F9F9F thin solid;
			BORDER-LEFT: #9F9F9F thin solid;BORDER-TOP: #9F9F9F thin solid;
			BORDER-BOTTOM: #9F9F9F thin solid color:#9F9F9F; width:140px;
			height=22; font-size:9pt;}



		
			
			
/******************************************************************************/
/******************************************************************************/
/*				 ANDERE STATISCHE SEITEN: agb.php , ...    */
/******************************************************************************/
/******************************************************************************/



/******************************************************************************/
/*				 ALLGEMEIN  -  LINKS  */
/******************************************************************************/

   a.nav:link{font-family:Verdana,Arial,Helvetica;font-size:11pt;color:#FFFFFF;
   			text-decoration:none;font-weight:bold;}
   a.nav:visited{font-family:Verdana,Arial,Helvetica;font-size:11pt;color: #FFFFFF;
   			text-decoration:none;font-weight:bold;}
   a.nav:hover{font-family:Verdana,Arial,Helvetica;font-size:11pt;color:#DAAF01;
   			text-decoration:none;font-weight:bold;}
   			
   a.navu:link{font-family:Verdana,Arial,Helvetica;font-size:11pt;color:#000000;
   			text-decoration:none;font-weight:none;}
   a.navu:visited{font-family:Verdana,Arial,Helvetica;font-size:11pt;color: #000000;
   			text-decoration:none;font-weight:none;}
   a.navu:hover{font-family:Verdana,Arial,Helvetica;font-size:11pt;color:#565F80;
   			text-decoration:none;font-weight:none;}

   a.mail:link{font-family:Arial,Helvetica;font-size:9pt;color:#001060;
   			text-decoration:none}
   a.mail:visited{font-family:Arial,Helvetica;font-size:9pt;color: #001060;
   			text-decoration:none}
   a.mail:hover{font-family:Arial,Helvetica;font-size:9pt;color:#FF7F00;
   			text-decoration:none}

   a.mailoben:link{font-family:Arial,Helvetica;font-size:8pt;color:#FFFFFF;
   			text-decoration:none}
   a.mailoben:visited{font-family:Arial,Helvetica;font-size:8pt;color: #FFFFFF;
   			text-decoration:none}
   a.mailoben:hover{font-family:Arial,Helvetica;font-size:8pt;color:#FF7F00;
   			text-decoration:none}

	A.detailkopf:link{COLOR:#000000;TEXT-DECORATION:underline;
			FONT-FAMILY: Helvetica,Arial;FONT-SIZE:9pt;}
	A.detailkopf:visited{COLOR:#000000;TEXT-DECORATION:underline;
			FONT-FAMILY: Helvetica,Arial;FONT-SIZE:9pt;}
	A.detailkopf:hover{COLOR:#16433E;TEXT-DECORATION:underline;
			FONT-FAMILY: Helvetica,Arial;FONT-SIZE:9pt;}

			
			
/******************************************************************************/
/*				 TABLES  -  RAHMEN    */
/******************************************************************************/

table.rahmenub{border-color:#0E403A;border-width:0px;border-style:solid;
		width:796px; background-color:#565F80;background-image:url(../graph/hg-u.jpg);} 
table.rahmenub2{border-color:#004990;border-width:1px;border-style:solid;
		background-color:#004990;width:580px} 
table.rahmentop{width:580px} 

table.rahmenohne{border-style:solid; border-width:1px;border-color:#004990;
		background-color:#F3F9FE;} 

/* DetaildruckSerienzubehör Rahmen*/
table.szbrahmen{border-color:#000080;border-width:1px;
			border-style:solid; background-color:#FFFFFF;} 
		
		
/******************************************************************************/
/*				 TABLES  -  BACKGROUNDS  */
/******************************************************************************/

tr.grau{background-color:#D7E6F4;}
tr.weiss{background-color:#F3F9FE;}

/****** Hintergrund Ergebnis ******/ 
/* oberer Teil */
tr.bgergeboben{background-color:#FCEFCF;} 
/* unterer Teil */
tr.bgergebunten{background-color:#FCEFCF;} 

/* Hintergrund oberer Teil */
tr.szb{background-color:#000000;} 



/******************************************************************************/
/*				 TABLES  -  FONTS     */
/******************************************************************************/

TD.welcome{FONT-FAMILY: Helvetica,Arial;FONT-SIZE:11pt;font-weight:bold;}

TD.dickblau{FONT-FAMILY:Helvetica,Arial;FONT-SIZE:8pt;
			COLOR:#2C3676;font-weight:bold;}
/* Dickblau
TD.normalblau{FONT-FAMILY:Helvetica,Arial;FONT-SIZE:11pt;
			COLOR:#2C3676;font-weight:bolder;}
*/
/* kleine Standardschrift */
TD.klein{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:7pt;COLOR:#000000;} 

/* grosse Standardschrift */
TD.gross{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:16pt;COLOR:#ffffff;} 

TD.mittel{FONT-FAMILY: Verdana,Helvetica,Arial;FONT-SIZE:11pt;COLOR:#ffffff;} 

TD.ubgross{FONT-FAMILY: Helvetica,Arial;FONT-SIZE:25pt;font-weight:bold;COLOR:#ffffff;} 
TD.ubklein{FONT-FAMILY: Helvetica,Arial;FONT-SIZE:9pt;font-weight:bold;COLOR:#ffffff;} 



/******************************************************************************/
/*				 TABLES  -  MENU LEISTE */
/******************************************************************************/

td.menuu{font-family:Arial,Helvetica;font-size:8pt;color:#EFEFEF;}
td.menuborder{border-style:solid; border-colr:#000000;}
TD.menua{font-family:Verdana,Arial,Helvetica;font-size:11pt;color:#FFFFFF;font-weight:bold;}
td.dickw{font-family:Arial,Helvetica;font-size:12pt;color:#CEEFFF;}

/* Kopf */
TD.bg{background-color:#DCEFE2}
TD.obenn{background-color:#DCEFE2}
TD.oben{font-family:Arial,Helvetica;font-size:8pt;color:#FFFFFF;background-color:#00376B}




/******************************************************************************/
/*				 NOINFO    */
/******************************************************************************/

/**** MIXED ****/
TD.ueberschrift{FONT-FAMILY: Helvetica,Arial;FONT-SIZE:12pt;
			font-weight:bold;COLOR:#ffffff;background-color:#000000;}
			
/* Serienzubehör */
TD.serie{FONT-FAMILY: Helvetica,Arial;FONT-SIZE:9pt;
			COLOR:#000000;background-color:#ffffff;} 

/* SZB UB*/
TD.szbub{FONT-FAMILY: Helvetica,Arial;FONT-SIZE:9pt;
			COLOR:#000000;background-color:#000000;} 


			

td.copy{FONT-FAMILY: Helvetica,Arial;FONT-SIZE:8pt;COLOR:#7F7F7F;}




.kontaktform{ border-right: #e5e5e5 1px solid; border-top: #c3c3c3 1px solid; 
		font-weight: normal; font-size: 11px; border-left: #c3c3c3 1px solid; width: 303px; 
		color: #000000; line-height: 15px; border-bottom: #e5e5e5 1px solid; 
		font-family: arial,verdana, helvetica, geneva; height: 16px; 
		background-color: #ffffff}
		
.kontaktformular{ border-right: #e5e5e5 1px solid; border-top: #c3c3c3 1px solid; 
		font-weight: normal; font-size: 11px; border-left: #c3c3c3 1px solid; width: 280px; 
		color: #000000; line-height: 15px; border-bottom: #e5e5e5 1px solid; 
		font-family: arial,verdana, helvetica, geneva; height: 16px; 
		background-color: #ffffff}
				
.kontaktformvorname{ border-right: #e5e5e5 1px solid; border-top: #c3c3c3 1px solid; 
		font-weight: normal; font-size: 11px; border-left: #c3c3c3 1px solid; width: 122px; 
		color: #000000; line-height: 15px; border-bottom: #e5e5e5 1px solid; 
		font-family: arial,verdana, helvetica, geneva; height: 16px; 
		background-color: #ffffff}
		
.kontaktformname{ border-right: #e5e5e5 1px solid; border-top: #c3c3c3 1px solid; 
		font-weight: normal; font-size: 11px; border-left: #c3c3c3 1px solid; width: 123px; 
		color: #000000; line-height: 15px; border-bottom: #e5e5e5 1px solid; 
		font-family: arial,verdana, helvetica, geneva; height: 16px; 
		background-color: #ffffff}
		
.kontaktformplz{ border-right: #e5e5e5 1px solid; border-top: #c3c3c3 1px solid; 
		font-weight: normal; font-size: 11px; border-left: #c3c3c3 1px solid; width: 44px; 
		color: #000000; line-height: 15px; border-bottom: #e5e5e5 1px solid; 
		font-family: arial,verdana, helvetica, geneva; height: 16px; 
		background-color: #ffffff}
		
.kontaktformort{ border-right: #e5e5e5 1px solid; border-top: #c3c3c3 1px solid; 
		font-weight: normal; font-size: 11px; border-left: #c3c3c3 1px solid; width: 228px; 
		color: #000000; line-height: 15px; border-bottom: #e5e5e5 1px solid; 
		font-family: arial,verdana, helvetica, geneva; height: 16px; 
		background-color: #ffffff}
		
.kontaktarea{ border-right: #e5e5e5 1px solid; border-top: #c3c3c3 1px solid; 
		font-weight: normal; font-size: 11px; border-left: #c3c3c3 1px solid; width: 303px; 
		color: #000000; line-height: 15px; border-bottom: #e5e5e5 1px solid; 
		font-family: arial,verdana, helvetica, geneva; height: 70px; 
		background-color: #ffffff}

/* Button */
input.schalter{border-color:#9F9F9F;FONT-FAMILY: Helvetica,Arial;
			FONT-SIZE:9pt;color:#000000;border-style:solid;} 

/* Serienzubehör Rahmen*/			
table.rahmendick{border-color:#0E3879;border-width:1px;border-style:solid;
			background-color:#F8F8F8;} 


