body
{
  text-align: center;
  margin: 0px 0px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11pt;
  color: rgb(119, 120, 112);
  /*
background: url(../img/body_bg.gif) repeat;
*/
}

a
{
  text-decoration: none;
}

a:hover
{
  color: white;
}

a img
{
  border: none;
}

div#topbg
{
  background: url(../img/topbg.jpg) repeat-x bottom;
  width: 100%;
}

div#top
{
  position: relative;
  margin: 0px auto;
  height: 358px;
  width: 950px;
}

div#menuh
{
  border: 0px solid red;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 48px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: #7bb915;
  background: url(../img/menu_right_bg.png) right no-repeat;
  opacity: 0.85;
}

div#menuh ul, ul.menu
{
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0px;
}

div#menuh ul li
{
  float: left;
  display: block;
}

div#menuh ul li a
{
  text-align: center;
  border-right: 2px ridge gray;
  background-color: #7bb915;
  display: block;
  height: 48px;
  width: 138px;
  line-height: 48px;
  color: white;
  font-size: 1.4em;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bolder;
}

div#menuh ul li a:hover, div#menuh ul li a.active
{
  background-color: #a8e82b;
  color: #597600;
  /*
opacity: 0.8;
*/
}

div#mainbg
{
  width: 100%;
  clear: both;
  background-color: #c2c4c2;
}

div#main
{
  position: relative;
  width: 950px;
/*
  min-height: 750px;
*/
  margin: 0px auto;
  background: url(../img/mainbgcenter.jpg) repeat-y;
}

div#maintop
{
  min-height: 290px;
  background: url(../img/mainbgtop.jpg) no-repeat top;
}

div#mainbottom
{
  min-height: 400px;
  width: 950px;
}

div#text
{
  margin: -300px 0px -80px 0px;
  padding: 1em;
  line-height: 150%;
  text-align: justify;
  min-height: 330px;
  font-size: 1.1em;
}
div#main li a{
  color: green;
  font-weight: bolder;
}
div#main li a:hover{
  color: blue;
  border-bottom: 1px dotted gray;
}
div#main li h4{
  font-size: 1.1em;
  color: #657322;
  margin:  20px 0px 5px 0px;
}
.hidden{
  display: none;
}
.first
{
  font-size: 1.5em;
  color: green;
}

div#text h2
{
  font-size: 1.1em;
  color: #777870;
  margin: 0.5em;
}

div#text p
{
  font-size: 1.0em;
  color: #777870;
  text-align: justify;
  text-indent: 2em;
  padding: 0em 2em;
  margin: 0.3em;
}

ul.menu img
{
  opacity: 0.65;
}

ul.menu img:hover, ul.menu img.active
{
  opacity: 1.0;
}
div#main ul.menu a:hover{
  text-decoration: none;
  border: 0px solid white;
}
div#footer
{
  margin: -17px 0px 0px 0px;
  height: 16px;
  line-height: 16px;
  font-size: 0.8em;
  font-variant: small-caps;
  background: url(../img/footerbg.jpg) repeat-x;
  color: white;
}
div#footer a{
  color: white;
  text-decoration: none;
}
div#footer a:hover{
  color: green
}
.logowanie
{
  line-height: 77px;
  color: white;
}

.right
{
  float: right;
  text-align: right;
}

.left
{
  float: left;
}

.center
{
  text-align: center;
}

.hidden
{
  display: none;
}
.bold{
  font-weight: bolder;
}
a.gicon
{
  border: 3px solid rgb(224, 238, 151);
  padding: 0px;
  margin: 5px;
  float: left;
  display: block;
  width: 150px;
  height: 100px;
}

a.gicon:hover
{
  border: 3px solid white;
}

div.gallery
{
  text-align: center;
  width: 520px;
  padding-left: 20px;
}
table{
  border: 1px solid gray;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border-spacing: 2px;
  border-collapse: collapse;
  font-size: 10pt;
}
table th{
  font-weight: bolder;
  background-color: rgb(132, 163, 36);
  color: white;
  text-align: center;
  border: 1px solid rgb(90, 115, 160);
  line-height: 150%;
}
table td{
  border: 1px solid rgb(90, 115, 160);
  font-size: 10pt;
  line-height: 120%;
}
