DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0px;padding: 0px;}

body 
{
	background-color:#2c2b2b;
	margin:0px;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	padding-top:20px;
}

img
{
	border:none;
	margin:0px;
}

p
{
	margin:0px;
}

#lap
{
	width:920px;
	left:50%;
	margin-left:-460px;
	position:absolute;
	background-image:url('images/content.png');
}

		#top
		{
			width:920px;
			height:117px;
			background-image:url('images/top.png');
			padding-left:10px;
			padding-top:7px;
		}	
		
		#content
		{
			width:920px;
			background-image:url('images/content_bg.png');
			background-repeat:no-repeat;
		}
		
		
				#left
				{
					width:710px;
					float:left;
					text-align:left;
					padding-left:35px;
					padding-top:30px;
					padding-right:20px;
					
				}
				
						#left h1
						{
							font-family: Verdana;
							font-size:18px;
							font-weight:bold;
							color:#eeeeee;
							margin:0px;
						}
						
						#left p.szoveg
						{
							font-family: Verdana;
							font-size:13px;
							text-align:justify;
							color:#dddddd;
							margin:0px;
						}
				
						#left ul.list
						{	
							list-style-image: url('images/li.png');
						}
						
						#left ul.list li
						{	
							font-family: Verdana;
							font-size:13px;
							text-align:justify;
							color:#dddddd;
							margin:0px;
						}
							
						#left .ref td
						{
							font-family: Verdana;
							font-size:12px;
							color:#dddddd;
							padding:15px;
							vertical-align:top;
						}

						#left a:link
						{
							color:#c1380e;
							text-decoration:none;
						}
				
						#left a:visited
						{
							color:#c1380e;
							text-decoration:none;
						}
						
						#left a:hover
						{
							color:#ff9468;
							text-decoration:none;
						}
															
				#right
				{
					width:210px;
					float:left;
					text-align:center;
					padding-right:10px;
					padding-top:5px;
					
				}
				
						#right p.contact
						{
							font-family: Verdana;
							font-size:10px;
							color:#eeeeee;
						}
						
						#right a:link
						{
							color:#d76d42;
							text-decoration:none;
						}
				
						#right a:visited
						{
							color:#d76d42;
							text-decoration:none;
						}
						
						#right a:hover
						{
							color:#ff9468;
							text-decoration:none;
						}
								
		#bottom
		{
			width:920px;
			height:130px;
			background-image:url('images/bottom.png');
		}

	

	