DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

body
{
	margin:0px;
	background-color:#e6e6e6;
	background-image:url('images/bg.png');
	background-repeat: repeat-x;

}

img
{
	border: none;
	margin:0px;
	padding:0px;
}

#lap
{
	width:830px;
	position:absolute;
	left: 50%;
	margin-left:-415px;
	
}	

		#menu
		{
			width:830px;
			height:100px;
			background-image:url('images/menu.png');
			text-align:right;
			padding-right:16px;
			font-size:3px;
		}
		
				#menu img
				{
					cursor:pointer;
				}
		
		#header
		{
			width:830px;
			height:230px;
			background-image:url('images/header.png');
			text-align:center;
		}
		
		#toppart
		{
			width:830px;
			height:22px;
			background-image:url('images/toppart.png');
			text-align:center;
		}
		
		#content
		{
			width:830px;
			background-image:url('images/content.png');
			background-repeat:repeat-y;
			text-align:center;
			padding-top:20px;
			margin:0px;
		}
		
				#ajanlat
				{
					width:378px;
					background-image:url('images/ajanlat_bg.png');
					background-repeat:no-repeat;
					padding-top:20px;
					margin:0px;
					font-family:Arial;
					font-size:11px;
					color:#ffffff;
					font-weight:bold;
				}
				
						.ajanlatbox td
						{
							font-family:Arial;
							font-size:14px;
							color:#ffffff;
							font-weight:bold;
							padding:5px;
							
						}
						
						.input_text
						{
							width:250px;
							font-family:Arial;
							font-size:12px;
							font-weight:bold;
						}
						
						.input_textarea
						{
							width:250px;
							height:220px;
							font-family:Arial;
							font-size:12px;
							font-weight:bold;
						}
		
				h1
				{
					margin:0px;
					font-family:Arial;
					font-size:22px;
					color:#424242;
				}
				
				p.szoveg
				{
					text-align:justify;
					font-family:Arial;
					font-size:14px;
					color:#424242;
					padding:10px 50px 10px 50px;
					margin:0px;
				}
				
				p.szoveg2
				{
					text-align:justify;
					font-family:Arial;
					font-size:15px;
					color:#424242;
					padding:10px 50px 10px 50px;
					margin:0px;
				}
				
				p.szoveg2_mid
				{
					text-align:center;
					font-family:Arial;
					font-size:15px;
					color:#424242;
					padding:10px 50px 10px 50px;
					margin:0px;
				}
				
				p.contact_nev
				{
					text-align:center;
					font-family:Arial;
					font-size:17px;
					color:#424242;
					padding:10px 50px 10px 50px;
					margin:0px;
					font-weight:bold;
					margin:0px;
				}
				
				ul.lista
				{
					padding-left:40px;
					padding-right:80px;
					line-height:25px;
					margin:0px;
					list-style-type:disc;
				}
				
				ul.lista li
				{
					font-family:Arial;
					font-size:14px;
					color:#424242;
					text-align:justify;
					padding-bottom:20px;
					
				}
				
				.partnerek
				{
					width:700px;
					border-collapse:collapse;
				}
				
				.partnerek td
				{
					font-family:Arial;
					font-size:14px;
					color:#424242;
					padding:10px;
					border:2px solid #dedede;
				}
				
				.partnerek th
				{
					font-family:Arial;
					font-size:16px;
					color:#323232;
					padding:10px;
					background:#dedede;
					border:2px solid #dedede;
				}
				
				.comment
				{
					font-family:Arial;
					font-size:11px;
					font-weight:bold;
				}	
				
				.contact td
				{
					font-family:Arial;
					font-size:14px;
					color:#424242;
					padding:5px;
				}	
								
				#content a:link
				{
					color:#fe7901;
					text-decoration:none;
					font-weight:bold;
				}
				
				#content a:visited
				{
					color:#fe7901;
					text-decoration:none;
					font-weight:bold;
				}
				
				#content a:hover
				{
					color:#fbac18;
					text-decoration:none;
					font-weight:bold;
				}
				
		#bottom
		{
			width:830px;
			height:35px;
			background-image:url('images/bottom.png');
			margin:0px;
			font-family:Tahoma;
			font-size:10px;
			color:#707070;
			padding-top:12px;
			text-align:center;
		}
		
				#bottom a:link
				{
					color:#fe7901;
					text-decoration:none;
					font-weight:bold;
				}
				
				#bottom a:visited
				{
					color:#fe7901;
					text-decoration:none;
					font-weight:bold;
				}
				
				#bottom a:hover
				{
					color:#fbac18;
					text-decoration:none;
					font-weight:bold;
				}
