/* headers */
/* =========================================== */
H1
{
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #633;
}

H2.grey
{
  background: url('/kogloszenia/site/img/bg_h2_grey.jpg')  no-repeat;
  margin: 0;
  margin-top: 5px;
  padding: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  height: 32px;
}

H2.green
{
  background: url('/kogloszenia/site/img/bg_h2_green.jpg')  no-repeat;
  margin: 0;
  margin-top: 5px;
  padding: 7px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  height: 24px;
}

H2.dblue
{
  background: url('/kogloszenia/site/img/bg_h2_dblue.jpg')  no-repeat;
  margin: 0;
  margin-top: 5px;
  padding: 7px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  height: 24px;
}

H3
{
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #633;
}

H3.blue
{
  color: blue;
}

/* standard link */
/* =========================================== */

A
{
  color: blue;
}
A:visited
{
  color: blue;
}
A:active
{
  color: blue;
}
A:hover
{
  color: blue;
}

/* main menu link */
/* =========================================== */
.mainMenu
{
  color: #414141;
  text-decoration: none;
  font-weight: bold;
}

.mainMenu:visited
{
  color: #414141;
  text-decoration: none;
}

.mainMenu:active
{
  color: #414141;
  text-decoration: none;
}

.mainMenu:hover
{
  color: #414141;
  text-decoration: underline;
}


.linkFoot
{
  color: #414141;
  text-decoration: none;
}

.linkFoot:visited
{
  color: #414141;
  text-decoration: none;
}

.linkFoot:active
{
  color: #414141;
  text-decoration: none;
}

.linkFoot:hover
{
  color: #414141;
  text-decoration: underline;
}

/* category link */
/* =========================================== */
.linkCategory
{
  color: darkblue;
  text-decoration: none;
  font-weight: bold;
}

.linkCategory:visited
{
  color: darkblue;
  text-decoration: none;
}

.linkCategory:active
{
  color: darkblue;
  text-decoration: none;
}

.linkCategory:hover
{
  color: darkblue;
  text-decoration: none;
}

#listCategory
{
  margin: 0;
  padding: 0;
  line-height: 150%;
}

#listCategory ul
{
  margin: 0;
  padding: 0;
  list-style-image: url('/kogloszenia/site/img/blue_square.gif');
}

#listCategory li
{
  margin: 0;
  padding: 0;
  margin-left: 2em;
  /* list-style-image: url('img/blue_square.gif'); */
}

/* user menu link */
/* =========================================== */
.linkUser
{
  color: #2F4F4F;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.linkUser:visited
{
  color: #2F4F4F;
  text-decoration: none;
}

.linkUser:active
{
  color: #2F4F4F;
  text-decoration: none;
}

.linkUser:hover
{
  color: #2F4F4F;
  text-decoration: none;
}

/* image for advert*/
/* =========================================== */
.imgAdvert
{
  float: left;
  margin: 3px;
  width: 160px;
}

