/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana;
  background: url(/application/gfx/body-bgr.jpg) repeat-x top;
}

h1 {
  display: none;
}

#holder {
  width: 928px;
  position: relative;
  margin: 0px auto;
}

#top {
  position: absolute;
  top: -170px;
  left: 0px;
  width: 928px;
  height: 90px;
  background: url(/application/gfx/top.jpg) no-repeat;
}

#logo {
	position:absolute;
	left:0;
	top:3px;
}

#logo-text {
	position: absolute;
	left: 337px;
	top: 30px;
}

#logo-property {
  position: absolute;
  left: 834px; 
  top: 22px;
}

#logo a,
#logo-text a,
#logo-property a {
  text-decoration: none;
}

#logo a img,
#logo-text a img,
#logo-property a img {
  border: none;
}

#left-col {
  width: 26px;
  /*height: 563px;*/
  height: 405px;
  position: absolute;
  top: -170px;
  left: -26px;
  background: url(/application/gfx/left-col.jpg)
}

#left-col-bgr {
  position: absolute;
  width: 26px;
  height: 10px;
  top: 235px;
  left: -26px;
  background: url(/application/gfx/left.jpg) repeat-y;
}

#right-col-bgr {
  position: absolute;
  width: 26px;
  height: 10px;
  top: 235px;
  left: 928px;
  background: url(/application/gfx/right.jpg) repeat-y;
}


#right-col {
  width: 26px;
  height: 405px;
  position: absolute;
  top: -170px;
  left: 928px;
  background: url(/application/gfx/right-col.jpg) repeat-x;
}

#menu {
  position: absolute;
  left: 0px;
  top: 90px;
  height: 38px;
  width: 928px;
  background: url(/application/gfx/menu-bgr.jpg);
  display: block;
  color: #b0c2ef;
}

#menu ul {
  list-style-type: none;
  padding-left: 5px;
} 

#menu ul li {
  float: left;
  font-size: 11px;
/*  padding-right: 16px;
  padding-top: 14px;*
  position: relative;
  display: block;*/
  height: 38px;
}

#menu ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 17px;
  height: 24px;
  position: relative;
  top: 14px;
  padding-bottom: 11px;
  background: url(/application/gfx/pipe.gif) no-repeat right;
}

#menu ul li a.last {
  background: url(asd);
}

#menu ul li a:hover,#menu ul li a.active {
  background: url(/application/gfx/anchor-bgr.jpg);
  left: -1px;
  padding-left: 17px;
  padding-right: 15px;
}

.over {
  width: 100%;
  height: 42px;
  background-color: white;
  position: absolute;
  top: -4px;
  background: url(/application/gfx/anchor-bgr.jpg) repeat-x;
  z-index:3;
}

/*
#menu a {
  color: white;
  text-decoration: none;
  font-family: Verdana;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 6px;
}

#menu a:hover {
  text-decoration: underline;
}*/

#title {
  width: 655px;
  height: 27px;
  background-color: white;
  position: absolute;
  top: 128px;
  left: 0px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 253px;
  padding-top: 15px;
  color: #d47e3e;
}

#title a {
  color: #586894;
  margin-right: 10px;
  text-decoration: none;
}

#title a:hover {
  text-decoration: underline;
}

.arrow-right {
  padding-top: 1px;
  vertical-align: top;
}

#center {
  position: relative;
  width: 928px;
  display: block;
  top: 170px;
  background-color: white;
}

#center-right {
  position: absolute; 
  width: 230px;
  top: 0px;
  left: 0px;
}

#content {
  border: solid 3px #495678;
  display: block;
  background-position: 0px 0px;
  height: 229px;
  position: relative;
}

#content img {
  position: absolute;
  top: 0px;
  left: 188px;
}


.hr {
  display: block;
  margin: 0px;
  padding: 0px;
  background: url(/application/gfx/hr.jpg) repeat-x;
  height: 3px;
  _height: 3px;
  *height: 3px;
  font-size: 1px;  
}

.hrwide {
  display: block;
  margin: 0px;
  padding: 0px;
  background: url(/application/gfx/hr.jpg) repeat-x;
  height: 3px;
  _height: 3px;
  *height: 3px;
  font-size: 1px;  
}

.hrbottom {
  display: block;
  margin: 0px;
  padding: 0px;
  background: url(/application/gfx/hr-wide.jpg) repeat-x;
  height: 3px;
  _height: 3px;
  *height: 3px;
  font-size: 1px;  
}

.content-box {
  display: block;
  background: #f0f0f0 url(/application/gfx/content-bgr.jpg) repeat-x top;
  font-size: 11px;
  color: #495678;
  font-weight: bold;
  padding: 18px 26px 20px 26px;
}

.content-box ul {
  margin-left: 15px;
  margin-bottom: 30px;
  font-size: 11px;
}

.content-box ul li {
  margin-bottom: 2px;
  line-height: 13px;
}

.content-box ul li ul {
  list-style-type: none;
  color: black;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-box ul li ul li {
  margin-bottom: 0px;
}

.content-box p {
  margin: 5px 0px;
}

.content-box a {
  color: #a93512;	
  text-decoration: underline;
}

.content-box a:hover {
  text-decoration: none;
}

.red {
  color: #a93512;
}

.red a {
  color: #a93512;
  text-decoration: underline;
}

.red a:hover {
  text-decoration: none;
}

#center-left {
  /*margin-left: 237px;*/
  width: 928px;
  display: block;
  /*background-color: #f0f0f0;*/
  background-color: white;
  padding-top: 235px;
}

#text {
  position: relative;
  display: block;
  padding: 20px 20px 20px 20px;
  color: #464646;
  font-size: 11px;
  letter-spacing: 1px;
  min-height: 430px;
  _height: 430px;
  /* 369 */
}

#text h2 {
  color: #cc4d24;
  font-size: 14px;
}

#text h3 {
  color: #495679;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  background-color: #E4EAF8;
  line-height: 22px;
  padding-left: 10px;
  position: relative;
  width: 651px;
  _width: 641px;
  left: -10px;
}

#text p {
  color: #464646;
  margin: 15px 0px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: justify;
}

#text table p {
 text-align: left;
}

#text table span {
 font-weight: bold;
}

#text a {
  text-decoration: underline;
  color: #464646;
}

#text a:hover {
  text-decoration: none;
}

#text ul {
  list-style: url(/application/gfx/li.gif);
  *list-style: url(/application/gfx/li-ie.gif);
  font-size: 11px;
  color: #464646;
  line-height: 14px;
  letter-spacing: 1px;
  margin: 15px;
}

#text ol {
  font-size: 11px;
  color: #464646;
  line-height: 14px;
  letter-spacing: 1px;
  margin: 15px;
}

#text ol li {
  padding-left: 10px;
}

.hr-simply {
/*  display: block;*/
  height: 1px;
  background-color: #b7c1db;
  font-size: 1px;
}

#images {
  margin-bottom: 7px;
  height: 75px;
  background-color: #F0F0F0;
  padding-left: 20px;
}

#images img {
  margin-right: 30px;
}

#footer {
  padding-top: 7px;
  background-color: white;
  display: block;
  font-size: 11px;
  color: white;
  width: 691px;
  float: right;
}

#footer #info {
  display: block;
  height: 33px;
  padding-top: 20px;
  padding-left: 20px;
  background: url(/application/gfx/footer-bgr.jpg) repeat-x;
}

#footer #info a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#footer #info a:hover {
  text-decoration: underline;
}

#footer #links {
  margin-top: 16px;
  margin-left: 10px;
  font-size: 10px;
  color: #495678;
}

.link {
  margin-right: 10px;
  margin-left: 10px;
}

.reset {
  clear: both;
}

.hidden {
  display: none;
}

#langs {
  height: 23px;
  position: absolute;
  left: 770px;
  top: 45px;
}

#langs a {
  float: left;
}

#langs a img {
  border: none;
}

#hidemenu {
  z-index: 12;
  height: 10px;
  width: 928px;
  position: absolute;
  left: 0px;
  top: 38px;
  background-color: white;
}

#gallery {
  width: 691px;
  height: 235px;
  background: url(/application/gfx/gallery-bgr.jpg);
  position: absolute;
  top: 0px;
  left: 237px;
}

#gal-left-img, #gal-center-img, #gal-right-img {
  border: solid 3px white;
  position: absolute;
}

#gal-right-img {
  top: 40px;
  left: 505px;
  width: 170px;
  height: 112px;
}

#gal-center-img {
  top: 20px;
  left: 200px;
  width: 290px;
  height: 192px;
}

#gal-left-img {
  top: 40px;
  left: 15px;
  width: 170px;
  height: 112px;
}

#movebgr {
 display: none;
}

#base {
	width: 928px;
	background: #f0f0f0 url(/application/gfx/main-bgr.jpg) repeat-x;
}

#right {
	width: 691px;
	float: right;
	padding-left: 6px;
	background: url(/application/gfx/right-bgr.gif);
}

#left {
	float: left;
	width: 231px;
}

.poptavka {
	width: 450px;
}

.poptavka .td1 {
	width: 195px;
	font-weight: bold;
}

.poptavka span {
	font-weight: bold;
}

.poptavka .td2 {
	width: 285px;
}

.textarea {
	width: 450px;
	_width: 450px;
	*width: 450px;
}

#resform {
	overflow-x: hidden;
	width: 697px;
	*width: 697px;
	_width: 651px;
}

.gallery {
	clear: both;
	margin: 20px auto;
	width: 510px;
}

.gallery a {
	display: block;
	width: 160px;
	height: 112px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery a img {
	border: solid 2px #AFAFAF;
	width: 160px;
	height: 112px;
}

#rss
{
  position: relative;
  padding-top: 0px;
  margin-top: -30px;
  height:  75px;
  _height: 75px;
  overflow: hidden;
  white-space: nowrap;
}

#rss div
{
  height: 15px;
  _height: 15px;
}

#rss a
{
  font-weight: normal;
  color: #464646;
}

#pagination
{
  float:right;
  position:absolute;
  right: 10px;
  top: 20px;
}

span.right
{
  float:right;
}

.clear
{
  clear:both;
}

#form
{
	position: absolute;
	width: 950px;
	margin: 0 auto;
	z-index: 2500;
	background-color: rgb(240, 240, 240);
	border: 2px solid grey;
	padding: 8px;
	padding-top: 10px;
  font-size: 10px;
}

#form table
{
  font-size: 10px;
}

#form th
{
  border-bottom: 3px solid black;
}

#overlay-form{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 200%;
    background-color: #000;
  }
.reklama {
	margin: 0 20px 0 20px;
	color:#56658E;
	font-size:9px;
}
.reklama a {
	color:#56658E;
	font-size:9px;
}
.reklama img {
	border:0;
}
