
/*-----------------------------------------------------------------------------
4RED Print Stylesheet

version:   1.0
date:      19/01/09
author:    Anja Deubzer
email:     info@anjadeubzer.de

website:   http://four-red.de
-----------------------------------------------------------------------------*/


/* import screen.css
-----------------------------------------------------------------------------*/
@import url(screen.css);

/* Set up the document
-----------------------------------------------------------------------------*/

#Navigation  {
	display: none;
}

#Content {
	position: relative;
	margin: 0px 264px 0px 0px;
	/*background: transparent url(/public/img/basegrid.gif) repeat 0 37px;*/
}



/* Content Accordions
-----------------------------------------------------------------------------*/

.wideAccordion .accBody {
	width: 957px;
}

#pagewrapper .accBody{
	height: auto !important;	
}



