@charset "UTF-8";

/**
 * Style-Sheet für HTML-Tags.
 *
 * @author caschoff
 * @version 1.0
 */

@media all {

  body {
    font-size: 78%;
  }

  h1, h2, h3, h4, h5, h6 { 
    margin: 0.55em 0px 0.3em 0px; 
  }
  h6 { 
    font-size: 110.0%;
    font-style: normal; 
  }

  p {
    line-height: 1.8em;
    letter-spacing: 0.03em;
  }

  sub, sup {
    font-size: 0.5em;
  }

  q {
    quotes: '\201E' '\201C' '\2018' '\2019';
  }

  caption { 
    text-align: center; 
  }

  table tr th {
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    border-bottom: 3px double #c0c0c0; 
  }

  a,
  a:focus,
  a:hover,
  a:active {
    color: #900; 
    background: transparent; 
    text-decoration: underline;
  }

}
