@charset "utf-8";
/* Styl pre web */
body {
  background-color:#FFFFFF;
  background-image: url(../image/pozadie.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

a {
text-decoration:underline;
color:#1075A1;
}
h1,h2,h3 {
color:#1075A1;
}
a:hover {
text-decoration:none;
}
.rozcestnik_cesta {
  width:257px;
  height:520px;
  background-color:white;
  float:left;
  margin-left:10px;
}
.rozcestnik_cesta_logo {
  height:60px;
}
.rozcestnik_cesta_text {
  height:135px;
}
.rozcestnik_cesta_kontakty {
  height:60px;
  font-weight:bold;
}
.rozcestnik_cesta_dalej {
text-align:right;
margin-top:10px;
}
#main {
  width:852px;
  margin:0px auto;
}
#logo {
  text-align:left;
  height:105px;
}
#main_menu {
  height:30px;
  background-image: url(../image/menu_pozadie.png);
  background-repeat: no-repeat;
  background-position: center top;  
}
#main_menu a {
  display:block;
  height:14px;
  padding:8px 10px;
  float:left;
  text-decoration:none;
  color:#004954;
  font-size:13px;
  font-weight:bold;
  
}
#main_menu a:hover {
  background-color:#1AA2CD;
  color:white;  
}
#dom {
height:242px;
  background-image: url(../image/dom_pozadie.png);
  background-repeat: no-repeat;
  background-position: center top; 
  margin-top:16px; 
}
#dom .dom_sluzba {
height:14px;
margin-top:18px;
margin-bottom:34px;
}
#dom .dom_sluzba a{
  color:white;
  font-weight:bold;

}
#main_table tr td {
vertical-align: top;
}
ul.left_menu {
margin-left:24px;

  list-style-type: none;
}
ul.left_menu li {

padding:5px 0px;


}
ul.left_menu ul {
  list-style-image: url(../image/lidot.gif);
}
ul.left_menu ul li {
padding:2px 0px;

}
ul.left_menu a {
  color:black;
  text-decoration:none;
font-weight:bold;
}
ul.left_menu ul li a {
  color:black;
  font-weight:normal;
position:relative;
top:-2px;
text-decoration:underline;
}
.novinka {
margin-top:15px;

}
#bottom {
border-top:1px solid #8ECED8;
margin-top:30px;
font-size:11px;
}
