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

body {
  background: url('../images/back.jpg') repeat-x #435b79;
  font-size: 0.8em;
  font-family: Arial;
  color: #7b7b7b;
}


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

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

/*Column's width*/
#left {width: 184px;}
#page {width: 468px; padding: 0 12px 0 13px; _padding: 0 8px;}
#right {width: 300px;}

/*Height of the footer */
#footer {height: 87px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: left;
/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
}

#header {
  background: url('../images/bg_header.jpg') 0px 26px no-repeat;
  padding-top: 26px;
}
#header .banner {
  position: absolute;
  top: 46px;
  right: 16px;
}
#header .logo {
  position: absolute;
  top: 39px;
  left: 13px;
}
#header .logo img {
  border: 0;
  width: 190px;
  height: 95px;
}
#header .jclock {
  position: absolute;
  top: 150px;
  left: 16px;
  width: 184px;
  height: 37px;
  line-height: 37px;
  background: #a2a2a2;
  border-bottom: 1px solid #535353;
  border-right: 1px solid #fff;
  font-weight: bold;
  color: #112232;
  text-align: center;
}
#header #marquee {
  width: 475px;
  position: absolute;
  top: 162px;
  left: 201px;
  color: #405978;
}
#header .fulltext {
  position: absolute;
  top: 158px;
  right: 30px;
}
#header .fulltext .bg_input {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-size: 0.8em;
  height: 17px;
  padding-top: 3px;
  width: 220px;
  padding-left: 30px;
  background: url('../images/search1.jpg') no-repeat #fff 2px 4px;
  float:left;
}
#header .fulltext .but_submit {
  padding-top: 4px;
  padding-left: 15px;
  float: left;
}

#content {
  background: url('../images/bg_page.gif');
  padding-top: 15px;
}
#wrap {
  background: url('../images/bg_page_bottom.jpg') bottom center no-repeat;
  min-height: 249px;
  _height: 249px;
}

#footer {
  width: 100%;
  background: url('../images/bg_footer.gif') no-repeat;
}

#foot {
  padding: 10px;
}
#foot #vystup {
  /*position: absolute;
  left: 16px;*/
  font-size: 0.9em;
  color: #273e5a;
  padding: 16px 0 0 16px;
  float: left;
  width: 390px;
}
#foot #vystup a {
  font-size: 0.9em;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 35px;
  display: block;
  float: left;
  color: #838080;
  text-decoration: none;
  font-weight: normal;
}
#foot #vystup a:hover {
  text-decoration: underline;
}
#foot #vystup .rss {
  background: url('../images/rss.jpg') no-repeat;
}
#foot #vystup .mail {
  background: url('../images/mail.jpg') no-repeat;
}
#foot #vystup .sitemap {
  background: url('../images/ico_sitemap.gif') no-repeat;
}
#foot .menu {
  /*position: absolute;
  right: 16px;*/
  float: right;
  font-size: 0.9em;
  padding: 25px 10px 0 0;
  width: 380px;
  text-align: right;
}
#foot .menu li {
  /*display: block;
  float: left;*/
  display: inline;
  color: #494949;
}
#foot .menu li a {
  color: #494949;
  padding: 0px 10px;
  border-right: 1px solid #494949;
  text-decoration: none;
  font-weight: normal;
}
#foot .menu li a:hover {
  text-decoration: underline;
}
#foot #makedby {
  /*position: absolute;
  bottom: 37px;
  width: 100%;*/
  font-size: 0.85em;
  color: #818181;
  text-align: center;
  width: 193px;
  float: right;
  padding-top: 26px;
}
#foot #makedby a {
  color: #818181;
  text-decoration: none;
  font-weight: normal;
}
#foot #makedby a:hover {
  text-decoration: underline;
}

/*Top menu*/
#topmenu {
  position: absolute;
  top: 0;
  left: 0;
}
#topmenu .odp {
  background: none;
  padding-left: 10px;
  padding-right: 30px;
  color: #f07200;
  font-size: 0.85em;
  float: left;
  display: block;
  height: 34px;
  line-height: 34px;
}
#topmenu ul {
  float: left;
  display: block;
}
#topmenu li {
  height: 34px;
  line-height: 34px;
  background: url('../images/top_line.jpg') right no-repeat;
  padding: 0px 50px;
  color: #f07200;
  font-size: 0.85em;
}
#topmenu li a {
  background: url('../images/top_li.jpg') 0px 4px no-repeat;
  padding-left: 13px;
  color: #daeaff;
  text-decoration: none;
  font-weight: normal;
}
#topmenu li a:hover {
  text-decoration: underline;
  color: #fff;
}

/*left menu */
#left {
  padding-left: 16px;
}
#left ul {
  padding-bottom: 10px;
}
#left li {
  width: 184px;
}
#left h3 {
  background: url('../images/h3_blue.jpg');
  color: #fff;
  font-weight: bold;
  border: 1px solid #253c58;
  text-align: left;
  padding-left: 7px;
  font-size: 0.9em;
  height: 24px;
  line-height: 24px;  
}
#left h3.orange {
  background: url('../images/h3_orange.jpg');
  color: #4e2501;
  border: 1px solid #f17402; 
}
#left h3.orange a {
  color: #4E2501;
}
#left h3.orange a:hover {
  text-decoration: underline;
}
#left .menu li a {
  height: 28px;
  line-height: 28px;
  background: url('../images/left_main_menu.jpg');
  display: block;
  padding: 0px 7px;
  color: #1c2d42;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}
#left .menu li a:hover {
  background: url('../images/left_main_menu_a.jpg');
  color: #f07200;
}
#left .menu li a.color1 {
  background: url('../images/left_main_menu_a.jpg');
  color: #f07200;
}
#left .menu li a.color1:hover {
  background: url('../images/left_main_menu_a.jpg');
  color: #1c2d42;
}

#left #top {
  background: #e9e9e9;
  color: #444444;
  font-size: 0.85em;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#left #top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#left #top li {
  padding-top: 5px;
  padding-right: 5px;
  width: 164px;
}
#left #top li a {
  font-weight: normal;
  color: #444444;
}
#left #top li a:hover {
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}
#left #top li.top10_0 {
  padding-left: 15px;
  background: url('../images/top_li_0.jpg') no-repeat 5px 10px;
}
#left #top li.top10_1 {
  padding-left: 15px;
  background: url('../images/top_li_1.jpg') no-repeat 5px 9px;
}

#left #kurzy {
  background: #e9e9e9;
  color: #444444;
  font-size: 0.9em;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
#left #kurzy td {
  border-bottom: 1px dashed #CFCFCF;
}

#left .banner {
  /*background: #cfcfcf;
  padding: 32px;*/
}

#left .osoba_left {
  padding-top: 5px;
}
#left .osoba_left .osoba_picture {
  text-align: center;
  display: block;
}
#left .osoba_left .osoba_picture img {
  border: 1px solid #CFCFCF;
  padding: 2px;
}
#left .osoba_left a {
  text-align: center;
  display: block;
  padding-top: 5px;
}
#left .osoba_left span {
  text-align: center;
  display: block;
  font-size: 0.85em;
}

/*page block*/
#navigation {
  font-size: 0.85em;
  padding-bottom: 10px;
}
#navigation a.nav_list {
  font-weight: normal;
}

/*right block */
#right {
  padding-right: 16px;
}
#right h3 {
  background: url('../images/h3_blue.jpg');
  color: #fff;
  font-weight: bold;
  border: 1px solid #253c58;
  text-align: left;
  padding-left: 7px;
  font-size: 0.9em;
  height: 24px;
  line-height: 24px;  
}
#right h3.orange {
  background: url('../images/h3_orange.jpg');
  color: #4e2501;
  border: 1px solid #f17402; 
}
#right h3.orange a {
  color: #4E2501;
}
#right h3.orange a:hover {
  text-decoration: underline;
}
#right #many {
  background: url('../images/right_block.jpg') repeat-x #b9b9b9;
  color: #fff;
  height: 150px;
  margin-bottom: 10px;
}
#right #many ul.list {
  margin: 0;
  list-style-type: none;
  font-size: 0.95em;
  padding: 5px 7px 0px 7px;
  font-weight: normal;
}
#right #many ul.list a {
  font-weight: normal;
}
#right #many ul.list li {
  height: 20px;
  background: url('../images/line_2.gif') repeat-x bottom;
}
#right #many ul.list li.last_1 {
  background: none;
}
#right #many ul.list li a {
  padding: 4px 0px 4px 10px;
  display: block;
  background: url('../images/top_li_2.jpg') 0 9px no-repeat;
}
#right #many ul.list li a:hover {
  /*background: url('../images/line_2.gif') #cfcfcf repeat-x bottom;*/
  background: url('../images/top_li_1.jpg') 0 9px no-repeat;  
  color: #000;
}

#right .banner {
  margin-bottom: 10px;
}

#right .block {
  padding: 10px;
  background: #e9e9e9;
  color: #6e6e6e;
  margin-bottom: 10px;
}
#right .block li a {
  padding: 4px 0px 4px 10px;
  display: block;
  background: url('../images/top_li_1.jpg') 0 10px no-repeat;
  font-weight: normal;
}
#right .block li a:hover {
  background: url('../images/top_li_3.jpg') 0 10px no-repeat;  
  color: #000;
}

#right #anketa {
  color: #373737;
  font-size: 0.85em;
  margin-bottom: 10px;
}
#right #anketa a {
  color: #e06b00;
  text-decoration: none;
}
#right #anketa a:hover {
  text-decoration: underline;
}
#right #anketa .anketa_otazka {
  padding: 10px;
  background: #d6d6d6;
}
#right #anketa .moznosti {
  padding: 10px;
  background: #e9e9e9;
}
#right #anketa .poll_total {
  padding: 5px 10px;
  background: #d6d6d6;
  float: left;
}
#right #anketa .archive {
  padding: 5px 10px;
  background: #d6d6d6;
  float: right;
}
#right #newsletter {
  padding: 10px;
  background: #e9e9e9;
  color: #6e6e6e;
  font-size: 0.85em;
}
#right #newsletter th {
  text-align: left;
}
#right #newsletter .width2 {
  width: 220px;
  border: 1px solid #999999;
  height: 15px;
  color: #9e9e9e;
  font-size: 0.9em;
  padding-top: 3px;
}
#right #newsletter .frmbutbg {
  text-align: center;
}
#right #newsletter .button0 {
  width: 60px;
  font-size: 0.9em;
  font-weight: bold;
  height: 25px;
  border: 1px solid #fff;
  background: url('../images/button.jpg') repeat-x #324c64;
  color: #fff;
}
#right #newsletter .sc_frm_basic {
  padding: 0;
  border: 0;
}
#right #newsletter .sc_frm label {
  color: #6E6E6E;
}
#right #newsletter .sc_frm .frmbutbg {border: 0px;}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  font-size: 1.6em;
  margin: 0;
  color: #c92600;
  padding-bottom: 10px;
}
h2 {
  margin: 0;
  font-size: 1.4em;
  color: #c92600;
}
h3 {
  margin: 0;
  font-size: 1.1em;
  color: #c92600;
}
h4 {
  margin: 0;
  font-size: 1.0em;
  color: #c92600;
  padding-bottom: 10px
}

a {
  text-decoration: none;
  color: #324c64;
  font-weight: bold;
}
a:hover {
  color: #98adc8;
}

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