@charset "utf-8";
/*
 * Stylesheetfile
*/
@import url('/css/header.css');
@import url('/css/menu.css');
@import url('/css/footer.css');
@import url('/css/contact.css');
@import url('/css/news.css');
@import url('/css/sitemap.css');
@import url('/css/content.css');
@import url('/css/sidebar.css');

body {
  margin: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: #ebebeb;
}

img {
  border: none;
}

div.left {
  width: 8px;
  float: left;
  background: #ebebeb url(/img/shadow_left.png) repeat-y scroll right top;
}

div.right {
  width: 8px;
  float: right;
  background: #ebebeb url(/img/shadow_right.png) repeat-y scroll left top;
}

div.center {
  width: 958px;
  display: block;
}

div.header, div.menu, div.footer, div.bottom {
  width: 966px;
  margin: auto;
}

div.header div.left, div.header div.right {
    height: 84px;
}

div.header div.center {
  background: black url(/img/banner_bg.png) repeat-x scroll center top;
  height: 84px;
}

div.menu div.left {
  height: 28px;
}

div.menu div.right {
  height: 28px;
}

div.menu div.center {
  background: #ebebeb url(/img/navi_bg.png) repeat-x scroll center top;
  height: 27px;
  margin: 0 0 0 0;
}

div.content {
  background: #ebebeb url(/img/content.png) repeat-y scroll left top;
  width: 966px;
  margin: auto;
  padding-bottom: 25px;
}

div.content div.center {
  width: 950px;
  margin: auto;
  padding: 0px 0px 0px 0px;
  background-color: #dcdef5;
}

div.footer div.left {
  height: 20px;
}

div.footer div.right {
  height: 20px;
}

div.footer div.center {
  background: #ebebeb url(/img/footer_bg.png) repeat-x scroll center top;
  height: 20px;
  z-index: 1000;
}

div.bottom div.left {
  background: #ebebeb url(/img/corner_left_bg.png) no-repeat scroll right top;
  height: 11px;
  width: 12px;
  margin-top: -5px;
  z-index: 1;
}

div.bottom div.right {
  background: #ebebeb url(/img/corner_right_bg.png) no-repeat scroll left top;
  height: 11px;
  width: 12px;
  margin-top: -5px;
  z-index: 1;
}

div.bottom div.center {
  background: #ebebeb url(/img/footer_shadow.png) repeat-x scroll center top;
  height: 8px;
  text-align: center;
  color: #aeaeae;
}

li {
  list-style-image:url(/img/li.png);
}