@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2007, 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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../../yaml/core/print_base.css);

/* #col1 - 0
** #col2 - 0
** #col3 - x
*/
body{
	margin-left: 10px;
	margin-right: 10px;
	background:#fff;
	}

body * {
	color:#000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
h4{ font-size: 13pt; }

img{ border:none; }
a{ text-decoration: none; }

  #col1 {display:none}
  #col2 {display:none}
  
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0}
  
 #topnav1, #topnav2, #homeflash,#nav2,ul.nav, #headerlogin, #newaccountbutton, #lowerleftnav, #commonleftnav, #leftnav, .noprint, .imagebar, .totop, .spacer100, .header, .bar{display:none; visibility:hidden; width: 0px; height: 0px;}
 

 
 table{
 padding:0px;
 margin:0px;
 border:0px;
 }
 
 table.datatable{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.datatable tr{
}

table.datatable td{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #999999;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.datatable .header{
	color: #666666;
	background-color: #CCCCCC;
	text-align: center;
}
table.datatable .header td{
	background-color: #CCCCCC;
}
table.datatable .header td.darkerheader{
	background-color: #C4C4C4;
}

table.datatable .subheader{
	background-color: #EAEAEA;
}
table.datatable .darker{
	background-color: #F7F7F7;
}

#interiorcontent .c79r{ 
width: 90%;
}
