@charset "utf-8";
/* CSS Document */

/* ---------- Content ---------- */

  html * { font-size: 100.01% }

  body {
    font-family: 'Verdana', Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-weight:bold; 
  	margin: 0 0 1em 0;
	color: #666;

  }
  h2,h3,h4,h5,h6 { 
  	margin: 1.5em 0 1.5em 0;
  }

  h1 { font-size: 150% }
  h2 { font-size: 133.33% }
  h3 { font-size: 116.67%; }
  h4 { font-size: 133.33%; font-style:italic }
  h5 { font-size: 116.67%; font-style:italic }
  h6 { font-size: 100%; font-style:italic }

  p { line-height: 1.5em; margin: 0 0 1.5em 0; }


/* -------------------- Listen -------------------- */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }


/* -------------------- Text -------------------- */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }


/* -------------------- Links -------------------- */

  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
  
  #topnav a { color: #fff; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  

/* -------------------- Externe Links -------------------- */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */


/* -------------------- Tabellen -------------------- */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

/*  th,td { padding: 0.5em; } */
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  

/* -------------------- Diverse -------------------- */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 2em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #666 solid;
  }
  
  #header span {
    color:#fff;
  }

  #teaser_content p { 
	font-size: 80.00%;
  }

/* -------------------- Hoch-/Tiefstellung -------------------- */

  sup,sub { 
  	font-size:75%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
  }
  sup {
    bottom: 1ex;
  }
  sub {
    top: .5ex;
  }