
.side-nav
{
  background-color: rgb(194, 214, 215);
}
.side-nav2 
{
  background-color: rgb(225, 234, 235);
}
.side-nav li.pzl_kat > span ,
.side-nav li a:not(.button):hover, 
.side-nav li a:not(.button):focus,
.side-nav li a:not(.button):active ,
.side-nav li.active > a:first-child:not(.button)
{
  color: #fff;
  background: rgb(52, 127, 131);
}
.pzdrop
{
  background:rgb(233, 236, 243);
}
.pzcontent
{
   background-color: rgb(225, 234, 235);
}
.pzcontent a
{
   color: rgb(57, 85, 142);
}
.pzfoot 
{
  background-color: rgb(113, 137, 174);
}
.pzfoot a, pzfoot a:hover
{
  color: #fff;
}
.top-bar
{
  background-color: rgb(113, 137, 174);
}
.top-bar-section ul, .top-bar-section ul li 
{
  background-color: #fff;
}
.top-bar-section ul li > a,
.top-bar-section li:not(.has-form) a:not(.button) 
{
  background-color: rgb(113, 137, 174);
}
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover
{
  background: rgb(52, 127, 131);
}
h1, h2, h3, h3 span, h4, h5, h6
{
  color: rgb(57, 85, 142);
}
.pzright h1, .pzright h2, .pzright h3, .pzright h4
{
    background-color: rgb(194, 214, 215);
}
h3 span
{
  color: #222;
}
.pzcontent dd.accordion-navigation {
    border: rgb(194, 214, 215) 3px solid;
}
.pzcontent .accordion dd > a {
    background-color: rgb(194, 214, 215);
    color: rgb(57, 85, 142);
}
@media only screen and (min-width: 991px) { /* ML war 40.063em */
  .top-bar-section li:not(.has-form) a:not(.button):hover ,
  .top-bar-section li.active:not(.has-form) a:not(.button):hover
   {
     background: rgb(52, 127, 131);
  }
}