@charset "UTF-8";


@media all
{
  /**
   * Fonts
   * 
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* 
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }

  
  /* (de) Basis-Layout erhält Standardschriftgröße von ca. 14 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 80.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6, h1 a { 
  	font-weight:bold; 
  	color: #880000;
  	margin: 0 0 0.5em 0;
	padding-top: 5px; 
  }

  h1, h1 a { font-size: 150%;}                     
  h2 { font-size: 150%;}       
  h3 { font-size: 150%;}                     
  h4 { font-size: 130%;}                     
  h5 { font-size: 115%; font-style:italic}                     
  h6 { font-size: 110%; font-style:italic; font-weight: bold; color: #000; margin: 0 0 0.3em 0; padding-top: 3px;}  
  .c50l h5 { font-size: 115%; font-style:italic}
  .c50l h6 {padding: 0 0 18px 5px; margin-bottom: 10px; background: #fafaf8 url(../../images2/headthemen.jpg) bottom left no-repeat;}
  .c50l h6 a:hover {text-decoration: none;}
                       
   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 }
  
  #col1 ul, #col1 ol, #col1 dl { line-height: 1.5em; margin: 0 0 1em 1em }
  #col1 li { margin-left: 1.0em; padding-left: 1.3em; line-height: 1.5em; list-style-type:none; background: url(../../images2/Liste.gif) 0 4px no-repeat; }


  /* ### Textauszeichnung ### */

  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;
  }

  /**
   * Generic Content Classes
   * 
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * 
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #880000; text-decoration:none;font-weight:bold;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #intronav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #intronav a:focus, 
  #intronav a:hover,
  #intronav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #880000; background-color: transparent; text-decoration:underline;}

  /**
   * 
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #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
   * 
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  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: #aaaabb; color: #fff }
  thead tr { background: #aaaabb; color: #fff; font-weight:bold; }
  tbody th { background: #fafaf8; color: #000 }
  tbody th.sub { background: #ddd; color: #333 }
  
  tr.odd {background: #e9ebf1;}
  /**
   * Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
  
  #col3 #col3_content p#title {
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  border-bottom: 3px solid #aaaabb;
  border-left: 4px solid #fafaf8;
  border-right: 4px solid #fafaf8;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  padding: 3px 0px 3px 0px;
  }
  
  #col3 p {
  font-weight: normal;
  font-size: 1em;
  }
  
  img, img a {
  border: 5px solid #dddddd;
  margin: 5px 15px 0 0;
  }
  
  .more, .more a, .more a:hover {display:block; text-transform:lowercase;}
  .back, .back a, .back a:hover {display: none;}
  .jumpnav {float:right;}
  
}

