body {
    background: #FFFFFF;
    color: black;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#zbiornik {
		margin: 20px auto;
		width: 800px;
		background-color: #FFFFFF;
		padding: 0;
		border-style: solid;
		border-width: 1px;
		border-color: #8F8562;
	}

#header {
		color: #f0f0f0;
		background-image: url('./bg.jpg');;
		font-size: 1em;
		padding: 0 0 0 20px;
		text-align: left;
		margin: 0;
		height: 150px;
		border-bottom-style: solid;
		border-bottom-width: 0.5px;
		border-bottom-color: #8F8562;
	}

#clear {
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8F8562;
	text-align: right;
	font-size: 10pt;
	padding-right: 10px;
	height: 80px;
	background: #FFFFFF;
}
	
	h2 {
		margin: 0;
		display: block;
		border-bottom-style: solid;
		border-bottom-width: 0.5px;
		border-bottom-color: #8F8562;
		font-size: 1.5em;
		text-align: left;
		padding: 0;
		letter-spacing: 3px;
		}
		
	#left {
		margin: 6.5em 0 0 0;
		width: 250px;
		height: auto;
		padding-right: 20px;
		text-align: right;
		background-color: #FFFFFF;	
		font-family: tahoma, helvetica, sans-serif;
		float: left;
		}		
		
	#left a	{
		color: #1F1F1F;
		display: block;
		font-size: 1.2em;
		text-decoration: none;
		font-family: tahoma, helvetica, sans-serif;
		padding: 0 10px 0 0;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #8F8562;
		}
	
	#left a:hover {
		background-color: #8F8562;
		color: #EFECE0;
		}
		
	#left h3			{
		color: #EFECE0;		
		background-color: #1F1F1F;
		display: block;
		font-size: 1.5em;
		text-decoration: none;
		font-family: tahoma, helvetica, sans-serif;
		padding: 0 10px 0 0;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #8F8562;
		}
				
				
	#tekst {
		margin-top: 3em;
		width: 525px;
		font-size: 10pt;
		padding: 0;
		color: black;
		text-align: justify;
		font-family: tahoma, helvetica, sans-serif;
		float: left;
		background-color: #FFFFFF;
		}
	
	#tekst a,  #clear a {
		color: black;
		font-size: 10pt;
		font-family: helvetica, sans-serif;
		}
	
	#tekst a:hover,  #clear a:hover {
		color: black;
		text-decoration: none;
		}
		
	#tekst p, #tekst ul {
		padding: 0 20px 0 20px;
		}
