body {
	margin:-1px;
	background-image: url(img/tlo_main.gif);
	background-repeat:  repeat-y;
	background-position: center center;


}

#srodek {
	margin:auto;
	width:760px;
	background:url(img/tlom.gif) #FFFFFF;
	height:100%;
	}

#menu #naglowek {
	padding:2px;
	background:#000000;
	border-bottom: 1px solid #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-align:right;
	 }

#naglowek2 {
	margin:0px;
	padding:0px;
	height:80px;
	background:url(img/tlon.gif) #000000;
	background-repeat: no-repeat;
	border: 0px solid red;
	}

#pod {
	height:5px;
	background:#2A6B31;
	clear: left;
	border: 0px solid red;
	}

#menu {
	margin-left:10px;
	margin-right:10px;
	}

#cos  {	
		border:none;
		background:url(img/tlo_menu.gif) #000000;
		width:740px; 
		height:28px; 
}

#content {
	clear: left;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	height:80px;
	padding-top:185px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
	background:url(img/t.jpg) no-repeat; 
	border-top:1px solid white;
	border-bottom:1px solid #EDEDED;
}
	#kolumna  {width:340px; float:left;}
	
	#kolumna2 {width:340px; float:left; }
	
	#big	  {width:680px; background:url(img/big.gif);}
#content h1 {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:10px;
	border:none;
	color:#336633;
	text-decoration:underline;
	}
#content KBD {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:10px;
	border:none;
	color:#336633;
	text-decoration:underline;
	}





#content p {
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	text-align:justify;
	margin:10px;
	padding-bottom:0px;
	color:#333333;
}

#content h2 {
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	background:url(img/tlo_2.gif) bottom center no-repeat;
	display:block;
	margin:0px;
	padding:0px;
}

#content2 {
	clear: left;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top:0px;
	padding-left:25px;
	padding-right:25px;
	background:#EDEDED;
	border-top:1px solid white;

}
#kolumnaa {width:340px; float:left; padding-top:0px;}
#kolumnab {width:340px; float:left; padding-top:0px;}

#content2 h2 {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	display:block;
	margin:0px;
	padding:10px;
}
h2 a {	text-decoration:none; color:black;}
h2 a:hover {	text-decoration:underline; color:black;}



/*LISTA*/

li#osrodek {
	width:120px;height:28px; background:url(img/osrodek1.gif);
}

#nav li#osrodek.over {
	background:url(img/osrodek2.gif);
}
li#dojazd {
	width:110px; height:28px; background:url(img/dojazd1.gif);
}

#nav li#dojazd.over {
	background:url(img/dojazd2.gif);
}

li#okolica {
	width:110px; height:28px; background:url(img/okolica1.gif);
}

#nav li#okolica.over {
	background:url(img/okolica2.gif);
}

li#oferta  {
	width:110px;height:28px; background:url(img/oferta1.gif);
}

#nav li#oferta.over {
	background:url(img/oferta2.gif);
}

li#galeria {
	width:110px;height:28px; background:url(img/galeria1.gif);
}

#nav li#galeria.over {
	background:url(img/galeria2.gif);
}

li#kontakt {
	width:177px;height:28px; background:url(img/kontakt1.gif);
}
#nav li#kontakt.over {
	background:url(img/kontakt2.gif);
}


ul { /* all lists */

	margin: 0px 0px 0px 0px;
	list-style: none;

}

li { /* all list items */
	text-align:center;
	float: left;
	position: relative;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	border:0px solid #95CA83;
	top: 1.8em;
	left: 0;
	width:auto;
}
li ul li {border: none;}


#nav li:hover a, #nav li.over a
	{
		color: #FFFFFF;
		display:block;
	}

li ul a {
		color: #95CA83;
		font-family:tahoma;
		font-size: 12px;
		}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	}

/* COS */

#nav li ul li a
		{
		border : 1px solid #95CA83;
		background:#2A6B31;
		padding:5px;
		padding-top: 10px;
		padding-bottom: 10px;
		width:100px;
		display: block;
		text-decoration:none;
		font-weight:normal;
		font-family: tahoma;
		font-size:11px;
		color: #95CA83;
}

#nav li ul li a:hover, #nav li ul li a.over
		{
		background:#39783D;
}
