/* basic elements */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12pt "Times New Roman", Times, serif;
	color: #000000;
	background:white;
}

p {
	font: 12pt "Times New Roman", Times, serif;
	color: #000000;
}

td{
	font: 12pt "Times New Roman", Times, serif;
}

#container{
	width:754px;
	text-align:left;
}

#content-inside{
	width:608px;
	padding-left:30px;
}	

/* header */

#header-print{
	background:none;
	height:107px;
	padding-bottom:5px;
	border-bottom:3px solid #6ebb1f;
}

#header img{
	display:none;
}

#header, #header-left, #header-right, #menu-left, #menu, #menu-right, #footer, .pdf, #print-txt{
	display:none;
}

#content .img{
	background:none;
	width:129px;
	float:left;
	margin-right:20px;
}

.text{
	float:left;
	width:604px;
}

.text .arrow{
	float:left;
	width:5px;
	margin-right:5px;
	margin-top:5px;
}

.text .cikk-title{
	float:left;
	margin-bottom:15px;
}

h2{
	font-size:14pt;
	height:auto;
	margin-bottom:5px;
}

h2.alcim{
	font-size:11pt;
	font-weight:normal;
	margin-top:0;
}

.lapszam{
	font-size:9pt;
}

.alcim{
	font-size:9pt;
}

.honap{
	background:none;
	border:1px solid #b9b9b9;
	width:150px;
	height:200px;
	margin:0 0 1px 1px;
	float:left;
	text-align:center;
	padding:17px 2px 0 0;
}

ul{
	list-style-type:disc;
	font-size:12pt;
	margin:5px 0 10px 0;
	text-align:left;
}

li{
	color:#474747;
	margin:0;
	padding:3px 0 5px 15px;
}

table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fffff0;
	margin-top:10px;
}
td {
	border-width: 1px;
	padding: 0;
	border-style: solid;
	border-color: gray;
	background-color: #f5faef;
	-moz-border-radius: ;
}

td p.tartalom{
	padding:3px;
}
