@import "template.css";
@import "page.css";
@import "forms.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 267px;}

/*Column's width*/
#left {width: 207px; padding: 0; margin: 7px 0 0 20px;}
#page {width: 506px; padding: 0 15px 15px 15px; margin: 7px 0 0 0;}
#right {width: 207px; padding: 0; margin: 7px 20px 0 0;}

/*Height of the footer */
#footer {height: 80px;}
#content {padding-bottom: 80px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #767676 url(../images/bg_body.gif) top repeat-x;
  color: #464646;
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: url(../images/bg_container.gif) repeat-y;
}
/********************
HEADER
********************/
#header {
  background: url(../images/bg_header.jpg) 0 0 no-repeat;
}
#header h1 {
  margin: 0;
  padding: 0;
}
#header .reklama {
  color: #b0b0b0;
  font-size: 0.8em;
  margin: 10px 0 0 15px;
}
#header .reklama img {
  margin: 5px 0 0 0;
}
/********************
LEFT
********************/
#left h2, #right h2 {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
#left h2 {
  background: #db3f3e url(../images/bg_h2_red.gif) repeat-x top;
  border: 1px solid #bb0500;
}
#right h2 {
  background: #91d65d url(../images/bg_h2_green.gif) repeat-x top;
  border: 1px solid #419b00;
}

/********************
PAGE
********************/
#content {
  background: url(../images/bg_content.jpg) no-repeat 0 0;
}
/********************
RIGHT
********************/

/********************
FOOTER
********************/
#footer {
  width: 100%;
  background: #767676 url(../images/bg_footer.gif) no-repeat;
  font-size: 0.8em;
}

#foot {
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
#foot a {
  color: #fff;
  text-decoration: none;
}
#foot a:hover {
  color: #D9D9D9;
  text-decoration: underline;
}
#makedby {
  display: block;
  position: absolute;
  color: #3f3f3f;
  width: 200px;
  right: 30px;
  top: 35px;
  text-align: right;
}
#makedby a {
  color: #3f3f3f;
  text-decoration: none;
}
#makedby a:hover {
  color: #D9D9D9;
  text-decoration: none;
}

/********************
LEFT MENU
********************/
#left .menu {
  padding: 5px;
}
#left .menu ul li {
  background: url(../images/bg_menu.gif) repeat-x bottom;
  padding: 0 0 2px 0;
}
#left .menu ul li a {
  color: #1f1f1f;
  background: url(../images/ico_square1.gif) no-repeat 5px 11px;
  padding: 5px 0 8px 20px;
  display: block;
}
#left .menu ul li a:hover, #left .menu ul li a.sel1 {
  color: #cc2d29;
  background: #f1f1f1 url(../images/ico_square2.gif) no-repeat 10px 11px;
}
/********************
RIGHT MENU
********************/
#right .menu {
  padding: 5px;
}
#right .menu ul li {
  background: url(../images/bg_menu.gif) repeat-x bottom;
  padding: 0 0 2px 0;
}
#right .menu ul li a {
  color: #1f1f1f;
  background: url(../images/ico_square1.gif) no-repeat 5px 11px;
  padding: 5px 0 8px 20px;
  display: block;
}
#right .menu ul li a:hover, #right .menu ul li a.sel1 {
  color: #419304;
  background: #f1f1f1 url(../images/ico_square3.gif) no-repeat 10px 11px;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #cc2d29;
  font-weight: bold;
  font-style: normal;
  background: url(../images/ico_arrow.gif) no-repeat left center;
  padding: 0 0 0 15px;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #5ac20f;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}

a {
  color: #5AC20F;
  text-decoration: none;
}
a:hover {
  color: #cc2d29;
  text-decoration: none;
}
