/*************************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.

Layout: Print Style
**************************************************************************************/



/****BODY BLOCK******************************************************************/
html {
	height: auto !important;
	margin-bottom: 0px !important;
}

body {
	height: auto !important;
	background-color: #fff;
	background-image: none;
	overflow: visible; /* damit der Firefox mehr als nur Seite 1 druckt! */
}
/********************************************************************************/



/****PRINT-AREA BLOCK************************************************************/
#printArea {
	float: left;
	width: 640px; 
	margin-top: 10px; 
	margin-left: 5px;
	padding: 10px; 
	border: 1px solid #A8A3A3;
}
/********************************************************************************/



/****INFO-AREA BLOCK*************************************************************/
#infoArea {
	float:left;
	text-align:left; 
	width:100%; 
	font-size: 0.8em;
	padding-bottom:10px;
	border-bottom: 1px solid #A8A3A3;
}
/********************************************************************************/



/****CONTENT-AREA BLOCK**********************************************************/
#contentArea {
	float: left; 
	text-align: left; 
	padding: 0px;
	margin: 0px;
	width: 100%;
}
/********************************************************************************/



/****CONTENT BLOCK***************************************************************/
#content {
	float: left; 
	text-align: left; 
	padding: 0px;
	margin: 0px;
	width: 100%;
	width: 640px;
	border: none;
}
/********************************************************************************/



/****COPYRIGHT BLOCK*************************************************************/
#copy {
	float: left; 
	width: 100%; 
	text-align:right; 
	color:#000000;
	font-size:0.7em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/********************************************************************************/
