@charset
"utf-8"
;
/* CSS Print Document for Eurotours International */

a,
a:link,
a:hover {
	color: #333;
	text-decoration: none;
}

/**
 * Hide
 */

#leftbar,
#rightbar .header,
#content .textblock .buttons,
#content .jobdetail a.button,
#content .back,
#footer .footernav .textlinks,
#footer .byelements,
#CB_All,
#CB_HiddenText {
	display: none;
}

/**
 * No Background Image
 */
body,
#shadow,
#rightbar,
#background {
	background-image: none !important;
}

/**
 * Position
 */
#shadow,
#background,
#site,
#rightbar,
#rightbar .breadcrumb,
#rightbar #content,
#rightbar #content .textblock,
#footer {
	margin: 0;
	padding: 0;
	width: auto;;
	height: auto;
	float: none;
	min-height: 0px;
}

/**
 * Make it beatuifull
 */
#rightbar #content .textblock {
	margin: 20px 0 0 0;
}

