/*
	Copyright 2006 (c) Jiří Hon
	Styly pro zobrazení
*/

* {
	padding:0px;
	margin:0px;
}

/**************************************************************
	Obecne vlastnosti
**************************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	_font-size: 0.8em;
 	text-align:center;
}
img {
	border:0;
}
sub {
	position:relative;
	top: -5%;
}
sup {
	position:relative;
	top: 5%;
}
#content h2 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	word-spacing:8px;
	font-size:1.8em;
	font-weight:normal;
	color:#993300;
	text-transform:uppercase;
	
	/*background:url(../images/nadpis_sedy.gif) repeat-x;*/
	padding:14px 0 0 15px;
	margin-bottom:0.8em;
	border-bottom: 2px solid #cbcbcb;
	position:relative;
}
#content h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#993300;
	text-transform:none;
	letter-spacing:1px;
	display:block;

	/*border-top: 3px solid #999999;*/
	border-bottom: 1px solid #CCCCCC;
	
	padding:0.3em 0 0.1em 15px;
	margin-bottom:0.7em;
}
#prodejci h3 {
	position:relative;
}
#content h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	text-indent:15px;
	text-transform:none;
	letter-spacing:1px;
	display:block;
	padding-top:0.4em;
	margin-bottom:0.5em;
	color:#993300;
	position:relative;
}
p {
	margin-left:2px;
	text-indent:13px;
	line-height:140%;
	margin-bottom:1em;
	text-align:justify;
}
table {
	margin-left:10px;
	margin-bottom:20px;
}
td {
	padding: 5px;
	vertical-align:top;
}
th {
	text-align:left;
	padding: 5px;
	vertical-align:top;
}
form th {
	text-align:right;
}
.bez_mezery {
	margin-top:0px;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.display_none {
	display:none;
}
#funkce .nahoru {
	display:block;
	float:left;
	padding-left:10px;
	margin-right:12px;
	margin-left:3px;
	background:url(../images/nahoru.gif) left center no-repeat
}
.nadpis_nahoru {
	display:block;
	width:13px;
	height:15px;
	position:absolute;
	left:695px;
	_left:680px;
	top:8px;
	_top:10px;
	border:1px solid #FFF;
	background:url(../images/nahoru.gif) no-repeat;
	background-position: 3px 3px;
}
a.nadpis_nahoru:hover {
	border:1px solid #999999;
	background-color:#FFFFFF !important;
}
.tisk {
	display:block;
	float:left;
	padding-left:17px;
	margin-right:12px;
	background:url(../images/print.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.time {
	display:block;
	float:left;
	font-size: 0.8em;
	padding-left: 13px;
	margin-top:2px;
	background:url(../images/clock.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

/**************************************************************
	Layout
**************************************************************/
#center {
	width: 760px;
	text-align:left;
	position: relative;  
	margin: auto;
}
#pozadi {
	width: 760px;
	background: url(../images/hlavni_pozadi.gif) repeat-y;
	float:left;
}

/**************************************************************
	Hlavicka
**************************************************************/
#head {
	width:748px; height:125px;
	margin-left:6px;
	position:relative;
}
#head_image {
	width:520px; height:160px;
	float:left;
}
#head_image a {
	width:520px; height:160px;
	display:block;
}
#srafy {
	height:20px;
	background: url(../images/vzorek_srafy.gif);
	padding: 2px 5px 0 9px;
}
#srafy a {
	text-decoration:none;
	color:#666666;
}
#srafy a:hover {
	text-decoration:underline;
}
#logo {
	width:730px; height:85px;
	position:relative;
	margin-left:9px;
	margin-top:5px;
}
#logo_obrazek {
	width:500px; height:90px;
	position:relative;
	float:left;
	left:5px;
	overflow:hidden;
}
#logo_obrazek span {
	width:500px; height:90px;
	display:block;
	position:absolute; left:0; top:5px; z-index:3;
}
#logo_obrazek h1 {
	font-size: 2em;
	margin:0px;
	margin-top:20px;
	text-indent:0px;
}
#drobecky {
	position:absolute;
	background-color:#FFFFFF;
	padding: 3px 5px 0 5px;
	font-size:0.9em;
	height:15px;
	left:10px;
	top:4px;
	z-index:1;
	color:#666666;
}
#drobecky a {
	color:#000000;
	text-decoration:underline;
}
#drobecky a:hover {
	text-decoration:none;
}
#jazyky {
	float:right;
}
#jazyky a {
	display:block;
	float:left;
	width:15px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	margin-left:1px;
}
#jazyky .aktivni {
	text-decoration:underline;
}
#jazyky .inaktivni {
	display:none;
}

/**************************************************************
	Vlajky
**************************************************************/
#vlajky {
	height:16px;
	width:50px;
	position:absolute;
	top:5px;
	left: 680px;
}
#vlajky .inaktivni {
	display:none;
}
#vlajky .aktivni {
	background-position: -20px 0;
}
#vlajky a {
	width:20px; height:11px;
	display:block;
	float:right;
	margin-left:4px;
	background-position: 0 0;
	background-repeat:no-repeat;
}
#vlajky a:hover {
	background-position: -20px 0;
}

#english {
	width:15px !important;
	background:url(../images/en_vlajka.gif);
}
#english:hover {
	background-position: -15px 0 !important;
}
#english.aktivni {
	background-position: -15px 0;
}
#czech {
	background:url(../images/cz_vlajka.gif);
}

/**************************************************************
	Kontakt & Mapa
**************************************************************/
#navigace {
	height:15px;
	width:50px;
	position:absolute;
	top: 52px;
	left: 691px;
}
#contact {
	width:15px; height:11px;
	display:block;
	float:left;
	background:url(../images/obalka.gif) 0 0 no-repeat;
}
#contact:hover {
	background-position: -15px 0;
}
#map {
	width:20px; height:11px;
	display:block;
	float:left;
	background:url(../images/mapa.gif) 0 0 no-repeat;
	margin-left:4px;
}
#map:hover {
	background-position: -20px 0;
}	

/**************************************************************
	Menu
**************************************************************/
#menu {
	width: 700px;
	position:relative;
	margin-left:10px;
}
#menu strong {
	font-weight:normal;
}
#polozky {
	width:705px; height:182px;
	position:absolute;
	top:-31px;
	left:5px;
	background: url(../images/menu_vetsi.gif) #98531c no-repeat;
	padding:15px;
	list-style-type:none;
	overflow:hidden;
}
#polozky a {
	width:190px; height: 20px;
	display:block;
	position:relative;
	left:515px;
	background:url(../images/menu_hover.gif) -190px 0 repeat-x;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size:0.9em;
	text-decoration:none;
	text-indent:10px;
	padding-top:6px;
}
#polozky a:hover, .aktivni_polozka {
	background-position: 0 0 !important;
	background-color:#d86f1b !important;
	text-indent:25px !important;
	cursor:pointer;
}
#spodni {
	background:url(../images/menu_hover_spodni.gif) 190px 0 !important;
}
#spodni:hover {
	background-position: 0 0 !important;
	background-color:#d86f1b !important;
}
#spodni_aktivni {
	background:url(../images/menu_hover_spodni.gif) 0 0 !important;
	text-indent:25px !important;
	cursor:pointer;
}

/**************************************************************
	Obsah
**************************************************************/
#content {
	clear:both;
	margin-left:15px;
}
#sub_menu {
	width:210px;
	float:right;
	padding-top:10px;
	padding-right:15px;
	overflow:hidden;
}
#sub_menu strong {
	color:#993300;
}
#sub_menu ul {
	list-style:none;
	margin-left:15px;
	margin-bottom:10px;
	line-height:170%;
}	
#sub_menu ul ul {
	list-style:none;
	margin-left:15px;
}
#sub_menu a {
	color:#993300;
}
#sub_menu h2 {
	/*font-size:17px;*/
	margin-bottom:13px;
	background:none;
	color:#999999;
}
#control {
	display:block;
	width:480px;
	float:right;
	font-size:0.4em;
	position:relative;
	top:-27px;
	_top: -29px;
	text-align:right;
}
#control a {
	text-decoration:none;
}
#obsah {
	width:510px;
	float:left;
	padding-top:10px;
	margin-bottom:15px;
}
#obsah ul {
	list-style-type:none;
	margin-left:35px;
	_margin-left: 40px;
	margin-bottom:15px;
}
#obsah ol {
	margin-left:35px;
	_margin-left: 40px;
	margin-bottom:15px;
}/*
#obsah ol li {
	background:#00FFFF;
	position:relative;
	left:-10px;
	padding-left:6px;
}*/
#obsah ol li {
	margin-bottom:12px;
}
#obsah ul li {
	text-indent:-7px;
	margin-bottom:12px;
}

#obsah ol li ol, #obsah ul li ul, #obsah ol li ul, #obsah ul li ol {
	margin-top:10px;
}

#obsah ul li span {
	position:relative;
	left: -13px;
	_left: -17px;
	top: -2px;
}
#obsah ul li ol li {
	text-indent:0px;
}
#obsah a {
	color:#993300;
}
#obsah a img, #sub_menu a img {
	border:1px solid #999999;
	padding:5px;
}
#sub_menu td {
	padding-bottom:3px;
}
#obsah .right {
	padding-left:6px;
}
.out_link {
	display:block;
	float:left;
	background:url(../images/link_out.gif) top right no-repeat;
	padding-right:9px;
}
.mail {
	display:block;
	float:left;
	background:url(../images/mail.gif) top right no-repeat;
	padding-right:9px;
}
.img_left {
	margin-right:10px;
	margin-bottom:10px;
}
.img_right {
	margin-bottom:10px;
}
#mapka {
	position:relative;
	width:500px;
	height:280px;
	background:url(../images/mapka.gif) no-repeat;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:20px;
}
#mapka a {
	background-color:#FFFFFF;
}
/**************************************************************
	Paticka
**************************************************************/
#paticka {
	width:730px; height: 20px;
	float:left;
	color:#999999;
	background:url(../images/paticka.gif) no-repeat;
	padding: 15px;
	_margin-top: -5px;
	font-size:0.9em;
	overflow:hidden;
}
#paticka a {
	color:#999999;
}
#paticka a:hover {
	color:#666666;
	text-decoration:none;
}
.paticka_levy {
	float:left;
	width:400px;
}
.paticka_pravy {
	overflow:hidden;
	float:right;
}
#funkce {
	width:510px;
	float:left;
	text-align:right;
	color:#aaaaaa;
	padding-left:15px;
	padding-bottom:5px;
	margin-top:10px;
	margin-right:100px;
}
#funkce a {
	color:#999;
}
#funkce a:hover {
	color:#666;
	text-decoration:none;
}
#zapati {
	width:760px; height:10px;
	float:left;
	background:url(../images/zakonceni.gif) #FFFFFF no-repeat;
}

/***********************
	Chyby
************************/
.oznameni {
	display:block;
	background:#FFFF99;
	border:1px solid #FF3300;
	padding:15px;
	margin-bottom:15px;
}
.oznameni p {
	text-indent:0;
	padding:0;
	margin:0;
}

/***********************
	Odkazy
************************/
#obsah a:visited, #sub_menu a:visited {
	color:  #666666;
}
#obsah a:hover, #paticka a:hover, #srafy a:hover, #sub_menu a:hover, #funkce a:hover, #drobecky a:hover {
	color:#FFFFFF;
	background-color:#993300;
	text-decoration:none;
}

/***********************
	Obrázkové odkazy
************************/
.obrazkove_odkazy a {
	background-color:#FFFFFF !important;
	_margin-bottom:3px;
	display:block;
}
#obsah a:hover img, #sub_menu a:hover img {
	background-color:#993300 !important;
	padding:6px;
	border:none;
}
.obrazkove_odkazy a:hover {
	_background-color:#993300 !important;
}
.obrazkove_odkazy .pravy {
	padding-left:6px;
}
.obrazkove_odkazy strong {
	display:block;
	padding-bottom:10px;
}
.obrazkove_odkazy table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.obrazkove_odkazy table td {
	margin:0;
	padding:0;
}

/*************************
 *  Reference
*************************/
.reference {
	padding-top:5px;
	margin-left:5px;
	margin-bottom:20px;
}
.reference a {
	background-color:#FFFFFF !important;
	_margin-bottom:3px;
	display:block;
}
.reference a:hover {
	_background-color:#930 !important;
}
.reference table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.reference table td {
	margin:0;
	padding:0 10px 10px 10px;
}

/*************************
 *  Mapa od Seznamu
*************************/

#mapaSeznam {
	width:385px;
	height:290px;
	border:1px solid silver;
	margin:0;
	float:right;
}


/*************************
 *  Panel Akce
*************************/

a#panel-akce {
	display:block;
	width:210px;
	height:217px;
	background:url(../images/panel_akce.jpg) no-repeat;
	text-align:center;
	font-size:18px;
	color:#000 !important;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	padding-top:13px;
	margin-bottom:30px;
}
a#panel-akce strong {
	color:#000;
}
a#panel-akce strong.vetsi {
	font-size:22px;
}
a#panel-akce span {
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
	position:relative;
	top:10px;
}
a#panel-akce span.akce-vice {
	text-decoration:underline;
	color:#930;
}
a#panel-akce:hover span.akce-vice {
	background:#930;
	color:#FF3;
	text-decoration:none;
}


a#panel-pozvanka {
	display:block;
	width:210px;
	height:185px;
	text-align:center;
	background: url(../../../images/ostatni/novy_byt_a_dum.logo.gif) no-repeat bottom center;
}
a#panel-pozvanka span {
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

	text-decoration:underline;
}
a#panel-pozvanka:hover {
	background-color:#FFF;
}
a#panel-pozvanka:hover span {
	background:#930;
	color:#FFF;
	text-decoration:none;
}


/*************************
 *  Srovnavaci tabulka
*************************/

table#srovnavaci-tabulka {
	width: 98%;
	margin-bottom:30px;
}
table#srovnavaci-tabulka th, table#srovnavaci-tabulka td {
	width:25%;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
	border:1px solid #FFF;
}
table#srovnavaci-tabulka th {
	border: 2px solid #fdf2d3;
}
table#srovnavaci-tabulka th.none {
	border-top: none;
	border-left: none;
}
table#srovnavaci-tabulka td {
	background:#fdf2d3;
	line-height: 160%;
	font-size:12px;
}
table#srovnavaci-tabulka td strong {
	font-size:13px;
}
table#srovnavaci-tabulka th {
	font-size:16px;
	font-weight:bold;
	color:#930;
}


/****************************
 * Mimoradne akce
****************************/

#hlavicka-akce, #hlavicka-zu {
	display:block;
	position:absolute;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
	color: yellow;
}
#hlavicka-akce span, #hlavicka-zu span {
	display: block;

	position: absolute;
	top: 0;
	left: 0;

	background-repeat:no-repeat;
}
#hlavicka-akce {
	font-size:2em;
	width:130px !important;
	height:41px !important;
	top:99px;
	left:0;
}
#hlavicka-akce span {
	background: url(../images/cs_hlavicka_fotka.akce.jpg);
	width: 122px;
	height: 61px;
}

#hlavicka-zu {
	font-size:0.9em;
	width:58px !important;
	height:58px !important;
	top:82px;
	left:442px;
}
#hlavicka-zu span {
	background: url(../images/cs_hlavicka_fotka.zu.gif);
	width: 78px;
	height: 78px;
}

a.noBorder img {
	border: none !important;
	padding: 0 !important;
}

#seznam_mest {
	width:170px;
	float:right;
	border-left:1px solid #cbcbcb;
	padding-left:25px;
}
#seznam_mest ul {
	margin:0 !important;
}
#seznam_mest li {
	margin:8px !important;
	padding:0;
}
#content h3 a {
	text-decoration:none;
}