/* DATEI: Format.css */
/* 17.12.2007 Cap Nguyen */

body { background-color:#E6E6FA; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,b,blockquote,nobr,i,a { font-family:Arial,sans-serif, helvetica; }
p,ul,ol,div,li,td { font-size:10pt; }

.mini  { font-size:6pt; }
.klein { font-size:8pt; }
.gross { font-size:16pt; }
.maxi  { font-size:24pt; }

.blau  { color:#0080FF; }
.nodeco { text-decoration:none; }

h1 { font-size:32pt; font-weight:normal; margin-top:0pt; }
h2 { font-size:22pt; font-weight:normal; margin-top:2pt; }
h3 { font-size:16pt; font-weight:normal; margin-top:1pt; }
h4 { font-size:10pt; font-weight:bold; margin-top:0pt; margin-bottom:0pt; }

ol { list-style-type:decimal; }
ul { list-style-type:circle; }

pre { font-family:Courier New,Courier;font-size:10pt; color:#0000C0; }
tt { font-family:Courier New,Courier;font-size:10pt; color:#0000C0; }


/* a:link { color:#A00000; text-decoration:underline; }*/
/* a:visited { color:#0000FF; text-decoration:underline; }*/
/* a:active { color:#A00000; text-decoration:underline; }*/


a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#A00000; text-decoration:underline; }
a:active { color:#A00000; text-decoration:underline; }


.blue1 { background-color:#B0C4DE;}
.blue2 { background-color:#E6E6FA;}
.blue3 { background-color:#D9EDFF;}
