	body
	{
		background-image:url(images/pozadie.gif);
		background-repeat:repeat;
	}
	
	body, span, div, td, a, input
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#444;
	}
	
	.white { color: white }
	.smaller { font-size:10px;color:#777 }
	.smaller a {font-size:10px; color:#777 }
	h1
	{
		font-size:16px;
		color:#B6965A;
		border-bottom:2px solid #c3aa79;
	}
	
	h2
	{
		height:25px; 
		color:#000;
		font-size:12px;
		
	 line-height:25px; 
		font-weight:bold;
		background-color:#eee;
		padding-left:5px;
		margin-top:0px;
		margin-bottom:1px;
	}
	h2 a { color:#135FBB; text-decoration:none }
	h2 a:hover { color:#3333ff; text-decoration:none }

	h3
	{
		height:50px; 
		color:#000;
		font-size:12px;
		
		/* line-height:25px; */
		font-weight:bold;
		background-color:#eee;
		padding-left:5px;
		margin-top:0px;
		margin-bottom:1px;
		
	}
	h3 a { color:#135FBB; text-decoration:underline }
	h3 a:hover { color:#007cdb; text-decoration:underline }

	a
	{
		color:#B76E2A;
		text-decoration:underline;
	}
	a:hover
	{
		color: #333333;
		text-decoration:underline;
	}

	.bigger {
	font-size: 16px;
	font-weight: bold;
	}
	
	fieldset
	{
		margin-top:2px;
	}
	

	fieldset legend { color: #999} 
	fieldset
	{
		border:1px solid #CCCCCC;
		font-size:8pt;
		padding:5px;
	}
	
	fieldset a.button
	{
		color:#FFFFFF;
		padding:5px 10px 5px 10px;
		background-color:#990033;
		text-decoration:none;
	}
	
	fieldset a.button:hover
	{
		text-decoration:underline;
	}
	
	fieldset select
	{
		width:160px;
		font-size:8pt;
		margin:5px 0px 5px 0px;
		background-color:#fff;
		
	}
	
	fieldset input
	{
		font-size:8pt;
		width:160px;
		margin:5px 0px 5px 0px;
		
	}
	
	
	.footer
	{
		padding:5px;
		margin-top:10px;
		text-align:center;
		 border-top:1px solid #c3aa79;  
		font-size:8pt;
		color: #866C3C;
	}
	.footer a { color: #866C3C }
	.footer a:hover { color: #666666 }

	.footer2
	{
		margin-top:10px;
		text-align:center;
		 border-top:1px solid #c3aa79;  
		font-size:8pt;
		color: #c3aa79;
	}
	
