/* CSS Document */
body {
  background-image: url(../grafika/header_bg_red.png);
  margin-top: 0px;
}
a:link {
  color:#000000;
  text-decoration: none;
}
a:visited {
  color:#000000;
  text-decoration: none;
} 
a:hover {
  color:#D40606;
  text-decoration: none;
  text-shadow: 0px 0px 3px #b1b1b1;
}
a:active {
  color:#b1b1b1;
  text-decoration: none;
  
}
#container {
  position: relative; 
  width: 1000px;
  height: 95px;
  margin: 0px auto; 
  font-family: Trebuchet, Geneva, Tahoma, sans-serif;
}
#top_menu {
  
  position: absolute; bottom: 0; right: 0;
  padding: 5px;
  color: #7c7c7c;
  font-size: 15px;
}
#lang {
  position: absolute; top: 0; right: 0;
  padding: 5px;
}
#nazev {
  position: absolute; top: 15px; right: 0;
}