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

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 900px; padding: 0 1px;}

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

/*Column's width*/
#page {width: 632px; padding: 10px 10px 10px 20px;}
#right {width: 223px; padding: 0 5px 5px 10px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  behavior: url("../include/hover.htc");
}
#container {
  text-align: left;
  font-size: 0.75em;
}
#header {
  background: #fff url(../images/bg_header.jpg) no-repeat top;
}
#header .logo {
  margin-top: 13px;
  float: left;
}
#header .flashheader {
  margin-top: 13px;
  float: left;
}
#utils {
  padding-right: 10px;
  padding-top: 7px;
  height: 26px;
  float: right;
}
#utils a.home, #utils a.print, #utils a.sitemap {
  padding-left: 18px;
  font-size: 0.8em;
  color: #797979;
  margin: 0 6px;
}
#utils a.home:hover, #utils a.print:hover, #utils a.sitemap:hover {
  color: #E48D02;
}
#utils a.home {
  background: url(../images/ico_home.gif) no-repeat left center;
}
#utils a.print {
  background: url(../images/ico_print.gif) no-repeat left center;
}
#utils a.sitemap {
  background: url(../images/ico_sitemap.gif) no-repeat left center;
}
#utils a.home:hover {
  background: url(../images/ico_home_hover.gif) no-repeat left center;
}
#utils a.print:hover {
  background: url(../images/ico_print_hover.gif) no-repeat left center;
}
#utils a.sitemap:hover {
  background: url(../images/ico_sitemap_hover.gif) no-repeat left center;
}
#topmenu {
  background: #f4f4f4 url(../images/bg_topmenu.gif) top repeat-x;
  margin: 0;
  padding: 0;
}
#page {
  background: url(../images/bg_page.jpg) no-repeat top left;
}
/************** right ******************/
#right {
  color: #676767;
}
#right .rkont_top {
	background-image: url(../images/rkont_top.gif);
	height: 6px;
	width: 220px;
	font-size: 1px;
	margin: 0;
}
#right .rkont_form {
	width: 210px;
	padding: 3px 5px 3px 5px;
	background-image: url(../images/rkont_bg.gif);
	background-repeat: repeat-y;
    margin: 0;
    font-size: 0.95em;
}
#right .rkont_bottom {
	width: 220px;
	height: 6px;
    margin: 0 0 10px 0;
	font-size: 1px;
	background-image: url(../images/rkont_bottom.gif);
}
#right .rkont_form p {
  margin: 0 0 0 1px;
  text-align: center;
  padding: 0;
  width: 208px;
}

#right .rkont_form ul {
  margin-left: 10px;
  padding-left: 15px;
/*  margin: 5px;*/
}
#right p span {
  color: #797979;
  font-size: 0.8em;
  text-align: right;
  margin: 2px 0 0 0;
  display: block;
}
#right p img {
  background: #fff;
  border: 1px solid #E0E1DC;
  padding: 3px;
}
#right p a {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: 5px 0;
}


/*********************************************/
#footer {
  width: 900px;
  margin-left: 1px;
  background: #fff url(../images/bg_footer.gif) repeat-x;
  font-size: 0.8em;
  color: #727272;
}
#foot {
  text-align: center;
  font-weight: normal;
  margin-top: 13px;
}
#foot a {
  color: #727272;
  font-weight: bold;
  text-decoration: none;
}
#foot a:hover {
  color: #A19D91;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  width: 200px;
  right: 8px;
  top: 5px;
  text-align: right;
}
#makedby a {
  color: #727272;
  text-decoration: none;
}
#makedby a:hover {
  color: #A19D91;
  text-decoration: none;
}

/****** Top menu ******/
#topmenu .menu1 {
  margin-left: 10px;
}
#topmenu .menu {
  display: block;
}
#topmenu .menu1 ul li a {
  font-family: Arial, Tahoma, Geneva;
  color: #797979;
  font-weight: normal;
  background: url(../images/bg_topmenuitem.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 10px 0 20px;
  float: left;
  font-size: 1.1em;
}
#topmenu .menu1 ul li a:hover {
  background: url(../images/bg_topmenuitemhover.gif) no-repeat 0 0;
}
#topmenu .menu1 ul li a.sel1 {
  background: url(../images/bg_topmenuitemhover.gif) no-repeat 0 0;
}
/* druha uroven */
#topmenu .menu2 {
  display: block;
  border-top: 1px solid #fff;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
}
#topmenu .menu2 ul {
}
#topmenu .menu2 ul li {
  margin: 0;
  float: left;
}
#topmenu .menu2 ul li a {
  font-family: Arial, Tahoma, Geneva;
  color: #939393;
  font-weight: normal;
  height: 26px;
  display: inline;
  float: left;
  padding: 0 10px;
  font-size: 0.9em;
}
#topmenu .menu2 ul li a:hover {
  color: #797979;
  /*background: #ECECEA;*/
  text-decoration: underline;
}
#topmenu .menu2 ul li a.sel1 {
  color: #797979;
  /*background: #ECECEA;*/
  text-decoration: underline;
}

/* ------- left menu --------- */
#right .menu {
  margin: 10px 10px 10px 20px;
}
#right .menu ul li {
  margin-bottom: 10px;
}
#right .menu ul li a {
  color: #e68b02;
  font-weight: normal;
  background-image: url(../images/cube-off.gif);
  background-position: top left;
  padding-left: 20px;
  display: block;

}
#right .menu ul li a:hover {
  color: #955a00;
  background-image: url(../images/cube-on.gif);
}
#right .menu ul ul li {
  margin-left: 20px;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #e68b02;
  font-weight: normal;
  font-style: normal;
}
#right h3 {
  color: #888F95;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.4em;
  color: #000;
  font-weight: normal;
}
#right h2 {
  color: #1F80B7;
  margin: 0 0 4px 0;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
h4 {
  background: #5babcf url(../images/bg_menutit.jpg) no-repeat;
  display: block;
  height: 28px;
  padding: 13px 5px 0 15px;
  font-size: 1.4em;
  font-weight: normal;
  color: #1e5584;
  margin: 10px 0;
}
a {
  color: #e68b02;
  text-decoration: none;
}
a:hover {
  color: #797979;
  text-decoration: none;
}


/*developer*/
body {background: #fff url(../images/bg_body.gif) center repeat-y;}
/*#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;} */

