@media all {

body {
  font-family: "Trebuchet MS", "Trebuchet", "Nimbus Sans L", sans-serif;
  width: 75%;
  height: auto;
  text-align: left;
  border-style:solid;
  border-width:2px;
  border-color:#CFB8B8;
  /*border-style:none;*/
  margin: 20px auto 20px auto;
  background-color: white;
  color: black;
}

div.impressum {
  margin-top:0.5em;
  margin-bottom:0.5em;
  text-align:center;
  color: grey;
  font-size:55%;
  font-style:italic;
  clear: both;
}

/*
div.container {
  background-image:
  url('/images/scheinwerfer_small.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  width: 75%;
  height: auto;
  text-align: left;
  border-style:solid;
  border-width:2px;
  border-color:#CFB8B8;
  margin: 0px auto 0px auto;
  margin-top: 20px;
}*/

p {
  margin: 1em 10px .3em;
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  margin-left: 10px;
  padding:10px;
  text-align: justify;
  width: 50%;
  background-color: #CFB8B8;
}

a:visited {
  color: #5A3320;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Trebuchet", "Nimbus Sans L", sans-serif;
  color: #5A3320;
  margin: 1em 10px .3em;
  margin-top: 10px;
  margin-bottom: 10px;
}
}
