/*<![CDATA[*/
/**
 * CSS Style fuer Druck-Darstellung
 *
 * Copyright (c) 2007    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.
 *
 */

@import url(screen.css);

body
{
	background-image: none;
	color: #000;
	padding: 15px;
}

#page
{
	width: 650px;
	text-align: left;
	font-size: 0.7em;
	margin: 0;
}

#header
{
	margin: 0;
}

#header #logo
{
	float: none;
	width: 100%;
	text-align: right;
	margin: 0 0 60px 0;
}

#header #mainnav
{
	display: none;
}

#imagearea
{
	display: none;
}

#body #subnav
{
	display: none;
}

#body #content
{
	width: 100%;
}

#body #content .title
{
	color: #000;
}

#body #content .tools
{
	display: none;
}

#body #infoarea
{
	display: none;
}

#footer
{
	border-top: none;
	color: #aaa;
}

#footer a
{
	color: #aaa;
}

#footer #dia,
#footer .linklist
{
	display: none;
}


/*]]>*/