/* vertical site-specific stylesheet */

body {
  background: #6884ab;
  background-image: url('site/bakfade.png');
  background-repeat: repeat-x;
  background-position: top center;
  /*
  background: #6884ab;
  background-image: url('site/julbak3.jpg');
  background-repeat: repeat-x;
  background-position: top center;
   */
}

#page_header {
  background: white;
  padding: 10px 10px 10px 10px;
}

#navmenubg {
  height: 51px;
  background-image: url('site/deckarranden.png');
  background-repeat: repeat-x;
  background-position: center;
}

#page_nav {
  margin-top: -51px;
  height: 51px;
}

#verticals_nav {
  float: right;
  height: 29px;
  margin-top: 17px;
  font-size: 0;
}

#site_logo {
  position: absolute;
  /* background-image: url('site/deckarloggo.png'); */
  width: 251px; /* width of logo */
  height: 59px; /* height of logo */
  margin-top: -4px; /*   -1 * (logo.height - page_nav.height) / 2   */
}

#page {
  background: #6884ab;
  padding: 0px 10px 10px 10px;
}

#navmenu {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 48px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  height: 20px;
  font-family: Trebuchet MS, Georgia, Arial, serif;
  font-size: 1.2em;
  background-image: url('site/menyrad2.png');
  background-position: bottom;
}

#navmenu li {
  color: black;
  display: inline;
}

#navmenu li:hover {
  background-color: #790000 ;
}

#navmenu li:active {
  background-color: black;
}

#navmenu ul li a {
  text-decoration: none;
  color: white;
}

/*#navmenu ul li a:hover {
  color: #790000;
}
#navmenu ul li a:active {
  color: #f30003;
}
*/
