/*********************************************************************************
Webtech AG,
Lehnplatz 10, 6460 Altdorf


DRUCK-STYLE Ueberschreibung bestehender Variablen
/********************************************************************************/ 



/****BODY BLOCK******************************************************************/
body {
	background-color: #fff;
	background-image: none;
}
/********************************************************************************/



/****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%;
	background-image: none;
}
/********************************************************************************/



/****CONTENT BLOCK***************************************************************/
#content {
	float: left; 
	text-align: left; 
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: none;
}
/********************************************************************************/



/****COPYRIGHT BLOCK*************************************************************/
#copy {
	float: left; 
	width: 100%; 
	text-align:right; 
	color:#000000;
	font-size:0.7em;
}
/********************************************************************************/
