@import "template.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 882px;}

/*Header height*/
#header {height: 150px;}

/*Column's width*/
#left {width: 195px;}
#page {width: 655px;}

/*Height of the footer */
#footer {height: 60px;}
#content {padding-bottom: 60px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: justify;
/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
}

#header
{
height: 159px;
display: block;
}
#header #majak7 {
  z-index: 0;
}


* > .komponenty {
}
.komponenty {
background-color:#031728;
font-size:1em;
padding-left:5px;
padding-top:5px;
text-align:right;
font-size: 0.8em;
height: 16px;
}
.lang {
float:left;
text-align:left;
width:100px;
}
.komponenty a {
 padding: 0 10px;
}

#topmenu {
  background-image: url(../images/bg_topmenu.gif);
  background-position: center;
  height: 34px;
  vertical-align: bottom;
  text-align: right;
}
#topmenu a {
  color: #ffffff;
  font-weight: bold;
  background-image: url(../images/topmenu_spacer.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 5px 18px 8px 22px;
  margin-top: 4px;
  /*width: 110px;
  display: block;
  float: left;*/
  text-align: center;
  font-size: 0.85em;
  height: 34px;
  text-transform:lowercase;
/*  background-color: yellow;*/
  line-height: 34px;
/*  font-family: Arial, Helvetica, sans-serif */
}
#topmenu a:hover {
  color: #CCFFFF;
  background-image: url(../images/topmenu_spacer_o.gif);
}


#footer {
  width: 100%;
  height: 52px;
  background-image: url(../images/bg_footer.gif);
  background-position: top;
  background-repeat: repeat-x;
}

#foot {
  border-top: solid #666 1px;
  padding: 10px;
  font-size: 0.85em;
}
#footleft {
  width: 250px;
  float: left;
  padding-top: 10px;
  margin-left: 170px;
}
#makedby {
  width: 200px;
  float: right;
  text-align: right;
  color: #2e475d;
  font-size: 0.9em;
}
#makedby a {
  color: #3e5c76;
}
#makedby a:hover {
  color: #4b6f8f;
}


/*Top menu*/
#topmenu li {
/*  width: auto;*/
}


/*left menu */
#left a.mnu1 {
  background-image: url(../images/bg_lmenu_off.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: bold;
  height: 23px;
  display: block;
  margin: 3px 0 0 7px;
  padding: 3px 10px 0px 25px;
  font-size: 0.85em;
}
#left a.mnu1:hover {
  background-image: url(../images/bg_lmenu_on.jpg);
  color: #7ab1fd;
}
#left a.mnu2 {
  background-image: none;
  background-color: #031728;
  font-style: normal;
  display: block;
  margin: 1px 10px 0 7px;
  padding: 3px 5px 3px 25px;
  font-size: 0.85em;
}
#left a.mnu3 {
  background-image: none;
  background-color: #122c42;
  color: #3b668b;
  font-style: normal;
  display: block;
  margin: 1px 10px 0 7px;
  padding: 3px 5px 3px 35px;
  font-size: 0.8em;
}
#left a.mnu3:hover {
  color: #5286B6;
}

#left h3 {
  background-image: url(../images/bg_lmenu_off.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: bold;
  height: 23px;
  display: block;
  margin: 5px 0 5px 7px;
  padding: 3px 10px 0px 25px;
  font-size: 0.85em;
  text-align: left;
}

#page {
  padding: 15px;
  background-image: url(../images/bg_page.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 0.85em;
}


/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: 1.6em;
  color: #c5e5ff;
  background-image: url(../images/h1_rule.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 5px 10px 15px 15px;
}
a {
  text-decoration: none; color: #80c8da;
}
a:hover {
  color: #128dac;
}


/*developer*/
body { background-image: url(../images/bg_body.jpg); background-color: #071a2f; background-attachment: fixed; background-position: top; background-repeat: repeat-x; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #ffffff }
#container { background-color: #031728; background-image: url(../images/bg_wrap.gif); background-repeat: repeat; background-position: left }
/*#header {background: #efa4ae;}*/
/*#footer {background: #bf9347;}*/
/*#content {background: #afdbff;}*/
/*#topmenu {background: #0033cc;}*/
/*#left {background: #811f72;}*/
/*#page {background: #97468b;}*/
/*#right {background: #bd4ec0;}*/


