/* styly vyber bytu */
#cela-plocha {
	position: relative;
}
#cela-plocha-in {
	width: 1000px;
	margin: 0 auto;
}
#dum, #vysledek {
	width: 900px;
	margin: 0 auto;
}
.flaggie {
	z-index: 100;
	position: absolute;
	width: 151px;
	height: 143px;
	padding-top: 15px;
	background: url("../obrazky/flag-byt.png") 0 0 no-repeat;
	display: none;	
}
.rad1 {
	padding-left: 0px;
	color: #ea433a;	
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.rad2 {
	padding-left: 0px;
}
#vyber-breadcrumbs {
	margin: 0 0px;
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
#byt-levy {
	padding-left: 48px;
	padding-top: 28px;
}
#byt-nadpis {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 60px;	
}
#byt-nadpis span {
	color: #ea433a;	
	font-size: 18px;
	font-weight: normal;
}
#legenda {
	border: 1px solid #eaeaea;
	width: 210px;
	padding: 20px;
	margin-bottom: 20px;

}
table#legenda-uvod {
	border-bottom: 1px solid #eaeaea;
	width: 210px;
	margin-bottom: 20px;
}
#t-patro, #t-stav {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;	
}
.byt-tabulka {
	width: 210px;
	font-size: 11px;
	text-transform: uppercase;
}
.byt-tabulka td {
	vertical-align: middle;
	padding: 2px;
	border-bottom: 1px solid #eaeaea;
}
.byt-tabulka td.barva {
	padding-right: 10px;
}
.byt-tabulka td.big-border {
	border: 0;
	border-top: 3px solid #ea433a;
	font-size: 10px;
	line-height: 10px;
	padding: 0;
}
.byt-tabulka td.no-border {
	border: 0;
}
.byt-tabulka th {
	padding: 2px;	
	vertical-align: middle;
	background-color: #ea433a;	
	color: #ffffff;
	font-weight: bold;	
	border-bottom: 1px solid #eaeaea;	
	text-align: left;
}
#cenovka {
	color: #ea433a;	
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 138px;
}
#cenovka-popis {
	font-size: 12px;
	line-height: 1.25em;
	position: absolute;
	top: 15px;
	right: 48px;
}
#levy-flash {
	width: 600px;
	float: left;
	padding: 20px;
}
#levy-flash img {
	width: 100%;

}
#pravy-flash {
	width: 360px;
	float: left;
	padding: 0;

}
@media only screen and (max-width: 1000px){
#cela-plocha-in {
	width: 100%;
	margin: 0;
}
#levy-flash {
	width: 600px;
	float: none;
	padding: 0;
	margin: 0 auto;
}
#pravy-flash {
	width: 400px;
	float: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

}
@media only screen and (min-width: 931px){
#flag-dum {
	position: relative;
	position: absolute;
	color: #ffffff;
	top: 70px;
	right: 20px;
	width: 200px;
	height: 60px;
	background: url("../obrazky/flag-lokalita.png") bottom center no-repeat;
	display: none;
	padding-left: 0;
	padding-top: 10px;
}
}
@media only screen and (max-width: 930px){
#vysledek {
	width: 100%;
	margin: 0;
}
#dum {
	width: 94%;
	margin: 0 3%;
}
#cela-plocha {
	position: relative;
	height: auto;
}	
#cenovka {
	color: #ea433a;	
	font-size: 24px;
	font-weight: bold;
	position: static;

}
#cenovka-popis {
	font-size: 12px;
	line-height: 1.25em;
	position: static;
}
}
@media only screen and (max-width: 600px){
#levy-flash {
	width: 100%;

}

}