/* Style fuer Ausarbeitungen */
body{
font-size:11pt;
font-style:normal; 
font-weight:normal;
font-stretch:normal;
font-family:serif; 
color:black;
/*background-color:white;*/
background-image:url(/backgrounds/Unilogo.jpg);
background-repeat:repeat;
background-attachment:fixed;
}

/* Überschriften */
h1{ color:black;
    text-align:center;
    font-size:xx-large;
    font-style:normal; 
    font-weight:bold;
    font-stretch:wider;
    font-family:serif; }

h2{ color:black;
    font-size:x-large;
    font-style:normal; 
    font-weight:bold;
    font-stretch:wider;
    font-family:serif; }

h3{ color:black;
    font-size:large;
    font-style:italic; 
    font-weight:bold;
    font-stretch:wider;
    font-family:serif; }

h4,h5,h6{ 
    font-size:medium;
    font-style:normal; 
    font-weight:bold;
    font-stretch:normal;
    font-family:serif; }


/* Links */
/* normal-nicht besucht */
a:link{ color:blue;
        font-style:italic;
        font-decoration:underline;
        border-style:hidden;
      }

/* besucht - normal */
a:visited{color:green;
           font-style:italic;
           font-decoration:underline;
           border-style:hidden;
         }


/* aktiv - normal */
a:hover,a:focus{ color:red;
                 font-family:serif;
                 font-style:italic;
                 font-decoration:underline;
                 background-color:yellow;
               }

