/*<![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.
 *
 */

.noprint
{
	display: none;
}

.printonly
{
	display: block;
	float: left;
	margin: 8px 0 0 0;
	color: #b3b3b3;
}

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

a
{
	color: #000;
}

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

#page
{
	width: 100%;
}

#header
{
	height: 180px;
}

#search
{
	display: none;
}

#mainnav
{
	display: none;
}

#subnav
{
	display: none;
}

#bogen
{
	display: none;
}

#body
{
	float: none;
	width: auto;
	margin: 0 45px 0 45px;
}

#head
{
	display: none;
}

#content
{
	float: none;
	clear: both;
	width: 100%;
	padding: 0;
}

#breadcrumb
{
	display: none;
}

#title
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#elements
{
	padding: 0;
}

#footer
{
	float: none;
	clear: both;
	margin: 20px 45px 0 45px;
	font-size: 1em;
}

#infopoint
{
	display: none;
}

#copyright
{
	float: none;
	clear: both;
	text-align: left;
}

/**
 * Seitenstruktur Inhaltsseite
 */

#main #col-left
{
	float: none;
	clear: both;
	width: 100%;
}

#main #col-right
{
	display: none;
}


/**
 * Printansicht von Elementen
 */

.element.articledetails .link,
.element.appointmentdetails .link,
.element.listnavi
{
	display: none;
}


/*]]>*/
