@charset "utf-8";

#bildansicht { display: none; }
#bildansicht:target { display: block; }

#bildansicht {
/*  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
/*background-color: rgba(128,128,128,.5);*/
  font: bold 14px/1.2em Arial, Verdana, Helvetica, sans-serif;
}

#blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
/*background-color: rgba(128,128,128,.5);*/
  z-index: 95;
}

#blocker + div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#settings {
  background-color: rgba(255, 255, 255, .8);/* if ( #einstellungen == grau ) alpha 0.9 */
  border-radius: 1em;
/*  box-shadow: 0 2px 4px 2px rgba(0,0,0,.3); Nur auf grau sichtbar */
  color: black;
  margin: 50px auto 0;
  padding: .1em 1em;
  width: 500px;
}

#settings span {
  font-size: .8em;
  font-weight: normal;
}

#settings form div { margin-top: 2em; }
#settings form div + div + div { margin-top: 0; }

#settings form div div {
  margin-top: .5em;
  margin-left: 1.8em;
}

#settings form p {
  text-indent: -1.8em;
  margin-bottom: .2em;
}

#settings .send {
  text-align: right;
  margin-right: 1em;
  margin-bottom: .5em;
}