/*STRONA*/
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        background: #c89c52 url(images/back.gif) repeat-x;
       	color: #E5D19C;
	text-align: center;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
/*/STRONA*/

/*RAMKA*/
#top {
	background-color: #F0F0F0;
      background: #c89c52 url(images/back.gif) repeat-x;
	margin: 0 auto;
	width: 673px;
}
/*/RAMKA*/

/*WNETRZE*/
#BODY {
      background: #c89c52 url(images/back.gif) repeat-x;
	text-align: left;
	margin: 0 0px;
	width: 673px;
}
/*/WNETRZE*/

/*LOGO*/
#LOGO {
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
        background: #c89c52 url(images/back.gif) 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;
        font: 12px "Times new roman", serif;
	margin: 0;
	padding: 0;
}

ul {
	float: left;
	background-color: #fff;

}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #7d6c3f url("images/tlo.gif") repeat-x center;
	color: #fff;
	padding: 10px 58px;

}

ul a:hover {
	background-color: #615331;
	background-image: url("images/tlo2.gif");
}
/*/LINKI*/

/*TRESC*/
#TRESC {
	width: 673px;
	overflow: hidden;
	float: left;
}
#TRESC .ZAWARTOSC {
 font: 12px "Times new roman", serif;
	color: #ffffff;
        background-color: #663300  ;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#TRESC .ZAWARTOSC a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
/*/TRESC*/

/*STOPKA*/
#STOPKA {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #c89c52;
	background-image: url(stopka.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	clear: both;
}
#STOPKA a:link, #STOPKA a:visited {
	color: #000000;
	text-decoration: underline;
}
#STOPKA a:hover {
	color: #000000;
	text-decoration: none;
}
/*/STOPKA*/

