/* ----------------------------------------------------------------------------
Name:  top.css
Autor: Werner Wolf
Date:  30.10.2002
---------------------------------------------------------------------------- */
body
{
   margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
   background-color:#CCFF99;   
   background-image:url(../images/shade_top.jpg); background-repeat:repeat-x;
   font-family:'Times New Roman', Arial;
   font-size:16px;
}

img
{
	border:0px;
}

/* Verweise */
a:link {color=red;}
a:active {color:red;}
a:visited {color:red;}
a:hover {color:red;}
a:focus {color:red;}

