/**************************************************************
 * Global BVZ Standard Print Styles (C) by aseantic            *
 **************************************************************/

/* ------------------------------------- */
/* ---			P R I N T			---- */
/* ------------------------------------- */
@media print
{

	/* --- navigation elements and layout boxes to overwrite ---- */
	body
	{
		background: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: arial,helvetica,sans-serif;
		color: #000000;
		overflow: visible;
		text-align: left;
	}

	#wrapper
	{
		width: 100%;
	}

	div#mainBackground
	{
		background: #ffffff none;
	}

	#main
	{
		width: 100%;
		text-align: left;
	}

	#meta
	{
		display: none;
	}

	.mainShadeLeftRepeat
	{
		background: none;
	}

	.mainShadeLeft
	{
		background: none;
	}

	.mainShadeRightRepeat
	{
		background: none;
	}

	.mainShadeRight
	{
		background: none;
	}

	#header
	{
		display: none;
	}

	#mainNavigationBar
	{
		display: none;
	}

	#mainNavigationShadow
	{
		display: none;
	}

	#leftNavigationColumn
	{
		display: none;
	}

	ul#breadCrumbNavigation
	{
		display: none;
	}

	.boxAuthoring
	{
		display: none;
	}

	.metaEditorPanel
	{
		display: none;
	}

	#versionDisplayer
	{
		display: none;
	}

	/* --- wai elements to overwrite ---- */
	#skiplinks
	{
		display: none;
	}

	.footerBox
	{
		display: none;
		width: 100%;
	}

	/* --- print function elements to overwrite ---- */
	#print
	{
		display: none;
	}

	/* --- content elements styles to overwrite ---- */
	#contentColumn
	{
		clear: both;
		padding-top: 1px;
		text-align: left;
		float: left;
		width: 538px;
	}

	#subPageContent
	{
		display: block;
		width: 538px;
		float: left;
		padding-left: 0px;
		overflow: visible;
		text-align: left;
	}

	#contentTextHome
	{
		display: block;
		width: 100%;
		float: none;
		padding: 0px;
		overflow: visible;
	}

	/* --- elements styles to overwrite ---- */
	.hidden
	{
		display: none;
	}

	a.arrowLink
	{
		padding: 0;
		margin: 0;
	}

	HR
	{
		clear: both;
		margin: 5px 0px;
		height: 1px;
		border-right: 0px;
		border-top: 0px;
		border-left: 0px;
		color: #000000;
		border-bottom: 0px;
		background-color: #000000;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 1px;
		margin: 0px;
		padding-top: 1px;
	}
	/* hide toolbox stuff */
	.printToolBox, .printToolBoxPrint, .printToolBoxClose
	{
		display: none;
	}
	.checkoutBottomNavi
	{
		display: none;
	}



}
