/*<![CDATA[*/
/**
 * CSS Style fuer Druck-Darstellung
 *
 * Copyright (c) 2008    die.interaktiven GmbH & Co. KG
 *                       Agentur für digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */

.noprint
{
	display: none;
}

.printonly
{
	display: block;
	margin: 0 35px 0 35px;
}

body
{
	color: #000;
	background: #fff;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	color: #000;
}

hr
{
	color: #000;
	background-color: #000;
}

#page
{
	width: 100%;
	left:0;
	top: 0;
}

/**
 * Printansicht von Elementen
 */

div.element.paragraph
{
	margin-bottom: 20px;
}


/*]]>*/