@charset "UTF-8";
/**
 * Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */
  
  #logo{border:none; margin-bottom:10px}
  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01%}
  a span {cursor:pointer}
  a img {cursor:pointer}
  a{cursor:pointer}

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:Arial;
    font-size: 75.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 10px 10px 0; }
  h1 {color:#666; font-size:20px;}                        /* 24px */
  h2 { font-size: 133.33%; letter-spacing:0.1em; color:#f79646; font-weight:bold; text-align:center; margin-top:1em;}                     /* 20px */
  h3 { font-size: 100%; letter-spacing:0.02em; text-align:center; color:#666666; }                        /* 18px */
  h4 { font-size: 120%; color:#666;}                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { margin: 0 0 0.6em 0;color:#666; }
	.zitat{ font-style:italic;}
	#header h1{ font-size:30px; font-style:italic; color:#f79646;}
  /* ### Lists | 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 formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }
  
	#header span{font-size: 133.33%;float:right;text-align:right;margin:5px 30px 0 0;color:#666;font-weight:400; }
	#logo{float:right; border:none;}
	#top_hr{ background:#f79646;color:#f79646; height:6px; margin:0; }
	
  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
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 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 }
  .center_block { padding: 0 280px;}
  .middle{width:800px; margin:auto;}
  .middle li{ margin-bottom:10px;}
  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */
  .top_link span{color:#000}
  a {color: #000; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}
  a.copyrights { text-align:center; margin:auto; }
  .copyrights_hidden{font-size:10px; display:block; margin:auto;  width:220px; line-height:20px; color:#999;}
  .copyrights_hidden img{ border:none; margin:0 0 0 0;}
  .copyrights_hidden a{ color:#666; padding:0; margin:0;}
  .copyrights_hidden a:hover{ text-decoration:none;}
    
  #topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent;}
  
  #footer{text-align:center}
  #footer hr{height:2px;background-color:#f79646; color:#f79646}
  #footer a { color: #aac; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #fff; background-color: transparent; text-decoration:underline;}

  .middle li img{margin-top:5px; margin-bottom:10px;}	
  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-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;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (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: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
	height: 1px; color: #999; background-color: #000; border: none; margin-bottom:0px;
  }  
  
  .hidden { display:none; }
    
  #language_icon{position: absolute; left:0px; bottom:10px;}
  #language_icon img{margin:3px 0;}    

  .container{margin:0 0 25px 0;}
  .container_last {margin:0;}
  .container img{float:left; margin:0; padding:0;}
  .container h1{float:right; margin:0; padding:0; color:#999}
  .container hr {height:1px; background-color:#999999; padding:0; margin:0 0 5px 0;}
  
  img { border:1px solid #999999; }
  #title .left{ width:47.8%;}
  #title .right{ width:47.8%;}
  #title img { border:none; }
  #title .middle li { list-style:none;}
  img.copyrights { border:none;margin:10px 0; }
  img.front {width:329px; height:165px; }
  img.img{float:left;margin:0 5px 5px 0;border:1px solid #999999;height:240px;width:240px;}
  img.bigimg{float:left;margin:0 5px 5px 0;border:1px solid #999999;height:240px;width:487px;}

  #footer p{text-align:center;margin:5px 0;padding:0; color:#666; font-size:11px;}
  
  .subtitle { color:#666; }
  
  #impressum{border:1px solid #999999;padding:8px}
  #impressumhr{vertical-align:bottom;margin-bottom:5px}
  
  .smallnavi{clear:both}
  .weiter{border:none;float:right;}
  .weiter:hover{background-color:#FFFFFF;}
  .zurueck{border:none;float:left;}
  .zurueck:hover{background-color:#FFFFFF;}
  
  div.downloadabstand {padding:15px 0 0 0;}
  .downloadcontainer{margin:0 0 25px 0;}
  .downloadcontainer img{float:left; margin:0; padding:0;}
  .downloadcontainer h1{float:right; margin:0; padding:0;}
  .downloadcontainer hr {padding:0 0 0 0; margin:0 0 5px 0;}
      
  div.downloadlink { float:left; border:1px solid #999999; padding:0 30px 0 0px; margin:5px 0 0 0; width:85%;}
  div.downloadlink ul li { list-style:none; clear:both; padding:10px 0 0 0;}
  div.downloadlink img { border:none; margin-right:10px; }
  div.downloadlink a { color:#0066CC;}
  div.downloadlink a:hover{ background:none;}
  .downloadlink .title { font-weight:bold; }

 div.downloadside  { float:left; width:620px; padding-left:5px; margin:0;}

  div.downloadkategorie { float:right; width:200px;}	
  div.downloadkategorie ul { list-style:none; margin:0; padding:0;}
  div.downloadkategorie ul li { margin:0; padding:0 0 0 0;}
  div.downloadkategorie h2 { margin-bottom:5px; }
  div.downloadkategorie a{ padding-left:5px; color:#0066CC; width:195px; display:block;}

  div.downloadkategorie .active{ background:#d8eef7;}

  a:focus{background:none;}
  
  .container a{
	background:none;
	color:#888888;
	text-decoration:none;
  }

	.control a {
		font-weight:bold;
		color:#0066CC;
	}
	
	.blocksatz {
		text-align: justify;
	}
	
	#col3_content li{
		color:#666;
		list-style:disc;
		font-style:italic
		}
		
	.left{ float:left;}
	.right{ float:right;}
	.cleaner{ clear:both;}

	.text li{ list-style:circle}

.referenzen {}
	.referenzen hr { height: 1px; color: #999; background-color: #000; border: none; margin-bottom:5px; }  
	.c50l{margin:0px; padding:0;}
	.c50r{margin:0px; padding:0;}
}

