html{
  background: #CA0000 url('../img/background.gif') 50% 0%;
}

body{
  background: url('../img/background-top.jpg') repeat-x 50% 0%;
  color: #D6A44E;
	font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
    font-size: 0.75em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
#header h1{
  height: 160px;
    width: 786px;
  float: left;
  font-size: 1.5em;
  top: 0px;
  left: 0px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  position: absolute;
}

#header h1 a{
  color: #DBB564;
  display: block;
  height: 160px;
    width: 786px;
  text-decoration: none;
  overflow: hidden;
}

#header h1 span{
  background: url('../img/logo.jpg') no-repeat 100% 0%;
  display: block;
  height: 160px;
    width: 786px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: left;
	color: #000;
  margin: 0;
  padding: 0.4em 0 0.7em 0;
}

h2{
	font-size: 1.7em;
  padding: 0 0 1.2em 1em;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.2em;
}
h5{
  font-size: 1.0em;
}

a{
  color: #990000;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  padding: 0 0.7em 0.7em 0.7em;
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

img.tiny-align-left{
  clear: left;
  float: left;
}

img.tiny-align-right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: square;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px solid #BCBEC0;
  clear: both;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

table{
  margin-bottom: 1em;
  font-size: 1.0em;
  border-collapse: collapse;
}

caption{
  font-weight: bold;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #E2C483;
  border: 1px solid #DBB564;
  padding: 0.1em 0.3em 0.1em 0.3em;
}

th, th a{
  background: #E6CB93;
  color: #000;
}

form{
  margin: 0;
  padding: 0;
}

/*-------site-------*/

#site{
  color: #333;
  margin: auto;
  width: 786px;
  position: relative;
}

/*-------header-------*/
#header{
  background: url('../img/header.jpg') no-repeat 0 100%;
  height: 250px;
  position: relative;
}

#lang-switcher-0{
  color: #E2BB60;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 999;
}
#lang-switcher-0 ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#lang-switcher-0 ul li{
  float: left;
}
#lang-switcher-0 ul li a{
  color: #E2BB60;
}
#lang-switcher-0 ul li a:hover{
  color: #fff;
}
#lang-switcher-0 ul li img{
  padding-bottom: 0;
}

#navbar-top{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    left: 52px;
    bottom: 2px;
}

#navbar-top li{
  float: left;
  padding-right: 2px;
}

#navbar-top li a, #navbar-top li strong{
  background: #cb9e3e url('../img/navbar-button.gif') repeat-x 0% 100%;
  border-top: 2px solid #d5b062;
  border-left: 2px solid #cfa54d;
  border-right: 2px solid #b58e3a;
  color: #000;
  display: block;
  font-size: 1.1em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 32px;
  padding: 0px 9px 0px 9px;
  text-align: center;
  text-decoration: none;
}

#navbar-top li strong, #navbar-top li a:hover{
  background: #dbb564;
  border-top: 2px solid #e5ca90;
  border-left: 2px solid #e0bf79;
  border-right: 2px solid #c09f58;
}

/*-------navbar------*/
#navbar{
  list-style: none;
  margin: 0 -15px 0 -14px;
  padding: 0;
}

#navbar li{
  position: relative;
}

#navbar li a, #navbar li strong, #navbar li em{
  background: #b9d4e3 url('../img/navbar-button.gif') no-repeat 15px 50%;
  border-bottom: 1px solid #fff;
  color: #004266;
  display: block;
  padding: 5px 5px 5px 35px;
  text-decoration: none;
  height: 100%;
  line-height: 15px;
}
#navbar li strong, #navbar li.active > a{
  color: #000;
}
#navbar a:hover{
  color: #000;
  background: #D9E8F0;
}
/*------main-----*/
#main-box{
  background: #DBB564 url('../img/main.jpg') repeat-y;
  position: relative;
  width: 100%;
}  
#main{
  background: url('../img/main-top.jpg') no-repeat;
  position: relative;
  width: 100%;
  min-height: 430px;
}  
/*-------template-page-------*/
#main-content,
#left-sidebar, #right-sidebar,
#main-content-without-sidebars,
#main-without-right{
  float: left;
  overflow: hidden;
  padding: 40px;
  padding-top: 30px;
  position: relative;
}
#main-content{
  width: 520px;
  overflow: visible;
    padding-right: 0;
}

#right-sidebar{
  float: right;
  width: 160px;
    padding-left: 0;
}

#main-content p, #main-content-without-sidebars p{
  text-align: justify;
}

/*-------template-without-sidebars-------*/
#main-content-without-sidebars{
  float: none;
  width: auto;
}

/*--------footer--------*/
#footer{
  background: url('../img/footer.jpg') no-repeat;
  color: #D6A44E;
	clear: both;
	font-size: 0.95em;
	line-height: 42px;
}

#footer p{
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

#footer a{
  color: #D6A44E;
}

#footer a:hover{
  color: #fff;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right; 
	padding-right: 10px;
}

#footer #navbar-footer{
	float: right;
  list-style: none;
  padding: 0;
	padding-right: 10px;
}
#footer #navbar-footer li{
  display: inline;
  padding-left: 7px;
}

/*------buttons------*/

/*------messages-----*/
.error{
  color: #0082cc;
  font-size: 1.3em;
  font-weight: bold;
}

.message{
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}


/*------------------*/
.photo-gallery *{
  background: none;
  border: none;
}

.contactForm{
  font-size: 0.9em;
  padding: 10px 0 0 10px;
}
.contactForm table, .contactForm td, .contactForm th{
  background: none;
  border: none;
  color: #000;
  padding: 3px;
}
.contactForm th{
  text-align: right;
  vertical-align: top;
}
.contactForm textarea{
  height: 60px;
/*  width: 345px;*/
}
.contactForm .send-contact{
  text-align: right;
/*  padding-right: 15px;*/
}
.contactForm #cell-label{
  color: #666;
}

#search-form{
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 99;
}

.n-none{
  display: none;
}

table.prodej-nemovitosti{
  width: 100%;
}
table.prodej-nemovitosti .volny{
  color: #009900;
}
table.prodej-nemovitosti .rezervace{
  color: #CC0000;
}

#kb{
  font-size: 0.9em;
  margin-left: -40px;
}

#kb fieldset{
  border: 2px groove #DBB564;
}

#kb p{
  text-align: right;
}

