@charset "UTF-8";

@media all
{
  /* (en) reset font size for all elements to standard (16 Pixel) */
  html * { font-size: 100.01% }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  body {
    font-family: Arial, sans-serif;
    font-size: 75.00%; 
    color: #505050;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-weight:bold; 
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 183.33%; color:#000; padding-bottom: 0.4em; }                        /* 22px */
  h2 { font-size: 150%; color:#CC432D}          /* 18px */
  h3 { font-size: 133.33% }                     /* 16px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */


  p { line-height: 1.5em; margin: 0 0 1em 0; font-size: 116.67%; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  li { margin-left: 1.5em; line-height: 1.5em; font-size: 116.67%; }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | 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; }

  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
  
  #footer a { color: #fff; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active { background-color: transparent; }

	table { width: auto; border-collapse:collapse; margin-bottom: 2em; margin-left: 0.5em; background: #fafafa; font-size:116.67%; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }
  th { }
  td { padding: .2em .5em .2em .2em; border:1px solid #CDFF52; }
  .tr-6 { font-weight:bold; }
  .tr-9 { font-weight:bold; }
  .tr-14 { font-weight:bold; }


}


