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

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

/*Header height*/
#header {height: 280px;}

/*Column's width*/
#left {width: 210px; margin-left: 10px;}
#page {width: 550px; padding: 15px 5px 10px 15px;}
#right {width: 186px; margin-right: 12px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #c0c0c0;
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: #fff url(../images/bg_container.gif) repeat-y;
}
.header1 {background: url(../images/bg_header1.jpg) no-repeat 220px 48px;}
.header2 {background: url(../images/bg_header2.jpg) no-repeat 220px 48px;}
.header3 {background: url(../images/bg_header3.jpg) no-repeat 220px 48px;}
.header4 {background: url(../images/bg_header4.jpg) no-repeat 220px 48px;}
.header5 {background: url(../images/bg_header5.jpg) no-repeat 220px 48px;}
.header6 {background: url(../images/bg_header6.jpg) no-repeat 220px 48px;}
.header7 {background: url(../images/bg_header7.jpg) no-repeat 220px 48px;}

#header h1 {
  float: left;
  margin: 20px 0 0 65px;
  display: inline;
}
/************************
TOP BAR
************************/
#header .topbar {
  background: #fff;
  width: 760px;
  float: right;
  height: 48px;
  display: inline;
  margin-right: 10px;
  text-align: right;
}
/************************
FULLTEXT
************************/
#header .search {
  width: 300px;
  height: 48px;
  line-height: 48px;
  margin: 0 0 0 80px;
  font-size: 0.9em;
}
#header .search label {
  color: #99928a;
  float: left;
  margin-right: 10px;
}
#header .search input.bg_input {
  border: 1px solid #99928a;
  float: left;
  margin: 15px 0 0 0;
  font-size: 1em;
  height: 14px;
  width: 150px;
  margin-right: 5px;
}
#header .search input.search_input {
  float: left;
  margin: 15px 0 0 0;
}
/******************
HOME, INFO, SITEMAP
******************/
#header p {
  height: 48px;
  margin: 0;
  padding-right: 20px;
  width: 330px;
  float: right;
  line-height: 48px;
  text-align: right;
}
a.home, a.info, a.sitemap, img.separ {
  color: #909090;
  font-size: 0.8em;
  margin: 0 5px;
}
img.separ {margin-top: 18px;}
a.home {background: url(../images/ico_home.gif) no-repeat left center; padding-left: 15px;}
a.info {background: url(../images/ico_info.gif) no-repeat left center; padding-left: 15px;}
a.sitemap {background: url(../images/ico_sitemap.gif) no-repeat left center; padding-left: 15px;}

/*******************
LEFT
*******************/
#left {
  padding-top: 30px;
}


/*******************
PAGE
*******************/
#page {
  background: url(../images/bg_page.jpg) no-repeat 3px 2px;
}

/******************
LEFT MLIST
******************/
.mlist {
  height: 77px;
  background: url(../images/bg_mlist.jpg) bottom right no-repeat;
  border-bottom: 1px solid #dcd7d0;
  color: #7d6c56;
  margin: 10px 2px 2px 2px;
}
.mlist label {
  font-size: 0.75em;
  text-align: center;
  display: block;
}
.mlist form {
  padding: 7px 0 0 0;
  margin: 0;
}
.mlist form .fld {
  border: 1px solid #99928a;
  height: 14px;
  float: left;
  margin: 0 5px 0 10px;
  font-size: 0.9em;
  width: 140px;
  color: #8F8A86;
}
.mlist form .search_input {
  float: left;
}


/******************
RIGHT KRAJE
******************/
.kraj {
  background: url(../images/bg_kraj.jpg) no-repeat 0 0;
  height: 128px;
  border-bottom: 1px solid #dcd7d0;
  position: relative;
  margin: 0 0 10px 0;
}
.kraj .ui-tabs-panel {
  text-align: center;
  color: #9f978d;
  font-size: 1.2em !important;
  padding-top: 10px !important;
}
.kraj .ui-tabs-panel strong {
  display: block;
  margin-bottom: -10px;
}
.kraj .ui-tabs-panel a {
  color: #9f978d;
}

/*****************
FOOTER
*****************/
#footer {
  width: 100%;
  background: url(../images/bg_footer.jpg) no-repeat 10px 0;
  font-size: 0.8em;
}
#foot {
  text-align: center;
  color: #50483e;
  margin-top: 14px;
}
#foot a {
  color: #50483e;
  text-decoration: none;
  font-weight: bold;
}
#foot a:hover {
  color: #50483e;
  text-decoration: underline;
}
#makedby {
  display: block;
  position: absolute;
  color: #BFBAB3;
  width: 200px;
  right: 20px;
  top: 15px;
  text-align: right;
}
#makedby a {
  color: #BFBAB3;
  text-decoration: none;
}
#makedby a:hover {
  color: #BFB09B;
  text-decoration: none;
}

/*****************
TOP MENU
*****************/
#header ul {
  width: 189px;
  left: 32px;
  position: absolute;
  top: 150px;
  text-align: right;
  padding: 1px 0 0 0;
  border-bottom: 1px solid #B9B0A1;
}
#header ul li {
  margin: 0 0 0 0;
  float: left;
  width: 189px;
}
#header ul li a {
  display: block;
  float: left;
  width: 169px;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0;
  color: #b9b0a1;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 40px;
  background: url(../images/bg_topmnu_a.gif) 0 0 no-repeat;
}
#header ul li a:hover, #header ul li a.open1 {
  background: url(../images/bg_topmnu_hover.gif) 0 0 no-repeat;
}


/**********************
LEFT MENU
**********************/
#left .menu ul {
  margin-left: 22px;
  background: url(../images/dotted.gif) repeat-x top;
}
#left .menu li {
  background: url(../images/dotted.gif) repeat-x bottom;
  padding: 1px 1px 2px 0;
}
#left .menu ul li a {
  color: #8e857a;
  background: url(../images/ico_square.gif) no-repeat 15px 9px;
  display: block;
  padding: 5px 5px 5px 30px;
}
#left .menu ul li a:hover {
  background: #efedec;
}
/****** druha uroven *******/
#left .menu ul ul {
  background: url(../images/dotted.gif) repeat-x top;
  margin: 0 -1px -2px 0;
  padding: 1px 0 0 0;
}
#left .menu ul ul li a {
  background: url(../images/bg_lmnu2.gif) right top repeat-y;
  font-size: 0.8em;
  padding: 5px 5px 5px 40px;
}
#left .menu ul ul li a:hover {
  background: url(../images/bg_lmnu2_hover.gif) right top repeat-y;
  font-size: 0.8em;
  padding: 5px 5px 5px 40px;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #ED7900;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #C8C0B5;
  font-weight: normal;
}
#left h2, #right h2 {
  margin: 0 0 5px 0;
  padding-top: 5px;
  color: #c8c0b5;
  font-size: 1.4em;
  text-align: center;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}


a {
  color: #ED7900;
  text-decoration: none;
}
a:hover {
  color: #B9B0A1;
  text-decoration: none;
}