﻿@import "template.css";
@import "page.css";
@import "forms.css";

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

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

/*Column's width*/
#left {width: 240px; padding: 50px 0 0 10px;}
#page {width: 630px; padding: 0 13px 10px 20px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #96D0F9 url(../images/bg_body.gif) repeat-x center top;
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: url(../images/bg_container.png) repeat-y center 24px;
  color: #454545;
}
/********************
HEADER
********************/
#header {
  background: url(../images/bg_header.jpg) no-repeat 0 0;
}
#header .logo {
  height: 100px;
  display: block;
}
.kvietky {
  width: 500px;
  height: 10px;
  display: block;
}


/********************
PAGE
********************/
#content {
  background: url(../images/bg_content.jpg) no-repeat 0 0;
}
#left p.napistenam {
  margin: 20px 5px;
}
a.write {
  background-image: url(../images/ico_write.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 43px;
  width: 241px;
  display: block;
}
a.write:hover {
    background-image: url(../images/ico_write-on.gif);
}
a.mailing {
  background-image: url(../images/ico_mailing.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 43px;
  width: 241px;
  display: block;
}
a.mailing:hover {
    background-image: url(../images/ico_mailing-on.gif);
}

/********************
FOOTER
********************/
#footer {
  width: 100%;
  background: #fff url(../images/bg_footer.gif) no-repeat;
  font-size: 0.8em;
}

#foot {
  text-align: center;
  color: #454545;
  margin-top: 57px;
  font-weight: bold;
}
#foot a {
  color: #454545;
  text-decoration: none;
}
#foot a:hover {
  color: #A90B3F;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #5593BF;
  width: 200px;
  right: 30px;
  top: 57px;
  text-align: right;
}
#makedby a {
  color: #5593BF;
  text-decoration: none;
}
#makedby a:hover {
  color: #454545;
  text-decoration: none;
}

/********************
LEFT MENU
********************/
#left .menu ul {

}
#left .menu ul li {

}
#left .menu ul li a {
  color: #7C0000;
  width: 200px;
  padding: 0 20px 0 30px;
  height: 39px;
  display: block;
  line-height: 39px;
  text-decoration: none;
}
#left .menu ul li li a {
  color: #660000;
  width: 170px;
  padding: 0 20px 0 60px;
  height: 39px;
  display: block;
  line-height: 39px;
  text-decoration: none;
}
#left .menu ul li a:hover, #left .menu ul li a.sel1 {
  color: #fff;
  background: url(../images/bg_mnu.gif) no-repeat center;
}

#left .menu ul li li a:hover, #left .menu ul li li a.sel1 {
  color: #330033;
  background: url(../images/bg_mnu2.gif) no-repeat center;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #A90B3F;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #454545;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #454545;
  font-weight: bold;
}

a {
  color: #EC004E;
  text-decoration: underline;
}
a:hover {
  color: #A90B3F;
  text-decoration: none;
}
