/* DATEI: dag.css */

body { margin-top:12px; margin-bottom:12px; margin-left:60px; margin-right18px; background-attachment:fixed; }


/* Schrift-Arten */
/* ------------ */

body,p,b,i,div,h1,h2,h3,h4,table,td
     { font-family:Arial,sans-serif,Sans Serif,Helvetica; }

pre,strong { font-family:Courier New,Courier; }



/* Schrift - Größen */
/* --------------- */

body,p,b,i,div,td
   { font-size:15px; }

h1 { font-size:24px; } /* 18pt 24px */
h2 { font-size:19px; } /* 14pt 19px */
h3 { font-size:16px; } /* 12pt 16px */
h4 { font-size:15px; font-weight:bold; } /* 11pt 15px */


/* Schrift-Stile class="_" ( '_' : einsetzen ) */

.leer1 { font-size:1pt }
.leer4 { font-size:4pt }
.leer8 { font-size:8pt }
.leer12 { font-size:12pt }

.winz  { font-size:8pt; }
.mini  { font-size:9pt; }
.small { font-size:10pt; }
.large { font-size:12pt; }
.big   { font-size:14pt; }




/* Farben */
/* ----- */

.black { color:#000000; }
.hgrau { color:#909090; }
.mgrau { color:#808080; }
.dgrau { color:#707070; }
.charta { color:#0000AA; }
.balken { background-color:#EEEEEE; }


/* a href class="_" */
/* --------------- */

a:link    { text-decoration:none; font-style:normal; color:#000000; }
a:visited { text-decoration:none; font-style:normal; color:#646464; }
a:active  { text-decoration:none; font-style:normal; color:#DD0000; }

a.nav:visited { text-decoration:none; font-style:normal; color:#646464; }
