@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @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: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
/* @import url(/yaml/navigation/nav_shinybuttons.css);
  @import url(/css/screen/basemod.css);
  @import url(/css/screen/content.css); */

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

body {
	background-image: url(../images/background.png);
  text-align: center;
}

#page_margins {
	margin: 0 auto;
	width: 800px;
	background: white;
  
}

#header {
	background-image: url(../images/header.png);
	height: 265px;
}

#nav {
	background-image: url(../images/nav.png);
	height: 29px;
  padding-left: 400px;
}

#footer {
	background-image: url(../images/footer.png);
	height: 21px;
	display: none;
}

#col1 {
	float : none;
	width: auto;
	background-image: url(../images/subnav.png);
	height: 31px;
}

#col2 {
	display: none;
}

#col3 {
	float: none;
	width: auto;
}
