

* { 
	padding: 0px; 
	margin: 0px;
	border:none;
}

a, a:hover, a:active, a:visited { text-decoration:none; outline: none; }

html,body {
	margin:0;
	padding:0;
	
	font-family: tahoma;
	font-size:11px;
	color:#34383b;
	background:#ffffff;

}


div#container2 {
	width:880px;
	margin:0px auto;
	
}

div#container {
	width:880px;
	float:left;
	
	background:url(../img/bg_content_box.jpg) repeat-y center;
}

/***************************************************************/
	div#logo{
		width:100%;
		height:120px;
		float:left;
		background:#FFFFFF;
	}
	
		a#fuggony_logo{
			float:left;
			width:408px;
			height:68px;
			background:url(../img/fuggonyvilag.jpg) left top no-repeat;		
			margin:25px 0px 0px 50px;
			display:inline;
			overflow:hidden;
		}
		
			a#fuggony_logo span{
				display:block;
				padding-left:1000px;
			}
	
/***************************************************************/
	
	div#menu{
		width:800px;
		padding:0px 23px 0px 57px;
		height:65px;
		float:left;
		margin-bottom:2px;
		display:inline;
		background:#4e5459;
		background:url(../img/bg_menu.jpg) repeat-x;
		overflow:hidden;
	}
	
		div#menu ul{
			list-style:none;
			float:left;
			width:100%;
		}
		
		div#menu li{
			float:left;
			overflow:hidden;
			width:192px;
		}
		
		div#menu a{
			float:left;
			width:190px;
			text-align:center;
			color:#FFFFFF;
			font-size:16px;
			height:41px;
			padding:24px 0px 0px 0px;
			text-indent:1000px;
			overflow:hidden;
			display:inline;
		}
		
		#menu_1{ background:url(../img/bg_menu_link.jpg) 0px 0px; }
		#menu_1:hover{ background:url(../img/bg_menu_link.jpg) 0px 65px; }
		
		#menu_2{ background:url(../img/bg_menu_link.jpg) -191px 0px; }
		#menu_2:hover{ background:url(../img/bg_menu_link.jpg) -191px 65px; }
		
		#menu_3{ background:url(../img/bg_menu_link.jpg) -382px 0px; }
		#menu_3:hover{ background:url(../img/bg_menu_link.jpg) -382px 65px; }
		
		#menu_4{ background:url(../img/bg_menu_link.jpg) -573px 0px; }
		#menu_4:hover{ background:url(../img/bg_menu_link.jpg) -573px 65px; }
		
		div#menu img{
			float:left;
			padding-top:25px;
		}

/***************************************************************/
	div#content_box{
		float:left;
		width:762px;
		overflow:hidden;
		position:relative;
		left:59px;
	}


	div#content{
		width:3100px;
		height:467px;
		float:left;
		position: relative;

	}
	
	div.content_container{
		float:left;
		width:766px;
		overflow:hidden;
	}
	
	
	div.content_inner{
		float:left;
		width:732px;
		padding-right:30px;
		height:467px;
		background:#dad1c8;
		overflow:hidden;
	}
	
		div.content_closer{
			float:left;
			width:762px;
			height:54px;
			border-top:2px solid #FFFFFF;
			overflow:hidden;
			background:#494f54;
		}
		
		div.content_closer2{
			float:left;
			width:762px;
			height:54px;
			border-top:2px solid #FFFFFF;
			overflow:hidden;
			background:#4d3833;
		}
		
		div.content_closer3{
			float:left;
			width:762px;
			height:54px;
			border-top:2px solid #FFFFFF;
			overflow:hidden;
			background:#4c5656;
		}
		
		div.content_closer4{
			float:left;
			width:762px;
			height:54px;
			border-top:2px solid #FFFFFF;
			overflow:hidden;
			background:#58735d;
		}
		
		div.content_closer5{
			float:left;
			width:762px;
			height:54px;
			border-top:2px solid #FFFFFF;
			overflow:hidden;
			background:#450b0b;
		}
		
		
/***************************************************************/
	.main_img{
		float:left;
		border-right:2px solid #FFFFFF;
		margin:0px 30px 0px 0px;
		display:inline;
	}
	
	.small_img{
		float: right;
		border:1px solid #34383b;
	}
	
	.small_img2{
		float: left;
		border:1px solid #34383b;
		margin:0px 7px 7px 7px;
		display:inline;
	}
	
	.small_img2:hover{ border:1px solid #FFFFFF;}
	
	
	div.content_inner h1{
		color:#502517;
		font-size:14px;
		margin:25px 0px 12px 0px;
	}
	
	div.content_inner ul{
		float:left;
		padding:0px 15px;
		list-style:square;

	}
	
	div.content_inner p{
		width:400px;
		float:left;
	}

/***************************************************************/
	div#ajax_content{
		float: right;
		width:407px;
		overflow:hidden;
	}
	
	#contact_form_box table input{
		float:left;
		padding:2px;
		width:176px;
		height:16px;
		background:url(../img/bg_input.jpg) no-repeat;
		margin:0px 5px 6px 0px;
		font-size:10px;
		overflow:hidden;
	}
	
	#contact_form_box table input{
		float:left;
		padding:2px;
		width:176px;
		height:16px;
		background:url(../img/bg_input.jpg) no-repeat;
		margin:0px 5px 6px 0px;
		font-size:10px;
		overflow:hidden;
	}
	
	#contact_form_box textarea{
		float:left;
		padding:2px;
		width:216px;
		height:68px;
		background:url(../img/bg_textarea.jpg) no-repeat;
		font-size:10px;
		font-family:tahoma;
	}
		
	#contact_submit{
		background:url(../img/bg_submit.jpg) center no-repeat;
		width:94px;
		height:27px;
		float:right;
		margin-top:5px;
		font-weight:bold;
		font-size:12px;
		cursor:pointer;
	}
/***************************************************************/

	div#footer{
		float:left;
		width:100%;
		height:50px;
		background:#FFFFFF;
	}
	
		div#footer a{
			color:#00456e;
		}
		
		div#footer p{
			float:left;
			padding:20px 0px 0px 25px;
		}
		
		#sharky{
			float:right;
			margin:12px 25px 0px 0px;
			display:inline;
		}


