@charset "utf-8";
body  {
	font-family: Verdana,Arial;
	background:url("./graf/bg.jpg") repeat;
	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 domyslne dla tinybox*/


/*klasy ustawiające stronę*/
#tuLinkiDotpaySa a{
  text-decoration:none;
  font-size:10px;
  color:#000000;
  font-weight:bold;
}
#tuSaLinkiZkat a{
  text-decoration:none;
  font-size:10px;
  color:#ffffff;
  font-weight:bold;
}
.linkAktulanosc{
  text-decoration:none;
  font-size:10px;
  color:#000000;
}
.linkAktulanosc:hover{
  text-decoration:none;
  font-size:10px;
  color:#ffffff;
}
.linkMapaStronyKat{
  text-decoration:none;
  font-size:12px;
  color:#000000;
  font-weight:bold;
}
.linkMapaStrony{
  text-decoration:none;
  font-size:10px;
  color:#000000;
}
.linkMapaStronyKat:hover{
  text-decoration:none;
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
}
.linkMapaStrony:hover{
  text-decoration:none;
  font-size:10px;
  color:#ffffff;
}
.linkKategoria{
  text-decoration:none;
  font-size:10px;
  color:#000000;
}
.linkKategoria:hover{
  text-decoration:none;
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
}
.linkStopka{
  color:#ffffff;font-size:12px;text-decoration:none;
}
.linkStopka:hover{
  color:#000000;font-size:12px;text-decoration:none;
}
.linkMojeKonto{
  text-decoration:none;
  font-size:14px;
  color:#1C3C0B;
}
.linkMojeKonto:hover{
  text-decoration:none;
  font-size:14px;
  color:#ffffff;
}
.linkDoRegulaminuRejesracja{
  text-decoration:none;
  font-size:14px;
  color:#ffffff;
}
.linkDoRegulaminuRejesracja:hover{
  text-decoration:none;
  font-size:14px;
  color:#000000;
}

.f_input input {
background:#FFFFFF;
border:1px solid #ffffff;
font-size:11px;
line-height:12px;
}

.paginator{
  text-decoration:none;
  font-size:20px;
  text-align:center;
  color:#1C3C0B;
}
.paginator a{
  text-decoration:none;
  font-size:20px;
  color:#1C3C0B;
  font-weight:bold;
}
.paginator a:hover{
  text-decoration:none;
  font-size:20px;
  color:#ffffff;
  font-weight:bold;
}
.artykulTytul{
  text-decoration:none;
  font-size:12px;
  color:#1C3C0B;
  font-weight:bold;
}
.artykulTytul:hover{
  text-decoration:none;
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
}
.artykulTresc{
  text-decoration:none;
  font-size:10px;
  color:#1C3C0B;
  font-weight:normal;
}