/**
 * "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-2009, 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.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

/* HTML Area imortieren */
@import url(htmlarea.css);

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (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 all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (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:66.00%;
    color:#000;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    color:#979da7;
    margin:0 0 0.7em 0;
  }

  h1 { font-size:155%; }
  h2 { font-size:135%; }
  
  h3 { font-size:120%; }
  h4 { font-size:100%; font-weight: bold;}
  h4 { font-size:100%;}
  
  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { 
  	line-height:1.5em; 
  	margin:0 0 1em 1em; 
  	padding:0;
  }
  
  ul { list-style-type:none; }
  ul ul { list-style-type:none; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }
  ul li { 
  	background: url(../../img/list-bullet.gif) no-repeat 0px 6px;
	margin-left: 0em;
	padding-left: 1.5em;
	line-height: 1.6em;
  }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { 
  	line-height:1.5em; 
    margin:0 0 0.6em 0; 
   }

  .csc-subheader{
 	font-weight: normal;
 	font-style: italic;
	margin-top: -0.5em;
	font-size: 105%;
	line-height: 1.2em; 
	color:#979da7;
  }


  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; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #c7cdd0 solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a,
  a:visited { 
  	color:#ee7f01; 
  	text-decoration:none; 
  }

	p a {
		background: url(../../img/std-link-icon.gif) no-repeat 0px 4px; 
		padding-left: 8px;
	}

  a:visited  { color:#ee7f01; }

  a:focus,
  a:hover,
  a:active { color:#ec7217; text-decoration:underline; }
  
  csc-textpic-imagewrap
  
   /* Selectors for the default configuration of the link accessibity feature of html area.*/
    a.external-link,
  a.external-link-new-window ,
  a.internal-link,
  a.internal-link-new-window,
  a.download,
  a.more-link,
  a.mail { }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  .csc-textpic-caption {
	font-size: 0.9em;
	color: #c2c2c2;
  }


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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; border-top:2px #979da7 solid; border-bottom:2px #979da7 solid; caption-side: bottom;}
  table caption { font-variant:small-caps; }

  th,td { padding:0.5em; }
  thead th { color:#000; border-bottom:2px #979da7 solid; }
  tbody th { background:#e0e0e0; color:#333; }

  tbody th { border-bottom:1px solid #fff; text-align:left; }
  tbody td { border-bottom:1px solid #eee; }

  tbody tr:hover td { background:#fff8f8; }
  
  table p{
	margin: 0;
  }
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * CSC-Frames | Rahmen für Contentelemente
  *
  * @section csc-frames
  */

  .rahmen1 {
	border: 1px dashed #777777;
	padding: 5px;
	margin: 0;
  }

  .rahmen2 {
	background: #f9f9f9;
    border: 1px dashed #dedede;
    padding: 5px;
  }  

  .rahmen1 ul, .rahmen1 ol, .rahmen1 p, .rahmen1 table,
  .rahmen2 ul, .rahmen2 ol, .rahmen2 p, .rahmen2 table{
	margin-top: 0;
	margin-bottom: 0;
  }
  
  #bt01 {
  	width: 85px;
  	float: left;
  	margin: 0px 45px 0px 15px;
  }
  
  #bt02 {
  	width: 85px;
  	float: left;
  	margin: 0px 45px 0px 0px;
  }
  
  #bt03 {
  	width: 85px;
  	float: left;
   
  }
  
  


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (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;
  }
  */
}

