* { margin: 0; padding: 0; }

body, html {
	text-align: left;
	background-color: #016d07;
	font-family: verdana;
	font-size: 14px;
	}
body {
	width: 100%; height: 100%;
	background: url(bgnd.jpg) repeat-x top;
	}
#nav {
	float: left;
	width: 201px;
	padding-top: 342px; 
	background: url(lbgnd.jpg) no-repeat top left;
}
#main { 
	position: relative;
	width: 810px;
	background: url(main_bgnd.jpg) repeat-y top left;
}
#top {
	float: left;
	width: 600px;
	height: 353px;
}
#content {
	float: left;
	width: 500px;
	padding: 10px 80px 10px 10px;
	text-align: left;
	color: white;
	background: url(rbgnd.jpg) no-repeat top left;
}

#nav ul {
	margin-left: 7px;
	margin-bottom: 20px;
	width: 190px;
	border: 0px solid white;
}

#nav ul li a {
	display: block;
	width: 151px;
	height: 20px;
	padding: 6px 5px 4px 35px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(li_n.jpg) no-repeat top left;
}

#nav ul li a.moreinfo, #nav ul li a.moreinfo:hover {
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fdff71;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

#nav ul li a.moreinfo:hover {
	font-weight: bold;

}

#nav ul li a:hover {
	background: url(li_h.jpg) no-repeat top left;
}

#nav ul li {
	display: block;
	width: 181px;
	height: 30px;
	color: white;
	text-decoration: none;
	background: url(li_n.jpg) no-repeat top left;
}

#nav ul li.last {
	display: block;
	width: 151px;
	height: 30px;
	padding: 5px 5px 5px 35px;
	color: white;
	text-decoration: none;
	background: url(li_last.jpg) no-repeat top left;
}

#nav ul li.first {
	display: block;
	width: 151px;
	height: 20px;
	padding: 15px 5px 5px 35px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(li_first.jpg) no-repeat top left;
}

#nav ul li.info {
	display: block;
	font-size: 12px;
	width: 176px;
	height: auto;
	padding: 5px 10px 5px 5px;
	color: white;
	text-decoration: none;
	background: url(li_info.jpg) no-repeat top left;
}

#foot {
	position: relative;
	height: 63px;
	width: 800px;
	background: url(foot.jpg) no-repeat top left;
}

/*****************/

a#salsalibre_link {
	position: absolute;
	display: block;
	width: 87px;
	height: 27px;
	top: 1px;
	right: 100px;
	border: 0px solid white;
}

a#mainpage_link {
	position: absolute;
	display: block;
	width: 200px;
	height: 200px;
	top: 20px;
	left: 20px;
	border: 0px solid white;
}

a#language_link {
	position: absolute;
	display: none;
	/* tymczasowy */
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: yellow;
	width: 90px;
	height: auto;
	top: 290px;
	right: 100px;
	padding: 5px;
	border: 0px solid white;
}


a#polyester_link {
	position: absolute;
	width: 160px;
	height: 30px;
	top: 20px;
	right: 90px;
	padding: 5px;
	border: 0px solid white;
}

/********** USTAWIENIA DLA TEKSTU *******************/

h1 {
	margin-top: -5px;
	margin-bottom: 15px;
	margin-left: -1px;
	color: yellow;
	font-size: 28px;
	letter-spacing: -2px;
	}

h2 { 
	margin-top: 15px;
	margin-bottom: 10px;
	color: yellow;
	font-size: 20px;
	}

h3 { 
	color: #fdff71; 
	font-size: 16px;
	}
	
strong {
	color: #fdff71;
	}
	
a, a:visited {
	color: white;
	}

a:hover {
	color: #fdff71;
	}
	
p {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
	}
	
p.skocz {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #fdff71;
	border-bottom: 1px dotted #fdff71;
	}
	
p.skocz a {
	font-weight: bold;
	text-decoration: none;
	color: #fdff71;
	}
	
p.skocz a:hover {
	color: white;
	}
	
img {
	padding: 1px;
	margin: 5px 5px 0 0;
	border: 5px solid #feffa3;
	background-color: #000000;
	text-align: left;
	}
	
ul {
	margin-left: 20px;
	}

p.partner img {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	padding: 1px;
	margin: 2px;
	border: 3px solid #feffa3;
	background-color: #000000;
	text-align: left;
}

table.ceny {
	border: 1px solid green;
	border-collapse: collapse;
}

table.ceny tr td {
	padding: 3px 5px;
	text-align: right;
	border: 1px solid green;
	border-collapse: collapse;
}

table.program {
	margin: 5px 0 15px 0;
	border: 1px solid green;
	border-collapse: collapse;
	width: 100%;
}

table.program tr {
	background-color: #004e03;
}

table.program tr.odd {
	background-color: #005800;
}
table.program tr td {
	padding: 3px 5px;
	text-align: left;
	border: 1px solid green;
	border-collapse: collapse;
}
h2.archiwum { color: red; margin-bottom: 30px; }