html {
  margin:0;
  padding:0;
  background:#ABC1D8 url(img/bg.jpg) center 0 no-repeat;
  color:#000;
  font-size:12pt;
  font-family:Tahoma, sans-serif;
}

#address {
  position:absolute;
  top:1em;
  right:1em;
  border:1px solid #999;
  padding:0.5em;
  font-size:80%;
}

h1, h2 {
  text-align:center;
  margin:auto 15% auto 25%;
}

.news {
  margin:1em 20% auto 30%;
  text-align: center;
}

.news p {
  margin-left:2em;
  font-size:80%;
}

h1 {
  font-size:300%;
  /* Ohne News: margin:20% 15% 1em 25%; */
  margin:5% 15% 1em 25%;
}

h2 {
  font-size:140%;
}

.news a img {
    border:1px solid #000;
}

ul {
  list-style-type:none;
  margin:1em 0 0;
}

li {
  text-align:left;
  margin-left:25%;
  padding:0.1em 0.2em;
}

a {
  color:#00F;
}

a.mail {
  font-family:"Times New Roman", serif;
  font-size:110%;
}

#navi {
  position:fixed;
  max-width:25%;
  left:0;
  top:10%;
  margin:0.5em;
  padding:1em;
  border:1px solid #999;
}

#navi ul {
  list-style-type:none;
  padding:0;
  margin:1em;
}

#navi li {
  margin:0;
}

#navi ul a {
  display:block;
  font-variant:small-caps;
  text-decoration:none;
	/*cursor:default;*/
  padding:0.1em 0.2em;
}

#navi ul a:hover {
  background:url(img/bg_light.jpg) fixed center 0 no-repeat;
}

#navi ul a.curr {
  background:url(img/bg_dark.jpg) fixed center 0 no-repeat;
}

#navi ul ul {
  margin:0 0 0 2em;
  list-style:none url("img/pfeil.gif");
}

