/* Datei: formate.css fuer petras hp */
h1, h2, h3, h4, td, th, ul, ol, li , p, div { font-family:Lucia Sans,Verdana,Arial,Helvetica,sans-serif }
body { body text:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* normaler Text */
h1 {
	font-size:9pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;


} 

p {
	font-size:8pt;
	font-style: normal;
	font-weight: bold;

} 


/* a:link = Verweise zu noch nicht besuchten Seiten */
a:link { color:#FF0000; text-decoration:none; }

/* a:visited = Verweise zu bereits besuchten Seiten */
a:visited { color:#FF0000; text-decoration:none; }

/* a:active = Verweise, die gerade angeklickt werden */
a:active { color:#0000FF; text-decoration:none; }

/*hover = onmouseover nur bei ie*/
a:hover { color:#FFFF33; 	background-color: #003399;}
