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

body {
  background: url('../images/background.jpg');
  font-family: Verdana;
  font-size: 0.6em;
  behavior: url(./include/hover.htc);
}

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

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

/*Column's width*/
#left {width: 179px; padding: 0px 15px 0px 29px;}
#page {width: 761px; padding: 15px 25px 20px 15px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  background: url('../images/bg_page.jpg');
  text-align: justify;
}
#container_bg {
  background: url('../images/bg_page_bottom.jpg') no-repeat bottom right;
}

#top_header {
  background-image: url('../images/bg_header.jpg');
  height: 66px;
}
#header {
  background-image: url('../images/bg_header_2.jpg');
}
#header .logo {
  position: absolute;
  top: 63px;
  left: 22px;
}
#header .logo img {
  border: 0px;
  height: 35px;
  width: 133px;
}
#header .fulltext {
  position: absolute;
  top: 65px;
  right: 10px;
}
#header .functions {
  position: absolute;
  top: 104px;
  right: 10px;
}
#header .functions a {
  padding-left: 8px;
}
#header .flash {
  padding-top: 73px;
  width: 890px;
  height: 100px;
}

/*--------------dropdown menu------------------*/
/*--------------prva uroven------------------*/
#dropdown_menu {
  width: 480px;
  top: 25px;
  left: 215px;
  line-height: 29px;
  font-size: 1.1em;
}
#dropdown_menu ul li {
  display: block;
  float: left;
}
#dropdown_menu ul li a {
  color: #fff;
  width: 115px;
  padding-top: 5px;
  padding-right: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  background-image: url('../images/top_menu.jpg');
}
#dropdown_menu ul li a:hover {
  color: #fff;
  padding-top: 0px;
  padding-bottom: 5px;
  background-image: url('../images/top_menu_hover.jpg');
}
#dropdown_menu a:hover.red {
  color: #DC1D2C;
}
#dropdown_menu a:hover.blue {
  color: #00AEED;
}
#dropdown_menu a:hover.orange {
  color: #F7921E;
}
#dropdown_menu a:hover.green {
  color: #94AA2E;
}
/*--------------druha uroven------------------*/
#dropdown_menu ul ul {
  width: 220px;
}
#dropdown_menu ul ul li {
  background: #000;
  color: #fff;
  width: 170px;
  padding: 3px 15px;
  line-height: 5px;
  font-size: 1em;
  opacity: 0.8;
}
#dropdown_menu ul ul li a {
  background: #000;
  display: block;
  line-height: 20px;
  width: 170px;
  font-size: 1em;
  padding: 0px;
  z-index: 100;
  text-align: left;
}
#dropdown_menu ul ul li a:hover {
  display: block;
  background: #000;
  text-decoration: underline;
  position: relative;
  padding: 0px;
  z-index: 100;
}
#dropdown_menu ul ul li a.red {
  color: #DC1D2C;
  font-weight: bold;
}
#dropdown_menu ul ul li a.blue {
  color: #00AEED;
  font-weight: bold;
}
#dropdown_menu ul ul li a.orange {
  color: #F7921E;
  font-weight: bold;
}
#dropdown_menu ul ul li a.green {
  color: #94AA2E;
  font-weight: bold;
}

/*--------------tretia uroven------------------*/
#dropdown_menu .menu ul ul ul {
  width: 160px;
  display: block;
  float: left;
  padding-left: 130px;
  margin-top: -20px;
  border: 0;
}
#dropdown_menu .menu ul ul ul li {
  width: 130px;
}
#dropdown_menu .menu ul ul ul li a {
  width: 130px;
}

#footer {
  width: 100%;
  background-image: url('../images/bg_footer.jpg');
}
#foot {
  text-align: center;
  color: #AFAFAF;
  padding-top: 12px;
}
#foot a {
  color: #AFAFAF;
}

#top_none {
  background-image: url('../images/bg_none.jpg');
  height: 20px;
}
#text-wrap {
  /*background: url('../images/bg_page.png');*/
  background: url('../images/bg_page_bottom.png') no-repeat bottom right;
  height: auto;
}

/*left menu */
#left {
  background: url('../images/bg_left.jpg') no-repeat;
  min-height: 451px;
  _height: 451px;
  font-size: 1.1em;
}
#left li a {
  display: block;
  line-height: 18px;
  color: #69645E;
  text-decoration: none;
}
#left li a:hover {
  text-decoration: underline;
}
#left a.red {
  padding-top: 20px;
  color: #DC1D2C;
  font-weight: bold;
}
#left a.blue {
  padding-top: 20px;
  color: #00AEED;
  font-weight: bold;
}
#left a.orange {
  padding-top: 20px;
  color: #F7921E;
  font-weight: bold;
}
#left a.green {
  padding-top: 20px;
  color: #94AA2E;
  font-weight: bold;
}

#page ul {
  padding-top: 10px;
  padding-left: 35px;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0;
  text-align: left;
  font-size: 1.1em;
}
h2 {
  margin: 0;
  text-align: left;
  font-size: 1.4em;
}
h3 {
  margin: 0;
  text-align: left;
  font-size: 1.2em;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*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;}*/