@import "template.css";

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

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

/*Column's width*/
#left {width: 244px;}
#page {width: 691px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: justify;
  background: url('../images/back.jpg');
  font-family: Arial;
  font-size: 0.8em;
/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
}

#header
{
border-bottom: solid #666 1px;
background: url('../images/top.jpg');
}

#page {
  padding: 10px 5px 10px 5px;
  background: url('../images/grey.jpg') repeat-x;
}

#footer {
  width: 100%;
  background: url('../images/bottom.jpg');
}

#foot {
  background: transparent url('../images/line.jpg')  no-repeat center top;
  color: #878787;
  font-size: 0.9em;
  text-align: center;
  padding-top: 10px;
  width: 705px;
  float: left
}
#foot a {
  color: #585858;
  text-decoration: none;
}
#foot a:hover {
  color: #878787;
  text-decoration: underline;
}
#makedby {
  float: left;
  color: #878787;
  width: 262px;
  text-align: center;
  font-size: 0.8em;
}
#makedby a {
  color: #585858;
  text-decoration: none;
}
#makedby a:hover {
  color: #878787;
  text-decoration: underline;
}
/*Top menu*/
#topmenu {
height: 31px;
background: url('../images/topmenu_back.jpg');
}

.menuleft {
background: url('../images/topmenu_left.jpg');
width: 272px;
float: left;
height: 31px;
}

#topmenu ul {
height: 31px;
}

#topmenu .menu li {
height: 31px;
line-height: 31px;
float: left;
border-right: 1px solid #313131;
font-weight: bold;
}

#topmenu .menu li a {
  text-decoration: none;
  padding: 0px 30px 0px 30px;
  color: #FFFFFF;
}

#topmenu .menu li a:hover {
  background: url('../images/topmenu_hover.jpg');
  color: #FF4649;
  display: block;
}

/*left menu */
#left {
  padding: 10px 20px 0px 10px;
  background: url('../images/grey.jpg') repeat-x;
  border-left: 1px solid #CFCFCF;
}

#left .menu {
  background: url('../images/menu_back.jpg');
}

#left .top {
  background: url('../images/menu_top.jpg');
  height: 23px;
}

#left .bottom {
  background: url('../images/menu_bottom.jpg');
  height: 28px;
}

/* prva uroven */
#left .menu li {
padding: 0px 7px 0px 7px;
}

#left .menu li a {
  font-size: 1.1em;
  display: block;
  color: #E21921;
  text-decoration: none;
  font-weight: bold;
}

#left .menu li a:hover {
  color: #720201;
}

/* druha uroven */

#left .menu li ul li{
padding: 0px 7px 0px 7px;
}

#left .menu li ul li a {
  background: transparent url('../images/menuli2.jpg') no-repeat scroll 0pt 4px;
  display: block;
  font-size: 1.0em;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  padding-left: 20px;
}

#left .menu li ul li a:hover {
  text-decoration: underline;
}

#filter{
  padding: 0px 7px 5px 7px;
  background: url('../images/search.jpg') bottom;
  background-repeat: no-repeat;
  margin-bottom:10px;
  font-size: 0.85em;
}
/******************DESIGN OF MAIN ELEMENTS**************/
a{
color: #E21921;
text-decoration: underline;
}

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

h1 {
background: url('../images/h1.jpg');
color:White;
line-height: 28px;
height: 28px;
font-size:1.1em;
padding:0px 10px 0px 20px;
text-align:left;
border-left: 3px solid #90080C;
}

h4 {
font-size: 1.25em;
text-decoration: none;
margin: 0px;
padding: 5px 0px 10px 0px;
color: black;
text-align: center;
}

h5 {
font-family: Times New Roman;
font-size:1.8em;
color:White;
font-weight: normal;
padding:30px 0px 0px 130px;
margin: 0px;
}

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

