﻿#pageContent a,
#rightCol a,
.ui-widget-content a {
  color: #4697B3 !important;
}
header #serviceNavigation {
  background-color: #bd006f;
}
header {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}
header #mainMenu {
  border-bottom: 2px solid #222;
}
header #mainMenu li {
  text-align: center;
  padding: 11px 10px 10px 10px;
  margin-right: 17px;
  width: 155px;
  background-color: #222;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
}
#page #pageContent h1,
#page #pageContent h2,
#page #pageContent h3,
#page #rightCol h1,
#page #rightCol h2,
#page #rightCol h3 {
  color: #222;
}
#mainMenu {
  font-size: 16px;
  height: 41px;
  margin: 23px 0 0 0;
  margin-left: 10px;
}
#mainMenu li a {
  color: #f0f8fb;
  background: none;
  padding-right: 0;
}
#mainMenu li a:hover {
  color: #bd006f;
  background: none;
}
#mainMenu li.selected a {
  color: #FFF;
  background: none;
  padding-right: 0;
}
#mainMenu li.selected {
  background-color: #81bbd1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 10px;
  border-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
#subnavi a,
#subnavi p {
  color: #8195c1;
  font-size: 12px;
}
#subnavi a.SelectedExpandedTopTemplate,
#subnavi a.SelectedExpandedItemTemplate {
  border-bottom: 1px solid #222;
  color: #8195c1 !important;
}
footer {
  background-color: #FFF;
  border-top: none;
  color: #aaa;
}
footer .footerContentLeft {
  float: left;
  margin-left: 0;
}
footer .footerContentLeft img,
.footerContentRight img {
  margin: 0;
}
footer .contentwrapper {
  border-top: 1px dotted #4E4E4E;
}
.footerContentLeft {
  padding-top: 24px;
}
.footerContentRight {
  padding-top: 24px;
}
header #logo #phzhLogo {
  background: url("../../img/logo_zeitschriftschreiben.png") no-repeat !important;
  width: 215px;
  height: 150px;
}
header .contentwrapper {
  overflow: auto;
}
header #search {
  overflow: hidden;
}
#subnavi {
  margin-top: 70px;
}
header #logo {
  margin-top: 3px;
}
.ui-accordion .ui-state-hover,
.ui-accordion h4.ui-state-active {
  background-color: #f8fcfd !important;
}
.ui-accordion .ui-state-default .ui-icon {
  background-image: url(../../img/arrow_right_black.png) !important;
}
.ui-accordion .ui-state-active .ui-icon {
  background-image: url(../../img/arrow_down_black.png) !important;
}
#page #pageContent ul li,
#page #rightCol ul li {
  background: transparent url(../../img/square_black.gif) no-repeat scroll 0 7px;
}
a.contact,
a.phzh {
  display: none;
}
#rightCol .contact_box > :first-child {
  border-top: 1px dotted #4E4E4E;
}
#rightCol .contact_box > :last-child {
  border-bottom: 1px dotted #4E4E4E;
}
#rightCol .contact_box h2 {
  border-top: 1px dotted #4E4E4E;
}
#rightCol p {
  padding-bottom: 15px;
}
#page #rightCol h2 {
  margin-top: 0 !important;
  padding-top: 15px;
}
#breadcrumb {
  margin-top: 20px;
}
/*Tablet*/
@media (max-width: 1225px) and (min-width: 985px) {
  header #mainMenu li:first-child {
    margin-left: 0;
  }
  header #mainMenu {
    margin-left: 10px;
    height: 29px;
  }
  header #mainMenu li a {
    padding-right: 0;
    display: initial;
  }
  header #mainMenu li {
    display: initial;
  }
  header #mainMenu li.selected {
    margin-right: 17px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  header #mainMenu li:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 985px) and (min-width: 640px) {
  header #mainMenu li:first-child {
    margin-left: 0;
  }
  header #mainMenu {
    margin-left: 10px;
    height: 29px;
  }
  header #mainMenu li a {
    padding-right: 0;
  }
  header #mainMenu li {
    display: initial;
  }
  header #mainMenu li.selected {
    margin-right: 17px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  header #mainMenu li:last-child {
    margin-right: 0 !important;
  }
}