/* dikhoff.css, mh 14.02.2013 */
body {
  /*background-color:#0a110c; entspricht laubschatten */
  background-color:#306415; /*entspricht blattgruen */
  font-size:12pt;
  color:#e2dc80;/*entspricht bluetenmitte*/
  margin:0;
  padding:0;
}
body {
  font-family:Georgia,serif;
}
h1, h2, h3, h4, div#navi {
  font-family:Verdana, sans-serif;
  font-weight:bold;/**/
}
div#left {
  float:left;
  width:90%;
  border-color:white;
}
div#navi {
  position:fixed;
  background-image:url(../pict/background-navi.jpg);
  background-repeat:no-repeat;
  border-color:purple;
  float:left;
  width:14em;
  height:784px;
  font-weight:bold;
}
div#content {
  margin-left:15em;/*width of navi plus 1em*/
  border-color:purple;
}
div#right {
  position:fixed;
  right:0;
  width:10%;
  background-image:url(../pict/background-right.jpg);
  margin-left:92%;/*width of left plus 2%*/
  height:784px;
}
h1 {
  margin:1em 0 0 0;
  font-size:150%;
}
h2 {
  margin:2em 0 0 0;
  font-size:130%;
}
h3 {
  margin:1.3em 0 0 0;
  font-size:120%;
}
h4 {
  margin:1.1em 0 0 0;
  font-size:100%;
}
p, ul  {
  margin:0.8em 0;
}
ul {
}
li {
}
p {
}
img {
  border:thin solid white;
}
audio {
  border:thin none white;
}
q { /* Quotation-Element */
  font-style:italic;
}
cite { /* Angabe der Quelle */
  font-style:normal;
  font-size:0.8em;
}
q.inbox {   /* links eingerückt und in Kasten abgesetzt */
  display:block;
  margin:1em 0 0 5%;
}
cite.inbox {  /* links eingerückt und in Kasten abgesetzt */
  display:block;
  text-align:right;
  margin:0 0 0.9em 5%;
}
*.rang-1 {
  padding-left:3mm;
  font-size:100%;
}
*.rang-2 {
  padding-left:6mm;
  font-size:97%;
}
*.rang-3 {
  padding-left:9mm;
  font-size:93%;
}
*.rang-4 {
  padding-left:12mm;
  font-size:90%;
}
a {
  text-decoration:none;
}
a:link {
  color:white;
}
a:hover {
}
a:visited {
  /*color:#bbbbbb;entspricht grau*/
  color:#9fc48b;/*entspricht lichtlauboliv*/
}
div#navi a img {
  border-style:none;
}
a:link img {
  /*border-color:white;*//*Rand ist standardmaessig weiss*/
}
a:hover img {
}
a:visited img {
  /*border-color:#bbbbbb;entspricht grau*/
  border-color:#9fc48b;/*entspricht lichtlauboliv*/
}
div.bildbox.c {
  margin:0 0 2% 0;
  border-color:pink;
  text-align:center;
}
div.bildbox.l {
  float:left;
  margin:0 4% 2% 0;
  border: 1px none silver;
}
div.bildbox.r {
  float:right;
  margin:0 0 2% 4%;
  border: 1px none silver;
}
div.bildtext {
  font-size:0.8em;
}
div.bildtext.quelle {
  text-align:right;
}
*.trenner {
  clear:both;
  border:none;
}
div.cbox50 {
  position:relative;
  left:25%;
  width:50%;
  margin:0;
  border:1px none silver;
}
div.cbox80 {
  position:relative;
  left:10%;
  width:80%;
  margin:0;
  border:1px none silver;
}
div.eingerueckt {
  margin-left:2em;
}
div.anhoeren {
  text-align:right; /* plaziert Wiedergabefenster rechtsbuendig */
}
div.absliste { /* fuer Auflistungen */
  margin:1em 0;
}
div.absliste div.datum {
  float:left;
  width:8em;
}
div.absliste div.medium {
}
div.absliste div.titel {
  float:left;
  width:95%;
}
div.absliste div.link {
  margin-bottom:0.5em;
}
table {
  margin:1em 0;
}
tr {
}
th,td {
  vertical-align:top
}
@media print {
  div#navi  {
    display:none;
    visibility:hidden;
  }
}
