@charset "utf-8";
/* Zakladna sablona pre web 
 *
 * sablona definujuca zakladne rozpolozenie divov pre web
 *  
 * Struktura:
 * 1 <content>
 *    1.1 <content_head></content_head>
 *    1.2 <content_menu></content_menu>
 *    1.3 <content_main>
 *            1.3.1 <content_main_table>     
 *                      1.3.1.1 <content_main_td_left>
 *                                 1.3.1.1.1 <content_main_left></content_main_left> 
 *                      1.3.1.1 </content_main_td_left>
 *                      1.3.1.2 <content_main_td_right>
 *                                 1.3.1.2.1 <content_main_right></content_main_right>*         
 *                      1.3.1.2 </content_main_td_right>*
 *            1.3.1 </content_main_table>            
 *    1.3 </content_main>  
 *    1.4 <content_foot></content_foot>	 
 * 1 </content>
 * 
 * Naposledy upravene: 20.7.2007
 * Autor: Lukas Vinclav, RED FLOWER s.r.o.              
 */
 
body {
	background: url('../image/body_bg.gif') repeat-x #48B8FF;
}
/* 1 Hlavny kontajner */
#content {
	width: 849px; /* 931 + 12 = 943 */
	height: auto;
	margin: auto;
	padding: 0px 6px 1px 6px;	
	background-color: #48B8FF;
}
/* 1 Koniec hlavneho kantajneru */
/* 1.1 Kontajner s hlavickou */
#content_head {
	position: relative;
	clear: both;
	width: 100%;
	height: 204px;
	margin: 0px;
	padding: 0px;
	background: url('../image/head.jpg') no-repeat;
}
#content_head_address {
	position: absolute;
	top: 60px;
	left: 250px;
	color: #FFFFFF;
}
#content_head_address a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_head_menu {
	position: absolute;
	bottom:26px;
	right: 20px;
}
#content_head_menu a {
	display: block;
	float: left;
	margin: 0px 6px;
	padding: 0px 2px;
	border-bottom: 2px solid #FFFFFF;
	color: #005B7F;
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#content_head_menu a:hover {
	border-bottom: 2px solid #FF0000;
}
/* 1.1 Koniec kontajnera s hlavickou */

/* 1.3 Kontajner s obsahom */
#content_main {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
}
/* 1.3 Koniec kontajnera s obsahom */
/* 1.3.1 Tabulka na rozdelenie obsahu */
#content_main_table {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}
/* 1.3.1 Koniec tabulky na rozdelenie obsahu */
/* 1.3.1.1 Lava cast tabulky */
#content_main_td_left {
	vertical-align: top;
	width: 244px;
	height: auto;
	background-color: #F2F7F8;
	border-left: 1px solid #B4E2FF;
}
/* 1.3.1.1 Koniec lavej casti  tabulky */
/* 1.3.1.2 Prava cast tabulky */
#content_main_td_right {
	vertical-align: top;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding: 5px;
}
/* 1.3.1.2 Koniec pravej casti  tabulky */
/* 1.3.1.1.1 Kontajner v lavej casti tabulky */
#content_main_left {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 20px 10px 0px 10px;
	background: url('../image/left_bg.gif') no-repeat;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
}
#content_main_left a {
	display: block;
	margin: 0px 10px;
	padding: 2px;
	border-bottom: 1px solid #EBF5FB;
	color: #005B7F;
}
#content_main_left .pick {
	margin: 20px 0px;
	height: 240px;
	padding: 15px;
	background: url('../image/pick.gif') no-repeat;
	font-size: 95%;
}
#content_main_left .img {
	width: 70px;
}
#content_main_left .pick h3 {
	color: #ed1c24;
	font-size: 145%;
}
#content_main_left .pick a, 
#content_main_left .pick a:hover, 
#content_main_left .pick a:visited {
	color: black;
	padding: 0px;
	margin:0px;
	border: 0px;
	text-decoration: none;
}
#content_main_left .pick .right {
	text-align: right;
	color: red;
	padding-right: 20px;
}
#content_main_left .pick .red {
	color: red;
}
#content_main_left .pick img {
	width: 80px;
	height: 60px;
}
/* 1.3.1.1.1 Koniec kontajneru v lavej casti tabulky */
/* 1.3.2.1.1 Kontajner v pravej casti tabulky */
#content_main_right {
	float: right;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;

}
#content_main_right h1 {
	padding: 0px;
	margin: 0px;
	color: #005b7f;
}
#content_main_right .button {
	border: 1px solid #badef4;
	background-color: #005b7f;
	color: white;
}
#content_main_right a, #content_main_right a:visited {
	color: #005b7f;
	text-decoration: none;
}

#content_main_right a:hover {
	color: #005b7f;
    border-bottom: 1px solid #FF0000;
}
#content_main_right .realty {
	margin-bottom: 15px;
	padding: 25px;
	width: 100%;
}
#content_main_right .realty td{
	padding: 3px;
}
#content_main_right .header {
	background-color: #badef4;
}
#content_main_right .more_info a, #content_main_right .more_info a:visited, #content_main_right .more_info a:hover{
	color: #005b7f;
}
#content_main_right .noresult-null {
	text-align: center;
	width: 100%;
}
#content_main_right .noresult {
	color: #005b7f;
	margin-left: auto;
	margin-right: auto;
	background-color: #badef4;
	padding: 3px;
	width: 98%;
	text-align: center;
	margin-bottom: 15px;
}
#content_main_right .price {
	background-color: #badef4;
	color: black;
	text-align: center;
	font-weight: bold;
}
/* index kupa*/
#content_main_right .kupa {
	width: 47%;
	background: url('../image/main_blue.jpg') no-repeat;
	background-position: top left;
	background-color: #2897e1;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}
#content_main_right .kupa h2 {
	text-align: right;
	margin: 3px;
	border-bottom: 1px dotted white;
	color: white;
	font-size: 140%;
}
#content_main_right .kupa .right {
	text-align: right;
	width: 100%;
}
#content_main_right .kupa .button {
	text-align: right;
	padding: 2px;
	margin: 3px;
	padding-right: 5px;
	margin-right: 7px;
	border: 1px solid white;
	color: white;
	background-color: #51b8e9;
	width: 100px;
	font-weight: bold;
}

#content_main_right select {
	width: 97%;
	margin: 3px;
}
#content_main_right .fullcena {
	width: 94%;
	margin: 3px;
}

#content_main_right .filter select{
	width: 100px;
	margin: 3px;
}

/* index predaj*/
#content_main_right .predaj {
	width: 47%;
	background: url('../image/main_yellow.jpg') no-repeat;
	background-position: top left;
	background-color: #fde305;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}
#content_main_right .predaj h2 {
	text-align: right;
	margin: 3px;
	border-bottom: 1px dotted white;
	color: white;
	font-size: 140%;
}
#content_main_right .predaj .right {
	text-align: right;
	width: 100%;
}
#content_main_right .predaj .button {
	text-align: right;
	padding: 2px;
	margin: 3px;
	padding-right: 5px;
	margin-right: 7px;
	border: 1px solid white;
	color: white;
	background-color: #f0c005;
	width: 100px;
	font-weight: bold;
}
#content_main_right .stlpec {
	float: left;
	width: 46%;
	margin-right: 10px;
	padding: 5px;
}
#content_main_right .photo {
	text-align: center;
}
/* 1.3.2.1.1 Koniec kontajneru v pravej casti tabulky */
/* 1.4 Kontajner s patou stranky */
#content_foot {
	clear: both;
	width: 100%;
	height: auto;
	margin: 1px 0px 0px 0px;
	padding: 4px 0px;
	background-color: #025D82;
	color: #FFFFFF;
}
#content_foot div {
	float: left;
	width: 49%;
	padding: 0px 4px;
	
}
#content_foot a {
	color: #FFFFFF;
	text-decoration: none;
}
#content_foot a:hover {
	text-decoration: underline;
}
/* 1.4 Koniec kontajnera s patou stranky */

