/*STRONA*/
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b6b09a;
	background-image: url(images/back.png);
	background-repeat:REPEAT-X;
	text-align: center;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
/*/STRONA*/

/*RAMKA*/
#top {
	background-color: #cde8df;

	background-image: url(top.gif);
	margin: 0 auto;
	width: 940px;
}
/*/RAMKA*/

/*WNETRZE*/
#BODY {
	background-color: #cde8df;
	background-image: url(images/body.png);
	background-repeat:no-repeat;
	text-align: left;
	margin: 0 0px;
	width: 940px;
}
/*/WNETRZE*/

/*LOGO*/
#LOGO {
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #222;
	background-image: url(images/tlo.png);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
}
/*/LOGO*/

/*LINKI*/
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}

ul {
	float: left;
	background-color: #333333;

}

ul li {
	float: left;
	margin-left:1px;
	background: #fb7f01 url("images/tlo.png") repeat-x center;
}

ul a:link, ul a:visited {

	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #3b3831 url("images/tlo.png") repeat-x center;
	color: #ffffff;
	padding: 20px 37px;


}

ul a:hover {
    	color: #ffffff;
	background-color: #fb7f01;
	background-image: url("images/tlo2.png");
}
#LINKI .wybrane a:link, #LINKI .wybrane a:visited, #LINKI .wybrane a:hover {
    	color: #ffffff;
	background-color: #fb7f01;
	background-image: url("images/tlo2.png");
}
/*/LINKI*/

/*TRESC*/
#TRESC {
	width: 940px;
	overflow: hidden;
	float: left;
}
#TRESC .ZAWARTOSC {
	font-size: 12px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height:35px;
	background-image: url(tresc.gif);
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#TRESC .ZAWARTOSC a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:visited {
	color: #800080;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
/*/TRESC*/

/*STOPKA*/
#STOPKA {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #d8d0b4;
	background-image: url(images/stopka.png);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	clear: both;
}
#STOPKA a:link, #STOPKA a:visited {
	color: #ffffff;
	text-decoration: none;
}
#STOPKA a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*/STOPKA*/
