/* ================================================================================================ */
/* == CSS:   	print.css - Print-Stylesheet (Print, B4+B5-Hotels)								 == */
/* ==																							 == */
/* == Author:  	Björn Lorenz, E-Formation GmbH - http://www.eformation.de/						 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: 0;
}
body{
	font-family: Arial, Verdana, sans-serif;
/*	font-size: 0.75em;*/
}
/* ================================================================================================ */
/* == STRUCTURE																					 == */
/* ================================================================================================ */
#head{
	display: none;
}
#body{
/*	float: left;*/
	width: 100%;
}
#foot{
	clear: both;
	width: 100%;
}
/* ================================================================================================ */
/* == LOGIN AREA																				 == */
/* ================================================================================================ */
#login_area{
	display: none;
}
/* ================================================================================================ */
/* == FRAME FOOT																				 == */
/* ================================================================================================ */
#foot p{
	line-height: 1.50em;
	font-size: 0.83em;
}
#foot .navigation{
	display: none;
}
/* ================================================================================================ */
/* == Progress bar																				 == */
/* ================================================================================================ */
#body #progress{
	display: none;
}
/* ================================================================================================ */
/* == Marginal Column																			 == */
/* ================================================================================================ */
#body #marginal{
	display: none;
}
/* ================================================================================================ */
/* == CONTENT COLUMN																			 == */
/* ================================================================================================ */
#body #content{
	width: 100%;
}
#body #content h1{
	margin: 0 0 1.28em 0;
	font-size: 1.50em;
	font-variant: small-caps;
	font-weight: normal;
}
/* ================================================================================================ */
/* == GLOBAL FORMATS																			 == */
/* ================================================================================================ */
#body #content h2{
	font-weight: bolder;
	font-size: 1.09em;
}
#body #content p,
#body #content ul,
#body #content ol,
#body #content table{
	margin-bottom: 1.66em;
}
#body #content table{
	width: 100%;
	border: 1px solid;
	border-width: 1px 0 0 1px;
}
#body #content td,
#body #content th{
	border: 1px solid;
	border-width: 0 1px 1px 0;
	padding: 0.25em;
}
#body #content th{
	font-weight: bolder;
}
/* ================================================================================================ */
/* == STEP 4: Confirmation																		 == */
/* ================================================================================================ */
#body #content .content_column.navigation{
	display: none;
}
/* ================================================================================================ */