
*
	{
	margin:0px;
	padding:0px;
	font-family:Arial;
	}
body
	{
	background-image:url(images/hatter.png);
	background-repeat:repeat-x;
	background-color:red;
	background-attachment:fixed;
	color:white;
	}
p
	{
	font-size:14px;
	text-align:justify;
	}
#container
	{
	position:absolute;
	width:80%;
	height:auto;
	left:6%;
	border-left:groove 3px lightgray;
	border-right:groove 3px lightgray;
	}

#content
	{
	padding:0px 20px 0px 20px;
	}
	
#header
	{
	padding-top:15px;
	height:160px;
	text-align:center;
	}

#header h1, #header h2
	{
	color:white;
	font-style:italic;
	font-family:Arial;
	}

#menu
	{
	height:40px;
	background-image:url(images/bgmenu.png);
	background-repeat:repeat-x;
	}

#menu ul li
	{
	float:left;
	list-style-image:url('images/tire.png');
	width:16%;
	text-align:center;

	}


#menu ul li a
	{
	text-decoration:none;
	color:white;
	font-size:19px;
	font-family:Arial;
	vertical-align:18%;
	}

h2
	{
	padding:25px;
	text-align:center;
	}

h3
	{
	padding:20px 0px 20px 0px;
	}
	
.left
	{
	float:left;
	width:49.5%;
	line-height:20px;
	}

.right
	{
	float:right;
	width:49.5%;
	text-align:center;
	}
	
img
	{
	margin:20px;
	}

#clear
	{
	clear: both;
	}
	
ol
	{
	padding-left:30px
	}
	
#contact iframe
	{
	border:3px ridge black;
	margin-left:4%;
	margin-top:4%;
	}
	
#contact p
	{
	line-height:30px;
	font-size:18px;
	}

#logok
	{
	float:left;
	}
	
#termekek
	{
	float:right;
        width:60%;
	}

#termekek table, #termekek td
{
border:1px solid;
border-collapse:collapse;
padding:3px;
text-align:center;
}
	
#termekek table
{
width:90%;
}

#logok img
	{
	width:200px;
	}
	
#footer p
	{
	padding:30px;
	text-align:center;
	font-size:12px;
	}
	
#gallery img
	{
	width:150px;
	}


