@charset "UTF-8";

@media all
{
  html * { font-size: 100.01%; }
  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  body {
    font-family: 'CenturyGothicRegular', 'Century Gothic', Verdana, Helvetica, Arial, sans-serif;
   font-size: 75.00%;
    color: #111;
  }
  
  *{margin:0;padding:0}

  /*--- h ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h6 {
    font-family: 'CenturyGothicRegular', 'Century Gothic', Verdana, Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#000;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 250%; }                       /* 30px */
  h2 { font-size: 150%; }                       /* 18px */
  h4 { font-size: 116.67%; font-weight:bold; margin: 0.75em 0 0.25em 0; }                       /* 14px */
  h3 { font-size: 133.33%; margin: 0 0 0.15em 0;}                    /* 16px */
  h5 { font-size: 100.01%; font-family: 'CenturyGothicRegular', Helvetica, Arial, verdana, sans-serif; font-weight:bold; margin: 0 0 0.15em 0; color:#83b841;}   /* 12px */
  h6 { font-size: 116.67%; color:#cc0033;}                    /* 14px */

  /* --- Listen  -------------------------------------------------------------------------------- */

  ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: none; }
  ul ul li { list-style-type: none; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

/*  li { margin-left: 0.8em; line-height: 1.5em; } 
*/
  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  /* --- Text ------------------------------------------ */

  p { line-height: 1.4em; margin: 0 0 0.9em 0; }
  .abstand { line-height: 1.5em; margin: 0 0 1em 0; }
  .abstand2 { line-height: 2em; margin: 0 0 2em 0; }
  .abstand3 { line-height: 2em; margin: 0 0 3em 0; }  
  #footer p {text-align:right; font-family: 'CenturyGothicRegular', Helvetica, Arial, verdana, sans-serif;
	font-size:116.67%; font-style:normal; font-weight: bold; margin:0; line-height: 1.1em;}

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
  div.hr {
  height: 40px;
  background: #000 url(hr1bild.png) no-repeat scroll center;
  margin: 1.2em 0;
  }
  div.hr hr {
  display: none;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */
  
  a { color: #222; background:transparent; text-decoration:none; font-size: 100%; }
  a:visited  { color: #333; outline: none; }

  a:focus,
  a:hover,
  a:active { color:#666; text-decoration:none; outline: none;}

  .nextn { color: #222; padding-right:0px; text-align:right;}
  .backn { color: #222; padding-left:0px; text-align:left;}
  .nextn a { color: #222; padding-left:10px;  }
  .nextn a:focus,
  .nextn a:hover,
  .nextn a:active { color:#666; }
  .backn a { color: #222; padding-right:10px; }
  .backn a:focus,
  .backn a:hover,
  .backn a:active { color:#666; }
 /**
  * ------------------------------------------------------------------------------------------------- #
  */
  .highlight { color: #f60; }
  .dimmed { color: #888; }
  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }
  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }
  .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 { display:block; text-align:center; margin: 0.5em auto; }
  .floatbox {overflow:hidden; margin-bottom: 0.15em; }
  #col3_content .floatbox {padding:0px 5px 0 30px; margin-bottom: 0.15em; }
  .download {margin-bottom: 0.15em; }
/*-------------------------------------------------------------------------*/
  	
  .skip, .hideme, .print, dfn {
    position: absolute;
    left: -1000em; /* LTR */
    top: -1000em;
  }

   .skip:focus, .skip:active {
    position: static;
    left: 0;
    top:0;
  }
 /* ------------------------------------------------------------------------------------------------- */
}
@media screen {
	.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:5px;
	}
}
