@CHARSET "UTF-8";


/**
 * bitExpert printing stylesheet. More or less documented with CSSDoc[1]
 *
 * [1] http://cssdoc.net
 *
 * @media   print
 * @site    bitExpert.de
 * @version	$Revision: 130 $
 * @date	$Date: 2008-02-24 09:42:09 +0100 (So, 24 Feb 2008) $
 * @author  bitExpert AG <info@bitExpert.de>
 */


@media print {
	body {
		background-color: #FFFFFF;
		font-size: 12px;
		font-family: Verdana, sans-serif;
		color: #3b4445;
		line-height: 1.5em;
	}
	
	#container {
		text-align: justify;
		width: 100%;
		height: 100%;
		min-height: 1140px;
		background-image: none;
	}
	
	#inner, #content {
		margin: 0px;
	}
	
	#logo {
		position: absolute;
		left: 717px;/* 884px-167px (#top [width] - #logo img [width])*/
	}

	#mainmenu,#footer,#playground, .left{
		display: none;
	}

	#half_half .left, #half_half .right{
		display: block;

	}

	.content {
		position: relative;
		background-position: left top;
		background-repeat: repeat-y;
		width: 884px;
	}
	
	.content a,.content a:hover,.content a:active,.content a:visited {
		color: #EE7F00;
		text-decoration: none;
	}
	
	.top, .content, .gradient,
	#one_columns .top, #one_columns .content, #one_columns .gradient,
	#two_columns .top, #two_columns .content, #two_columns .gradient,
	#two_columns_30_70 .top, #two_columns_30_70 .content, #two_columns_30_70 .gradient,
	#two_columns_70_30 .top, #two_columns_70_30 .content, #two_columns_70_30 .gradient,
	#three_columns .top, #three_columns .content, #three_columns .gradient,
	#half_half .top, #half_half .content, #half_half .gradient{
		background-image: none;
	}
	
	.right, #three_columns .right {
		float: left;
	}
	
	.left p,.middle p,.right p {
		margin: 10px 40px 17px 17px;
	}	
	

}
