@charset "utf-8";
/* CSS Document */

A:link {
        COLOR:           #777777;
        font-size :      1em;
        TEXT-DECORATION: none;
        }

A:visited {
        COLOR:           #777777;
        TEXT-DECORATION: none;
         }

A:active {
        COLOR:           #777777;
        TEXT-DECORATION: none;
         }

A:hover {
        COLOR:           #474747;
        TEXT-DECORATION: none;
        background-color: white;
         }

BODY     {
         font-family:    verdana;
         color :         #777777;
         font-size :     1em;
         font-weight:    not bold;
		 background-image:url(graphics_central/background2B.gif);
         }

TABLE    {
         border:         0;
         font-family :   verdana;
         color :    #777777;
         font-size :     .8em;
         }

.pagetitle {
		font-family : verdana;
		font-style: normal;
		color :    #777777;
		font-stretch: expanded;
}

/* IE-Fix fuer png */
img { behavior: url('iepngfix.htc'); }