/**
 * CSS for Print
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		04.11.2005
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 * @athor		Raphael Fink, 3w-publsihing.ch
 */


html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color:#000;
	background: #fff;
}

/*

#contentText {
	width:650px;
	min-height: 100%;
	text-align: left;
	background:#fff !important;
}
*/

/*
Header
_________________________________________________
*/
#header {
	display: none;
}
#printheader {
	margin: 0px;
	width: 650px;
	height: 220px;
	text-align: left;
}


/*
Left boxes
_________________________________________________
*/

#header, #footer, .pp_pic_holder, .light_rounded, .pp_overlay, #contactbox {
         display:none;
}

/*
Content
_________________________________________________
*/
#content {
	float: left;
	width: 650px;
	background:#fff !important;
}

