/* 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; 
    background-color: #CCFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color:#CCFF99;
	scrollbar-highlight-color:#FFDA95;
	scrollbar-3dlight-color:#EFFD9F;
	scrollbar-darkshadow-color:#828F34;
	scrollbar-shadow-color:#CC6633;
	scrollbar-arrow-color:#006600;
	scrollbar-track-color: #e9febf;
	background-color: #e9febf;
}

h1 { 
	font-size: 16pt; 
	color:#FF6600; 
}
h2 { 
    font-size: 14pt; 
	color:#cc3300;  
}
h3 {
	font-size:13pt;
	color: #FF9900;
}
h4 { 
	font-size:11pt; 
	font-weight:bold; 
}

p { font-size:10pt; }
p.klein {font-size:9pt; }
p.kleiner {font-size:7pt; }
td,th { font-size:10pt; }
ul,ol,li {font-size:10; }
div {font-size:9pt; }


a:link { color:#006600; text-decoration:none; }
a:visited { color:#339900; text-decoration:none; }
a:active { color:#ff6600; text-decoration:none; }
/*hover = onmouseover nur bei ie*/
a:hover {
	color:#FFFFCC;
	background-color: #006600;
}
