
html, body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFDD;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
}
table.alap {
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-collapse: collapse;
}
table.alap td {
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
}
.center {
	text-align: center;
}
.right {
    text-align: right;
}
.szeles {
    width: 940px;
}
#container {
	width: 900px;		/* oldal szélessége */
	margin: 0px auto;
	background: #FFFFFF;
}
#header {
	height: 236px;	/* fejléc kép magassága */
	background-image: url('../pics/header_pic.png');
	text-align: center;
}
#content {
	margin: 10px 10px;
	background: #FFFFFF;
}
#menuline {
	margin: 0px 0px 0px 0px;
	height: 40px;		/* menüsor magassága */
	text-align: center;
}
#footnote
{
	text-align: center;
	font-weight: bold;
}
.clear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none;
}
.nav-container a {
	float: left;
	display: block;
	white-space: nowrap;
}
.nav-container {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sarga {
	background-color: #FFFF00;
}
#nav-container a {
	width: 300px;		/* menüelemek szélessége (oldal szélessége / menüelemek száma) */
	height: 20px;		/* menüelemek magassága */
	padding: 10px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	background-image: url('../pics/menu_background_off.png');
}
#nav-container a:hover {
	color: #000000;
	background-image: url('../pics/menu_background_on.png');
}
