/** 
 *
 * PRINT Style Frenco
 *
 * EGOTEC GmbH c2005
 *
**/

@page { 
	size:21.0cm 29.7cm;  
}

body, html {
	margin	: 0px;
	padding	: 0px;
	font-family	: VERDANA,ARIAL,HELVETICA; 
	font-size	: 12px;
}

td {
	font-family	: VERDANA,ARIAL,HELVETICA; 
	font-size	: 12px;
}

h1 {
	font-family	: VERDANA,ARIAL,HELVETICA; 
	font-size	: 14px;
}

h2 {
	font-family	: VERDANA,ARIAL,HELVETICA; 
	font-size	: 12px;
}

h3 {
	font-family	: VERDANA,ARIAL,HELVETICA; 
	font-size	: 10px;
}

#content {
	position			: absolute;
	border				: 1px solid #fff;
	top					: 20px !important;
	left				: 20px !important;
	height				: 100% !important;
	width				: 100% !important;
	text-align			: center;
	z-index				: 1;
	overflow			: visible !important;
	overflow-y			: visible !important;
	overflow-x			: visible !important;
	display				: inline  !important;
}

#content_header {
	display				: none  !important;
	text-align			: left;
	position			: absolute;
	height				: 100% !important;
	width				: 100% !important;
	left				: 0px;
	top					: 0px;
	color				: #fff;
	z-index				: 2;
	background-position	: right top;
	background-repeat	: no-repeat;
}



#content_field {
	position			: absolute !important;
	top					: 10px !important;
	left				: 0px !important;
	height				: 100% !important;
	width				: 100% !important;
	text-align			: left !important;
	color				: rgb(245,245,255) !important;
	/* background-color	: #fff; */
	z-index				: 2 !important;
}

/* MENU */
#menu
{
	display		: none  !important;
	position	: absolute !important;
	top			: -1000px !important;
	left		: 10px;
	z-index		: 2;
}

#menu_table
{
	display		: none !important;
	position	: absolute !important;
	top			: -1000px !important;
	left		: 0px;
	z-index		: 4;
	width		: 990px;
}

/* HEADER */
#emotion {
	display		: none  !important;
	position	: absolute !important;
	top			: -1000px !important;
	z-index		: 2;
}

#logo {
	display		: none  !important;
	position	: absolute !important;
	top			: -1000px !important;
	left		: 20px;
	z-index		: 2;
}