/*------------------main-page-----------------*/
div.reality_main {
	width: 518px;
	overflow: auto;
	float: left;
}
div.realita_main {
	background-image: url(img/realita_main.jpg);
	background-repeat: no-repeat;
	width: 518px;
	height: 147px;
	margin-bottom: 6px;
	position: relative;
}
div.realita_foto_ramecek {
	background-image: url(img/fotoramecek.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 122px;
	z-index: 2;
	top: 10px;
	left: 10px;	
	position: absolute;
}
div.realita_foto {
	width: 121px;
	height: 122px;
	z-index: 1;
	top: 11px;
	left: 12px;	
	position: absolute;
	overflow: hidden;
}
div.realita_popis {
	width: 360px;
	height: 120px;
	position: absolute;
	left: 140px;
	top: 10px;
	
}
div.realita_popis h3 {
	margin:0 0 3px 0;
}
div.realita_popis h3 a {
	text-decoration: none;
	color: black;
	font-style: italic;
	font-size: 12px;
}
a.vicezde {
	position: absolute;
	left: 140px;
	top:98px;
}

div.right_content {
	width: 371px;
	overflow: auto;
}
div.right_content_top {		
	background-image: url(img/right_content_top_category.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 35px;
}
div.right_content_middle_repeat_y {
	background-image: url(img/right_content_top_middle_re.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	width: 100%;
}
div.right_content_middle {
	background-image: url(img/right_content_top_middle.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 260px;
	height: 260px;
}
.right_content_middle h3 {
	margin: 0;
	font-size: 12px;
}

*>div.right_content_middle {
	height: auto;
}
div.right_content_bottom {
	background-image: url(img/right_content_top_bottom.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 9px;
}
div.category {
	padding-top:10px;
	margin:0 0 5px 7px;
	width: 352px;
	overflow: auto;
	}

div.category_img {
	width: 52px;
	height: 42px;
	text-align: left;
	float: left;
}
div.category_img {
	width: 23px;
	height: 20px;
	}
div.category_text {
	overflow: visible;	
	float: left;
	}
div.category_text h3 {
	font-size: 12px;
	margin: 0;
}
div.category_text h3 a {
	text-decoration: none;
	color: Black;

	}
div.category_text a {
	font-size: 11px;
}
div.category_text a:hover {
	text-decoration: underline;
	color: Black;
}

/*----------------------------category-reality-------------------*/
span.status {
	
	font-size:11px;
	font-weight:normal;
	
}
.green{
	color: Green;
}
.yellow{
	color: yellow;
}
.red{
	color: red;
}
div#category_cont {
	width: 894px;
	padding-bottom: 7px;
	border-bottom: 1px solid white;
	margin-bottom: 7px;
}
div#category_cont a{
	color:black;
	text-decoration: none;
	margin-right:15px;
}
div#category_cont a:hover{
	color:black;
	text-decoration: underline;
}
div.navigace ul {
	height: 22px;
	float: left;
	padding: 0;
	margin: 3px 0 0 3px;
	
}
.select {
	margin-left:3px;
}
div.navigace ul li {
	padding: 0;
	display: block;
	float: left;
	text-align: center;	
	background-image: url(img/nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 2px;
}
div.navigace ul li.curent {
	font-weight: bold;
	font-size: 14px;
}

div.navigace ul li a {
	color:black;	
	text-decoration: none;
	list-style-type: none;	
	line-height: 22px;
	padding: 0 2px;
	}

div.navigace ul li.nextback {
	
	display: block;
	float: left;
	width: 72px;	
	text-align: center;
	margin-right: 2px;
}
div.navigace ul li.nextback a {
	text-decoration: none;
	list-style-type: none;	
	width: 72px;	
	line-height: 22px;
	
}
div.ordered {
	float: right;
	margin: 3px 4px 7px 0;
	color: white;
}

div#navfilter{
	width: 918px;
	height: 28px;
	background-image: url(img/navfilter.jpg);
	background-repeat: no-repeat;

}
div#filter_top {
	background-image: url(img/filtr_top.jpg);
	background-repeat: no-repeat;
	padding-left:10px;
	}
div#filter_top_pod {
	width: 908px;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
}
div#filter_bottom {
	background-image: url(img/filter_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 918px;
	height: 20px;
	
}
div#filter_middle {
	background-image: url(img/filtr_middle.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}
div#filter_middle_pod {
	width:908px;
	overflow: auto;
}

table#reality {
	width: 918px;
	background-image: url(img/category_table_head.jpg);
	background-repeat: no-repeat;
	padding: 0;
	
}
table#reality tr#header {
	font-weight: bold;
	height:25px; 
}
table#reality tr td {
	padding: 2px 2px 0px 2px;
	}
table#reality tr.data td, table#reality tr.data1 td {
	padding: 2px 2px 2px 2px;
	height: 83px;
	border-bottom:1px solid white;	
}

table#reality tr.data1 {
	background-image: url(img/category_table_tr.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}
table#reality tr.data {
	background-image: url(img/category_table_bck.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}
	
table#reality tr.data td.popis {vertical-align:top;}

table#reality tr#footer{
	background-image: url(img/category_table_spod.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	height:18px; 
}
table#reality h3 a{
	font-style: italic;
}

/*---------------------detail-reality-----------------*/
div#makler {	
	background-image: url(img/makler.png);
	background-repeat: no-repeat;
	width: 280px;
	height:309px;
}
div#maklerpod {
	padding:120px 0 0 15px;
}

table#tablerealita {
	
	margin: 15px 0 0 0;
	float: left;
}


div#detail_reality_top {
	background-image: url(img/detail_reality_top.jpg);
	background-repeat: no-repeat;
	width: 918px;
	height: 13px;
}
div#detail_reality_middle {
	background-image: url(img/detail_reality_middle.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	padding:0 15px;
}
div#detail_reality_middle div#p {
	width: 271px;
	float: left;
	
}
div#detail_reality_middle_pod{
	width: 888px;
}
div#detail_reality_bottom {
	background-image: url(img/detail_reality_bottom.jpg);
	background-repeat: no-repeat;
	width: 918px;
	height: 13px;
}
div#fotos {
	padding: 10px;
	float: right;
	margin-left: 9px;
	border: 1px solid silver;
	background-color: White;
}
div#texties {
	width: 275px;
	float: left;
}
div#fotos_pod {
	width: 580px;
}
div#main_photo {
	width:350px;
	float: left;
	}
div#another_fotos {
	width: 200px;
	overflow: auto;
	float: right;
	padding: 10px 0;
	
}
div.fotkymale {
	width: 90px;
	height: 90px;
	margin:0 10px 10px 0;
	background-color: silver;
	float: left;
	overflow: hidden;
	}
	
	/*----------------------------poptávka--big--------------------------------*/
	
	div#sendpopbig {
	background-image: url(img/poptavka.jpg);
	background-repeat: no-repeat;
	width: 638px;
	height: 720px;
	margin: auto;
	position:relative;
}
#sendnamepopbig {
	background: transparent;
	width: 196px;
	height: 22px;
	color: Black;
	border: 0;
	position: absolute;
	top: 518px;
	left: 100px;
}
#sendsurnamepopbig {
	background: transparent;
	width: 196px;
	height: 23px;
	color: Black;
	border: 0;
	position: absolute;
	top: 572px;
	left: 100px;
}
#sendtelsmallpopbig {
	background: transparent;
	width: 196px;
	height: 22px;
	color: Black;
	border: 0;
	position: absolute;
	top: 518px;
	left: 426px;
}
#sendemailpopbig {
	background: transparent;
	width: 196px;
	height: 22px;
	color: Black;
	border: 0;
	position: absolute;
	top: 572px;
	left: 426px;
}
#sendtyp {
	background: transparent;
	width: 196px;
	height: 22px;
	color: Black;
	border: 0;
	position: absolute;
	top: 114px;
	left: 100px;
}
#sendtextpopbig {
	background: transparent;
	width: 620px;
	height: 202px;
	color: Black;
	border: 0;
	position: absolute;
	top: 278px;
	left: 8px;
}
#sendsendsmallpopbig {
	background-image: url(img/odeslat.jpg);
	background-repeat: no-repeat;
	border: 0;
	width: 81px;
	height: 102px;
	position: absolute;
	left: 0px;
	top: 614px;
}
#sendtypepopbig {
	width: 408px;
	position: absolute;
	left: 100px;
	top: 215px;
}

#sendplatba1 {
	position: absolute;
	left: 150px;
	top: 167px;
}
#sendplatba2 {
	position: absolute;
	left: 289px;
	top: 167px;
}
#sendplatba3 {
	position: absolute;
	left: 469px;
	top: 167px;
}
#sendlokalita {
	background: transparent;
	width: 196px;
	height: 22px;
	color: Black;
	border: 0;
	position: absolute;
	top: 111px;
	left: 100px;
}
#sendcenaod {
	background: transparent;
	width: 60px;
	height: 22px;
	color: Black;
	border: 0;
	position: absolute;
	top: 60px;
	left: 114px;
}
#sendcenado {
	background: transparent;
	width: 74px;
	height: 22px;
	color: Black;
	border: 0;
	position: absolute;
	top: 60px;
	left: 229px;
}
#sendtypnabidky1 {
	position: absolute;
	left: 138px;
	top: 11px;
}
#sendtypnabidky2 {
	position: absolute;
	left: 273px;
	top: 11px;
}
/*--------------kariera------------------------*/
div#kariera_left {
	width: 450px;
	margin:30px 0 0 10px;
	float: left;
}
div#kariera_right {
	width: 400px;
	margin:0 20px 0 0;
	float: right;
}
div.kariera_button {
	background-image: url(img/karierabutton.png);
	width: 97px;
	padding: 0 10px 0 80px;
	float: left;
	margin:7px 0 0 12px;
}
div.kariera_button_pod {
	width: 97px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
div.kariera_button_pod  h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
