/* DATEI: elli.css */
body { background-color:#b7dbe9;
       background-image:url(ellibg.png);
          background-repeat:no-repeat;
          background-attachment:fixed;
          background-position:left bottom;
       color:#3F003F;
       font-size:16pt; 
       font-style:sans-serif; }

table { width:100%; }
       
p.mitte { text-align:center; }

p.rechts { text-align:right; }

a:link    { color:#700020; 
            text-decoration:none; }
a:visited { color:#700020; 
            text-decoration:none; }


