body { 
  background-color: black; 
  color: white;
  font-family: 'Lucida','Arial','Helvetica', sans-serif;
  font-style: normal;
  font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
  text-decoration: underline;
}

h1 {
  font-size: 220%;
  margin-left: 0px;
}

h2 {
  font-size: 200%;
  margin-left: 10px;
}

h3 {
  font-size: 180%;
  margin-left: 20px;
}

h4 {
  font-size: 160%;
  margin-left: 30px;
}

h5 {
  font-size: 140%;
  margin-left: 40px;
}

h6 {
  font-size: 120%;
  margin-left: 50px;
}


a:link, a:visited {
  color: lime;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: aqua;
  font-weight: bold;
  text-decoration: none;
}

a.extern:link, a.extern:visited {
  color: yellow;
  text-decoration: none;
}

a.extern:hover, a.extern:active, a.extern:focus {
  color: aqua;
  font-weight: bold;
  text-decoration: none;
}

td.navselected {
  text-align: center;
  font-weight: bold;
  background-color: #202020;
  border-width: 3px;
  border-style: solid;
  border-bottom-color: #454545;
  border-right-color: #454545;
  border-top-color: #151515;
  border-left-color: #151515;
}

td.nav {
  text-align: center;
  font-style: normal;
  background-color: #303030;
  border-width: 3px;
  border-style: solid;
  border-color: #303030;
}

table.nav {
  background-color: #303030;
  border-width: 5px;
  border-style: solid;
  border-top-color: #454545;
  border-left-color: #454545;
  border-right-color: #151515;
  border-bottom-color: #151515;
}

td.standarddown {
  background-color: #202020;
  border-width: 3px;
  border-style: solid;
  border-bottom-color: #454545;
  border-right-color: #454545;
  border-top-color: #151515;
  border-left-color: #151515;
}

td.standard {
  background-color: #303030;
  border-width: 3px;
  border-style: solid;
  border-color: #303030;
}

td.standardup {
  background-color: #606060;
  border-width: 3px;
  border-style: solid;
  border-top-color: #454545;
  border-left-color: #454545;
  border-right-color: #151515;
  border-bottom-color: #151515;
}

td.christmas {
  background-color: #202020;
  background-image: url(images/Schneeflocken.png);
  background-repeat: repeat;
  border-width: 3px;
  border-style: solid;
  border-bottom-color: #454545;
  border-right-color: #454545;
  border-top-color: #151515;
  border-left-color: #151515;
}

td.birthday {
  text-align: center;
  background-image: url(images/ballons.png);
  background-repeat: repeat;
  background-color: #202020;
  border-width: 3px;
  border-style: solid;
  border-bottom-color: #454545;
  border-right-color: #454545;
  border-top-color: #151515;
  border-left-color: #151515;
}

table.standard {
  background-color: #303030;
  border-width: 5px;
  border-style: solid;
  border-top-color: #454545;
  border-left-color: #454545;
  border-right-color: #151515;
  border-bottom-color: #151515;
}

table.navismall {
  font-size: 50%;
}

.warning {
  font-weight: bold;
  color: red;
}

.borderwarning {
  border-width: 5pt; 
  border-color: red; 
  border-style: groove;
}

.borderhint {
  border-width: 5pt; 
  border-color: blue; 
  border-style: groove;
}

.extern {
  color: yellow;
}

.local {
  color: lime;
}

.visits {
  font-size: 70%;
  font-style: italic;
}
