body 
	{
		background-color: #2C4F17;
		color: #FFFFFF;
		margin: 0px auto;
		padding: 0px; 
	}
/* ---------- div ---------- */
#strona         
	{
		margin: 0px auto;
		width: 980px;
	}
#naglowek        
	{
        margin: 0px auto;
        width: 980px;
        height: 80px;
        background-image: url(../bkg/gora.JPG);
        background-repeat: no-repeat;
	}
#logo
        {
		float: left;
		width: 980px;
		height: 200px;
		background-image: url(../bkg/logo.JPG);
		background-repeat: no-repeat;
    }
#podtresc
        {
        clear: both;
        width: 980px;
        float:left;
        background-image: url(../bkg/tlo.JPG);
        background-repeat: repeat;
        font-weight: normal;
	}
#menu      
        {
        float: left;
        width: 210px;
        height: 450px;
        padding-left: 10px;
	}
#tresc
        {
        width: 740px;
        float: left;
        padding-left: 0px;        
        padding-right: 20px;
	}
#dol
        {
        clear: both;
        width: 980;
        height: 20px;
        background-image: url(../bkg/dol.JPG);
        background-repeat: no-repeat;
	}
#stopka 
        {
        clear: both;
        width: 980;
        height: 73px;
        background-image: url(../bkg/stopka.JPG);
        font-size: 0.8em;
        padding-left: 20px;
        background-repeat: no-repeat;
    }
/* ------------------- ul li ----------------------------------------------- */
ul, ul li 
	{
        font-size: 0.9em;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
	}
ul 
	{
        width: 176px;
        padding: 2px 2px 1px 2px;
	}
ul li 
	{
        border-bottom: 1px solid #9ce;
	}
/* ----------------------- menu ----------------------------------- */
ul a:link, ul a:visited 
	{
        display: block;
        width: 176px;
        text-decoration: none;
        padding: 7px;
        font-weight: bold;
        color: #def;
        border-left: 5px solid #25b;
	}
ul a:hover 
	{
        width: 152px;
        background-color: #28e;
        color: #fff;
        border-left: 10px solid #26d;
	}
/* ---------- h1, h2, h3, h4, h5, ---------- */
h1 
	{
        font-weight: bold;
        color: #452A0A;
        font-size: 1.6em;
        line-height: 1.6em;
        display: block;
        font-family:  Arial, Trebuchet MS, Verdana, sans-serif;
	}
h2 
	{
        font-weight: bold;
        color: #452A0A;
        font-size: 1.6em;
        line-height: 1.6em;
        display: block;
        font-family:  Arial, Trebuchet MS, Verdana, sans-serif;
	}
h3 
	{
        font-weight: bold;
        font-size: 1em;
        line-height: 1em;
        color: #333333;
        display: block;
        font-family:  Arial, Trebuchet MS, Verdana, sans-serif;
	}
h4 
	{
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #044E4F;
        display: block;
        font-family:  Arial, Trebuchet MS, Verdana, sans-serif;
	}
h5 
	{
        font-weight: bold;
        color: #452A0A;
        font-size: 1em;
        font-family:  Arial, Trebuchet MS, Verdana, sans-serif;
	}