@import url("basic.css");


#ouroffer {
clear: both;
border: none;
margin: 0; padding: 0;
width: 100%;
border: 0px solid black;
}

#offer {
overflow: visible;
float: left;
margin: 0px 10px 0px 0px; padding: 0;
width: 27%;
height: auto;
}


#offer .borderr {
height: auto;
}

#offer h2 {
font-size: 120%;
margin: 0; padding: 0;
background: #423c82;
border-bottom: 1px solid black;
text-align: center;
}

#offer ul {
display: block;
list-style-type: disc;
margin: 14px 0px 14px 14px; padding: 0;
}

#offer li {
margin: 0px 0px 0px 1em; padding: 0.1em;
font-weight: bold;
}

#offer li .pocet{
display: inline;
background: inherit;
padding-left: 0em;
}

#offer li ul {
	margin-top: 0.2em;
}

.pocet .off {display: inline;}

.borderr {
border-right: none;
}

.cleaner {
display: block;
clear: both;
}

#contacts {
position: relative;
/* clear: both; */
border-top: 1px solid black;
text-align: center;
}

#contacts h2, #recommendation h2 {
width: 30%;
margin: 0 auto;
padding: 0;
font-size: 120%;
background: #423c82;
text-align: center;
border: 1px solid black;
border-top: none;
}

#contacts #elAdr, #contacts #telCisla  {
width: 250px;
padding: 0 1%; 
float: left;
color: black;
text-align: left;
}

#contacts #middAdr {
text-align: center;
width: 300px;
margin: auto;
padding: 0 1%; 
}

#contacts #telCisla {
	float: right;
}

#detail {
	float: right;
	width: 70%;
}

#detail #cislo {
	float: right;
	background: #423c82;
	border: 1px solid black;
	margin: 1em; padding: 0.2em 1em;
	font-size: 80%;
	color: white;
}

.velmidulezite {color: red; background: #eee; padding: 0.1em;}

.ilustrace {
	clear: both;
	float: right;
	width: 170px;
}

.ilustrace img {
	margin-bottom: 5px;
}

table#podrobnosti {
	border-collapse:collapse;
	width: 60%;
}

table#podrobnosti tr{
	background: #ccc;
}

table#podrobnosti tr.suda{
	background: #eee;
}

table#podrobnosti th, table#podrobnosti td{
	border: 2px solid black;
	text-align: left;
	padding: 0.1em 1em;
}

table#podrobnosti td{
	border: 2px solid black;
}

table#makler {
	border-collapse: collapse;
	margin: 5em;
	background: white;
	border: 1px solid black;
}

table#makler tr {
	
}

table#makler th, table#makler td{
	border: 1px solid black;
	text-align: left;
	padding: 0.1em 1em;
}

table#makler td{
	border-right: none;
}

table#cena {
	border-collapse: collapse;
	width: 60%;
}

table#cena tr {
	border: #FF9A15 1px solid;
}

table#cena tr.cenacelkem {
	border: #FF9A15 3px solid;
	font-weight: bold;
}

table#cena th, table#cena td{
	border-right: 8px solid #FF9A15;
	text-align: left;
	padding: 0.1em 1em;
}

table#cena td{
	border: none;
}

#poptavka input {
	width: 300px;
}

#poptavka textarea {
	width: 300px;
	height: 12em;
}

#poptavka table, #poptavka p {
	width: 500px;
}

 #poptavka td {
 	text-align: right;
 }

#poptavka caption {
	color: #888;
	font-size: 80%;
	padding-left: 200px; 
	text-align:left;
}

#poptavka p {
	text-align: right;
}
