/*
	benti_reality_reklama.css
	www.benti-reality.cz
	CCDsoft
	posledni verze ze 29.3.2007
*/

#panely .levy-panel h2 {
	background-color: #659e39;
	color: #fff;
	font-size: 12pt;
	text-align: left;
	width: 234px;
	_width: 244px;
	height: 22px;
	_height: 27px;
	display: block;
	padding: 5px 0 0 10px;
	margin: 0;
	clear: both;
}

#panely .levy-panel p {
	padding: 10px 15px 10px 10px;
	font-size: 8pt;
	color: #666;
}

#panely .levy-panel p a {
	color: #57852d;
	background-image: url(../images/sipka.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 3px;
}

#panely .levy-panel p img {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #fff;
}

#panely .levy-panel form input {
	width: 170px;
	color: #666;
}

#panely .levy-panel form .odeslat {
	background-color: #72a44b;
	color: #fff;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-image: none;
}

#panely .levy-panel form .odeslat:hover {
	background-color: #57852d;
}

#entity-legenda div {
	float: left;
	margin: 3px;
	border: 1px solid #fff;
	padding: 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#entity-legenda .entita-volna {
	background-color: #afff82;
}

#entity-legenda .entita-rezervace {
	background-color: #ffe600;
}

#entity-legenda .entita-prodano {
	background-color: #fe0001;
}

#entity-legenda p.ent {
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	margin: 0;
}

#entity-legenda .entita-volna p, #entity-legenda .entita-rezervace p {
	color: #666;
}

#cenik-legenda div {
	float: left;
	margin: 3px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #eee;
	padding: 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#cenik-legenda div p {
	margin: 0;
	color: #fff;
	padding: 5px;
}

#cenik-legenda .cenik-volna p {
	font-size: 8pt;
	padding: 5px;
	font-weight: bold;
}

#cenik-legenda .cenik-rezervace p {
	color: #ed9b01;
	font-size: 8pt;
	padding: 5px;
	font-weight: bold;
}

#cenik-legenda .cenik-prodano p {
	color: #ff3300;
	font-size: 8pt;
	padding: 5px;
	font-weight: bold;
}