body
{
  text-align: center;
  margin: 0px 0px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: rgb(231, 227, 91);
}

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: 638px;
  width: 950px;
}
div#content{
  background: url(body_bg.gif) repeat-y left;
}
div#menuh
{
  border: 0px solid red;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 77px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: #7bb915;
  background: url(../img/menu_right_bg.png) right no-repeat;
  opacity: 0.9;
}

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: 77px;
  width: 126px;
  line-height: 77px;
  color: white;
  font-size: 1.6em;
  text-decoration: none;
  font-variant: small-caps;
}

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;
  margin: 0px auto;
  background: url(../img/mainbgcenter.jpg) repeat-y;
}

div#maintop
{
  min-height: 295px;
  background: url(../img/mainbgtop.jpg) no-repeat top;
}

div#mainbottom
{
  min-height: 285px;
  width: 950px;
}

div#text
{
  margin: -300px 0px -80px 0px;
  padding: 1em;
  line-height: 150%;
  text-align: justify;
  min-height: 330px;
  font-size: 1.1em;
}

.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#footer
{
  margin: 0px;
  height: 16px;
  line-height: 16px;
  font-size: 0.8em;
  font-variant: small-caps;
  /*background: url(../img/footerbg.jpg) repeat-x;*/
}
div#reservedinfo{
  text-align: left;
}
div#reservedinfo img.it{
  float: left;
  margin: 5px;
}
div#reservedinfo p{
  float: left;
  width: 100%;
}
.logowanie
{
  line-height: 77px;
  color: white;
}

.right
{
  float: right;
  text-align: right;
}

.left
{
  float: left;
}

.center
{
  text-align: center;
}

.hidden
{
  display: none;
}

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;
}

