/* ================================================================================================ */
/* == CSS:   	print.css																		 == */
/* ==																							 == */
/* == Author:  	Björn Lorenz, E-Formation GmbH - http://www.eformation.de/						 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
}
/* ================================================================================================ */
body{
	color: #000;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 0.75em;
}
/* ================================================================================================ */
#head .navigation,
#head .booker.overlay,
#head #logo,
#body #icon,
#foot .navigation{
	display: none;
}
/* ================================================================================================ */
#body .content .article{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #CCC;
}
/* ================================================================================================ */
#body .content a{
	color: #000;
	text-decoration: underline;
}
#body .content h1,
#body .content h2,
#body .content h3,
#body .content h4,
#body .content h5,
#body .content h6,
#body .content p,
#body .content ul,
#body .content ol,
#body .content table{
	margin-bottom: 1em;
}
#body .content h1{
	font-size: 2em;
	margin-bottom: 0.5em;
}
#body .content h2,
#body .content h3,
#body .content h4,
#body .content h5,
#body .content h6{
	font-size: 1.5em;
	margin-bottom: 0.75em;
}
#body .content table{
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
#body .content table td,
#body .content table th{
	padding: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	vertical-align: top;
	text-align: left;
}
#body .content table th{
	font-weight: bolder;
}
/* ================================================================================================ */
#body .content .gallery{
	float: left;
	width: 100%;
	clear: both;
}
#body .content .gallery li{
	float: left;
	margin: 0 1em 1em 0;
}
/* ================================================================================================ */
#body .content form label{
	float: left;
	display: block;
	width: 15%;
	margin: 0 1em .25em 0;
}
#body .content fieldset{
	padding: 2%;
	border: 1px solid #000;
	margin: 0 0 1em 0;
}
#body .content form input,
#body .content form select,
#body .content form textarea{
	float: left;
	border: 1px solid #000;
	width: 40%;
	margin: 0 0 .25em 0;
}
#body .content form br{
	clear: both;
}
#body span.label{
	float: left;
	display: block;
	width: 160px;
	background: transparent;
	color: #FFF;
	clear: left;
	font-weight: normal;
}
#body fieldset span{
	font-weight: bold;
}
#body span{
	float: left;
	display: block;
	width: 296px;
	margin-bottom: 1em;
}
/* ================================================================================================ */
