/**
 * hirado.hu print stylesheet
 * carnation.hu 2008
 */
@media print{

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	/* reset */
	
html {
	background: #fff;
}
	
body {
	font-family: tahoma, helvetica, sans-serif;
	font-size: .9em;
	color: black;
	line-height: 1.3em;	
	padding: 0;
	margin-top: 0px;
	width: 100%;
}

h1#Header {
	top: 68px;
	right: 50px;	
	position: absolute;
	text-align: right;
}

h1#Header a {
	text-decoration:none;
	color:black;
}

h5 {
	margin: 8px 0 16px 0px;
	padding-bottom: .5em;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid black;
}

h2 {
	color:#000;
	font-family:Georgia, times, serif;
	font-size:1.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom: .3em;
	letter-spacing: -0.03em
}
p {
	margin-bottom: 1em;
}

p.date {
	margin-bottom: 2em;
	font-size: .75em;
}

p.lead {
	font-weight: bold;
	margin-bottom: 1em;
}


div#Footer {
	border-top: 1px solid black;
	padding-top: 1em;
}
div#Footer .copyright {
	font-size: .7em;
}


div#PrintBar {
	display: none;
}
div#PrintBar p {
	position : absolute;
	left: 10px;
	top: 10px;
	font-size: 1em;
	line-height: 25px;
}
div#PrintBar button {
	float: right;
	margin-right: 10px;
	
}


* html div#PrintBar  {
	padding-left: 50px;
	padding-right: 50px;
} 

div#Premier {
	float: none;
	width: 100%; 
}

div#Wrap {
	float: none;
	padding: 0 50px;
}
div#Content {
	padding-top: 0px;
	width: auto;
	padding-bottom: 0;
}

div#Footer, 
div#Footer div{
	width: 100%;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

div#Footer span {
	color: #000;
	padding-left: 50px;
}

.box_1u,
div.PageTools,
div#BreakingNews,
div#NewsRate, 
div#NewsComment, 
div#Tools,
div#Footer div ul,
div#Footer span.metalinks,
div#Footer a.carnation,
div#Footer a.sitecore, 
div#Date,
div#Sekunder,
div#Tickers,
div#Tercier,
div#NewsList,
ul#Navigation,
ul#MenuNetwork,
ul#MenuNews,
ul#MenuServices,
div#HeaderBanner,
div#Premier div.box_1u_alt,
div#SearchForm {
	display: none;
}


}