/*

Nico Noack, Feb. 2002 (C)

formate.css
Formatierungsinformationen zur Website
www.stb-richter.com

Steuerberater Klaus Richter, Gröditz

*/


/*Formatierungsvorschriften:*/
/*body: alle nicht weiter bezeichneten Texte im Body der html Seiten*/
body  { color:rgb(113,0,35);
		background-color:#CCCC88;

		font-family:'Garamond','Tahoma','Times','Times New Roman','Courier';
		font-size:80%;

		vertical-align:top;
		text-align:justify;

		letter-spacing:0.2mm;
     	word-spacing:0.8mm;

		margin-top:0cm;
		margin-bottom:0cm;
        margin-left:0cm;
        margin-right:0cm  ;
		}

/*Überschrift im Titel der Seite*/
h2{ color:rgb(113,0,35);
		font-family:'Garamond','Times','Times New Roman',serif;
		font-size:175%;
		font-variant:small-caps;
		text-shadow:black;
		letter-spacing:0.8mm;
     	word-spacing:0.8mm;
		margin-top:0cm;
		margin-bottom:0cm;
        margin-left:0cm;
        margin-right:0cm  ;
		}

/*Einzelne Seitenüberschriften der Seiten im Frame*/
h1	  { color:rgb(113,0,35);
		font-family:'Garamond','Tahoma','Times','Times New Roman','Courier';
		font-size:150%;
		letter-spacing:0.8mm;
     	word-spacing:0.8mm;
		margin-top:0cm;
		margin-bottom:0cm;
        margin-left:0cm;
        margin-right:0cm  ;
		}

/*Link Formatierung normal*/
a:link
	  { color:black;
		font-family:'Garamond','Tahoma','Times','Times New Roman','Courier';
		font-size:100%;
		font-weight:bold;
		letter-spacing:0.2mm;
     	word-spacing:0.8mm;
		margin-top:0cm;
		margin-bottom:0cm;
        margin-left:0cm;
        margin-right:0cm  ;
		}

/*Link Formatierung schon besuchte Seiten*/
a:visited
	  { color:black;
		font-family:'Garamond','Tahoma','Times','Times New Roman','Courier';
		font-size:100%;
		font-weight:bold;
		letter-spacing:0.2mm;
     	word-spacing:0.8mm;
		margin-top:0cm;
		margin-bottom:0cm;
        margin-left:0cm;
        margin-right:0cm  ;
		}

/*Link Formatierung bei Mouseover*/
a:hover
	  { color:rgb(113,0,35);
		font-family:'Garamond','Tahoma','Times','Times New Roman','Courier';
		font-size:100%;
		font-weight:bold;
		letter-spacing:0.2mm;
     	word-spacing:0.8mm;
		margin:0cm;
		}

/*Kleine Schrift für Seitenzähler im Menue*/
h4
	  { color:rgb(113,0,35);
		font-family:'Garamond','Tahoma','Times','Times New Roman','Courier';
		font-size:70%;
		letter-spacing:0.2mm;
     	word-spacing:0.5mm;
		margin-top:0cm;
		margin-bottom:0cm;
        margin-left:0cm;
        margin-right:0cm  ;
		}

/*Rechtshinweise, Text mit Blocksatz, sonst normal*/
h3
	  { color:rgb(113,0,35);
		font-family:'Garamond','Tahoma','Times','Times New Roman','Courier';
		font-size:100%;
		text-align:justify;
		letter-spacing:0.2mm;
     	word-spacing:0.5mm;
		margin:5mm;
		}


 