@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen fÃ¼r die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@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
   */

  /* (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% }
  
  /* (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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.00%; 
    color: #1e1e1e;  
  }

  h1,h2,h3{ 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight:normal;
  }

  h1 { font-size: 150.00%; color: #568ec2; border-bottom: 1px solid #a0a0a0; padding-bottom: 2px; margin-bottom: 0.6em; }       /* 18px */
  h2 { font-size: 125%; color: #568ec2; margin-bottom: 0.6em;}        /* 15px */
  h3 { font-size: 108.33%; color: #1e1e1e; margin-bottom: 0.4em; }        /* 13px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }
  ul li ul, ol li ol {margin-bottom:0;} /* Keine AbstÃ¤nde unten bei verschachtelten Listen */
  ul li ol, ol li ul {margin-bottom:0;} /* Keine AbstÃ¤nde unten bei gemischt verschachtelten Listen */

  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 }
  div.indent {margin:0 0 0 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
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

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

  /**
   * Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #b01d04; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#b01d04; text-decoration:underline;}
  
  /**
   * 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: 100%; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; border:1px solid #a0a0a0;}
  thead th { background: #e8debd; color: #000; }
  tbody td { background: #fff; }

  table caption {padding-bottom:0.4em;}
   
  table p{margin-bottom:0;}
  
  /**
   * Miscellaneous | 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;
  }
  
  /* Bugfix fÃ¼r IE7, bei dem unter Bildern kein Abstand zum nÃ¤chsten Element angezeigt wird */
  #col1 div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
    margin-bottom:0px;
    padding-bottom:5px;
  }
  
  /* Bildbeschriftung */
  .csc-textpic-caption {font-style:italic; text-align:center;}

  /* News-Box auf Startsseite */
  .csc-frame-frame1 {padding-top:2em; border-top:1px solid #a0a0a0;}
  .csc-frame-frame1 .subcolumns {background: transparent  repeat-y top left; }
  .csc-frame-frame1 h2 {color:#b01d04;}
  .csc-frame-frame1 .subcr {padding-left:25px;} 
  .csc-frame-frame1 .subcl {padding-right:25px; } 

  .csc-frame-frame2 .subcolumns  p{margin-bottom:0;}
  .csc-frame-frame2 .subcolumns .subcl p{padding-left:2em;}
  /* Konzeptdetails Startseite */
  .csc-frame-rulerBefore {background-color: #ebebeb;padding:1.3em 1em 1em 1em;}
  .csc-frame-rulerBefore p{margin-bottom:0.4em; }
  /* Features Startseite */
  .feature_not {float:left; width:250px; margin-bottom:1em; }
  .feature img {padding-right:1em; float:left; width:51px; }
  .feature_clear {clear:both; height:0; font-size:0; }
  .feature_last {margin-bottom:3em;}
  
  #infomessage {border:1px solid #a0a0a0; background-color:#ebebeb; height:15em; padding:0.5em; }
  #c269 {margin-bottom:3em;}
  #c281, #c282, #c283, #c284, #c285, #c286, #c287 {visibility:hidden; height:0; overflow:hidden;}
 
#c753, #c757 { display:none;	 position: absolute; top: 150px; overflow:hidden;}
#c753 { right: 60px;}
#c757 { left: 60px;}
* html #c757 {left:-230px;}
* html #c753 {left:390px;}
*:first-child+html #c757 {left:-180px;}
*:first-child+html #c753 {left:390px;}

.inactive {display: none;}
.active { display: block;}
.winlayer {
	padding: 10px;
	background-color: #fff;
	border: 3px solid #4c4c4d;
	position: absolute;
	left:50px;
	top:130px;
	width:300px;
	}
.winlayer2  {left:330px;}
.winlayer h2 {float:left; display:inline-block; width:250px;}
.winlayer .closewin {float:right; } 	
.winlayer .wincontent {clear:both; 	overflow:auto; height:300px; }	
.winlayer .wincontent ul{overflow:hidden;position:static;}

#wpcumuluswidgetcontent {width:400px; height:288px;background: #fff  no-repeat top left; float:right;}
}

@media print
{
  /* Korrekturen fÃ¼r die News-Box auf der Startseite */
  .csc-frame-frame1 .subcolumns {background: transparent; }
  .csc-frame-frame1 .subcr {padding-left:0px; } 
  .csc-frame-frame1 .subcl {padding-right:0px; } 
}

