/***********************************************/
/* Design für Walter Dietsche Baumanagement AG */
/* =========================================== */
/* Datei:      template/css/print.css          */
/* Ausgabetyp: Drucker                         */
/* Erstellt:   07.04.2007 Martin Züger         */
/* Geändert:   10.09.2007 Martin Züger         */
/*                                             */
/***********************************************/

body {
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	background: #ffffff;
	color: #000000;
}
	
#container {
	margin: 2%;
	width: auto;
	height: 100%;
	float: none;
	background: #ffffff;
}

#navigation, .hide, #footer, #scrollbar_track, #scrollbar_handle, #scrollbar_up, #scrollbar_down {
	display: none;
}

#frame, #header {
	background: #ffffff;
}

a {
	text-decoration: underline;
	color: #0000FF;
}

img {
	border: none;
}

.printonly {
	display: block;
}