/******************************************************************************
Tomáš Jindřich - www.dragit.cz
Hlavni CSS Document - vystup pro obrazovku
projekt: bytymorava.cz
******************************************************************************/


/* begin: obecne deklarace */
p {
	margin: 0;
	padding: 0.5em 0; 
}

ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}
/* end: obecne deklarace */



/* begin: body */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: black;
	background: #e4ddcb url("../design/web-bg.gif") repeat-x;
}
/* end: body */



/* begin: specialni deklarace*/
.noscreen {
	display: none;
}

.dotted {
	background: url("../design/dotted-line.gif") repeat-x;
}

.small {
	font-size: x-small;
	color: #999999;
}
/* end: specialni deklarace*/



/* begin: odkazy */
a {
	color: #004276;
}

a:hover {
	text-decoration: none;
}
/* end: odkazy */



/* begin: nadpisy */
h2 {
	background: url("../design/arrow.gif") 0 50% no-repeat;
	margin: 0 0 1em 0; 
	padding: 0 0 0 1.5em;
	font-size: large;
	font-weight: normal;
	color: #949494;
}

h2.detail {
	float: left;
	padding: 0;
	background: none;
	font-size: x-large;
	color: #004277;
}

h3 {
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #e2001a;
	font-size: large;
	font-weight: normal;
}
/* end: nadpisy */



/* begin: zarovnani a obtekani*/
.toleft {
	text-align: left;
}

.tocenter {
	text-align: center;
}

.toright{
	text-align: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.cleaner {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
/* end: zarovnani */



/* begin: struktura */
#page, #header, #footer {
	width: 900px;
}

#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	clear: both;
	height: 105px;
}

#content {
	padding: 15px;
	width: 870px;
	background: white;
}

.halfwide {
	width: 420px;
}

#footer {
	margin: 15px 0;
	padding: 0.5em 0 0 0;
	clear: both;
	color: #ada693;
	text-align: center;
	/*background: url("../design/footer-bg.gif") repeat-x;*/
}

#footer a {
	color: #ada693;
}

#footer span {
	padding: 0 1em;
}

#header h1 { /* logo */
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 150%;
}

#header h1, #header h1 span, #header h1 a {
	display: block;
	width: 420px;
	height: 50px;
}

#header h1 span { /* logo - image replacement*/
	position: absolute;
	left: 0;
	top: 0;
	background: url("../design/logo.gif") no-repeat 0 0;
}

#header p {
	float: right;
	padding: 45px 0 0 0;
	font-size: x-large;
	color: #9aaebb;
}
/* end: struktura */



/* begin: menu */
#menu {
	float: right;
	margin-top: 25px;
	padding: 0;
	list-style-type: none;
	height:20px;
}

#menu li {
	list-style-type: none;
	display: inline;
}

#menu a {
	color: white;
	padding: 0 0.2em;
}

#menu a:hover {
	color: white;
}

#menu a.selected {

}
/* end: menu */




/* begin: menu-type */
/* menu jednotlivých typů nemovitostí */
/*#menu-type {
	float: left;
	margin-top: 6px;
	padding: 0;
	height: 39px;
	list-style-type: none;
	font-size: x-large;
}

#menu-type li {
	list-style-type: none;
	display: inline;
}

#menu-type a {
	float: left;
	background: #1f5c8c url("../design/menu-type-leftbg.gif") no-repeat left top;
	margin-right: 7px;
	padding: 0 0 0 4px;
	text-decoration: none;
	line-height: 39px;
	cursor: pointer;
}
#menu-type a span {
	float: left;
	display: block;
	background: url("../design/menu-type-rightbg.gif") no-repeat right top;
	padding: 0 10px 0 6px;
	color: white;
}

#menu-type a:hover, #menu-type a.selected, #menu-type a:hover span, #menu-type a.selected span {
	background-color: white;
	background-position: 0% -39px;
	color: #e2001a;
}
#menu-type a:hover span, #menu-type a.selected span {
	background-position: 100% -39px;
}
/* end: menu-type */


/*begin: formular sorting*/

#sorting {
  font-size: 80%;
  padding: 5px;
}

#sorting select, #sorting input {
  font-size: 80%;
}

/*begin: tabulka objectslist*/
#objectslist {
	width: 870px;
	border-collapse: collapse;
}

#objectslist th, #objectslist td {
	padding: 0.5em;
}

#objectslist th {
	background: #004276;
	color: white;
	font-size: 80%;
	text-align: center;	
}

#objectslist tr {
	background: #f7fafb;
}

#objectslist td {
	text-align: left;
	border-bottom: 1px solid #e5edf2;
}

#objectslist tr.over {
	background: #ebf2f6;
}

#objectslist img {
	padding: 1px;
	border: 1px solid #949494;
	background: white;
}

#objectslist .mobile {
  font-size: 80%;
}

#objectslist .old_red {
  color: red; font-size: 80%; text-align: center; font-weight: bold;  
}

#objectslist .old_green {
  color: green;  font-size: 80%; text-align: center; font-weight: bold;  
}

#objectslist .old_blue {
  color: blue; font-size: 80%; text-align: center; font-weight: bold;   
}

#objectslist .sort {
  border:0;
  margin:0;
  padding:0;
	background: none;  
}
/*end: tabulka objectslist*/



/* begin: findform */
#findform {
  margin: 5px 0 50px 5px;
}

#findform form {
  font-size: 85%;
}

#findform form label {
  display: block;
  margin-left: 5px;
  float: left;
  width: 100px;
  font-weight: bold;
}

#findform form input {
  margin-right: 15px;
}

#findform form .odd {
  display: block;
  margin: 3px 0;
  padding: 5px 0;
  background: #f0f0f0;
}

#findform form .container {
  float: left;
  width: 750px;
}

#findform form .button {
  float: right;
  margin: 0;
  margin-top: 5px;
  height: 25px;
  width: 200px;
}

/* end: findform */
 


/* begin: detail */
#object-menu {
	float: right;
	list-style-type: none;
}

#object-menu li {
	padding-left: 1em;
	list-style-type: none;
	display: inline;
}

#basicinfo {
	margin-bottom: 30px;
	line-height: 1.5em;
}

#object-description, #imgbox {
	margin-bottom: 40px;
}

#object-description {
	text-align: justify;
}

#mainphotolink {
	display: block;
	padding: 4px;
	border: 1px solid #949494;
	width: 414px;
	background: white;
	text-align: center;
}

#imgbox {
	margin-top: 5px;
	height: 64px;
	overflow: auto;
}

#imgbox img {
	float: left;
	margin-right: 4px;
	padding: 1px;
	border: 1px solid #949494;
	background: white;
	
}

#brokercontact {
	float: left;
	margin-top: 30px;
	width: 380px;
	padding: 15px;
	border: 5px solid #c5d9e5;
	height: 165px;
}

#brokercontact img {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #949494;
	background: white;
}

#brokercontact p {
	padding: 0;
	line-height: 1.5em;
}

#hypocalc {
	float: right;
	margin-top: 30px;
	width: 380px;
	padding: 15px;
	border: 5px solid #c5d9e5;
}

#hypocalc h3, #brokercontact h3 {
	margin: 0 0 15px 0;
}

#hypocalc form {
	float: left;
	width: 250px;
}

#hypocalc form label {
	display: block;
	float: left;
	width: 120px;
}

#hypocalc form input {
	width: 75px;
}

#hypocalc form select {
	width: 80px;
	text-align: right;
}

#hypocalc form input {
	width: 75px;
	text-align: right;
}

#hypocalc p {
	float: right;
	width: 100px;
	padding: 1em;
	background: #fff8e8;
	text-align: center;
	color: #65625a;
}

#hypocalc .readonly {
 background-color: #EFEFEF;
}

#hypocalc .mesicnisplatka {
	display: block;
	padding-top: 0.3em;
	font-size: x-large;
	color: #e2001a;
	width: 100px;
	background: #fff8e8;
	border: 0;
	text-align: center;	
}

#detailinfo {
	padding: 3px 0;
	border-top: 2px solid #ebf2f6;
	border-bottom: 2px solid #ebf2f6;
}

table.infotable {
	float: left;
	margin-right: 5px;
	width: 420px;
	background: #ebf2f6;
	color: #415763;
}

#detailinfo .last {
	margin-right: 0;
}

table.infotable th, table.infotable td {
	padding: 0.2em 0.5em;
}

table.infotable tr.even{
	background: #f7fafb;
}

table.infotable th {
	width: 50%;
	text-align: left;
}

table.infotable td {
	width: 50%;
	text-align: right;
}
/* end: detail */



/*begin: specificke struktury*/
#quicksearch {
	clear: both;
	border-bottom: #b6ac94 1px solid;
	border-right: #b6ac94 1px solid;
	width: 898px;
	margin-bottom: 10px; 	
	background: url("../design/quicksearch-bg.gif") repeat-x;
}

#quicksearch h2{
	float: left;
	margin: 0;
	padding: 0 1em;
	background: #b6ac94;
	font-size: large;
	color: white;
	line-height: 40px;
}

#quicksearch #formcontainer {
	float: left;
	width: 635px; 
	margin-top:2px;
}

#quicksearch form {
	float: left;
	padding: 7px 0.5em 0 0.5em;
}

#quicksearch .textinput {
	padding: 0.25em 0.5em;
	border: 1px solid #91866c;
	width: 80px;
	font-size:0.8em;
}

#quicksearch #operation {
	width: 110px;
	font-size:0.8em;
}

#quicksearch #region {
	width: 120px;
	font-size:0.8em;
}

#quicksearch #object {
	width: 110px;
	font-size:0.8em;
}

#quicksearch form#basicsearch {
	display: inline; /* double margin IE bug */
	margin-left:5px;
	width: 440px;
}

#quicksearch form#idsearch {
	width: 150px;
}

#quicksearch form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#quicksearch #ourtips {
	display: inline; /* double margin IE bug */
	float: right;
	padding: 0.5em 1em;
	margin-right: 7px;
	width: 80px;
	background: #ca0002;
	text-align: center;
}

#quicksearch #ourtips a {
	color: white;
	font-size: medium;
	text-decoration: none;
}

#quicksearch #ourtips a:hover {
	text-decoration: underline;
}

#homecontainer{
	float: left;
	width: 450px;
}

#homecontainer a {
	display: block;
	margin-bottom: 5px;
	padding: 1em 1em 1em 2.3em;
	font-size: x-large;
	color: #828282;
	background: white url("../design/infobanner-icon.gif") 20px 50% no-repeat;
	border: 2px solid #cac1ad;
	text-decoration: none;
}

#homecontainer a:hover {
	border-color: #b6ac94;
}


#maplocation {
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	width: 418px;
	border: 1px solid #cac1ad;
	background: white;
}

#maplocation a {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: x-small;
	background: 0;
	border: #ffffff 0;	
	color: #828282;
}

#newobjects {
	float: right;
	padding: 10px 10px 0 10px;
	width: 418px;
	background: white;
	border: 1px solid #cac1ad;
}

#newobjects h3 {
	margin-top: 0;
	color: #004276;
	font-size: 110%;
	font-weight: bold;
}

#newobjects .object {
	clear: both;
	padding: 10px 0;
	background: url("../design/dotted-line.gif") left bottom repeat-x;
}

#newobjects .last /* poslední objekt */
{
	background: none;
}

#newobjects .object img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #949494;
	background: white;
}

#newobjects .object .container {
	float: left;
	width: 340px;
}

#newobjects .object p {
	float: left;
	padding: 0;
}

#mainmap {
	width: 420px;
	height: 350px;
}

.navpages {
	float: right;
	font-size: small;
	font-weight: normal;
}

.navpages a, .navpages a:hover {
	color: #fff;
}
/*end: spedificke struktury*/

/*begin: nova nemovitost*/

form.newobject {
  width: 700px; 
}

form.newobject label, form.newobject input, form.newobject select, form.newobject textarea {
  display: block;
  float: left;
  width: 200px;
  margin: 3px 10px 3px 10px;
  padding: 2px 5px;
}

form.newobject .captchatext {
  width: 100px;
}

form.newobject .captchaimage {
  padding: 5px;
}

form.newobject select {
  width: 214px;
}

form.newobject textarea {
  width: 350px;
  height: 150px;
}

form.newobject label {
  width: 120px;
}

form.newobject br {
  clear: left;
}

form.newobject input.submit {
  padding: 0.25em;
  width: 150px;
}

form.newobject fieldset {
  padding: 10px 0;
  border: 1px solid silver;
}

form.newobject legend {
  margin: 0 0 1em 1em;
  padding: 0.25em 0.5em;
  color: gray;
  font-weight: bold;
  background: none;
}

form.newobject img {
  padding: 20px 5px 0px 20px
}

form.newobject input.radio {
  width: 15px;
  margin-left: 190px;
}

	/* pomocne struktury pro request form */

form.newobject input.checkbox {
  width: 20px;
  display: inline;
  float: none;
  margin: 0;
  padding: 1px;
}

form.newobject .request {
  font-size: 80%;
	padding: 0px 10px 3px 160px;
}

/*end: nova nemovitost*/

.infotext_good, .infotext_bad {
  padding: 0.5em;
  margin: 0 0 20px 0;
  max-width: 583px; 
}

.infotext_good span, .infotext_bad span{
  font-weight: bold;
}

.infotext_good {
  border: 1px solid #A3CC78;
  color: #2A5100;
  background: #E2FFC2;
}

.infotext_bad {
  border: 1px solid #DE9C9C;
  color: #640000;
  background: #FBD4D4;
}

.tip, .reservation {
	margin-bottom: 1px;
	padding: 0.1em 0.25em;
	color: #fff;
}

.tip {
	padding: 0.1em 0.25em;
	color: #fff;
	background: #e2001a;
}

.reservation {
	padding: 0.1em 0.25em;
	color: #fff;
	background: #7bae00;
}

.step {
  color: silver;
}

.step a {
  color: silver;
}

.price, .star {
	color: #e2001a;
	font-weight: bold;
	text-align: right;
}

