html {
	margin: 0px;
    padding: 0px;
	background: #F2F2F2 url('/images/layout/top-back.png') repeat-x;
	font-family:"Trebuchet MS",sans-serif;
	font-size: 10.7pt;
	line-height: 1.5;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
    text-align: left;
    margin: 0px auto 0px auto;
    width: 1255px; /* nebylo */
}

#left-bar {
    float: left;
    display: block;
    height: 615px;
    width: 165px;
    background: #EBEBEB url('/images/layout/left-bar.png') no-repeat right top;
}

#right-bar {
    float: left;
    display: block;
    height: 615px;
    width: 135px;
    background: #F2F2F2 url('/images/layout/right-bar.png') no-repeat left top;
}

#center-bar {
    float: left;
    width:955px;
    height: 400px;
}

#header {
    background: #EBEBEB url('/images/layout/head.png') no-repeat;
    width: 100%;
    height: 296px;
}

#logo {
    position: relative;
    top:  90px;
    left: 35px;
}

#logo h1 {
    display: inline;
    font-size: 19pt;
}

#logo a {
    background-color: transparent;
    color: #3366CC;
    display: block;
    height: 76px;
    position: relative;
    width: 145px;
}

#logo span {
    background: transparent url('/images/layout/logo2.png') no-repeat scroll left top; /* logo.png */
    cursor: pointer;
    display: block;
    height: 76px;
    left: 0;
    position: absolute;
    top: 0;
    width: 145px;
    z-index: 1;
}

#menu {
    position: absolute;
    margin-left: 225px;
    top:  120px;
    font-weight: bold;
    line-height: 30px;
}

* html #menu {
    top: 130px;
}

#menu ul li {
    padding: 4px 22px 6px 18px;
    margin-right: 5px;
    list-style-type: none;
    display: inline;
}

#menu ul li a {
    text-decoration: none;
    color: #F7F7F7;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#menu #menu_uvod {
    background: url('/images/layout/menu/menu_uvod2.png') no-repeat;
}

#menu #menu_bytove-domy {
    background: url('/images/layout/menu/menu_bytove-domy2.png') no-repeat;
}

#menu #menu_kontakt {
    background: url('/images/layout/menu/menu_kontakt2.png') no-repeat;
}

#tree {
    position: absolute;
    margin-left: 20px;
    top:  198px;
}

#tree a {
    color: black;
}

#caption_uvod {
    background: transparent url('/images/layout/captions/caption_uvod.png') no-repeat;
}

#caption_bytove-domy {
    background: transparent url('/images/layout/captions/caption_bytove-domy.png') no-repeat;
}

#caption_kontakt {
    background: transparent url('/images/layout/captions/caption_kontakt.png') no-repeat;
}

#content {
    text-align: justify;
}

#content #left-part #caption_uvod, #content #left-part #caption_bytove-domy, #content #left-part #caption_kontakt {
    position: absolute;
    top: 225px;
    padding-left: 65px;
}

#content #left-part {
    float: left;
    width: 695px;
    background: #F2F2F2 url('/images/layout/content-back.png') repeat-x;
}

#content #left-part #text-body {
    min-height: 420px;
    padding: 0px 15px 20px 20px;
}

* html #content #left-part #text-body {
    height: 420px;
}

#content #right-part {
    float: right;
    display: block;
    width: 260px;
    height: 300px;
}

#content #right-part #submenu {
    background: transparent url('/images/layout/submenu/submenu-back.png') no-repeat bottom left;
    padding-bottom: 12px;
}

#content #right-part #submenu ul {
    margin: 0px;
    padding: 50px 10px 10px 18px;
    display: block;
    background: transparent url('/images/layout/submenu/bytove-domy.png') no-repeat;
}

#content #right-part #submenu ul li {
    list-style-type: none;
    margin-top: 15px;
}

#content #right-part #submenu ul li a {
    padding: 10px 80px 10px 35px;/*40px*/
    background: transparent url('/images/layout/submenu/submenu.png') no-repeat;
    color: #000000;
    text-decoration: none;
}

#content #right-part #submenu ul li a:hover {
    background: transparent url('/images/layout/submenu/submenu-hover2.png') no-repeat;
    color: #F7F7F7;
}

#content #right-part #search-bar {
    margin-top: 10px;
    padding: 0px;
    background: #EBEBEB url('/images/layout/flat-search/flat-search-back.png') no-repeat bottom left;
}

#content #right-part #search-bar form {
    padding: 60px 10px 20px 20px;
    font-size: 9.3pt;
    margin: 0px;
    display: block;
    background: transparent url('/images/layout/flat-search/flat-search2.png') no-repeat;
}

#foot {
    display: block;
    height: 60px;
    background: url('/images/layout/foot.png') no-repeat;
    padding: 22px 0px 5px 35%;
    font-weight: bold;
}

a {
    color: blue; text-decoration: none;
}

a:hover {
    color: #FFA025; text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 0.5em 0; padding:0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h2 {
    font-size: 2em;
}

h4 {
    color: #5695DA;
}

table th, table td {
    text-align: left;
    padding: 2px 3px 2px 3px;
}

table .odd {
    background: #CCCCFF;
}

thead tr {
    background: transparent url('/images/layout/other/table-header-back.png') repeat-x;
    border: none;
    height: 30px;
    width: 100%;
    color: white;
}

thead td, thead th {
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}

thead td, tfoot td {
    font-size: 9pt;
    background: #CCB7FF;
    color: #405196;
}

#notice {
    margin: 10px 0px 10px 0px;
    padding: 4px 0px 4px 30px;
    border: 2px solid red;
    color: red;
    font-weight: bold;
}

form table td {
    text-align: left;
}

form table th {
    text-align: right;
}

#flat-search {

}

.table-center th, .table-center td {
    text-align: center;
}

.submit-button {
    display: block;
    height: 35px;
    width:  163px;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: bold;
    margin:  10px 0px 0px 40px;
    background: url('/images/layout/flat-search/search-button2.png') no-repeat;
}

.actuallity .date {
    float: left;
    margin: 15px 0px 0px 20px;
    padding-top: 14px;
    text-align: center;
    font-size: 9.6pt;
    display: block;
    background: transparent url('/images/layout/actuallity-date.png') no-repeat;
    width: 58px;
    height: 67px;
}

* html .actuallity .date {
    padding-top: 24px;
}

.actuallity .text {
    float: left;
    margin: 5px 10px 10px 30px;
    width: 500px;
}

.actuallity .link {
    text-align: right;
    margin: 8px 0px 0px 200px;
}

.fieldWithErrors {
  padding: 3px;
  background-color: red;
  display: inline-block;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#notice {
  font-size: 14px;
  font-weight: bold;
  color: red;
}