@import url('init.css');

body {
	margin: 0px 0px 30px;
	font: 12px Arial;
	color: #092f34;
	background: url('../images/bg.jpg') repeat top center;
}

h1 { font: bold 18px Arial; color: #2c5c63; margin: 0px 0px 36px -50px; }
body.wide h1 { margin: 0px 0px 36px 0px; }
h2 { font: bold 13px/25px Arial; height: 25px; }
h3 { font: bold 11px Arial; margin: 15px 0px 5px; background: #b1b1b1; }

p { margin-bottom: 20px; }

#page {
	width: 820px;
	margin: 0px auto;
	behavior: url('/css/iepngfix.htc');
	background: url('../images/content-bg.png') repeat-y top center;
}

ul#header {
	height: 169px;
	padding: 20px 13px 0px 0px; margin: 0px;
	background: url('../images/header-bg.jpg') no-repeat top center;
	}
	ul#header li {
		float: right;
		display: inline;
		}
		ul#header li a {
			float: left;
			display: block;
			width: 47px; height: 27px;
			margin-left: 3px;
			text-indent: -9999px;
		}
		ul#header li.hu a { background: url('../images/hu-flag.jpg') no-repeat top center; }
		ul#header li.en a { background: url('../images/en-flag.jpg') no-repeat top center; }

		
ul#menu {
	height: 34px;
	margin: 0px 10px;
	border: 1px solid #ffffff;
	}
	ul#menu li {
		float: left;
		display: inline;
		}
		ul#menu li a {
			float: left;
			display: inline;
			width: 159px; height: 34px;
			border-right: 1px solid #ffffff;
			text-align: center;
			font: normal 14px/34px Arial;
			color: #ffffff;
			text-decoration: none;
			background-image: url('../images/menu-bg.jpg');
			}
			ul#menu li.cegismerteto a { background-position: 0px 0px; }
			ul#menu li.cegismerteto a:hover { background-position: 0px 34px; }
			ul#menu li.szerves a { background-position: -159px 0px; }
			ul#menu li.szerves a:hover { background-position: -159px 34px; }
			ul#menu li.szervetlen a { background-position: -318px 0px; }
			ul#menu li.szervetlen a:hover { background-position: -318px 34px; }
			ul#menu li.mutragyak a { background-position: -477px 0px; }
			ul#menu li.mutragyak a:hover { background-position: -477px 34px; }
			ul#menu li.kapcsolat a { background-position: -636px 0px; width: 158px; border-right: 0px; }
			ul#menu li.kapcsolat a:hover { background-position: -636px 34px; }
			
			ul#menu li a:hover {
				font: bold 13px/34px Arial;
				color: #2c5c63;
			}


#content {
	margin: 0px 10px; padding: 24px 200px 10px 100px;
	background: transparent url('../images/content-top.jpg') no-repeat top center;
	}
	body.wide #content { padding: 24px 50px 10px 50px; }
	
	#content ul {
		margin: 0px 0px 20px 36px; padding: 0px;
		list-style-type: none;
	}
	table {
		margin-bottom: 20px;
		}
		table td {
			border: 0px;
			padding: 2px 2px 2px 0px;
		}
	
	table.centered {
		border: 1px solid #ffffff;
		}
		table.centered td {
			border: 1px solid #ffffff;
			text-align: center;
			padding: 2px 3px;
		}
	
	div.group {
		font-weight: bold;
		margin: 15px 0px 5px;
	}

	
	
#footer {
	width: 790px;
	margin: 0px auto; padding: 15px 15px 0px;
	text-align: right;
	font: 10px Arial;
	behavior: url('/css/iepngfix.htc');
	background: url('../images/footer-bg.png') no-repeat top center;
	}
	#footer a:hover {
		color: #fdca00;
	}
