@import "template.css";
@import "page.css";
@import "forms.css";
@import "lightbox.css";
@import "test.css";


/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 992px;}

/*Header height*/
#header {height: 184px; padding: 0; margin: 0;}

/*Column's width*/
#left {width: 225px; padding: 0px 0 15px 1px;}
#page {width: 735px; padding: 15px 16px 15px 15px;}


/*Height of the footer */
#footer {height: 42px;}
#content {padding-bottom: 42px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  background-repeat: repeat;
}
#container {
  background-repeat: repeat;
  background-attachment: scroll;
/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
}
.links {
  height: 20px;
  font-size: .7em;
  padding: 0 0 0 20px;
  z-index: 100;
}
img.headbanner {
  position: absolute;
  z-index: 1;
  top: 0;
}
#header {
  position: relative;
  z-index: 100;
}
#header a {
  text-decoration: none;
}
.logo {
  height: 162px;
  width: 225px;
  text-align: center;
  float: left;
  overflow: hidden;
}
#topmenu {
  text-align: center;
  float: right;
  display: inline;
  margin-right: 1px;
  margin-top: 129px;
  height: 33px;
  line-height: 33px;
  width: 765px;
}
#page {
  font-size: 0.85em;
}
/**** fulltext ****/
#fulltext {
  font-size:0.8em;
  text-transform:uppercase;
  height: 56px;
  padding: 10px 5px 5px 13px;
}
#fulltext span {
  text-decoration: underline;
}
#fulltext .search {
  height: 19px;
  padding: 0;
  margin: 8px 0 0 0;
  display: inline;
  float: left;
}
#fulltext .bg_input {
  display: inline;
  float: left;
  height: 13px;
  margin-right: 5px;
  width: 165px;
  font-size: 0.9em;
}
#fulltext .search_input {
  display: inline;
  float: left;
  width: 23px;
  height: 19px;
}
/**** anketa ****/
#anketa {
  padding: 10px;
}
#anketa .anketa_otazka {
  font-size: 0.8em;
  padding-bottom: 10px;
}
#anketa td a {
}
#anketa td a:hover {
  text-decoration: underline
}
#anketa .anketa_pocet {
  font-size: 0.7em;
}


#footer {
  width: 100%;
}
* body #footer {
  margin-bottom: -1px;
}
#foot {
float:left;
  text-align: center;
  padding: 10px;
  font-size: 0.8em;
}
#foot a {
  text-decoration: none;
}
#foot a:hover {
}
#makedby {
  font-size: .7em;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 15px;
}
#makedby a {
  text-decoration: none;
}


/*Top menu*/
#topmenu li {
/*  width: auto;*/
  font-size: 0.90em;
}
#topmenu a {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px 0 5px;
  text-decoration: none;
}

/*left menu */
#left .menu {
  padding: 0 10px 20px 10px;
  text-align: left;
}
#left ul li a {
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.75em;
}
#left ul ul li a {
  display: block;
  background-image: none;
  padding: 0 0 0 25px;
  text-decoration: none;
  font-weight: normal;
}
#left li {
  padding: 2px 0 2px 8px;
}
#left .menu a.level2 {
  font-weight: normal;
  margin-left: 20px;
  background: none;
  padding: 0;
}
#left .menu a.sel1 {
  text-decoration: underline;
}
/* blind */
#left .blind ul {
  list-style: none;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  font-size: 1.2em;
}
#left .blind ul li {
  padding: 0;
  margin: 0;
}
#left .blind ul li a {
  background: none;
  padding: 0;
  margin: 0;
}
#left .blind a.sel {
  display: none;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  font-size: 1.6em;
  margin: 10px 0;
  font-weight: bold;
}
h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
}
h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0;
}
#left h1 {
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
  margin: 15px 5px 10px 5px;
}


a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {margin-top: 0;}
span.underline {text-decoration: underline;}


/*developer*/
/*body {background: #FFF5E6;}*/
/*#container {background: silver;}*/
/*#header {background: #efa4ae;}*/
/*#content {background: #afdbff;}*/
/*#topmenu {background: #0033cc;}*/
/*#left {background: #811f72;}*/
/*#page {background: #97468b;}*/


