﻿html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-image: url("../img/page_bg.png");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #def3fa;
}
#browser-warning {
  display: none;
}
#outerWrapper {
  width: 960px;
  margin: 15px auto;
}
#header {
  position: relative;
  height: 119px;
}
#header .center {
  background-image: url("../img/header_bg.png");
  background-repeat: repeat-x;
  margin: 0 20px;
  height: 119px;
}
#header .left,
#header .right {
  width: 20px;
  height: 119px;
  position: absolute;
  background-repeat: no-repeat;
}
#header .left {
  background-image: url("../img/header_bg_left.png");
  top: 0;
  left: 0;
}
#header .right {
  background-image: url("../img/header_bg_right.png");
  top: 0;
  right: 0;
}
#header h1 {
  margin: 0;
  position: absolute;
  width: 860px;
  height: 63px;
  background-image: url("../img/header2.png");
  background-repeat: no-repeat;
  overflow: hidden;
  left: 5px;
  top: 18px;
}
#header h1 a {
  height: 1px;
  padding-top: 100px;
  display: block;
}
#menu {
  position: absolute;
  bottom: 0;
  left: 18px;
  height: 39px;
  width: 100%;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#menu ul li {
  float: left;
  height: 25px;
  margin: 7px 10px;
  padding-left: 14px;
  line-height: 24px;
}
#menu ul li a {
  display: block;
  height: 25px;
  width: 100%;
  margin-left: -28px;
  padding: 0 14px;
  color: #07354f;
  text-decoration: none;
}
#menu ul li:hover {
  background-image: url("../img/menuitem_bg_right.png");
  background-repeat: no-repeat;
  background-position: right -25px;
}
#menu ul li:hover a {
  background-image: url("../img/menuitem_bg_left.png");
  background-repeat: no-repeat;
  background-position: left -25px;
}
#menu ul li.current {
  background-image: url("../img/menuitem_bg_right.png");
  background-repeat: no-repeat;
  background-position: right top;
}
#menu ul li.current a {
  background-image: url("../img/menuitem_bg_left.png");
  background-repeat: no-repeat;
  background-position: left top;
  color: White;
}
#menu .searchbox {
  position: absolute;
  right: 30px;
  top: 6px;
}
#subnav {
  clear: both;
  height: 26px;
  background-image: url("../img/subnav_bg.png");
  background-repeat: repeat-x;
  margin: -10px -5px 5px -5px;
}
#subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#subnav ul li {
  float: left;
  margin: 0 0 5px 0;
  line-height: 25px;
  height: 26px;
}
#subnav ul li a {
  color: #4f4e4e;
  text-decoration: none;
  display: block;
  padding: 0 15px;
}
#subnav ul li.current {
  background-color: White;
  background-image: url("../img/subnav_bg_active.png");
  color: black;
}
#outerContent {
  background-image: url("../img/content_bg.png");
  background-repeat: repeat-y;
  padding: 10px;
}
#footer_outer {
  background-image: url("../img/footer_shadow_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 5px 6px 5px;
}
#footer {
  background-image: url("../img/footer_bg.png");
  background-repeat: repeat-x;
  background-color: #f4f4f4;
  min-height: 30px;
  padding: 12px 20px 0 20px;
  font-size: 14px;
  color: #808080;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
#arkibas_search_form .arkibas_freetext {
  width: 345px;
  height: 25px;
  font-size: 18px;
  margin-bottom: 5px;
}
#arkibas_search_form .arkibas_logo {
  width: 70%;
}
#arkibas_search_form .arkibas_buttons {
  width: 30%;
  text-align: right;
}
#arkibas_search_form .arkibas_periods input {
  width: 135px;
}
