@import "template.css";

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

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

/*Column's width*/
#left {width: 228px;}
#page {width: 543px;}
#right {width: 145px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
//  text-align: justify;
  background: url('../images/back_page_2.jpg');
/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
}
#content {

}
#header
{
  background: url('../images/header.jpg');
}
#logo {
  position: absolute;
  top: 35px;
  left: 17px;
}
#links {
  position: absolute;
  left: 240px;
  top: 10px;
  font-size: 0.8em;
}
#links a {
  color: #ff6f7a;
  text-decoration: none;
}
#links a:hover {
  text-decoration: underline;
}
#links .home {
  background: url('../images/icon_home.gif') no-repeat;
  display: block;
  float: left;
  padding: 0px 15px 0px 15px;
}
#links .sitemap {
  background: url('../images/icon_sitemap.gif') no-repeat;
  display: block;
  float: left;
  padding: 0px 15px 0px 15px;
}
#links .print {
  background: url('../images/icon_print.gif') no-repeat;
  display: block;
  float: left;
  padding: 0px 15px 0px 15px;
}
#page {
  background: url('../images/back_page.jpg') no-repeat;
  padding: 0px 10px 0px 20px;
  min-height: 440px;
  _height: 440px;
}
#right {
  background: url('../images/back_right.jpg') no-repeat;
  padding: 0px 25px 0px 10px;
  min-height: 440px;
  _height: 440px;
}

.bannerright {
  text-align: center;
  margin-top: 20px;
}

.bannerright a {
  border: none;
}

.bannerright img {
  border: none;
}

#footer {
  background: url('../images/footer.jpg');
  width: 100%;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;  
}
#foot {
  text-align: center;
  color: #ffffff;
}
#makedby {
  display: block;
  float: right;
  font-size: 0.8em;
  padding-right: 35px;
  padding-top: 2px;
  width: 120px;
}
.copyright{
  padding-left: 155px;
  display: block;
  line-height: 30px;
}
/*Top menu*/
#topmenu {
  color: #f2e52e;
/*  width: auto;*/
  padding-top: 85px;
  padding-left: 245px;
}
#topmenu li a{
  color: #f2e52e;
/*  width: auto;*/
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #f2e52e;
  text-decoration: none;
}
#topmenu li a:hover{
  color: #ffffff;
  text-decoration: underline;
}


/* left */
#fulltext {
  background: url('../images/flags.jpg') no-repeat;
  height: 40px;
  width: 208px;
  padding: 36px 0 0 20px;
}
/* left menu - prva uroven */
#left h3 {
  height: 39px;
  line-height: 39px;
  width: 188px;
  background: url('../images/left_h1.jpg') no-repeat;
  color: #c20e1c;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 20px 0px 20px;
  margin-bottom: 10px;
}
#left ul li a {
  font-size: 1.2em;
  color: #33447a;
  display: block;
  margin: 0px 20px 0px 20px;
  background: url('../images/left_li.jpg') no-repeat 0px 5px;
  padding-left: 20px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
}
#left ul li a:hover {
  background: url('../images/left_li_a.jpg') no-repeat 0px 5px;
  color: #6585eb;
}
/* left menu - druha uroven */
#left ul ul li a {
  font-size: 1.0em;
  color: #33447a;
  display: block;
  margin: 0px 45px 0px 45px;
  background: url('../images/left_li.jpg') no-repeat 0px 5px;
  padding-left: 20px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
}
#left ul ul li a:hover {
  background: url('../images/left_li_a.jpg') no-repeat 0px 5px;
  color: #4f94b3;
}

/* right menu - prva uroven */
#right h3 {
  color: #c20e1c;
  font-size: 1.2em;
  font-weight: bold;
  padding: 20px 0px 20px 0px;
}

#right ul li a {
  font-size: 1.0em;
  color: #434343;
  display: block;
  background: url('../images/right_li.jpg') no-repeat 0px 5px;
  padding-left: 20px;
  line-height: 17px;
  font-weight: normal;
  text-decoration: none;
}
#right ul li a:hover {
  text-decoration:underline;
}

/******************DESIGN OF MAIN ELEMENTS**************/
a {
  color: #d50f23;
  text-decoration: none;
}
a:hover {
  color: #f46876;
}
h1 {
  margin: 20px 0px 20px 0px;
  text-align: left;
  color: #ffa800;
  font-size: 1.5em;
}


/*developer*/
body {
background: url('../images/back_body.jpg') repeat-x;
font-family: Arial;
font-size: 0.8em;
color: #434343;
}
/*#container {background: silver;}
#header {background: #efa4ae;}
#footer {background: #bf9347;}
#content {background: #afdbff;}
#topmenu {background: #0033cc;}
#left {background: #811f72;}
#page {background: #97468b;}
#right {background: #bd4ec0;} */

