body { 
  font-family: Verdana, Helvetica,Arial,sans-serif;
}
h1 { font-size:1.8em; 
  font-family: Helvetica,Arial,sans-serif;
}
h2 { font-size:1.2em;
  font-family: Helvetica,Arial,sans-serif;
}
ol#pub { 
  font-family:Georgia,Roman,serif;
  font-size: 0.7em;
  list-style: none;
  float: right;
  }
ol#pub li{ 
  margin: 0px;
  padding: 0px;
  padding-bottom: 0.8em;
  text-align: justify;
  text-indent: -3em;
  }


@media screen{ 
body { 
  color: white;
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-size: 100%;
} 
a{text-decoration:none;}
h1#title1 { text-align: center }
h2#title2 { text-align: center }

div#Seite { background-image:url(back.jpg);
  background-repeat:repeat-y; 
  background-position:center;
  margin: 0px auto;
  width: 760px;
  padding: 0px;
  border: 0px; 
  text-align: left;
}

div#content {
  margin: 0px auto;
  padding: 0px ;
  padding-left: 75px ;
  float: left; 
  width: 430px;
  }
div#content h1{
  color: white;
  }
div#content h2{
  color: white;
  }



p#head {
   text-align: center;
   background-image: url(head.jpg);
   height: 160px;
   }
p#foot {
   clear: both;
   text-align: center;
   background-image: url(foot.jpg);
   height: 85px;
   }

div#adress{ 
  font-size: 0.8em;
  text-align: left;
  text-indent: 3em;
  margin:1.5em;
  }
div#adress p{ 
  margin:0px;            
  }


ul#Navigation {
/*   position: relative;
 left: 700px;
  position: fixed;*/
  font-family: Helvetica,Arial,sans-serif;
  text-align: left;
  font-size: 16px;
  float: right; width: 230px;
  margin-right:-20px;padding: 0;
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 4px;
}
ul#Navigation a {
  width: 230px;
  display: block;
  padding: 3px;
  padding-left: 13px;
  font-weight: bold;
  background-image:url(bar.gif);
  background-repeat:no-repeat;
}
ul#Navigation a:link {
  color: white; 
}
ul#Navigation a:visited {
  color: #fff; 
}
ul#Navigation a:hover {
  color: #aaa;
}
ul#Navigation a:active {
  color: white;
}

span.b{ 
  color: #0c0;
  font-weight: bold;
  font-style: italic;
 }
span.c{ 
  color: #c00;
  font-weight: bold;
  font-style: italic;
 }

.hide {
  display: none;
  color: white;
}
}

@media print{  
ul#Navigation {
  display: none;
  font-family: Helvetica,Arial,sans-serif;
}
}


