/*www.jahn-kanzlei.com*/


/* body */	

body	{
		background-Color: #FFFFFF; 					/* Background-Color = Farbe des Hintergrunds  */
	/*	background-image:url(../images/background.png); 		/* Hintergrundbild */
		background-repeat:repeat-x;					/* Wiederholung des Hintergrundbildes */
 	/*	background-position:30px 20px;
	/* 	background-color:white; height:400px;
	/*  	margin: 0px;							/* Breite des Rahmens der Website */
		margin-top:20px
	/*	marginheight="0" 
	/*	margin-left:100px; margin-right:100px; marginwidth="0"; 	/* linker Randabstand von 100 Pixeln (margin-left:100px;) */
	/*	scrollbar-base-color:#999999; 					/* Basisfarbe der Scroll-Leiste */
	/*	scrollbar-3dlight-color:#ffffff;				/* Farbe für 3D-Effekte */
	/*	scrollbar-arrow-color:#999999;					/* Farbe für Verschiebepfeile */
	/*	scrollbar-darkshadow-color:#ffffff;				/* Farbe für Schatten */
	/*	scrollbar-face-color:#ffffff;					/* Farbe für Oberfläche */
	/*	scrollbar-highlight-color:#999999;				/* Farbe für oberen und linken Rand */
	/*	scrollbar-shadow-color:#999999;					/* Farbe für unteren und rechten Rand */
	/*	scrollbar-track-color:#ffffff; 					/* Farbe für freibleibenden Verschiebeweg */
	}

/* Texte */
	/* Um ein zentrales Format für alle HTML-Elemente eines bestimmten Typs zu definieren, notieren Sie als Selektor den Namen des HTML-Elementtyps, und zwar ohne spitze Klammern. 
	   Beispielsweise werden body (Dokument), h1 (Überschriften 1. Ordnung), p (Textabsätze) und li (Listeneinträge) auf diese Weise notiert. */
	p       {font-size:11px; color:#666666; font-weight:normal; font-family:Arial,Verdana,Helvetica,sans-serif; align=left; line-height:1.4em; margin-left:120px; margin-right:80px;/* letter-spacing:0.1mm; word-spacing:0.4mm; */} /* p (Textabsätze)   letter-spacing:0.2mm (Zeichenabstand)  word-spacing:0.8mm (Wortabstand)*/
	h1 	{font-size:15px; color:#003366; font-weight:bold;   font-family:Times New Roman,Arial,Verdana;      align=left; line-height:0.5em; margin-left:75px;  margin-right:80px; /* border-bottom: 0 px solid #999999; */	letter-spacing: 4px; }
	h2 	{font-size:12px; color:#666666; font-weight:bold;   font-family:Arial,Verdana,Helvetica,sans-serif; align=left; line-height:2.5em; margin-left:100px; margin-right:80px; letter-spacing: 1px; }
	h3 	{font-size:11px; color:#666666; font-weight:bold;   font-family:Arial,Verdana,Helvetica,sans-serif; align=left; line-height:1.5em; margin-left:120px; margin-right:80px;}
	h4 	{font-size:11px; color:#666666; font-weight:normal; font-family:Arial,Verdana,Helvetica,sans-serif; align=left; line-height:1.5em; margin-left:0px;   margin-right:0px;  } /* für Texte in Tabellen */
	h5 	{font-size:7px;  color:#312173; font-weight:normal; font-family:Arial,Verdana,Helvetica,sans-serif; }
	h6 	{font-size:9px;  color:#312173; font-weight:normal; font-family:Arial,Verdana,Helvetica,sans-serif;  letter-spacing:0.1mm; word-spacing:0.4mm;}
	li	{list-style-type:circle; } 					/* disc =normal   circle =runder Kreis  decimal =Zahlenauflistung  lower-roman =Römischeauflistung square =Rechteckiges Bulletzeichen*/
									   					/* <ul style="list-style-image:url(list_style_image.gif)">   = Einbindung einer Auflistungsgrafik */
														/* sans-serif = eine Schriftart ohne Serifen */
/* Verlinkungen */
	a:link 		{color: #666666; text-decoration:none }			/* Link */
	a:visited 	{color: #666666; text-decoration:none }			/* noch nicht verwendeter Link */
	a:hover 	{color: #003366; text-decoration:none }			/* Mouse über Link */
	a:active 	{color: #000000; text-decoration:none }			/* schon mal besuchter Link */
	a:focus 	{color: #000000; text-decoration:none }

	A.aLink:link 	{font-size:11px; color:#999999; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif;}	
	A.aLink:visited {font-size:11px; color:#999999; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif;}
	A.aLink:hover 	{font-size:11px; color:#000000; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif;}
	A.aLink:active  {font-size:11px; color:#000000; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif;}

	A.bLink:link 	{FONT-SIZE: 12px; color: #312173; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif;}	
	A.bLink:visited {FONT-SIZE: 12px; color: #312173; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif;}
	A.bLink:hover 	{FONT-SIZE: 12px; COLOR: #C5072E; TEXT-DECORATION: underline; font-family:Verdana,Arial,Helvetica,sans-serif;}
	A.bLink:active  {FONT-SIZE: 12px; COLOR: #312173; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif;}

	A.cLink:link 	{FONT-SIZE: 9px; color: #999999; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif; letter-spacing:0.2mm;}	
	A.cLink:visited {FONT-SIZE: 9px; color: #999999; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif; letter-spacing:0.2mm;}
	A.cLink:hover 	{FONT-SIZE: 9px; COLOR: #000000; TEXT-DECORATION: underline; font-family:Verdana,Arial,Helvetica,sans-serif; letter-spacing:0.2mm;}
	A.cLink:active  {FONT-SIZE: 9px; COLOR: #999999; TEXT-DECORATION: none;      font-family:Verdana,Arial,Helvetica,sans-serif; letter-spacing:0.2mm;}

/* Bilder */
	/* 	img	{border-color=#99bfff; }				/* Randfarbe von Bildern */
	

/* Tabellen */ 
	table	{table-layout:fixed; }						/* fixed = Breitenangaben haben Vorrang vor dem Zelleninhalt,    auto = Zelleninhalt hat Vorrang vor Breitenangaben */ 
	#table1 {table-layout:fixed; background-color:#ffffff; border:0px; width:900px; padding:0px; border-collapse:separate; border-spacing:0px; vertical-align:top;  }
	


