body {
	background:#ffffff url("../images/website/body_background.png") repeat-x;
	padding:0px;
	margin:0px;
}



div#center {
	position:absolute;
	display:block;
	background:#ffffff;
	padding:0px;
	top:7%;
	left:50%;
	margin:auto auto auto -380px;
	width:760px;
}

div.tores {
	clear: both;
}

/*HEADER*/

div.header {
	position:relative;
	border:0px;
	padding:0px;
	width:760px;
}

div.header div.header_top {
	position:relative;
	display:block;
	background:#ffffff;
	border:0px;
	width:760px;
	height:8px;
}


div.header div.header_center {
	position:relative;
	display:block;
	border:0px;
	padding:0px;
	width:760px;
	height:108px;
	background: url("../images/website/header_center_background.jpg") no-repeat;
}

	div.header div.header_center div.logo {
		float:left;
		position:relative;
		border:0px;
		padding:0px;
		margin:0px;
		width:280px;
		height:90px;
}

		div.header div.header_center div.logo a {
			border:0px;
			padding:0px;
			margin:0px;

}

		div.header div.header_center div.logo img {
			border:0px;
			margin:0px;
			padding:0px;
}


	div.header div.header_center div.main_menu {
		position:relative;
		background: hidden;
		border:0px;
		padding:0px;
		margin-left:280px;
		width:477px;
		height:108px;
}

/*BUTTON_1*/
		div.header div.header_center div.main_menu a.button_1 {
			float:left;
			position:relative;
			display:block;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:10px;
			background: url("../images/website/button_1.png") 0 0 no-repeat;
}
		div.header div.header_center div.main_menu a.button_1:hover {
			float:left;
			position:relative;
			display:block;
			padding:0px;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:10px;
			background-position: -150px 0px;
}

		div.header div.header_center div.main_menu a.button_1_active {
			float:left;
			position:relative;
			display:block;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:10px;
			background: url("../images/website/button_1.png") 0 0 no-repeat;
			background-position: -150px 0px;
}


/*BUTTON_2*/
		div.header div.header_center div.main_menu a.button_2 {
			float:left;
			position:relative;
			display:block;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:12px;
			background: url("../images/website/button_2.png") 0 0 no-repeat;
}
		div.header div.header_center div.main_menu a.button_2:hover {
			float:left;
			position:relative;
			display:block;
			padding:0px;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:12px;
			background-position: -150px 0px;
}
		div.header div.header_center div.main_menu a.button_2_active {
			float:left;
			position:relative;
			display:block;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:12px;
			background: url("../images/website/button_2.png") 0 0 no-repeat;
			background-position: -150px 0px;
}

/*BUTTON_3*/
		div.header div.header_center div.main_menu a.button_3 {
			float:left;
			position:relative;
			display:block;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:14px;
			background: url("../images/website/button_3.png") 0 0 no-repeat;
}
		div.header div.header_center div.main_menu a.button_3:hover {
			float:left;
			position:relative;
			display:block;
			padding:0px;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:14px;
			background-position: -150px 0px;
}
		div.header div.header_center div.main_menu a.button_3_active {
			float:left;
			position:relative;
			display:block;
			border:0px;
			width:150px;
			height:34px;
			top:65px;
			left:14px;
			background: url("../images/website/button_3.png") 0 0 no-repeat;
			background-position: -150px 0px;
}


/*RANDOM KÉP*/

div.random {
	border:0px;
	padding:0px;
	width:760px;
	height:140px;
}

/*MAIN STAGE*/

div.main_stage {
	position:relative;
	display:block;
	border:0px;
	margin:0px;
	padding-left:10px;
	width:750px;
	height:auto;
	background: url("../images/website/center_background.png") repeat-y;
}

div.main_stage div.keret {
	position:relative;
	display:block;
	border:0px;
	width:750px;
	height:auto;
	padding-bottom:10px;
}

/*MENU*/
div.main_stage div.menu {
		float:left;
		position:relative;
		border:0px;
		padding:0px;
		margin:0px;
		width:200px;
		height:auto;
}

	/*menu fejlec*/
	div.main_stage div.menu div.menu_top {
			position:relative;
			display:block;
			border:0px;
			padding-top:20px;
			padding-left:10px;
			margin:0px;
			width:190px;
			height:30px;
			background: #ffffff url("../images/website/category/menu_top.png") 0 0 no-repeat;
}

	div.main_stage div.menu div.menu_top a.menu_title {
			position:relative;
			border:0px;
			padding:0px;
			margin:0px;
			font-size:12pt;
			font-family:Arial;
			color:#5d7185;
			background-color:#ffffff;
			text-decoration: none;
}

	/*menu tartalom*/
	div.main_stage div.menu div.menu_center {
			position:relative;
			border:0px;
			background:#ffffff;
			padding-left:15px;
			padding-bottom:10px;
			margin:0px;
			width:185px;
			height:auto;
			font-size:9pt;
			font-weight:bold;
			font-family:Arial;
			color:#1260ac;
			
}
	div.main_stage div.menu div.menu_center a.menu {
			position:relative;
			display:block;
			margin-bottom:10px;
			border:0px;
			font-size:9pt;
			font-weight:bold;
			font-family:Arial;
			color:#1260ac;
			text-decoration:none;
			width:auto;
}
	div.main_stage div.menu div.menu_center a.menu:hover {
			color:#484848;
			text-decoration:underline;
}

div.main_stage div.menu div.menu_center a.menukapcs {
			position:relative;
			display:block;
			margin-bottom:4px;
			border:0px;
			font-size:9pt;
			font-weight:bold;
			font-family:Arial;
			color:#f89d0e;
			text-decoration:none;
			width:auto;
}
	div.main_stage div.menu div.menu_center a.menukapcs:hover {
			color:#484848;
			text-decoration:underline;
}
	/*menu bottom*/
	div.main_stage div.menu div.menu_bottom {
			position:relative;
			border:0px;
			padding:0px;
			margin:0px;
			height:17px;
			width:200px;
			background: url("../images/website/category/menu_bottom.png") 0 0 no-repeat;
}


/*CATEGORY aloldalak stílusa*/


/*CONTENT*/
div.main_stage div.content {
		float:left;
		position:relative;
		display:block;
		border:0px;
		padding:0px;
		margin-bottom:10px;
		width:auto;
		height:auto;
}

div.main_stage div.content div.box {
		position:relative;
		display:block;
		margin-top:10px;
		margin-left:15px;
		margin-right:10px;
		padding-bottom:10px;
		width:520px;
		height:auto;
		border:1px solid #d4d4d4;
		background:#ffffff;
}



div.main_stage div.content div.box div.title {
		position:relative;
		display:block;
		border-bottom:1px solid #b2b2b2;
		
		margin-top:10px;
		margin-left:15px;
		margin-right:15px;
		padding-bottom:5px;
		color:#5d7185;
		font-family:Arial;
		font-weight:bold;
		font-size:9pt;

		width:490px;
		height:auto;
}

div.main_stage div.content div.box p{
		position:relative;
		text-align:justify;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
		padding-top:5px;
		padding-bottom:5px;
		color:#484848;
		font-family:Arial;
		font-size:9pt;
		line-height:1.5;
}

div.main_stage div.content div.box img {
				float:left;
				border:1px solid #c7c7c7;
				margin-top:5px;
				margin-bottom:5px;
				margin-right:5px;
				padding:0px;
}

div.main_stage div.content div.box .ref_img {
				float:none;
				border:none;
				margin-top:0px;
				margin-bottom:0px;
				margin-right:0px;
				padding:0px;
}


div.main_stage div.content div.box div.text {
		position:relative;
		float:left;
		padding:0px;
		margin:0px;
		width:237px;
		height:auto;
}

div.main_stage div.content div.box div.img {
		position:relative;
		float:left;
		padding:0px;
		margin:0px;
		width:270px;
		height:auto;
}

	div.main_stage div.content div.box div.card {
			margin-left:15px;
			margin-top:10px;
			margin-bottom:15px;
			padding-bottom:5px;
			width:490px;
			height:auto;
			border:1px solid #c7c7c7;
}

	div.main_stage div.content div.box div.card img {
				float:left;
				border:0px;
				margin-left:10px;
				margin-right:10px;
				margin-top:10px;
				margin-bottom:5px;
				
}

	div.main_stage div.content div.box div.card p {
		position:relative;
		margin-top:10px;
		margin-bottom:0px;
		margin-left:180px;
		margin-right:15px;
		padding:0px;
		color:#484848;
		font-family:Arial;
		font-size:9pt;
		line-height:1.5;
}

	div.main_stage div.content div.box div.card a {
		color:#1260ac;
		font-weight:bold;
		text-decoration:none;
		margin-left:10px;
}



/*FOOTER*/

div.footer {
	position:relative;
	display:block;
	border:0px;
	padding:0px;
	width:760px;
	height:auto;
	background: url("../images/website/footer_background.png") repeat-y;
}

div.footer p{
	position:relative;
	float:left;
	font-family:Arial;
	font-size:8pt;
	color:#e5e5e5;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:30px;
	margin-left:30px;

}

div.footer a{
	color:#e5e5e5;
	text-decoration:none;
}

div.footer a:hover{
	text-decoration:underline;
}


div.end {
	position:relative;
	display:block;
	border:0px;
	padding:0px;
	margin-bottom:20px;
	width:760px;
	height:14px;
	background: url("../images/website/end.png") no-repeat;
}


