@charset "utf-8";
/* CSS Document */

body {
	background-color: #5e6c52;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #494345;
    text-align: center;
}

a {
	color: #494345;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.megszoveg {
	color: #627474;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link {
	color: #494345;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #494345;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000;
}

#center #middlemenu table tr .megszoveg {
	font-size: 9px;
}
#center #middlemenu table tr td {
	font-size: 9px;
}

#center {
	background-image: url(main.gif);
	text-align: center;
	margin:0 auto; /* ez teszi kozepre */
	top: 100px;
	text-align:left;
	position:relative;
	width:717px;
	height: 420px;
	color: #494345;
}

#leftmenu {
	position : absolute;
	left: 11px;
	top: 260px;
	width: 150px;
	height: 152px;
}

#middlemenu {
	position : absolute;
	left: 212px;
	top: 37px;
	width: 200px;
	height: 362px;
 }

#sziv {
	position : absolute;
	left: 400px;
	top: 26px;
	width: 311px;
	height: 387px;
 }

