/* Stylesheet für 7070.org */

body {
  padding: 1em 5em 2em 5em; /* Abstand von oben rechts unten links, default 1em 1em 2em 70px */
  /*margin: 0;*/
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Verdana, sans-serif; /* Trebuchet MS, Verdana, Helvetica, Arial, serif */
  font-size: 105.01%;
  color: #333333;
  background: #f5f5f5; /* dee3ed / f5f5f5 hellgrau, f0f8ff hellblau */
  min-width: 600px;
  max-width: 800px;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

#logo[id] {
  position: fixed;
}

#bottom {
  position: absolute;
  background-color: #f5f5f5;
  bottom: 0px;
  right: 0px;
  margin: 0;
}

#bottom[id] {
  position: fixed;
}

a:link { 
  color: #000080; 
  text-decoration:none; 
  background-color: transparent; 
}

a:visited { 
  color: #7b68ee; 
  text-decoration:none; 
  background-color: transparent;
}

a:active { 
  color: #b22222; 
  text-decoration:none; 
  background-color: transparent;
}

a:hover { 
  background-color: #c0c0c0;
}

a[href^="http://"]:before {
  content: "\2197\00A0";
}

a[href^="https://"]:before {
  content: "\2197\00A0";
}

a[href^="ftp://"]:before {
  content: "\21D9\00A0";
}

a:link img, a:visited img { 
  border-style: none;
} /* kein Rahmen bei img-Links */

a img { 
  color: white; 
}        /* Rahmen in Netscape 4 verstecken */
@media all {                   /* Text-Richtlinien von NS4 verstecken */
  a img { color: inherit; }
}

th, td { /* ns 4 */
  font-family: Georgia, Verdana, sans-serif;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 { 
  text-align: left; 
  font-family: Verdana, sans-serif;
  border-width: 1px; 
  border-color: black; 
  background-color: #f0f0f0;
  border-style: dashed; 
  padding: 8px; 
  margin-bottom: 5px;
}

h1, h2, h3 { 
  color: #006699;
}

h1 { 
  font-size: 170%;
}

h2 { 
  font-size: 140%;
}

h3 { 
  font-size: 120%;
}

h4 { 
  font-weight: bold;
  font-size: 100%;
}

h5 { 
  font-style: italic;
  font-size: 100%;
}

h6 { 
  font-variant: small-caps;
  font-size: 100%;
}

.hide { 
  display: none;
}

div.head { 
  margin-bottom: 1em;
}

div.head h1 { 
  margin-top: 2em; 
  clear: both;
}

div.head table { 
  margin-left: 2em; 
  margin-top: 2em;
}

p.copyright { 
  font-size: 70%;
  font-family: Georgia, Verdana, sans-serif;
  text-align: center;
}

p.nav {	
  margin-right: 1em;
  font-size: 70%;
  font-family: Georgia, Verdana, sans-serif;
  text-align: right;
  background-color: #ffffff; /* dee3ed oder dunkleres grau: dcdcdc, helleres grau: f0f8ff */
  padding: 2px;
}

p.navtop {
  text-align: center;
  margin-top: 0;
  background-color: #E6E6FA; /* f0f8ff, dee3ed */
  border: 1px dashed black;
  padding: 5px;
}

#navtop {
  position: absolute;
  top: 5px;
  margin: 0px;
}

#navtop[id] {
  /*position: fixed;*/
}

p.table-left {
  float: left;
  margin: 0;
  padding: 0;
}

p.table-right {
  text-align: right;
  margin: 0;
  padding: 0;
}

p.eingerueckt {
  text-indent:-1.0cm;
  margin-left:1.0cm;
}

p.eingerueckt_grau {
  margin-left:3.0cm;
  background-color:#cccccc;
}

pre { 
  margin-left: 2em;
}

.pre-index {
  margin-left: 0em;
}

dt, dd { 
  margin-top: 0; 
  margin-bottom: 0;
} /* opera 3.50 */

dt { 
  font-weight: bold;
}

pre { 
  font-family: monospace;
} /* wegen ns4 */

ul.toc {
  list-style: disc;
  list-style: none;
}

code {
  font-family: "Courier New",Courier,serif; 
  color: #0000cc; 
  font-size: 15px;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

table {
  margin-left: auto;
  margin-right: auto;
}

@media screen {
  acronym, abbr {
    cursor:help;
  }
}

.dashed_border {
  border-width: 1px;
  border-style: dotted;
  border-color: black;
  padding: 0.5em;
  padding-left: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

/* Posts aus Forum */

div.posts {
  margin-bottom: 1.5em;
}

div.thread-info {
  margin: 0;
  text-align: right;
  padding: 2px 10px;
}

.thread-info-right {
  font-size: .7em;
  margin-bottom: 0.4em;
}

span.info {
  font-size: 1em;
  margin-left: 1em;
}

div.post {
  padding: 6px 10px;
}