/**
 * CSS
 * __________________________________________________________________
 *
 * @date		2007-08-25
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 */


html {
	/*height: 100%;*/
}

body {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	/*text-align: center;	*/					/*centered*/
}

/*
Header
_________________________________________________
*/

#footer, #lbOverlay, #header, #navigationBox {
        display: none;
}

#printheader {
	width: 650px;
	height: 105px;
}

/*
Left boxes
_________________________________________________
*/




/*
Content
_________________________________________________
*/
#contentText {
	float: left;
	padding: 15px 0 0 5px;
	width: 650px;

	/*Min height*/
	min-height: 310px;
	height:auto !important;
	height:310px;
}
