/* HLAVNE CSS */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-image: url(../images/bglogo.gif);
  background-repeat: repeat;
  cursor: default;
  margin-bottom: 10px;
  padding: 0px;
  margin-top:10px;  
}

td {
  text-align:left;
}

th {
  text-align:left;
}

img.gallery {
  padding:2px;
  border:solid 1px #cad1d8;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 12px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #304386;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  color: #304386;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  color: #304386;
}

h4 {
  font-size: 13px;
  font-weight: bold;
  color: #304386;
}

hr {
  height: 0px;
  color: #AAAAAA;
}

a {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:active {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}


.subtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-top: #DDDDDD 1px solid;
  border-left: #DDDDDD 1px solid;
  border-bottom: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #FFFFFF;
  background-image: url(../images/button_bkg.gif);
  background-repeat: no-repeat;
  /*height: 20px;*/
  padding-top: 2px;
  padding-bottom: 2px;
}

.edit {
  border-top: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-bottom: #DDDDDD 1px solid;
  border-right: #DDDDDD 1px solid;

  background-color : #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}  


select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div {
	text-align:left;
}

div#page {
  border:5px solid #cad0d0;
  width:970px;
	margin:0px auto;
	text-align:left;
	position:relative;
	background-color: rgb(224,224,224);
}

.navi {
  background: url(../images/bgtitle.gif) repeat-x;
  padding: 3px 0px 4px 8px;
  color: white;
  font-weight:bold;
  text-align:left;
}

/* left menu */
div#menu_left {
  border-right: solid 1px white;
  width: 177px;
  position:relative;    
}

div#menu_left a
{
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/top_bg.gif) repeat-x;
  border-top: solid 1px white;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:15px;

}

div#menu_left a:hover
{
  color: #000;
  background-color: inherit;
  font-weight: bold;
}

div#menu_left a.selected {
  color: #000;
}

div#menu_left div {
  color: inherit;

}

div#menu_left div a
{
  padding-left:35px; 
  background: url(../images/down_bg.gif) repeat-x; 
  font-size:10px;
  color: black;
  font-weight: normal; 
  position:relative; 
}

div#menu_left div a:hover
{
  font-weight: normal;
  color: white;

}
/* /left menu */

/* left_bottom menu */
div#left_bottom {
  border-right: solid 1px white;
  width: 177px;
  position:relative;    
}

div#left_bottom a
{
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/top_bg.gif) repeat-x;
  border-top: solid 1px white;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:15px;
}

div#left_bottom a:hover
{
  color: #000;
  background-color: inherit;
  font-weight: bold;
}

div#left_bottom a.selected {
  color: #000;
}

div#left_bottom div {
  color: inherit;

}

div#left_bottom div a
{
  padding-left:35px; 
  background: url(../images/down_bg.gif) repeat-x; 
  font-size:10px;
  color: black;
  font-weight: normal; 
  position:relative; 
}

div#left_bottom div a:hover
{
  font-weight: normal;
  color: white;

}
/* /left_bottom menu */

.f_left {
  float:left;
}

.f_right {
  float:right;
}

.clear {
 clear: both;
}

div#header {
	width:970px;
	height:162px;
}

div#menu {
  border-top:1px solid #cad0d0;
  width:177px;
	float:left; 
  margin:0px 0px 0px 0px;
  padding-bottom:10px;
  
}

div#content {
  border-top:1px solid #cad0d0;
  width:602px;
	margin:0px 0px 8px 4px;
  float:left; 
  padding:0px;
  background-color: white;
}

.nad_body_con {
  float:left;
  width:583px;
  padding-left:8px;
  padding-top:15px;
  padding-bottom:30px;
  text-align:left;  
  margin:0px;
}

.nad_body_con_reg {
  float:left;
  padding-top:15px;
  padding-bottom:30px;
  text-align:center;  
  margin:0px;
  margin-left:2px;
}

.nad_body_con_reg_top {
  float:left;
  padding-top:5px;
  padding-bottom:30px;
  text-align:center;  
  margin:0px;
  margin-left:2px;
}

div#action {
  border-top:1px solid #cad0d0;
  width:183px; 
  margin:0;
  float:right;
  padding-bottom:10px;
  position:relative;  
}

div#footer {
  border-top:1px solid #cad0d0;
  width:100%;
  background: url(../images/bgtitle.gif) repeat-x;
  height:20px;
  text-align: center;
  color:white;
}

/* right menu */
div#menu_right {
  border-right: solid 1px white;
  width: 183px;
  position:relative;    
}

div#menu_right a
{
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/top_bg.gif) repeat-x;
  border-top: solid 1px white;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:15px;
}

div#menu_right a:hover
{
  color: #000;
  background-color: inherit;
  font-weight: bold;
}

div#menu_right a.selected {
  color: #000;
}

div#menu_right div {
  color: inherit;

}

div#menu_right div a
{
  padding-left:35px; 
  font-size:10px;
  color: black;
  font-weight: normal;
  background: url(../images/down_bg.gif) repeat-x; 
}

div#menu_right div a:hover
{
  font-weight: normal;
  color: white;
}


/* /right menu */

/* menu firm */
div#menu_firm {
  border-right: solid 1px white;
  width: 183px;
  position:relative;  
  background-color: #ccccff;
}

div#menu_firm a
{
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #79878a;
  border-right: solid 1px #79878a;
  border-left: solid 1px #79878a;
  background: url(../images/kocka_black.gif) no-repeat 15px 8px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:27px;
  position:relative;
}

div#menu_firm a:hover
{
  color: #666699;
  background-color: inherit;
  font-weight: bold;
}

div#menu_firm a.selected {
  color: #000;
}

div#menu_firm div {
  color: inherit;

}

div#menu_firm div a
{
  padding-left:35px; 
  font-size:10px;
  color: black;
  font-weight: normal;
}

div#menu_firm div a:hover
{
  font-weight: normal;
  color: white;
}

/* /menu firm */

div#search {
  margin-top: 10px;
  margin-left: 20px;
  padding:0px;
  border:none;
  position:relative;  
}


.ok {
  margin-top:1px;
  margin-left:9px;
  padding:0px;
}

.search-input {
  border: solid 1px #79878a;
  background-repeat: no-repeat;
  color: #898989;  
  width:100px; 
  height:15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;  
  float:left;
  padding:0px;
}

/* menu inzercia */
div#menu_inz {
  border-right: solid 1px white;
  width: 177px;
  position:relative;  
  background-color: #ff8814;
}

div#menu_inz a
{
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  border-left: solid 1px white;
  background: url(../images/kocky-2.gif) no-repeat 12px 4px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:26px;
  position:relative;
}

div#menu_inz a:hover
{
  color: #000;
  background-color: inherit;
  font-weight: bold;
}

div#menu_inz a.selected {
  color: #000;
}

div#menu_inz div {
  color: inherit;

}

div#menu_inz div a
{
  padding-left:35px; 
  font-size:10px;
  color: black;
  font-weight: normal;
}

div#menu_inz div a:hover
{
  font-weight: normal;
  color: white;
}

/* /menu inzercia*/

/**************************************/

table#ponuka_fx td {
  background-color: #dce1e2;
  margin-bottom:12px;  
  width:285px;
}
.nah_pon1 {
  background-color: #dce1e2;
  width:285px;
  height: 205px;
  float:left;
  margin-bottom:12px;
}

.nah_pon2 {
  background-color: #dce1e2;
  width:285px;
  height: 205px;
  float:right;
  margin-bottom:12px;
}

a.title_pon {
  color:black;
  font-weight:bold;
  font-size:14px;
}

.posun_obr {
  float:left;
  padding:2px;
  margin-bottom:5px;
  margin-right:7px;
  border:solid 1px #cad1d8;
}

.mini_obr {
  text-align: center;
  padding:2px;
  margin-bottom:5px;
  margin-right:7px;
  border:solid 1px white;
}

.date_nah {
  color:#8aa0b7;
  font-size:9px;
  float:right;
}

.ine_nah {
  margin-top:6px;
  color:#8aa0b7;
  font-size:9px;
  float:left;
}
/************************************/
 
.title_pnk {

}

.popis_pnk {
  margin-top:10px;
  margin-bottom:30px;
  float:right;
  width:330px;
}

.img_pnk {
  float:left;
  padding-bottom:15px;
}

.gal_pnk {

}

.img_gal_pnk {
  float:left;
  padding-top:10px;
}

.pod {
  border-bottom: solid 1px silver;
}

.cena_pnk {
  font-size: 13px;
  font-weight: bold;
  color: #304386;
  margin-left:3px;
  width:220px;
  text-align:left;
}

/* prehlad ponuk */


.filter_pnk {
  width:583px;
  padding:0px;
}

.filter_pnk_mnd {
  width:583px;  
}

.sort_pnk_mnd {
  float:right;
  margin-bottom:10px;
}

.strankovanie_pnk {
  margin-top:10px;
  text-align:center;
  padding-top:4px; 
  padding-bottom:4px;    
  background-color: rgb(227,227,227); 
}


.okres_pnk {
  float:left;
  padding-left:10px;
  padding-bottom:10px;
}

.sort_pnk {
  padding-top:4px;
  padding-right:10px;
  float:right;

}

.ponuka_n_1 {
  float:left;
  margin-top: 5px;
  margin-left: 1px;
  margin-bottom: 3px;
  background: url(../images/line_left.gif) repeat-x bottom;
  background-color: rgb(239,239,239); 
}

.ponuka_n_2 {
  float:left;
  margin-top: 5px;
  margin-left: 1px;
  margin-bottom: 3px;
  background: url(../images/line_left.gif) repeat-x bottom;
  background-color: #FFFFFF; 
}

.pon_obr {
  padding-top:8px;
  padding-bottom:8px;
  padding-left:4px;
  float:left;
  width:117px;
 /* border: solid 1px red; */

  max-width: 117px;

}

.pon_popis {
  padding-top:6px;
  float:left;
  width:380px;
 /* border: solid 1px red; */


}

.pon_id {
  padding-top:1px;
  float:left;
  width:80px;  
  color:rgb(133,133,133);
  border-left: solid 1px silver; 
}

.pnk_hod {
  margin-top:7px;
  padding-top:2px;
  border-top: solid 1px silver;
  color:rgb(133,133,133);
}

.kontakt_pnk {
  margin-top:10px;
  margin-left:5px;
}

.sed_pas {
  width:100%;
  background-color: silver;
  padding: 3px 0px 3px 0px;
  font-weight: bold;
}

.mini {
  background-color: #d5d6d8;
  margin:10px 5px 0px 5px;
  padding:5px;
  position:relative;
}

.footer_text {
  position:relative; 
  top:3px;
  text-align:center;
}



a.white_a {
  color: white;
  text-decoration: none;
}

a.white_a:visited {
  color: white;
  text-decoration: none;
}

a.white_a:active {
  color: white;
  text-decoration: none;
}

a.white_a:hover {
  color: white;
  text-decoration: underline;
}
