@import "template.css";

/******************MAIN*********************/

body {
background: #ffde00 url('../images/back.jpg') repeat-x;
background-position: top;
font-family: Verdana;
font-size: 0.7em;
color: #343f43;
line-height:1.4em;
}
img{
  border: 0px;
}
a{
  text-decoration: none;
  color: #f05123;
}
a:hover{
  color: #c20000;
}

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

/*Header height*/
#header {height: 257px;}
/*Column's width*/
#left {width: 198px;}
#page {width: 475px; padding: 22px 22px 40px 22px; margin: 0px 10px 0px 10px;}
#right {width: 200px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: justify;
  background: url('../images/back_site.jpg');
}

.header_sk
{
background: url('../images/top.jpg') no-repeat;
}
.header_en
{
background: url('../images/top_en.jpg') no-repeat;
}

.fulltext {
  position: absolute;
  right: 20px;
  top: 165px;
}
.fulltext .input-search {
  border: 1px solid #CC9513;
  background: #f6db9f;
  color: #ee3323;
  font-size: 0.85em;
  width: 140px;
  height: 16px;
  padding: 4px 5px 0 5px;
  float: left;
  margin-right: 5px;
}
.fulltext .input-button {
  background: url('../images/ico_fulltext.gif') no-repeat;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 0px;
  cursor: pointer;
  font-size: 0.0em;
  float: left;
}

.language{
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;

}
.language a{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
.language a:hover{
  color: #faa919;
}


#makedby {
  position: absolute;
  left: 10px;
  width: 180px;
  text-align: center;
  color: #ee3323;
  font-size: 0.8em;
}
#makedby a {
  font-weight: bold;
  color: #FE7814;
}
#makedby a:hover {
  color: #FF0000;
}

#footer {
  width: 100%;
}

#foot {
  border-top: solid #ffffff 2px;
  text-align: center;
  padding: 3px;
  background: #ffde00;
}

/*Header menu*/
#h_menu {
position: absolute;
top: 10px;
right: 20px;
font-size: 1.1em;
}

#h_menu li {
padding-left: 15px;
display: inline;
}

#h_menu li a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#h_menu li a:hover {
color: #faa919;
}

/*Top menu*/
#topmenu {
padding-top: 207px;
text-align: center;
font-size: 1.1em;
}

#topmenu li {
padding: 0px 15px 0px 15px;
}

#topmenu li a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#topmenu li a:hover {
color: #faa919;
}

/*left menu */
#left ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 0px 8px 0px 45px;
}
#left li {
  padding: 0px;
  margin: 0px;
  text-align: left;
  background: url('../images/li.jpg') no-repeat 0px 4px;
}
#left li a {
  color: #343f43;
  display: block;
  text-decoration: none;
  padding-left: 10px;
}
#left li a:hover {
  color: #ee3323;
  text-decoration: underline;
}
#left ul ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 0px 8px 0px 15px;
}
#left ul ul li {
  padding: 0px;
  margin: 0px;
  text-align: left;
  background: url('../images/li.jpg') no-repeat 0px 4px;
}
#left ul ul li a {
  color: #343f43;
  display: block;
  text-decoration: none;
  padding-left: 10px;
}
#left ul ul li a:hover {
  color: #ee3323;
  text-decoration: underline;
}

#random {
  width: 196px;
  margin-left: 2px;
  background: url('../images/left_back.jpg');
  }
#random .image{
  margin-left: 50px;
  width: 110px;
}
#random .image img{
  border: 5px solid #000000;
}
#random_blank {
  width: 196px;
  margin-left: 2px;
  }

.logo {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 263px;
  height: 126px;
}

h1 {
  font-size: 1.1em;
  color: #faa919;
}


/******************DESIGN OF MAIN ELEMENTS**************/
h3 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #343f43;
}
h4 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 1.15em;
  font-weight: bold;
  color: #343f43;
}
h4 a{
  text-decoration: none;
  color: #343f43;
}
h4 a:hover{
  color: #AFAFAF;
}
h5 {
  margin: 20px 0px 20px 0px;
  text-align: center;
  font-size: 0.9em;
  color: #ffffff;
}
h6 {
  margin: 0px 0px 15px 45px;
  font-size: 1.1em;
  color: #faa919;
  text-align: left;
}

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

