html body {
  /*		background-image: url(/graphics/transition_bg.gif);*/ }
  html body a {
    color: #007FB3; }
  html body > header > div {
    background-color: #fff; }
    html body > header > div > nav {
      background-color: #00A0DF;
      border-bottom: 4px solid #007FB3;
      padding: 10px 0 10px 0; }
  html body > footer > div {
    background-color: #fff;
    color: #000; }
  html body section#content > div .rekl {
    background-color: #fff; }
  html body section#content > div > article > .part a {
    color: #007FB3; }

@media screen and (max-width: 768px) {
  html body {
    background-color: #fff; } }