body 			{ 
                  margin: 0; 
				  background: #ededed; 
				  
				  SCROLLBAR-FACE-COLOR: #bfbfbf; 
				  SCROLLBAR-HIGHLIGHT-COLOR: #dfdfdf; 
				  SCROLLBAR-SHADOW-COLOR: black; 
				  SCROLLBAR-3DLIGHT-COLOR: #dfdfdf; 
				  SCROLLBAR-ARROW-COLOR: black; 
				  SCROLLBAR-TRACK-COLOR: #ececec; 
				  SCROLLBAR-DARKSHADOW-COLOR: #ededed; 
				}

p,td,pre	    { font-size : 10px; font-family : Verdana, Helvetica, sans-serif; color : black; }
ul				{ font-size : 10px; font-family : Verdana, Helvetica, sans-serif; color : black; } 	
ol  			{ font-size : 10px; font-family : Verdana, Helvetica, sans-serif; color : black; }
li  			{ font-size : 10px; font-family : Verdana, Helvetica, sans-serif; color : black; font-weight: normal; }
p.tab			{ color: white; font-weight: bold; }

A   			{ font-size: 10px; font-family: Verdana; text-decoration : none; color: #1a74a6; }
A:hover			{ color: #000080; }
A.nohover:hover { text-decoration : none; }

hr				{ color: grey; height: 1px; width: 100%; margin: 0px; padding; 0px; }

/* Elementy formularzy */
form			{ margin: 0px; }
input 			{ border-width: 1; border-color: #999999; border-style: solid; font-size: 10px; font-family: Arial,Helvetica,sans-serif; }
textarea 		{ border-width: 1; border-color: #999999; border-style: solid; font-size: 10px; font-family: Arial,Helvetica,sans-serif; overflow: auto; }
textarea.fw1	{ width: 270px; }
select		 	{ border-width: 1; border-color: #d0d0bf; border-style: solid; font-size: 10px; font-family: Arial,Helvetica,sans-serif; }
input.radio		{ border-color: white; }



/* Czcionka itemu menu */
#menufont		{ color: #ffffff; font-size: 12px; }
#menufont:hover	{ }
/* Czcionka aktywnego itemu menu */
#menufontcur	{ color: red; font-size: 12px; }
#menumargin     { margin-left: 15px; margin-top: 3px;}
#topmenufont	{ font-size: 12px; font-weight: bold; font-family: Arial; color: #ffffff; text-decoration: none; }

#title	  		{ font-weight: bold; font-size: 14px; margin: 3px;}
#content        { background: white; }
#moreinfo		{ cursor: help; text-decoration: underline; }
#content		{ margin: 10px; }

#newshead		{ font-weight: bold; color: #1b7631; font-size: 13px; margin: 0px; }
#newsdata		{ color: #bbbbbb; font-size: 10px; margin: 0px;}
#newsth			{ font-weight: bold; color: white; font-size: 13px; margin-left: 40px; }
#newstxt		{ margin: 0px; font-family: Arial,Helvetica,sans-serif; }

/* Pola oznaczone jako błedy */
#err 			{ color: red; }
#errfield		{ background: #f4b7a2; }

/* Styl dHtml tooltip */
#dhtmltooltip{
	position: absolute;
	width: 50px;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana;
	font-size: 10px;
	
