/* DATEI: formate1.css */


body { 	margin-top:10px;
       	margin-bottom:10px;
	margin-left:4px;
     }

/* Abstand zwischen Fensterrand und Inhalt  */



A:link		{text-decoration: none; color: #919191}
A:visited	{text-decoration: none; color: #919191}
A:active	{text-decoration: none; color: #919191}
A:hover		{text-decoration: none; color: #FF8040}

/* formatierung der hyperlinks grau/orange  */


p	{ 	font-size:10pt;
         	font-family:verdana,Helvetica,Arial;
		font-weight:normal;
		color:#b1b1b1  
        }

p.black	{ 	font-size:10pt;
         	font-family:verdana,Helvetica,Arial;
		font-weight:normal;
		color: black  
        }

p.fett	{ 	font-size:10pt;
         	font-family:verdana,Helvetica,Arial;
		font-weight:bold;
		color:#b1b1b1  
        }
p.kursiv{ 	font-size:10pt;
         	font-family:verdana,Helvetica,Arial;
		font-weight:italic;
		color:#b1b1b1  
        }
p.doct  { 	font-size:12pt;
         	font-family:verdana,Helvetica,Arial;
		font-weight:bold;  
        }
p.norm  { 	font-size:10pt;
         	font-family:verdana,Helvetica,Arial,times new roman;
		font-weight:normal;  
        }
p.doctein{ 	font-size:30pt;
         	font-family:times new roman,Verdana,Helvetica,Arial;
		font-weight:bold;  
        }
p.third  { 	font-size:8pt;
         	font-family:verdana,Helvetica,Arial,times new roman;
		font-weight:bold;
		  
        }


/* textformatierungen */






