/* Seitenformatierung */
body{
font-size:12pt;
font-style:normal; 
font-weight:normal;
font-stretch:normal;
font-family:serif; 
color:black;
/*background-color:white;*/
background-image:url(/backgrounds/Back3.jpg);
background-repeat:repeat;
background-attachment:fixed;
}

/* Ueberschriften */
h1{ color:red;
    text-align:center;
    font-size:xx-large;
    font-style:normal; 
    font-weight:bold;
    font-stretch:wider;
    font-family:serif; }

h2{ color:red;
    font-size:x-large;
    font-style:normal; 
    font-weight:bold;
    font-stretch:wider;
    font-family:serif; }

h3{ color:red;
    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;
        padding:0pt;
        margin:0pt;
      }

/* speziell fr Bilder  */
a.pi:link{ color:blue;
        font-style:italic;
        border-width:thin;
        border-style:hidden;
        font-decoration:none;
      }

/* Bilder mit sich ndernder Randfarbe; */
a.bp:link{ color:blue;
                      font-style:italic;
                      border-width:thick;
                      border-style:solid;
                      border-color:blue;
                      font-decoration:none;
                      background-color:blue;
                     }
            

/* besucht - normal */
a:visited{color:green;
           font-style:italic;
           font-decoration:underline;
           border-style:hidden;
           padding:0pt;
           margin:0pt;
         }


/* besucht fr Bilder */
a.pi:visited{ color:green;
                   font-style:italic;
                   font-decoration:none;
                   border-style:hidden;}

/* besucht fr Bilder mit rand */
a.bp:visited{ color:green;
                      font-style:italic;
                      border-width:thick;
                      border-style:solid;
                      border-color:green;
                      font-decoration:none;
                      background-color:green;
                     }

/* aktiv - normal */
a:hover,a:focus{ color:red;
                 font-family:serif;
                 font-style:italic;
                 font-decoration:underline;
                 background-color:yellow;
                 padding:0pt;
                 margin:0pt;
               }

/* aktiv fr Bilder */
a.pi:hover,.pi:focus {color:red;
                 font-family:serif;
                 font-style:normal;
                 font-decoration:none;
                 border-style:hidden;
                 background-image:url(/backgrounds/Back3.jpg);}

/* aktiv fr Bilder mit Rand */
a.bp:hover, a.bp:focus{
                      color:red;
                      font-style:italic;
                      border-width:thick;
                      border-style:solid;
                      border-color:red;
                      font-decoration:none;
                      background-color:red;
                     }

img{ border-style:none;
     padding:0pt;
     margin:0pt;
     }
