@import "template.css";
@import "page.css";
@import "forms.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 134px;}
#topmenu {height: 36px;}

/*Column's width*/
#left {width: 217px; padding: 0 1px 0 2px;}
#page {width: 530px; padding: 10px 25px 25px 25px;}
#right {width: 180px; padding: 5px;}

/*Height of the footer */
#footer {height: 60px;}
#content {padding-bottom: 60px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #211e15 url(../images/bg_body.jpg) no-repeat 992px 0;
}
#container {
  font-size: 0.75em;
  background: url(../images/bg_container.gif) repeat-y;
}
#header {
  background: url(../images/bg_header.jpg) no-repeat;
}
#header .functions {
  position: absolute;
  right: 10px;
  font-size: 0.85em;
  top: 5px;
}
#header .functions a {
  color: #5F5D59;
  padding-left: 15px;
  margin-left: 15px;
}
#header .functions a:hover {
  color: #000;
}
#header .functions a.sitemap {
  background: url('../images/ico_sitemap.gif') no-repeat;
}

#topmenu {
  background: url(../images/bg_topmenu.jpg) no-repeat;
}
#topmenu .lang {
  width: 220px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  display: block;
  font-size: 0.8em;
}
#topmenu .lang a {
  color: #968d74;
  margin: 0 5px;
}
#left {
  background: url(../images/bg_left.jpg) no-repeat top;
}
#filter {
  background: #49443E url(../images/bg_filter.jpg) no-repeat bottom;
  width: 217px;
  /*height: 183px;*/
  margin: 0;
}
/************
FULLTEXT
************/
#fulltext {
  background: url(../images/bg_filter.jpg) no-repeat bottom;
  padding: 0 0 15px 0;
  margin: 0;
}
#fulltext form {
  padding: 10px 0 5px 10px;
}
#fulltext form .bg_input {
  border: 1px solid #3F3B33;
  background: #EFE5D1;
  float: left;
  margin-right: 5px;
  width: 140px;
  font-size: 0.8em;
  height: 16px;
  padding: 2px 5px 0 5px;
}
#fulltext form .search_input {
  height: 20px;
  border: 0;
  color: #000;
  background: #555048;
  border: 1px solid #423e38;
  float: left;
}


#page {
  background: url(../images/bg_page.jpg) no-repeat top;
}
#page #navigation {
  font-size: 0.85em;
  color: #4F4F4F;
}
#page #navigation a {
  color: #4F4F4F;
}
#page #navigation a:hover {
  color: #000;
  text-decoration: underline;
}

#footer {
  width: 100%;
  background: #3a3732;
  font-size: 0.8em;
}
#foot {
  text-align: center;
  color: #efe4c4;
  margin-top: 14px;
}
#foot a {
  color: #efe4c4;
  text-decoration: none;
  font-weight: bold;
}
#foot a:hover {
  color: #827a6e;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #827a6e;
  width: 200px;
  right: 8px;
  top: 8px;
  text-align: right;
}
#makedby a {
  color: #827a6e;
  text-decoration: none;
}
#makedby a:hover {
  color: #efe4c4;
  text-decoration: none;
}

/*Top menu*/
#topmenu .menu {
  height: 36px;
  line-height: 36px;
  margin-left: 222px;
  padding-left: 10px;
}
#topmenu .menu ul li a {
  color: #f4ecd7;
  font-weight: bold;
  margin: 0 10px;
}
#topmenu .menu ul li a:hover {
  color: #AD9573;
}
/* ------- left menu --------- */
#left .menu {
  width: 207px;
  margin: 0;
  padding: 5px;
}
#left .menu ul li {
  display: block;
  width: 207px;
}
#left .menu ul li a {
  color: #d6cbaf;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  margin-bottom: 3px;
}
/* druha uroven */
#left .menu ul ul li a {
  font-size: 0.9em;
  margin-left: 20px;
  font-weight: normal;
  margin-bottom: 3px;
}
/* tretia uroven */
#left .menu ul ul ul li a {
  font-size: 0.9em;
  margin-left: 40px;
  font-weight: normal;
  margin-bottom: 3px;
}
/* stvrta uroven */
#left .menu ul ul ul ul li a {
  font-size: 0.9em;
  margin-left: 60px;
  font-weight: normal;
  margin-bottom: 3px;
}
#left .menu li a:hover {
  color: #AD9573;
}
#left .menu a.sel1 {
  text-decoration: underline;
}
/* ------- right menu --------- */
#right .menu {
  width: 170px;
  margin: 0;
  padding: 5px;
}
#right .menu ul li {
  display: block;
  width: 170px;
}
#right .menu ul li a {
  color: #d6cbaf;
  font-weight: bold;
  font-size: 0.8em;
  display: block;
  margin-bottom: 3px;
}
#right .menu li a:hover {
  color: #AD9573;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #fff4d6;
  font-weight: bold;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #4B4640;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}

#left h1, #right h1 {
  color: #15110a;
  font-weight: normal;
  background: url(../images/right_separ.gif) no-repeat bottom;
  margin: 10px 0;
  text-align: center;
  font-size: 1.4em;
}

a {
  color: #A38968;
  text-decoration: none;
}
a:hover {
  color: #4B4640;
  text-decoration: none;
}

/* transparent png IE
img, div, a, p {
  behavior: url(../include/iepngfix.htc)
}                     */

/*developer*/
/*body {background-color: #FFF5E6;}
#container {background-color: silver;}
#header {background-color: #efa4ae;}
#footer {background-color: #bf9347;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */

