@charset "utf-8";
body  {
	font-family: Verdana,Arial;
	background-color:#212d07;
	color:#000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
/*klasy ustawiające stronę*/
.menuKategoria{
  text-decoration:none;
  color:#b9d161;
  font-weight:bold;
  display:block;
}
.menuKategoria:hover{
  color:#33410c;
}
.menuKategoriaHover{
  text-decoration:none;
  color:#33410c;
  font-weight:bold;
  display:block;
}
.menuLinkZew{
  display:block;
  text-decoration:none;
  color:#000000;
}
.TopMenuLink{
  text-decoration:none;
  color:#b9d161;
  font-weight:bold;
}
.TopMenuLink:hover{
  color:#33410c;
}
.TopMenuLinkPlayNow{
  text-decoration:none;
  color:#33410c;
  font-size:13px;
  font-weight:bold;
}
.TopMenuLinkPlayNow:hover{
  color:#b9d161;
}
.BigLinkDoKat{
  text-decoration:none;
  color:#33410c;
  font-size:13px;
  font-weight:bold;
}
.BigLinkDoKat:hover{
  color:#b9d161;
}
.linkPaginator{
  text-decoration:none;
  color:#b9d161;
  font-size:10px;
  font-weight:bold;
}
.linkPaginator:hover{
  color:#212d07;
}
.linkPaginatorHover{
  text-decoration:none;
  color:#212d07;
  font-size:10px;
  font-weight:bold;
}
.linkPaginatorBlock{
  text-decoration:none;
  color:#b9d161;
  font-size:10px;
  font-weight:bold;
  display:block;
}
.linkPaginatorBlock:hover{
  color:#212d07;
}
.TopMenuLinkTag{
  text-decoration:none;
  color:#59671b;
  font-size:10px;
  font-weight:bold;
}
.TopMenuLinkTag:hover{
  color:#b9d161;
}
.TopMenuLinkMax{
  text-decoration:none;
  color:#b9d161;
  font-weight:bold;
  font-size:16px;
}
.TopMenuLinkMax:hover{
  color:#33410c;
}
.linkKatNadTresc{
  text-decoration:none;
  color:#59671B;
  font-weight:bold;
  font-size:16px;
}
.linkKatNadTresc:hover{
  color:#212D07;
}
.linkCopy{
  text-decoration:none;
  color:#b9d161;
  font-size:10px;
  font-weight:bold;
}
.linkCopy:hover{
color:#59671b;
}
