/* main CSS fuer 6mal7.de */

* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

body {
  background: url(/images/bg.gif) repeat-y;
  background-color: #4D4D4D;
  color: #EBEBEB;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}

img#logo {
  width: 130px;
  height: 50px;
  position: fixed;
  top: 15px;
  left: 23px;
}

div#content {
  position: absolute;
  top: 87px;
  left: 179px;
  width: 715px;
}

div#content div#border {
  border: 1px dashed #FFA500; /* orange */
  margin-bottom: 50px;
  padding: 5px 20px 20px;
  width: 715px;
}

h1 {
  position: fixed;
  top: 15px;
  left: 179px;
  width: 747px;
  height: 40px;
  padding: 5px;
  text-align: center;
  background-color: #4D4D4D;
  color: #EBEBEB;
  font-family: serif;
  font-size: 2.3em;
}

h1 span {
  color: #FFA500; /* orange */
  background-color: #4D4D4D;
}

h2 {
  margin: 30px 0px 20px;
  font-size: 1.3em;
}

h2 span {
  padding: 3px 8px;
  color: black;
  background-color: #EBEBEB;
}

h3 {
  margin: 5px 0px;
  font-size: 1.1em;
  color: #4D4D4D;
  background-color: black;
}

p {
  margin: 10px 0px;
  text-align: justify;
  line-height: 1.5em;
}