/* Seitenformatierung */
body{
font-size:medium;
font-style:normal; 
font-weight:normal;
font-stretch:normal;
font-family:serif; 
color:black;
/*background-color:white;*/
background-image:url(/jawa/back.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:red;
        font-style:italic;
        font-decoration:underline;
        border-style:hidden;
        padding:0pt;
        margin:0pt;
      }

/* besucht - normal */
a:visited{color:green;
           font-style:italic;
           font-decoration:underline;
           border-style:hidden;
           padding:0pt;
           margin:0pt;
         }


/* aktiv - normal */
a:hover,a:focus{ color:yellow;
                 font-family:serif;
                 font-style:italic;
                 font-decoration:underline;
                 background-color:blue;
                 padding:0pt;
                 margin:0pt;
               }


img{ border-style:none;
     padding:0pt;
     margin:0pt;
     }
