/*-------------------------------------------------
  Print Stylesheet
-------------------------------------------------*/
body
{
	background-color: white;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	position: static;
	width: auto;
	max-width: auto;
	min-width: auto;
	min-height: auto;
	background-image: none;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	position: static;
	width: 37em;
	min-width: auto;
	margin: 0;
}

#logo-print
{
	display: block;
	width: 37em;
	text-align: center;
}

#logo
{
	display: none;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	display: none;
}

/*-------------------------------------------------
  rechte Spalte
-------------------------------------------------*/

div.rightbar
{
	position: static;
	width: auto;
	padding: 0;
}

div.box-rs
{
	font-size: 1em;
	width: 37em;
}

.box-rs p
{
	background-color: none;
	padding: 2ex;
}

.box-rs img
{
	display: none;
}

