
/* --------- MENU profile ---------------- */
div#menu_profile{/* position: absolute; top: 110px; */
  /* position: absolute; /* top: 63px; left: 200px; */
  /* width: 800px; */
  margin: 1em auto 2em auto;
  position: relative;
  left: 11em;
  text-align: center;
  /* margin: 63px 0 0 240px; */
  padding: 0;
  color: black;
}
div#menu_profile ul {margin: 0; padding: 0;
  background: #DDDDDD; /* pozadi v ul submenu */
  border: 1px solid #BBBBBB;
  border-width: 0 1px;
  text-align: center;
}
div#menu_profile ul li {position: relative;
  padding: 0 0;
  list-style: none; margin: 0 0;
  float: left;
  line-height: 1em;
  /* font-weight: bold; */
  text-align: center;
  border: 1px solid #AAAAAA;
  border-width: 1px 1px;
  background: #CCDDEE;
  /* background: #CCDDEE; /* barva pozadi  */
}



/* Style the links inside the navigation bar */
#menu_profile a {
  float: left;
  color: black;
  /* color: #f2f2f2; */
  text-align: center;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 17px;
}
/* Change the color of links on hover */
#menu_profile a:hover {
  background-color: #ddd;
  color: blue;
}
/* Add a color to the active/current * link */
#menu_profile a#proactive {
  background-color: #CCDDD0;
  color: black;
  /* background-color: #4CAF50;
  color: white; */
}
/* KONEC MENU PROFILE ====================   */
