@import "template.css";

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

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

/*Column's width*/
#left {width: 204px; margin-left: 25px;}
#page {width: 690px; margin-right: 25px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #fff url(../images/bg_body.png) top repeat-x;
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: transparent url(../images/bg_container.png) repeat-y;
}
/********************
HEADER
********************/
#header {
  background: transparent url(../images/bg_header.jpg) no-repeat 0 0;
}
#header .logo {
  float: left;
  display: inline;
  margin-top: 25px;
  margin-left: 15px;
  width: 275px;
  height: 63px;
}
#header .logo span {display: none;}

.flash_logo {
  position: absolute;
  top: 0;
  left: 0;
}
/********************
CONTENT
********************/
#left .block {
  background: #e6ebf1;
  padding: 10px;
  margin-bottom: 23px;
}
/**** FULLTEXT ****/
#fulltext {margin: 0; padding: 0;}
#fulltext .bg_input {
  background: url(../images/bg_fulltext_input.png) no-repeat 0 0;
  width: 124px;
  height: 18px;
  padding: 2px 5px;
  border: 0;
  float: left;
  margin-right: 5px;
  color: #3c5166;
}
#fulltext .search_input {
  background: url(../images/but_ok.png) no-repeat 0 0;
  width: 38px;
  height: 22px;
  border: 0;
  color: #fff;
}


/**** LOGIN FORM ****/
#left .usermenu {
  background: #e6ebf1 url(../images/ico_lock.jpg) no-repeat left bottom;
}
#uid_login {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
#uid_login table {width: 184px;}
#uid_login table th {
  text-align: right;
  padding-right: 5px;
}
#uid_login table td {text-align: right;}
#uid_login label {
  color: #828282;
  font-weight: normal;
}
#uid_login .login_input {
  padding: 2px 5px;
  width: 124px;
  height: 16px;
  color: #3c5166;
  border: 0;
}
#uid_login #username {
  background: url(../images/bg_input_username.png) no-repeat 0 0;
}
#uid_login #userpass {
  background: url(../images/bg_input_password.png) no-repeat 0 0;
}
#uid_login .button0 {
  width: 72px;
  height: 23px;
  background: url(../images/but_login.png) no-repeat 0 0;
  border: 0;
  color: #fff;
  margin-top: 10px;
}
.usermenu ul {
  list-style: none;
  padding: 10px 4px 0 0;
  margin: 0;
  width: 150px;
  float: right;
  text-align: right;
}
.usermenu ul li {margin-bottom: 3px;}
.usermenu ul li a {
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 0.8em;
}
.usermenu ul li a:hover {text-decoration: underline;}
/********************
FOOTER
********************/
#footer {
  width: 100%;
  background: #fff url(../images/bg_footer.png) 0 0 no-repeat;
  font-size: 0.8em;
  behavior: url(iepngfix.htc);
}

#foot {
  text-align: left;
  color: #b1b1b1;
  margin-top: 27px;
  height: 50px;
  line-height: 48px;
  padding-left: 160px;
  float: left;
}
#foot .logo span {display: none;}
#foot .logo {
  position: absolute;
  left: 27px;
  top: 38px;
}
#foot a {
  color: #b1b1b1;
  text-decoration: none;
}
#foot a:hover {
  color: #6F6868;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #949494;
  width: 450px;
  right: 20px;
  top: 45px;
  text-align: right;
}
#makedby a {
  color: #949494;
  text-decoration: none;
}
#makedby a:hover {
  color: #6F6868;
  text-decoration: none;
}
/*******************
HEADER MENU
*******************/
#header .menu {
  position: absolute;
  left: 350px;
  top: 72px;
  height: 41px;
  text-align: center;
  font-family: Georgia;
  text-transform: uppercase;
}
#header .menu ul li a {
  background: url(../images/bg_topmenu_a.png) no-repeat center;
  height: 41px;
  line-height: 41px;
  width: 143px;
  display: inline;
  float: left;
  margin-left: 3px;
  color: #324151;
  font-size: 1.2em;
}
#header .menu ul li a:hover {
  background: url(../images/bg_topmenu_hover.png) no-repeat center;
  color: #fff;
}

/********************
LEFT MENU
********************/
#left .menu {
  margin-bottom: 23px;
}
#left .menu ul li {
  margin: 0;
  padding: 0;
}
#left .menu ul li h4 {
  /* margin-top: 23px; */
}
#left .menu ul li a {
  background: #e6ebf1 url(../images/ico_arrow_lmnu.gif) no-repeat 15px 8px;
  color: #3c5166;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 5px 5px 5px 30px;
}
#left .menu ul li a:hover, #left .menu ul li a.sel1 {
  background: #D1D7DF url(../images/ico_arrow_lmnu.gif) no-repeat 15px 8px;
}
/** druha uroven **/
#left .menu ul ul li a {
  padding: 5px 5px 5px 50px;
  background: #e6ebf1 url(../images/ico_arrow_lmnu.gif) no-repeat 31px 8px;
}
#left .menu ul ul li a:hover, #left .menu ul ul li a.sel1 {
  background: #D1D7DF url(../images/ico_arrow_lmnu.gif) no-repeat 31px 8px;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  padding: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #504210;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #3c5166;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
#left h4 {
  background: url(../images/bg_h4_side.png) no-repeat 0 0;
  margin: 0;
  padding: 0 10px;
  line-height: 34px;
  color: #3c5166;
  display: block;
  font-family: Georgia;
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
}
a {
  color: #9B8C50;
  text-decoration: none;
}
a:hover {
  color: #3c5166;
  text-decoration: none;
}
