/***************************************************************/
/* --- Stylesheet ---                                          */
/* Projekt: Dieter Hoffmann-Axthelm, Offizielle Website        */
/* Datei: http://dieter.hoffmann-axthelm.de/config/screen.css  */
/* Autor: Moriz Hoffmann-Axthelm                               */
/***************************************************************/

/* Allgemein */
body {
  margin: 1em;
  padding: 0;
  background-color: black;
  color: white;
  font-family: helvetica, arial, sans-serif;
}
            
p {
  line-height:150%;
}
            
dt { 
  font-weight: bold;
}
            
dd {
  line-height: 160%;
	text-indent:-1em;
  font-weight: normal;
}

img {
  border: thin solid white;
}

figure {
  position: relative;
  margin: 0;
  padding: .5em;
  width: 100%;
}

@media (min-width: 25em) {
  figure {
    width: 20em;
    float: right;
  }
}

figcaption {
  font-size: xx-small;
}

#new {
  display: block;
  margin: 3em 0 1em 0;
  padding: 0 1em;
  border-top: thin solid white;
  border-bottom: thin solid white;
}

#new img {
  width: 100%;
  float: left;
  margin: 1em 0;
}

@media (min-width: 25em) {
  #new img {
    width: 50%;
    float: left;
    margin: 1em;
  }
}

@media (min-width: 50em) {
  #new img {
    width: 25%;
    float: left;
    margin: 1em;
  }
}

blockquote {
  clear: "both"
}

footer {
  margin: 2em 0;
}
