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

.um { margin-left:15px; font-size:16px; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; margin-left:20px; }

h3 { font-size:16px; }

h4 { font-size:15px; }

p,ul,ol,li,div,address,blockquote,td,th { font-size:15px; }

li { margin-top: 3px; }

table { margin-left: 20px;
        font-family:Arial,sans-serif; }

pre { font-family: monospace; }

A:link    { color: #000000; text-decoration:none }             /* für unbesuchte Links */
A:visited { color: #000000; text-decoration:none }             /* für besuchte Links */
A:hover   { color: #0000FF; text-decoration:underline }        /* wenn die Maus über dem Link ist */
A:active  { color: #0000FF; text-decoration:underline; padding: 2px }        /* wenn der Link angeklickt ist */

body { background-color:#CCCCCC;
       background-image:url(hintergrund.gif);
       background-repeat:no-repeat;
       background-attachment:fixed;
       background-position:center center;
       }

#menue    { position:fixed; top:30px; left:10px; width:150px; z-index:4; }

#schatten { position:fixed; top:33px; left:13px; width:147px; z-index:3; color: #FFFFFF; }

#inhalt   { position:absolute; top:10px; left:165px; z-index:2; }

p#copyright { position:fixed; bottom:10px; right:10px; z-index:1; }

