@charset "utf-8";
body {
	margin: 0px;
	background-color: #8F9823;
}
.bg_left {
	background-image: url(images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right {
	background-image: url(images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_tartalom {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 67px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
	padding-left: 20px;
}
.cim {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	padding-right: 12px;
}

.bg_2 {
	background-image: url(images/_5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #dede00;
	text-decoration: none;
}
.cim2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	padding-right: 12px;
}

