fhtml, body {
	margin: 0px;
	padding: 0px;
	background: #808080;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page_holder {
	width: 770px;
	margin: 0px auto 0px auto;
	background: url(../i/phoenix_bg2.png) repeat-y left top;
}

#left_side{
	position: relative;
	left: 0px;
	background: url(../i/phoenix_bg.png) no-repeat left top;
	width: 343px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#content_holder {
	position: relative;
	left: 0px;
	top: 0px;
	background: #000000 url(../i/white_bg.gif) repeat-y left top;
	width: 427px;
	float: left;
}


#content {
	background: url(../i/madar.png) no-repeat 230px 10px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 416px;
	float: left;
	padding: 25px 5px 5px 5px;
}

#site_bottom {
	position: relative;
	left: 0px;
	top: 0px;
	height: 21px;
	background: url(../i/site_bottom.gif) no-repeat left top;
	clear: both;
}

#info {
	position: relative;
	left: 7px;
	top: 60px;
	width: 188px;
	float: left;
	display: block;
	color: #FFF;
	font: 12px Tahoma;
}

#info p{
	padding: 0px 5px 0px 5px;
}

#nice {
	position: relative;
	top: 5px;
	left: 0px;
	width: 186px;
	height: 385px;
	float: left;
	border: 1px solid #FFF;
	font-size: 1px;
}

.min_height {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 1px;
	height: 573px;
}

#menu {
	position: relative;
	left: 13px;
	top: 60px;
	width: 144px;	
	float: left;
	color: #FFF;
}


#content p {
	width: 400px;
	padding: 5px 0px 5px 5px;
	margin-bottom: 5px;
	background: transparent;
/*	border-top: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;*/
}

h2 {
	color: #EF5F00;
	font-size: 14px;
	text-indent: 10px;
}

h2:first-letter {
	color: #EF5F00;
	font-size: 16px;
}

.whitebg {
	background-color: White;
	padding: 0px 5px 0px 5px; 
}

.blue {
	color: #00F;
}

.orange {
	color: #FF6600;
}

.definition dt {
	font-weight: bold;
	color: #800;
}

.definition dd {
	color: #008;
}

.adatok {
	width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
	border: 1px outset #555;
}

.adatok th {
	font-size: 14px;	
	text-indent: 15px;
	text-align: left;
	color: #FFF;
	background-color: #FF6600;
}
.odd {
	background-color: #EEE8AA;
	color: #000;
}