/* CSS Document */
a {	
	color:#222;
}

a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

body {
	padding:0px;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 12pt;
}

div {
	margin:0px;
}

#tartalom {
	width: 809px;
	background-image: url(../images/tartalom_papir_background.jpg);
	background-repeat: repeat-y;
	background-position: left -69px;
	background-attachment: scroll;

	padding-bottom: 40px;
	text-align: justify;
}

#tartalom_table {
	width: 809px;
	padding-left: 40px;
	padding-right: 40px;
}
	

#tartalom_header {
	width: 809px;
	height: 69px;
	background-image:url(../images/tartalom_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

#cim {
	width: 700px;
	height:auto;
	position:relative;
	top: 25px;
	left: 53px;
	font-family: "Monotype Corsiva", "Bookman Old Style", "Times New Roman";
	font-size: 16pt;
}

/*#paca_oldalt {
	width: 192px;
	height: 118px;
	float: right;
	background-image: url(../images/paca_oldalt.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}*/


#menu {
	width: 809px;
	height: 146px;
	padding: 0px;
}

.gomb {
	cursor: pointer;
}

#hirek_table {
	padding-left:40px;
	padding-right:40px;
}

.hir {
	margin-top: 20px;
	font-family: "Monotype Corsiva", "Bookman Old Style", "Times New Roman";
	color: #000000;
}

.hir_header {
	font-family: "Monotype Corsiva", "Bookman Old Style", "Times New Roman";
	font-weight: normal;
	font-size: 16pt;	
}

.hir_datum {
	text-align:right;
	font-family: "Monotype Corsiva", "Bookman Old Style", "Times New Roman";
	font-size: 14pt;	
}

.hir_kozep {
	font-family: "Times New Roman", Times, serif;	
}

.hir_kozep {
	padding-top:10px;
}

.hir_footer {
	text-decoration: none;
	text-align: right;
}

.hir_footer a{
	text-decoration: none;
	color:#333333;
	font-weight:500;
	position: relative;
	left: -20px;
}