/*BODY*/

body	{
	margin: 0;
	padding: 5px 0px 0px 0px;
	background-color: Black;
	font-family: "MS Serif", "New York", serif;
	font-style: normal;
	color: Black;
	font-size: 15px;
}

/*TEKSTY*/

.green {
	color: #006400;
}

/*STRONA OGOLNA*/

#page {
	width: 1000px;
	margin: 0 auto;
	background-color: #F5F5DC;
}

/*OBRAZY*/

img.obr1	{
	position: relative; top: -4px;
}

img.obr2	{
	position: relative; top: -8px;
	float: left;
}

img.obr3	{
	position: relative; top: -8px;
	float: right;
}

/*MENU*/

ul.mpoziome, ul.mpoziome li	{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.mpoziome li {
	float: left;
}

ul.mpoziome a:link, ul.mpoziome a:visited	{
	display: block;
	background-image: url(images/strona/menu_li.jpg);
	padding-top: 10px;
	padding-bottom: 8px;
	color: White;
	text-align: center;
	width: 120px;
	height: 17px;
	font-weight: bold;
	text-decoration: none;
	position: relative; top: -8px;
}

ul.mpoziome a:hover	{
	text-decoration: underline;
	color: #F0E68C;
}

/*TRESC*/

#tresc	{
	background-image: url(images/strona/page_background.jpg);
	width: 920px;
	float: left;
	overflow: hidden;
	padding: 20px 40px 10px 40px;
	font-size: 15px;
	margin: -38px 0px 0px 0px;
}

#info_left {
	width: 195px;
	float: left;
	padding-right: 5px;
	overflow: hidden;
}

#info_right {
	width: 195px;
	height: 540px;
	padding-left: 5px;
	float: right;
	overflow: hidden;
	background-image: url(images/strona/inforight.jpg);
}

#mastn {
	width: 510px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	overflow: hidden;
	text-align: justify;
}

/*STOPKA*/

#stopka {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
	background-color: Black;
}

/*ODNOSNIKI*/

.first {
	color: Olive;
}

.first a {
	color: Green;
	font-weight: bold;
}

.first a:hover {
	color: Olive;
}

.first img.ramka {
	border-color: Green;
	border-style: solid; 
	border-width: 4px;
}
.first  a:hover img.ramka{
	border-color: Olive;
	border-style: solid; 
	border-width: 4px;
}
