/*GENERAL*/

body {
color: #000000; }

input, textarea, button {
background-color: #FFFFFF;
color: #000000;
border-color: #000000; }

hr {
color: #000000; }

/*LINK*/

a:link, a:visited {
color: #000000; }

a:hover {
color: #000000; }

/*PERSONAL*/

body {
background-image: url('../img/background.jpg'); }

div#index {
width: 880px;
background-image: url('../img/content_bg.jpg');
background-repeat: no-repeat;
background-position: 0px 327px }

div#index_menu {
width: 880px; }

div#index_content {
margin: 10px;
padding: 0px 25px;
width: 810px;
height: 336px;
overflow: auto; }

div#index_footer {
	width: 880px;
	height: 47px;
	background: url('../img/footer.jpg') no-repeat;
}

div#index_footer span.nemzeti_kep1 {
	width: 112px;
	height: 45px;
	display: block;
	float: left;
	margin: 0px 5px;
	background: url('../img/uj_magyarorszag1.png') no-repeat;
}

div#index_footer span.nemzeti_kep2 {
	width: 68px;
	height: 45px;
	display: block;
	float: left;
	margin: 0px 5px;
	background: url('../img/uj_magyarorszag2.png') no-repeat;
}