/*<![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: 650px;
	width: 100%;
}

#header
{
	height: 125px;
}

#mainnav
{
	display: none;
}

#subnav
{
	display: none;
}

#bogen
{
	display: none;
}

#body
{
	float: none;
	width: auto;
}

#head
{
	display: none;
}

#content
{
	margin: 0 35px 0 35px;
}

#breadcrumb
{
	display: none;
}

#title
{
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

#elements
{
	margin: 0 0 80px 0;
	padding: 0;
}

#footer
{
	width: auto;
	float: none;
	clear: both;
	margin: 0 35px 0 35px;
	padding: 0;
	border: 0;
	background: none;
}

#infopoint
{
	display: none;
}

#dhs
{
	float: right;
	margin: 8px 0 0 0;
}

#dhs .label
{
	float: left;
	border: solid #dcdcdc;
	border-width: 0 2px 0 0;
	color: #b3b3b3;
	font-size: 0.8em;
	padding: 2px 10px 2px 0;
	margin: 1px 0 0 0;
	text-align: right;
	width: 500px;
}

#dhs .label sup
{
	display: none;
}

#dhs .image
{
	float: left;
	width: 80px;
	text-align: right;
}

/**
 * Seitenstruktur Inhaltsseite
 */

#main #col-left
{
	float: none;
	width: 100%;
	margin: 0;
}

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


/**
 * Printansicht von Elementen
 */

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

.print
{
	display: none;
}

/**
 * Buttons ausblenden
 */

.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_submit,
.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_back
{
	display: none;
}


/*]]>*/
