@CHARSET "UTF-8";

/***************************************************/
/* Menu v levé části stránky v sekci internet atd. */
/***************************************************/
.podmenu{
  margin: 15px 0 0 5px;
  width: 200px;
  float: left;	
}

.podmenu ul{
  list-style: none;
}

.podmenu a{
  color: blue;
  text-decoration: none;
  line-height: 150%;
}

.podmenu a.selected{
  font-weight: bold;
}

/*****************/
/* Obsah stránky */
/*****************/
#pravy{
  /*width: 702px;*/
  width: 690px;
  float: left;
}

#odkaz_na_cenik{
  margin-left: 200px;
}

#odkaz_na_cenik a{
  text-decoration: none;
  padding: 5px 0 0 0;
}
