/* DATEI: formate.css */

* {  font-family:Arial,sans-serif; }
h1 { font-size:16pt; margin-bottom:10pt; }
h2 { font-size:14pt; margin-bottom:10pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }
p,ul,ol,li,div,td,th,address,blockquote { font-size:10pt; }
li { margin-top:3pt; }
/* 
pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }
code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }
var { font-style:normal; color:#0000C0; }
blockquote,cite { font-style:italic; }
.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }
.code { background-color:#FFFFE0; }
.tabxpl { background-color:#E4EEFF; }
.doc { background-color:#EEEEEE; }
.nav { background-color:#FFEEDD; }
.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }
.blue { color:#0000C0; }
pre.normal { color:#000000; } 
*/
a:link { color:#0000A0; text-decoration:none; font-weight:bold; }		/* für noch nicht besuchte Verweisziele */
a:visited { color:#0000A0; text-decoration:none; font-weight:bold; }	/* für bereits besuchte Verweisziele */
a:hover { color:#0080FF; text-decoration:none; font-weight:bold; }		/* während der Anwender mit der Maus darüber fährt*/
a:focus { color:#0080FF; text-decoration:none; font-weight:bold; }		/* für z.B. mit der Tastatur ausgewählte Verweise */
a:active { color:#000000; text-decoration:none; font-weight:bold; }		/* für angeklickte Verweise */
/* a.an { text-decoration:none; } */
