/*
    $Verze: 1.0.1 $

    $StartLog$
      1.0.0: 22.09.2008: MM
      1.0.1: 09.10.2008: MM Upravena výška #header
      1.0.2: 20.04.2011: MI: Stred predelan z margin-left na float right
    $EndLog$
*/
/* CSS Document */
body, html
{
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
}

div
{
  /*border: 1px solid green;*/
}

#container
{ 
  background-color: #FEFEFE;
  background-image: url(stripes.png);
  background-position: top;
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  text-align:center;
}
#overall
{
  /*border: 1px solid red;*/
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}
#foot_full
{
  margin: 0 auto;
  width: 1000px;
  line-height: 53px;
}
#leftside
{
  /*border: 1px solid red;*/
  float: left;
  width: 750px;
  background-image: url(topbg.gif);
  background-repeat: no-repeat;
}
#foot_page
{
  width: 750px;
}

#rightside
{
/*border: 1px solid red;*/
  float: right;
  width: 240px;

}
#rightbox
{
 margin-left: 5px;
}

#topline
{
  height: 94px;
  width: 750px;
  background-image: url(knihy.gif);
  background-repeat: no-repeat;
  background-position: 20px 35px;
}
#pagebox
{

}
#header
{
  height: 112px; /* img height + padding top */
  height: 115px;
  /*border: 1px solid pink;*/
  background-position: 14px 15px;
  background-image: url(logotop.jpg);
  background-repeat: no-repeat;
}
#contents_matroska
{
  width: 740px;
}

#contents
{
  min-height: 500px;
  background-image: url(bottombg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 15px;
}
#left
{
  float: left;
  width: 175px;
}
#stred
{
  border-left: 1px solid #D2EFFB;
  padding-left: 15px;
  min-height: 500px;    
  float: right;
  width: 518px;
}
#footer
{
  display: block;
  height: 53px;
  background-image: url(footer.png);
  clear: both;
  font-size: 9px;
  font-weight: bold;
  color: silver;
}
#headspace
{
/*
  display: block;
  height: 80px;
  */
}

#topnew
{
/*
  float: right;
  width: 195px;
  */
  /*min-height: 10px;*/
 /* background: url(topnew_bg.png) no-repeat left bottom;*/
  /*margin-bottom: 30px;*/
}

#topnew_in
{
  margin-left: 0px;
  margin-right: 0px;
  margin-right: -2px;
  text-align: right; 
 /* min-height: 10px;*/
}

#header h1 span
{
  display: none;
}
#header h1
{
  position: relative;
  display: block;
  float: left;
  width: 305px;
  height: 60px;
  left: 156px;
  top: 32px;
}

a#homelink span
{
  display: none;
}
a#homelink
{
  float: left;
  display: block;
  width: 200px;
  height: 90px;
  margin: 20px;
}


#topmenu
{
  height: 28px;
  /*margin-right: 15px;*/
  position: relative;
  right: 14px;
  top: 24px;
  float: right;
  /*
  background-position: bottom;
  background-image: url(ribbon.png);*/
  text-transform: uppercase;
  /*border: 1px solid red;*/
}
#topnav
{
  float: right;
}

#topmenu ul li a:visited, 
#topmenu ul li a:link
{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  border-left: 1px solid #808080;
}

#propagace
{
  text-align: center;
}
#propagace a
{
  display: block;
  margin-top: 10px;
}
#foot_left
{
  float: left;
  margin-left: 30px;
}
#foot_right
{
  float: right;
}

#tophled
{
  display: block;
  padding: 0;
  margin: 0;
  height: 22px;
  width: 240px;
  position: relative;
  top: 55px;
  left: 520px;
  line-height: 1;
}
#tophled span
{
  display: none;
}
#tophled input.txt
{
  background: #fff;
  border: none;
  height: 18px;
  padding: 2px;
  width: 160px;
  margin: 0;
  border: 0;
  vertical-align: top;
}
#tophled input.subm
{
  border: none;
  width: 60px;
  height: 22px;
  background: url(hledat.png);
  margin: 0;
  border: 0;
  vertical-align: top;
  margin-left: 8px;
  
}
#tophled a
{
  font-size: 10px;
}
#tophled a:hover
{
  text-decoration: underline;
}

a#kompas
{
  display: block;
  background: url(kompas.png) no-repeat;
  background-position: left top;
  margin: 0 auto;
  margin-top: 60px;
  width: 174px;
  height: 65px;
}
a#kompas strong
{
  float: right;
  margin-top: 55px;
  cursor: pointer;
  color: #001063;
  font-size: 9px;
  font-weight: normal;
  font-family: 'Arial Black', 'Gadget CE', sans-serif;
}
a#kompas span
{
  display: none;
}
hr
{
  border: none;
  background: none;
  margin-bottom: 5px;
  border-top: none;
  height: 1px;
  border-bottom: 1px solid #D2EFFB;
}

div.hr hr
{
  display: none;
}
div.hr
{
  height: 1px;
  background-color: #D2EFFB;
  background-image: url(hr.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
.left-clear
{
  clear: left;
}
.right-clear
{
  clear: right;
}
.cleaner
{
  visibility: hidden;
  clear: both;
}
