/* default styles for extension "tx_wwpreset" */
  body,
  #footer-sitemap nav,
  .article-number {
    background-color: rgb(239,232,216)
  }
  p, h3, #page-body li {
  	color: black;
  }
  hr {
    border-bottom: solid 1px rgb(224,230,223);
  }
  #page-header-desktop {
	border-top: solid 1px rgb(224,230,223);
  }
  .background-color-1,
  .button:hover,
  article li:before {
    background-color: rgb(45,60,120) !important;
  }
  .background-color-2 {
    background-color: green !important;
  }
  .color-1,
  h2,
  #menu-nav ul ul li:before,
  #footer-nav a.active,
  nav a.active,
  #intranet-nav a.active,
  #category-title {
    color: rgb(45,60,120) !important;
  }
  .color-2 {
    color: green !important;
  }
  a:not(.button),
  .color-3 {
    color: rgb(255,170,70);
  }
  a:not(.button):hover {
  	opacity: 0.5;
	filter: alpha(opacity=50);
  }
  nav a:not(.button) {
  	color: grey;
  }
  #footer-breadcrumb a:not(.button) {
  	color: white;
  }
  .button,
  .background-color-3,
  .share-options a:hover {
  	background-color: rgb(255,170,70);
  }
  #page-header-title.intranet h1 {
    background-color: rgb(255,170,70) !important;
  }
