﻿/* Specific style sheet for domain podzelny.de - Revised 2018-11-08 - Frank Podzelny */
body, figure {
  background-color: hsl(240,25%,98%);
  }
a { 
  color: hsl(240,93%,35%);
  }
nav, nav ul li, li.portal {
  background-color: hsl(240,100%,25%);
  }
li.selected, nav a:hover{ 
  background-color: hsl(240,50%,50%);
  }
table {
  background-color: hsl(240,28%,98%);
  }
th { 
  background-color: hsl(240,28%,95%);
  }
nav a:hover { 
  color: white;
  }
header div {
  background: white url(images/podzelny-logo.png) no-repeat;
  height: 79px;
  }
