/* CSS Document */
/*------------------------------------------------------------------------------
Rozvržení sránky
------------------------------------------------------------------------------*/
body {
  margin: 5px;
  padding: 0px;
  min-width: 960px; /*pro IE řešeno divem IE_min_width*/
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: url(img/headbg.png) repeat-x rgb(235,237,240);
}
* html body{/* pro IE kůli minimální šířce (nevim proč ale bez toho to nefaká)*/
  height: 100%;
}
#page{
  /*width: 960px;*/
  max-width: 960px;
  background: white;
  margin: 0px auto 0px auto;
  padding: 0px;
  position: relative; /*aby pravý sloupec nedělal problémy při změně velikosti okna prohlížeče */
  overflow: hidden;
}
* html #page{/* pro IE kůli minimální šířce (nevim proč ale bez toho to nefaká)*/
  height: 100%;
}
#head{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  clear: both;
  width: 100%;
  display: block;
  height: 330px;
  background: rgb(235,237,240);
}

#head2{
  height: 260px;
  background: url('img/head.jpg');
  background-repeat: no-repeat;
}

a#logo{
  position: absolute;
  top: 45px;
  left:15px;
}

table#head_table{
  position: relative;
  top: -35px;
  border: 0px;
  border-collapse:collapse;
  width: 960px;
  background: url(img/cath.png) no-repeat top left;
  
}

table tr td#head_table{
  padding: 0; margin: 0;
}

table tr td.hdomain{
  height: 48px;
  width: 210px;
  text-align: left;  
  position: relative;
  padding: 0; margin: 0;
}

table tr td.hdomain a{
  color: black;
  font-size: 14px;   
  text-align: center;
  font-weight:bold;
  display:block;
  height: 45px;
  line-height:48px;
  overflow:hidden;
  background: url();
  border-left: 1px #d7d7d7 solid;
  border-right: 1px #ffffff solid;
  color: #496f97;
  font-variant: small-caps;
}
table tr td.hdomain a:hover{
  background: url(img/cathegory_actual.png);
  color: orange;
  text-decoration: none;
  border-right: 1px solid #d7d7d7;
}

table tr td.hdomaindown{
  font-weight:bold;
  line-height: 49px;
  height: 49px;
  overflow:hidden;
  background: url(img/hmenu.png) no-repeat;
  text-align: center;
}
table tr td.hdomaindown a{
  color: #ffffff;
  font-size: 14px;
  font-variant: small-caps;
  padding: 0 10px 0 10px;
}




#left {
  width: 190px;
  margin: 0;
  padding: 0px;
  float: left;
  margin-bottom: 10px;
  border-right: 1px solid #dfe3e7;
}

.box_head{
  background-image: url(img/box_head.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 190px;
  height: 59px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 59px;
  color: #436588;
  font-variant: small-caps;
}

.box{
  margin:0 0 0 0px;
  border-top: 1px #dfe3e7 solid;
  border-bottom: 1px #dfe3e7 solid;
  width:190px;
  padding: 10px 0 10px 0;
}

.box_menu{
  padding: 0 !important;
  border-bottom: 0px !important;
}

.box_menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.box_menu ul li{
  margin: 0;
  border-bottom: 1px solid #dfe3e7;
}
.box_menu ul li a{
  color: #000000;
  padding: 8px;
  display: block;
}
.box_menu ul li a:hover{
  color: #000000;
  text-decoration: none;
  background: #EBEFF2;
}

.box_rubrika{
  padding: 0 !important;
  border-bottom: 0px !important;
}

.box_rubrika ul{
  margin: 0;
  padding: 0; 
  list-style: none;
}

.box_rubrika ul li{
  margin: 0; 
  border-bottom: 1px solid #dfe3e7;
}
.box_rubrika ul li a{
  color: #000000;
  padding: 8px;
  display: block;
}
.box_rubrika ul li a:hover{
  color: #000000;
  text-decoration: none;
  background: #EBEFF2;
}

#stred {
  background: #ffffff;
  margin: 5px 190px 0pt 190px;
  padding: 0px;
  /*border: 1px rgb(127,143,169) dashed;*/
  >overflow: hidden;
  margin-bottom: 10px;
  border-left: 1px solid #dfe3e7;
  border-right: 1px solid #dfe3e7;
}
#right {
  width: 190px;
  margin: 0;
  padding: 0px;
  float: right;
  border-left: 1px solid #dfe3e7;
  
}

#copy{
  float: right;
  padding: 6px 0 0 0;
}
#copy a{
  color: #000000;
  text-decoration: underline;
}
#copy a:hover{
  text-decoration: none;
}

#IE_min_width{/*simulace min_width pro IE v opeře a ff to nic nedělá*/
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 960px;
  height: 30px;
  line-height: 0px;
  font-size: 0px;
  background: rgb(235,237,240);
}
.content{/*vnitřrní odsazení divů*/
  margin: 0px;
  padding: 5px;
}
#right .content{
  padding: 5px 0 5px 5px;
}
#left .content{
  padding: 5px 5px 5px 0;
}

div#foot{
  padding: 5px 0 0 0;
  clear: both;
  margin: 10px 0 0 0;
  background: rgb(235,237,240);
  overflow: hidden;
}
/*------------------------------------------------------------------------------
Konec rozvržení stránky
------------------------------------------------------------------------------*/


/* defaulty */
.alignLeft{
  text-align: left;
}
/* defaulty end*/


