@charset "iso-8859-1";
/*   difraStyle1.css   */
/*   ---------------   */

/*   Schriftart Titelzeilen Gr 1,2,3   */
h1,h2,h3
{
font-family: arial, "comic sans ms", 'sans serif';
text-align: center;
background-color: transparent;
}

/*   Schriftart Paragraph, Tabelle,List unsorted  ,    */
p,table,li,ul,address
{
font-family: arial, "comic sans ms", 'sans serif';
margin-left: 10pt;
color: white;
}
/*  Schriftgrösse für paragraph, Listen, Tabellenkopf, Tabellenzelle   */
p,li,th,td
{
font-size: 75%;
}

/*  Schriftgrösse für Adresse   */
address
{
font-size: 100%;
}

/*  Schriftfarbe für h1, h2, h3, hr (horizontale Linie)  */
h1,h2,h3,hr
{
color: white;
}

/*  Schriftfarbe für Links  */

a:link {color: #0000FF}
a:visited {color: #0000FF}
a:hover {color: #00F0FF}
a:active {color: #FFF0FF}


/*  Body  */

body
{ 
background-color: #00008b 
}
body
{
background-image: url("images/difra.gif"); 
background-repeat:no-repeat;
background-attachment: fixed ;
background-position:bottom right
}
