/**
 * file:	http://www.praeventionscentrum-muenchen.de/layout/print.css
 * media:	print
 */

/**
 * definition of standard tags
 */
body {
	background-color: white;
	color: black;
	font-size: 100%;
}

/******************************************
 * elements of the screen layout
 ******************************************/
div.canvas {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: white;
	background-image: none;
}

div.left {
	display: none;
}

div.right {
	width: 100%;
	margin: 0px;
}

/**
 * navigation area
 */
div.navigation
{
	display: none;
}


/**
 * content area
 */

/**
 * footer area
 */
div.footer {
	display: none;
}
