@import url(menu.css);
@import url(text.css);

body {
  margin: 0px;
  background: #EEEEEE url(../../../images/bg.gif) repeat-x top; 
  text-align: center;
  font: 11px "Tahoma";
  width: auto;
  padding: 0px 20px;
  color: #004F9B;
}

a {
  color: #004F9B;
}

a img {
  border-width: 0px;
}

select, input, table {
  font-size: 11px;
}

div.shadow {
  background: url(../../../images/shadow_bg.gif) no-repeat top; 
  margin: auto;
  text-align: left;
  width: 895px;
  padding: 0 4px 0 4px;
}

div.body {
  background: #fff url(../../../images/body_bg.gif) repeat-x bottom; 
  width: 893px;
  border: 1px solid #4B4B4B;
}

.head {
  background: #fff url(../../../images/head.gif) no-repeat top;   
  padding-top: 106px;
  position: relative;
  height: 27px;
}

.head .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 86px;
  width: 190px;
}

.head .head-ban .city {
  background: url(../../../images/town.gif) no-repeat top center;   
  position: absolute;
  right: 5%;
  top: 5px;
  height: 97px;
  width: 192px;
}       

.navigation {
  background: url(../../../images/navigation.gif) no-repeat top;   
  height: 27px;
}

.navigation .search {
  float: left;
  height: 27px;
  background: url(../../../images/search.gif) no-repeat left;   
  padding-left: 57px;
}

.navigation .search input {
  float: left;
  margin: 3px 0px 0 7px;
}

.path {
  height: 21px;
  padding: 0px 5px;
  line-height: 21px;
}

.path .main {
  line-height: 21px;
  padding-left: 17px;
  display: block;
  height: 21px;
  background: url(../../../images/dort.gif) no-repeat 0px 5px;
  float: left;
  margin: 0 5px 0 0;
}

.path a {
  margin: 0 5px;
  text-decoration: none;
}

.menu-content {
  background: url(../../../images/menu_bg.gif) repeat-y;
  width: 186px;
  float: left;
  position: relative;
}

.index-content {
  background: #F3F3F3 url(../../../images/content.gif) no-repeat top right;   
  margin-left: 207px;
  margin-right: 272px;
}

.left-border {
  display: table;
  background: url(../../../images/left_border.gif) repeat-y left;
  margin-top: -6px;
}

.right-border {
  display: table;
  background: url(../../../images/right_border.gif) repeat-y right;
  width: 100%;
}

* html .right-border {
  width: auto;
}

* html .index-content {
  margin-left: 203px;
  height: 50px;
}

.right-blocks {
  background: url(../../../images/right_block.gif) repeat-y left;
  width: 238px;
  float: right;
  position: relative;
  padding-right: 13px;
}

* html .right-blocks {
  width: 251px;
}

.right-blocks .top-line {
  background: url(../../../images/right_block_top.gif) no-repeat top;
  font-size: 0;
  height: 5px;
}

.right-blocks .bottom-line {
  background: url(../../../images/right_block_bottom.gif) no-repeat bottom;
  min-height: 200px;
  border-bottom: 1px solid #fff;
  padding: 0px 4px 0 4px;
  text-align: center;
}

* html .right-blocks .bottom-line {
  height: 200px;
}
 
.right-blocks h2 {
  background: url(../../../images/h2.gif) no-repeat;
  margin: 0;
  padding: 0 0 0 17px;
  line-height: 24px;
  font-size: 12px;
  color: #0060B7;
  text-transform: uppercase;
  border-bottom: 1px solid #9A9A9A;
  text-align: left;
}

.right-blocks h2 span {
  width: 100%;
  filter : DropShadow(Color=White, OffX=1, OffY=1, Positive=1);
}

.right-blocks .text-block {
  border: 1px solid #fff;
  width: 211px;
  margin: 5px auto 7px auto;
}

.right-blocks .text {
  border: 1px solid #E9E9E9; 
  background: #fff url(../../../images/arrow.gif) no-repeat top right;
  padding: 7px;
  text-align: left;
}

.content {
  background: #F3F3F3 url(../../../images/content.gif) no-repeat top right;   
  margin-left: 207px;
  margin-right: 21px;
  position: relative;
}

.calendar .text-block {
  border: 1px solid #fff;
  margin: 15px;
}

.calendar .text {
  border: 1px solid #E9E9E9; 
  background: #fff url(../images/arrow.gif) no-repeat top right;
  padding: 7px;
  text-align: left;
}

* html .content {
  margin-left: 203px;
}

.bottom-menu {
  padding: 20px 0 0 0;
  clear: both;
  height: 25px;
  line-height: 25px;
  color: #004F9B;
}

.bottom-menu a {
  margin: 0 10px;
}

.footer {
  height: 27px;
  background: url(../../../images/footer.gif) no-repeat left;
  position:relative;
}
.footer .mail-to-us {
  position: absolute;
  display: block;
  width: 106px;
  height: 18px;
  top: 6px;
  left: 160px;
}
