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

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

/*Header height*/
#left {height: 694px;}
#right {min-height: 616px;}
* html #right {height: 616px;}
#header {
  padding: 10px 0 0 0;
}

/*Column's width*/
#left {width: 465px;}
#right, #footer {width: 459px;}
#page {padding: 10px;}


/*Height of the footer */
#footer {height: 60px;}
#content {padding: 10px 0 60px 0;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #e0dac3;
  color: #675b3a;
}
#header {
  text-align: right;
}
#header a.lang {
  margin: 0 20px 0 0;
  text-decoration: none;
}
#container {
  text-align: left;
  font-size: 0.75em;
}
#left {
  background: url(../images/bg_left.jpg) 0 0 no-repeat;
}
#left .logo {
  border: 0;
  float: left;
  margin: 70px 0 0 106px;
}

#topmenu {
  background: transparent url(../images/bg_topmenu.gif) 0 0 no-repeat;
  width: 418px;
  height: 63px;
  margin: 15px 0 0 15px;
}
#topmenu2 {
  background: transparent url(../images/bg_topmenu2.gif) 0 0 no-repeat;
  width: 419px;
  height: 52px;
  margin: 4px 0 0 15px;
}
#right {
  background: #E6E1CE url(../images/bg_page.jpg) 0 0 no-repeat;
  position: relative;
}
#page {
  font-size: 0.9em;
}
#footer {
  background: #E0DAC3 url(../images/dotted_footer.gif) top repeat-x;
  font-size: 0.8em;
  float: right;
  position: absolute;
  bottom: -60px;
}
#foot {
  text-align: left;
  color: #B0A27E;
  font-weight: normal;
  float: left;
  padding: 10px 0 0 10px;
}
#foot a {
  color: #B0A27E;
  text-decoration: none;
}
#foot a:hover {
  color: #644928;
  text-decoration: none;
}
#makedby {
  display: block;
  color: #B0A27E;
  width: 200px;
  text-align: right;
  float: right;
  padding: 10px 10px 0 0;
}
#makedby a {
  color: #B0A27E;
  text-decoration: none;
}
#makedby a:hover {
  color: #644928;
  text-decoration: none;
}

/*Top menu*/
#topmenu .menu ul {
  padding: 2px 0 0 0;
  width: 398px;
  height: 61px;
}
#topmenu .menu ul li a {
  color: #e0dac3;
  font-weight: bold;
  background: url(../images/bg_topmenusepar.gif) no-repeat right center;
  padding: 0 11px 0 9px;
  font-family: Times New Roman, Verdana, Arial, Tahoma;
  font-size: 1em;
  float: left;
  margin: 5px 0;
  display: block;
  text-transform: uppercase;
}
/*#topmenu .menu ul li a {
  color: #e0dac3;
}*/
#topmenu .menu ul li a:hover, #topmenu .menu ul li a.sel1 {
  text-decoration: underline;
}
#topmenu2 .menu ul {
  padding: 4px 10px;
}
#topmenu2 .menu ul li {
  float: left;
  padding: 0 10px 0 0;
}
#topmenu2 .menu ul li a {
  color: #f7f1df;
  background: url(../images/arrow_pagemenu.gif) no-repeat left center;
  padding: 3px 0 3px 10px;
  font-size: 0.9em;
  line-height: 1.2em;
}
#topmenu2 .menu ul li a:hover, #topmenu2 .menu ul li a.sel1 {
  text-decoration: underline;
}


/* ------- left menu --------- */
#left li {
}
#left li a {
}
#left li a:hover {

}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #644928;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #644928;
  font-weight: normal;
}
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: #A5906E;
  text-decoration: none;
}
a:hover {
  color: #827664;
  text-decoration: underline;
}


