@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @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: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */
@media screen, projection {
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */
  /*------------------------------------------------------------------------------------------------------*/
  body {
  	background: #2c292d;
  }


#intro {
	text-align: left;
	margin: 0 auto;
	width: 880px;
	padding: 50px;
	background: url(img/intro_bg.gif) top center no-repeat;
	height: 400px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ad9961;
}

#intro a:active, #intro a:link, #intro a:visited {
	color: #ad9961;
	text-decoration: none;
}

#intro a:hover {
	text-decoration: underline;
}

.contenttable {
	background-color: transparent;
	width: 100%;
}

td {
	width: 33%;
}

.align-left {
	text-align: left;
	padding-left: 50px;
}

.align-right {
	text-align: right;
	padding-right: 50px;
}


}
