body {
	margin:				0px;
	
	background-color:	#000000;
	
	font-family:		Verdana;
	font-size:			13px;
	font-weight:		normal;
	color:				#000000;
}

/* DIV-ek az elrendezéshez */
#main_frame_wrapper {
	position:			relative;
	top:				20px;
	left:				50%;
}
#main_frame {
	position:			relative;
	top:				0px;
	left:				-500px;
	width:				1000px;
	height:				700px;
}
#top {
	float:				left;
	width:				1000px;
	height:				240px;
	
	background:			url("gfx/top.jpg");
}
#menu {
	clear:				both;
	float:				left;
	width:				240px;
	height:				370px;
}
	#menu_left {
		float:				left;
		width:				30px;
		height:				370px;
		
		background:			url("gfx/menu_left.jpg");
	}
	#menu_center {
		float:				left;
		width:				160px;
		height:				370px;
	}
		#menu_top {
			width:				160px;
			height:				22px;
			
			background:			url("gfx/menu_top.jpg");
		}
		#menu_buttons {
			width:				160px;
			height:				193px;
			
			overflow:hidden;
		}
		#menu_bottom {
			width:				160px;
			height:				155px;
			
			background:			url("gfx/menu_bottom.jpg");
		}
	#menu_right {
		float:				left;
		width:				50px;
		height:				370px;
		
		background:			url("gfx/menu_right.jpg");
	}
#center {
	float:				left;
	width:				520px;
	height:				370px;
	
	background:			url("gfx/center.jpg");
}
#right {
	float:				left;
	width:				240px;
	height:				370px;
}
	#right_top {
		width:				240px;
		height:				90px;
		
		background:			url("gfx/right_top.jpg");
	}
	#right_middle {
		width:				240px;
		height:				45px;
	}
		#right_left {
			float:				left;
			width:				65px;
			height:				45px;
			
			background:			url("gfx/right_left.jpg");
		}
		#right_center {
			float:				left;
			width:				135px;
			height:				45px;
			
			text-align:			right;
			
			background:			url("gfx/right_center.jpg");
		}
		#right_right {
			float:				left;
			width:				40px;
			height:				45px;
			
			background:			url("gfx/right_right.jpg");
		}
	#right_bottom {
		width:				240px;
		height:				235px;
		
		background:			url("gfx/right_bottom.jpg");
	}
#bottom {
	clear:				both;
	float:				left;
	width:				1000px;
	height:				90px;
	
	background:			url("gfx/bottom.jpg");
}
#disclaimer p {
	font-family:		Verdana;
	font-size:			9px;
	font-weight:		normal;
	color:				#DDDDDD;
	text-align:			center;
}

/* default kép */
img {
	border: 0px;
}

/* scrollozáshoz kell */
div#scrollbar {
	display:none; /* hide from incapable */
}

/* szöveg és default stílusok */
div {
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	color:				#222222;
}
td {
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	color:				#222222;
}
p {
	margin:				10px;
}
h1 {
	font-family:		Verdana;
	font-size:			16px;
	font-weight:		bold;
	color:				#F55C0A;
	
	margin-top:			30px;
	margin-left:		5px;
}
i {
	font-family:		Verdana;
	font-size:			12px;
	font-style:			normal;
	font-weight:		normal;
	color:				#F55C0A;
}
b {
	font-family:		Verdana;
	font-size:			12px;
	font-style:			normal;
	font-weight:		bold;
	color:				#F55C0A;
}
strong {
	font-family:		Verdana;
	font-size:			12px;
	font-style:			normal;
	font-weight:		bold;
	color:				#444444;
}
a.white {
	font-family:		Verdana;
	font-size:			12px;
	font-style:			normal;
	font-weight:		bold;
	color:				#DDDDDD;
}

/* link */
a.link:link {
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	color:				#F55C0A;
	text-decoration:	underline;
}
a.link:visited {
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	color:				#F55C0A;
	text-decoration:	underline;
}
a.link:hover {
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	color:				#888888;
	text-decoration:	none;
}

#disclaimer p a.link:link {
	font-family:		Verdana;
	font-size:			9px;
	font-weight:		bold;
	color:				#DDDDDD;
	text-decoration:	none;
}
#disclaimer p a.link:visited {
	font-family:		Verdana;
	font-size:			9px;
	font-weight:		bold;
	color:				#DDDDDD;
	text-decoration:	none;
}
#disclaimer p a.link:hover {
	font-family:		Verdana;
	font-size:			9px;
	font-weight:		bold;
	color:				#888888;
	text-decoration:	none;
}

/* beviteli mezők */
input.text {
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	color:				#222222;
	
	height:				22px;
	width:				300px;
	border:				solid 1 #222222;
}

textarea {
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	color:				#222222;
	
	height:				50px;
	width:				300px;
	border:				solid 1 #222222;
}