body{
  margin:0;
  padding:0;
  line-height: 1.5em;
  background-color: #311900;
  background-image: url(images/pozadi.jpg);
  background-repeat: repeat-x;
  color: #332a21;
  font-family: "palatino Linotype","times New Roman";
  font-family: arial;
}
#stranka{
  width: 980px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  background-color: #ffdbb6;
  border: 1px #3a2002 solid;
}
#hlavicka{
  height: 156px; /*Height of top section*/
  background-image: url(images/head.jpg);
}
#jazyky{
  position: relative;
  left: 77%;
  top: 5px;
  font-size: 8pt;
  font-weight: bold;
}
#datum{
  position: relative;
  left: 79%;
  top: 130px;
  font-size: 8pt;
  font-weight: bold;
}
#obsah-obal{
  float: left;
  width: 100%;
}
#obsah-vnitrek{
  margin-left: 183px; /*Set left margin to LeftColumnWidth*/
  min-height: 600px;
  margin-right: 10px;
}
#paticka{
  clear: left;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  font-size: 8px;
  color: #808080;
}
#paticka a{
  color: #0066CC;
}
#roh{
  background-image: url(images/roh.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 134px;
  height: 82px;
  float: right;
  position: relative;
  bottom: -20px;
  >bottom: -56px;
}
.vnitrek{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
}
#menu{
  float: left;
  width: 183px; /*Width of left column*/
  margin-left: -980px; /*Set left margin to -(MainContainerWidth)*/
  background-image: url(images/menu.jpg);
  display: block;
}
.menu_oddeleni{
  height: 5px;
  display: block;
}
#menu_spodek{
  background-image: url(images/menu_spodek.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 183px;
  height: 103px;
}
#menu .polozka a{
  text-decoration: none;
  color: white;
  font-family: "segoe Print","Segoe UI","georgia";
  font-weight: bold;
  margin: 4px 0px 0px 0px;
  display: block;
  width: 140px;
  background-color: #CD7616;
  background-image: url(images/menu_pozadi.jpg);
  background-repeat: repeat;
  border: 2px #212B2B solid
}
#menu .polozka a:hover{
  color: #000000;
}
#menu .polozka .menu_uroven_1 a{
  text-indent: 1px;
  font-size: 12pt;
}
#menu .polozka .menu_uroven_2 a{
  text-indent: 10px;
  font-size: 11pt;
}
#menu .polozka .menu_uroven_3 a{
  text-indent: 20px;
  font-size: 10pt;
}
