/* DATEI: artemis.css */

/* Projekteinheitliche Formatierungsanweisungen. */
/* - Font-Familie, -Größe und Formatierungen
   - Seitenaussehen (Hintergrund, ahref-Eigenschaften, Seitenabstand)
 */

/* Schriftart: */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
    font-family:Arial,Helvetica; }

/* Seitenhintergrund, Text- und Anker-Farben (body-tag-Parameter) */
/*body { background-image:url(../img/humanRightsNow-cbc-bg.jpg);*/
body { background-image:url(../img/back_mauerwerk_grau.gif);
background-attachment:fixed;
       color:black;
       /*margin:1cm;*/ }
a:link { color:black; text-decoration:underline; }
a:active { color:#007070; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }

/* Schriftgrößen und -effekte: */
h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
    font-size:x-small; }
h1 { font-size:large; text-decoration:underline; }
h2 { font-size:medium; font-weight:bold; }
h3 { font-size:small; font-weight:100; text-decoration:underline; }
h4 { font-weight:bold; }