html,body,div,table,p,ul,li,a,from,input,label
{
margin:0px;
padding:0px;
}
body
{
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size:14px;
color:#574a4e;
background-color:#f1efe3;
border:none;
}
div#strona
{
width:100%;
height:100%;
text-align: center;
border:none;
background-image:url(../images/tlo_top.png);
background-repeat:repeat-x;
}
div#srodek
{
margin:0 auto;
width:800px;
}
div#top
{
width:800px;
height:280px;
background-image: url(../images/top.png);
}
div#box_lewo
{
width:260px;
height:161px;
float:left;
background-image:url(../images/tlo_kategorie.png);
}
div#kategorie
{
width:260px;
height:40px;
}
div#kategorie_sg
{
width:260px;
height:40px;
background-image:url(../images/strona_glowna.png);
background-position:0px 0px;
}
div#kategorie_sg:hover
{
width:260px;
height:40px;
background-image:url(../images/strona_glowna.png);
background-position:0px -40px;
}
div#kategorie_oferta
{
width:260px;
height:40px;
background-image:url(../images/oferta.png);
background-position:0px 0px;
}
div#kategorie_oferta:hover
{
width:260px;
height:40px;
background-image:url(../images/oferta.png);
background-position:0px -40px;
}
div#kategorie_kontakt
{
width:260px;
height:40px;
background-image:url(../images/kontakt.png);
background-position:0px 0px;
}
div#kategorie_kontakt:hover
{
width:260px;
height:40px;
background-image:url(../images/kontakt.png);
background-position:0px -40px;
}
div#galeria
{
width:260px;
height:225px;
background-image:url(../images/tlo_galeria.png);
}
div#box_tresc
{
width:540px;
float:left;
height:100%;
background-image:url(../images/tlo_tresc.png);
background-repeat:repeat-y;
}
div#tresc_gora
{
width:540px;
height:40px;
}
div#tresc
{
width:540px;
background-image:url(../images/tlo_tresc.png);
background-repeat:repeat-y;
text-align:left;
}
div#tresc_dol
{
width:540px;
height:6px;
background-image:url(../images/tlo_tresc_dol.png);
}
p#tresc
{
padding:10px;
text-align:justify;
}
p#tresc_center
{
padding:10px;
text-align:center;
}
ul
{
padding-left:10px;
text-align:justify;
}
li
{
margin-left:20px;
padding-left:10px;
text-align:justify;
}







			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	
				
			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:200px;
		height:150px;
		overflow:hidden; 
		}	
	
