* {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Tahoma, 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  
  text-align: center; /* defaultne vse centrujeme, takze bacha!! */
}
body {
  background-color: #7a7a7a;
  color: #000000;
  z-index: 1;
}
#topbar {
  width: 934px;
  height: 60px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  
  background-color: #333333;
  color: #ffffff;
}
#headgraph {
  width: 934px;
  height: 163px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  
  background: url('../layout/head_graph.jpg') no-repeat top left;
}
#print_head {
  display: none;
}
#menu {
  width: 934px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  background: url('../layout/bg_menu.jpg') repeat-x top left;

}
#body {
  width: 934px;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #ffffff;*/
  background: url('../layout/bg_news_body.jpg') repeat-y left #ffffff;
  color: #000000;
  
  text-align: left;
  
  position: relative;
}
#paticka {
  width: 934px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cccccc;
  color: #000000;
  text-align: right;
  position: relative;
}
#print_paticka_link {
  display: none;
}
div.news {
  width: 260px;
  /*background-color: #ff0000;*/
  color: #ffffff;
  
  float: left;
  
  background: url('../layout/news_right_shadow.jpg') repeat-y top right #ff0000;

}
div.text {
  margin-top: 10px;
  width: 670px;
  float: right;
  position: relative;
  /*border: 1px solid blue;*/
}
div.news_shadow {
  width: 260px;
  height: 24px;
  background: url('../layout/news_top_shadow.jpg') repeat-x top left #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
}
div.vypsane_menu {
  text-align: right;
  color: #000000;
  position: absolute;
  top: 1px;
  right: 10px;
  display: inline;
  font-weight: bolder;
  font-size: 17px;
}
div.jazykova_mutace {
  position: absolute;
  bottom: 2px;
  right: 10px;
  width: 150px;
  height: 45px;
  text-align: right;
}

img.news_menu_shadow {
  position: absolute;
  top: 0;
  right: 0;
}
img.news_bottom_corner {
  position: absolute;
  top: 0;
  right: 0;
}
span.paticka_text {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #333333;
  background-color: inherit;
}
p {
  text-align: left;
  padding: 10px 10px 10px 10px;
}
div.bottom_shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../layout/news_bottom_shadow.jpg') repeat-x top left #cccccc;
  width: 256px;
  height: 4px;
}
ul.submenu {
  margin-left: 25px;
  list-style: none;
}
ul.submenu li {
  line-height: 150%;
}
img.border_no {
  border: none;
  padding: 0 !important
}
/* definince odkazu */
a.head_graph {
  display: block;
  width: 300px;
  height: 65px;
  position: absolute;
  top: 90px;
  left: 5px;
  
  /*border: 1px solid blue;*/
}

a.paticka_link {
  color: #333333;
  background-color: inherit;
}
a.hlavni_menu {
  color: #333333;
  font-weight: bolder;
  /*padding: 0 2px 0 2px;*/
  font-size: 17px;
  text-decoration: none;
  font-family: Arial bold, Verdana, 'Helvetica CE', Arial, helvetica, sans-serif;
}
a.hlavni_menu:hover {
  color: #ff0000;
}
a.submenu {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  background-color: inherit;
}
a.submenu:hover {
  color: #333333;
}
a.subsubmenu {
  font-size: 12px;
  color: #ffffff;
  /*font-weight: bold;*/
  background-color: inherit;
}
a.subsubmenu:hover {
  color: #333333;
}

a.stahnout_soubor:hover {
  color: #ff0000;
}
a.home_link {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  background-color: inherit;
  text-decoration: none;
}
a.home_link:hover {
  color: #ff5d33;
}
/* ------------------ */

div#pics_overlay {
  width: 1px;
  height: 1px;
  z-index: 100;
  position: absolute;
  background-color: #dfdfdf;
  margin-left: auto;
  margin-right: auto;
}
div#pics_overlay img {
  /*width: 800px;*/
  max-height: 480px;
  border: 5px solid #ffffff;
}
div#pics_overlay a#close_pics {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
h1 {
font-size: 20px;
font-weight: bold;
color: #f00;
padding: 0 0 15px 0;
}
