@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-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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../../../_yaml/core/slim_base.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(file:///E:/Kunden/IMG/template/tpl01/css/print/print_003.css); */
@import url(calendar.css);

@media screen, projection
{
  body {
	background-color: #FCB900;
	background-repeat:repeat-x;
	background-image:url('../img/back.jpg');
	text-align:center;
  }
 
  #col1 { width:210px; }
  #col2 { width:210px; }
  #col3 { margin: 0 210px; min-height:400px; }

  .page_margins {
	width:968px; 
	margin: 0 auto; 
	text-align:left;   
    border: 0 none;
    background-image:  url(../img/main_back.jpg);
    background-repeat:repeat-y;
	background-position:top left;
  }
  
  .page {
    border: 0 none;
    background-image:  url(../img/gfxborder/border-right.jpg);
    background-repeat:no-repeat;
    background-position:top right;
  }

  .page-inner {
    border: 0 none;
    background-image:  url(../img/gfxborder/border-left.jpg);
    background-repeat:no-repeat;
	background-position:top left;
    margin: 0 0 0 0;
	padding: 0px 20px 32px 20px;
  }  
  
  #border-top {
    overflow:hidden;
    width: auto;
    height: 37px;
    font-size:0;
    margin-bottom: 0px;
    background-image:  url(../img/napa/border-top.jpg);
    background-repeat:no-repeat;
    background-position:top center;
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 32px;
    margin-top: -32px;
    font-size:0;
    background-image:  url(../img/gfxborder/border-bottom.jpg);
    background-repeat:repeat-x;
    background-position:bottom left;
  }
  
  #footer {
	clear: both;
	padding: 0 10px 10px;
	font-size:8pt;
	text-align:center;
	background-color: #FCB900;	
	color:#ffffff;
  }  
  
  #header {  
	background-image:url(../img/napa/logo.jpg);
	background-repeat:no-repeat;
	height:203px;
	text-align:right;
  }
  
  #content-wapper { margin:10px; }

  #right-wrapperA,
  #right-wrapperB {
	background:#FDDE7F url('../img/right_back.gif') no-repeat bottom left;
	margin-right:20px;
	padding:5px;
  }
  
  #right-wrapperA {
	min-height:100px;  
	margin-top:20px;
  }
  
  #footer a,
  #footer a:hover {
	color:#ffffff;
  }

  #languageMenu { float:right; height: 13px; }
  #languageMenu img { vertical-align:middle;margin-left:3px; }  
  
  #col2 h1 { font-size:12pt; color:#012670; }  
  
  a, a:active, a:hover, a:visited { color: #1c459f; }
}
