/* Ogólne*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }


body 
{
	background: #fad901 url(img/tlo.jpg) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0;
    padding: 0;
	overflow:hidden;
}

#kontener
{
 	margin: 0 auto;
	padding:0;
	position: relative;
	height: 100%;
	width: 1000px;
}

/* Divy*/	

#logo 
{
	width: 390px;
	height: 411px;
	margin: 0 auto;
	float: left;
	background: url(img/logo.jpg) top left no-repeat;
}


#tekst
{
	width: 610px;
	height: 411px;
	float: left;
	background: url(img/tekst.jpg) top left no-repeat;
}

#menu
{
	width: 1000px;
	height: 79px;
	float: left;
	z-index: -100;
}

#stopka
{
	width: 1000px;
	height: 120px;
	float: left;
	background: url(img/stopka.jpg) top left no-repeat;
}

#przewijany
	{
	margin: 0px 20px 20px 20px;
	padding: 0px;
	font-family: Tahoma;
	font-size:8pt;
	font-weight:300;
	width:460px;
	height:300px;
	float:left;
	text-align:justify;
	overflow:hidden;
	display: inline;
	}

.krotki {width: 200px;}	


#sciezka{
	margin:0px;
	padding:0px; 
	height: 300px;
	background: #ffdd01;
	float: left;
}

#galka{
	width: 10px;
	height: 15px;
	background: #000; 
	cursor: pointer;
	margin:1px 1px;
	}
	
#probki
	{
	margin: -2px 0px 0px 20px;
	font-family: Tahoma;
	font-size:8pt;
	font-weight:300;
	float:left;
	text-align:center;
	display: inline;
	
	
	}
	
#menu_gora
	{
	float:left;
	height: 27px;
	width:610px;
	margin: 10px 0px 15px 0px;
	}

.obr_probki
	{
	margin:13px 2px;
	border: 1px solid #CCCCCC;
	}


.tytul
	{
	text-align:center;
	}
	
.tytul_lewy
	{
	text-align:left;
	}

.obrazek_mod {
	margin:3px; 
	border:1px solid; 
	border-color:#a4a49d;
	}

.obrazek_galeria {
	margin:9px;
	border-width: 5px 5px 25px 5px;
	border-color:#fff;
	border-style:solid; 
	float:left;
	}
	
li {
	list-style-type:square;
	list-style-position:inside;
	}



#menu_gora ul li {
	display: inline;
	white-space: nowrap;
}
a:link, a:visited {text-decoration: none; color:#FF0000}
a:hover {text-decoration: none; color:#FF0000}

