body{
	background-color: #c9c0a0;
	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	margin-top: 235px;
	margin-bottom: 100px;
}
a{
	color: #a05200;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	background: #e4d8ae;
	width: 100%;
	font-size: 9pt;
	font-weight: normal;
	padding: 3px;
	padding-left: 5px;
	
}
#main{
	margin-left: 282px;
	margin-right: 100px;
}
#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 560px;
}
html * > #logo{ position: fixed;}
#head{
	color: #e4d8ae;
	background: #c9c0a0 url("graphics/head-bgr.png") repeat-x;
	position: absolute;
	top: 0px;
	left: 210px;
	height: 230px;
	width: 100%;
}
html * > #head{ position: fixed;}
#head h1{
	position: absolute;
	top: 175px;
	left: 80px;
	font-size: 19pt;
	font-weight: normal;
	background: none;
	padding: 0px;
}
html * > #head h1{ top: 157px;}
#head a{
	color: #e4d8ae;
}
#head a:hover{
	color: #fff9ce;
	text-decoration: none;;
}
.ittvagyunk{
	color: #a05200 !important;
}
p{
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
}
.print{
	display: none;
}

@media print {
	@page { margin: 10%; }
	@page:after {
		display: block;
		font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
		font-size: 8pt;
		margin-top: 2em;
		margin-left: 100px;
		text-align: left;
	}
	h1, h2, h3,
	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
	ul, ol, dl { page-break-before: avoid }
	h1{
		color: #000000;
		padding: 0px 20px 0px 0px;
	}
	.noprint{ display: none; }
	.print{
		display: inline !important;
	}
}
