	body {
		background: url(bg/bg.jpg) no-repeat 0 0;
		background-attachment: fixed;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
	}
	
	input.text, textarea.text {
		width: 150px;
		border: 1px solid #474716;
		background-color: #DFDA09;
		color: #69682E;
		font-weight: bold;
	}
	
	textarea.text {
		width: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		padding: 2px;
		color: #333;
	}
	
	table {
		margin-top: 15px;
		width: 100%;
	}
	
	table#eredmeny tr:hover {
		background-color: #474716;	
	}
	
	table#videok td {
		text-align: center;
	}
	
	table#kepek td {
		text-align: center;
	}
	
	table#kepek td img {
		border: 1px solid #FFF;
	}
	
	table td {
		padding: 5px;
		text-align: left;
		vertical-align: top;
	}
	
	table td.head {
		background-color: #474716;
	}
	
	h1 {
		font-size: 16px;
		margin: 0;
		font-weight: bold;
	}
	
	#layout {
		width: 850px;
		margin: 0 auto;
	}
	
	#layout #content .fontos {
		color: #FF0;
		font-weight: bold;
	}
	
	a, a:link, a:visited {
		color: #FC0;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#layout #title {
		width: 800px;
		height: 190px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	#layout #menu {
		width: 160px;
		float: left;
	}
	
	#layout #menu img {
		vertical-align: top;
	}
	
	#layout #contentTitle {
		background: url(bg/title.jpg) no-repeat 0 0;
		width: 639px;
		height: 62px;
		float: right;
	}
	
	#layout #content {
		background: url(bg/content.jpg) repeat-y 0 0;
		width: 614px;
		float: right;
		padding: 0 10px 0 15px;
	}
	
	#layout #contentBottom {
		background: url(bg/bottom.jpg) repeat-y 0 0;
		width: 639px;
		height: 6px;
		float: right;
		margin-bottom: 30px;
	}
	
	#layout #foot {
		width: 550px;
		margin:  0 0 0 250px;
		font-size: 11px;
		text-align: center;
		padding-top: 10px 0 10px 0;
		clear: both;
	}
