<!--
 body { background: url(menue/back.gif);
        background-repeat:repeat;
		background-attachment:fixed;
		background-color:#FFFFFF;
		margin-left:0;
		font:12pt arial;
 		scrollbar-base-color:#3366FF;
  		scrollbar-3dlight-color:#CCCCCC;
  		scrollbar-arrow-color:#000000;
  		scrollbar-darkshadow-color:#CCCCCC;
  		scrollbar-face-color:#FFFFFF;
  		scrollbar-highlight-color:#FFFFFF;
  		scrollbar-shadow-color:#CCCCCC;
  		scrollbar-track-color:#FFFFFF;
	  }

 h1 { font:20pt arial; font-weight=normal; color:#FF9900; }
 h2 { font:12pt arial; font-weight=bold; color:#FF9900; }

 a:link { text-decoration:underline; font-weight:normal; color:#3366FF; }
 a:visited { text-decoration:underline; font-weight:normal; color:#3366FF; }
 a:hover { text-decoration:underline; font-weight:normal; color:#FF9900; }

 table { font:10pt arial; }


-->