body {
	font-family: "Arial CE",Arial,Helvetica,sans-serif;
	font-size: 9pt;
	background-color: white;
  	background-image:url(../image/body-background.png);
	background-position:center top;
	background-repeat:repeat-x;
	margin-top:0px;
}

#layout {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	color: white;
	min-height: 800px;
	background-color: white;
}

#box{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	min-height: 470px;
}

#head {
	height: 45px;
	width: 100%;
	background-image: url(../image/head.png);
	background-repeat: no-repeat;
	background-position: center;
}

#head-1 {
	height: 255px;
	width: 100%;
}

#page {
  color:#585F63;
  height: auto;
  min-height: 400px;
  width:600px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  clear: both;
}

h1{
  color:#585F63;
  font-size:22px;
  font-weight: bold;
  margin-top: 20px;
}

h2{
  color:#585F63;
  font-size:18px;
  font-weight: bold;
  margin-top: 10px;
}



#page a {
	color: #585F63;
	text-decoration: underline;
}

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

#menu {
	width:100%;
	float: left;
	margin-bottom:35px;
	font-size:12px;
	color: white;
	background-image: url(../image/menu-btn.png);
	background-repeat: no-repeat;	
}

.menu{
  float:left;
  font-weight:bold;
  height:23px;
  padding-top:6px;
  text-align:center;
  width:112.5px;
}

.menu-active{
  float:left;
  font-weight:bold;
  height:23px;
  padding-top:6px;
  text-align:center;
  width:112.5px;
  text-decoration: underline;
}

#yell-0, #yell-4{
}

#red-1, #red-5{
}

#oran-2,#oran-6{
}

#blue-3,#blue-7{

}

#menu a {
	color: white;
	text-decoration: none;
}

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

#menu a:active {
	text-decoration: underline;
}

#footer {
	background-color: #FFFFFF;
	height:30px;
	width:100%;
	background-image: url(../image/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

.home-byty {
	border:0 none;
	float:left;
	margin:10px 0px 0px 10px;
}

.home-bak {
	border:0 none;
	float:right;
	margin:13px 10px 0px 0px;
}

table.prehled-byt, table.prehled-garaz {
  border-collapse: collapse;
  font-size: 11px;  
  color: #5A5F63;
  width: 100%;
}

table.prehled-garaz {
  width: 80%;
}

table.prehled-byt tr.header, table.prehled-garaz tr.header {
  height: 40px;
  background-color: #EEEEEE;
  font-weight: bold;
}

table.prehled-byt td {
  padding: 5px;
  border: 1px solid #DEDFDA;
  text-align: center;
  vertical-align: middle;
}

table.prehled-garaz td {
  padding: 5px;
  border: 1px solid #DEDFDA;
  text-align: center;
  vertical-align: middle;
}

table.formular {
  border-collapse: collapse;
  color: #5A5F63;
  margin-bottom: 10px;
}

table.formular td{
  border-collapse: collapse;
  color: #5A5F63;
  padding: 5px;
}

img {
	border: 0px;
}


sup {
  font-size:7px;
}

td.prodáno {
  color: #DF3830;
}

td.volný {
  color: #24A259;
}

td.pronájem {
  color: #A45D59;
}

.foto {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	width:100px;
}

#object{
  height: 255px;
  display: block;
}

.error {
	border-left:2px solid red;
	color:red;
	margin-bottom:15px;
	padding-left:10px;
}

.ok {
	border-left:2px solid green;
	color:green;
	margin-bottom:15px;
	padding-left:10px;
}

input, textarea {
  font-family: Arial CE,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

textarea {
  width: 350px;
  max-width: 400px;
  min-width: 50px;
  height: 130px;
  max-height: 150px;
  min-height: 50px;
}