/*STRONA*/
body {
  font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/grass.jpg);
	text-align: left;
	color: #000000;
}
a img {
	border: 0;
}
/*/STRONA*/

/*TABLICA*/
#top {
	background: url(../images/top.png);
	width: 968px;
	margin-left: 11.4%;
	padding-top: 8px;
}

/*/TABLICA*/

/*WNETRZE*/
#BODY {
	background: url(../images/body.png);
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
}
/*/WNETRZE*/

/*LOGO*/
#LOGO {
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/logo.png) no-repeat;
	
	margin-left: 12%;
	
	text-align: center;
	font-weight: bold;
	width: 950px;
	height: 150px;
}
/*/LOGO*/

/*LINKI*/
#LINKI {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc00;
  background: url(../images/menu_up.png) no-repeat;
  margin-left: 12%;
	margin-top: 0px;
  padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 0px;
	text-align: center;
	width: 952px;
	height: 40px;
}
#LINKI ul a:link, ul a:visited {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	background-color: #000;
	/*background-image: url(../images/button2.png);*/
	color: #ffcc00;
	padding: 8px 9px;
	
	border: 1px solid #fff;

}
#LINKI a:hover {
	background-color: #cc0000;
	color: #ffff00;
	background-image: url(../images/button1.png);
}
#LINKI ul {
	display: block;
	padding: 1px 0 1px 1px;

}
#LINKI ul, ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*
#LINKI .ZAWARTOSC ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#LINKI .ZAWARTOSC ul {
	float: left;
	background-color: #fff;
	padding: 1px 0 1px 1px;
}

#LINKI .ZAWARTOSC ul li {
	float: left;
}

#LINKI .ZAWARTOSC ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url("tlo.gif") repeat-x center;
	color: #fff;
	padding: 10px 20px;
}

#LINKI .ZAWARTOSC ul a:hover {
	background-color: #800;
	background-image: url("tlo2.gif");
}
*/
/*/LINKI*/

/*MENU*/
#MENU {
	width: 200px;
	height: 200px;
	float: left;
	
	margin-left: 2%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 2%;
}
/*NAGLOWEK MENU*/
#MENU .NAGLOWEK {
  background: url(../images/menu1_g.png) no-repeat;

	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc00;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	cursor: default;
}
/*/NAGLOWEK MENU*/
/*ZAWARTOSC MENU*/
#MENU .ZAWARTOSC {
  background: url(../images/menu1_z.png) no-repeat;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: default;
}

#MENU .ZAWARTOSC dl, dl dt {
	display: block;
	list-style: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#MENU .ZAWARTOSC dl dt {
	width: 150px;
	height: 23px;
	padding-left: 30px;
	padding-top: 3px;
	background: url(../images/button_ball_s.png) no-repeat left top;
}

#MENU .ZAWARTOSC dl dt:hover {
  color: #ffff00;
	background: url(../images/button_ball_h.png) no-repeat left top;
}

#MENU .ZAWARTOSC dd {
  width: 100px;
  font-size: 13px;
  padding-left: 5px;
  padding-bottom: 2px;
  background: url(../images/menu_back.png);
}

#MENU .ZAWARTOSC dd a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#MENU .ZAWARTOSC dd a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#MENU .ZAWARTOSC dd a:hover {
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

/*
#MENU .ZAWARTOSC dl a:link, ul a:visited {
	display: block;
	width: 120px;
	text-decoration: none;
	font-weight: bold;
	color: #333300;
}

#MENU .ZAWARTOSC dl a:hover {
	background-image: url("tlo2.gif");
	color: #eff;
}*/

#MENU .CLOSE{
	background: url(../images/menu1_d.png) no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
/*/ZAWARTOSC MENU*/
/*/MENU*/

/*SLIDE SHOW*/
#MENU .SLIDE {
	width: 200px;
	height: 175px;
	padding-top: 18px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background: url(../images/slide_menu.png) no-repeat;

}
/*/SLIDE SHOW*/


/*INFO*/
#INFO {
	width: 159px;
	float: left;
	
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*NAGLOWEK INFO*/
#INFO .NAGLOWEK {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc00;
  background: url(../images/reklama_g.png) no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 39px;
	text-align: left;
	font-weight: bold;
}
/*/NAGLOWEK INFO*/
/*ZAWARTOSC INFO*/
#INFO .ZAWARTOSC {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/reklama_z.png) no-repeat;
	color: #000000;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 3px;
	overflow: hidden;
	text-align: center;

	cursor: default;
}

#INFO .ZAWARTOSC a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#INFO .ZAWARTOSC a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#INFO .ZAWARTOSC a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#INFO .CLOSE {
  background: url(../images/reklama_d.png) no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 35px;
	padding-left: 10px;
}

/*/INFO*/

/*TRESC*/
#TRESC {
	width: 560px;
	height: 100%;
	float: left;
}
#TRESC .ZAWARTOSC {
  color: #000000;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#TRESC .ZAWARTOSC a:link {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}

#TRESC .ZAWARTOSC .LINK a:link{
  color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#TRESC .ZAWARTOSC .LINK a:visited{
  color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#TRESC .ZAWARTOSC .LINK a:hover{
  color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#TRESC .ZAWARTOSC .LINK h2 {
  color: #000000;
}

#TRESC .ZAWARTOSC table {
  border-collapse: collapse;
	border-color: black;
	border-style: none;
	width: 100%;
	text-align: center;
	border-width: 0px;
}

#TRESC .ZAWARTOSC td {
  border-style: none;
}

#TRESC .ZAWARTOSC p {
  font-weight: bold;
}

#TRESC .ZAWARTOSC h2 {
  color: #ffff00;
}

#TRESC .ZAWARTOSC .red {
  background-color: rgb(255,0,51);
}

#TRESC .ZAWARTOSC .blue {
  background-color: rgb(51,153,255);
}
/*/TRESC*/

/*STOPKA*/
#STOPKA {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	clear: both;
	width: 955px;
	cursor: default;
}
#STOPKA a:link, #STOPKA a:visited {
	color: #000000;
	text-decoration: underline;
}
#STOPKA a:hover {
	color: #000000;
	text-decoration: none;
}
/*/STOPKA*/

#BALL{
  margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  width: 1000px;
  height: 140px;
  background: url(../images/body_d_p.png) no-repeat;
  clear: both;
}
