@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(http://www.efeltrade.hu/pictures/site/bg_gd_3000_rot.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	
}
	
h1, h2, h3 {
	font-family: Arial;
	color: #999;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase; 
}
	
p, li {	
	font-family: Arial;
	font-weight: regular;
 	font-size: 12px;
	font-weight: 100;
	
}

a:link {
	text-decoration: none;
	color: #999;
}

a:visited {
	text-decoration: none;
	color: #999;
}

div.company a:active {
	text-decoration: none;
	color: #fff;
}

div.company a:link {
	text-decoration: none;
	color: #fff;
}

div.company a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}


div.container {
    margin: 0 auto;
	overflow:hidden;
	min-width: 250px;
 }

header {
	margin: 0 0;    
 }
 
div.header {
	margin: 0 0;    
 }
  
div.content {
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0;
	background-color:rgba(0,0,0,0.1);
	overflow:hidden;
 }
 
footer {
	width: 100%;
	height:auto;
    margin: 0 auto;
	text-align: center;
	background-color: #292929;
    overflow: hidden;
 }
  
/*Responsive settings*/
@media only screen and (max-width:1000px){ 
div.content {
	margin: 20px 0 0 0;
 }

div.product {
	margin-right: 1.5%;
	mardin-left: 1.5%;
 }

div.news img {
	margin-top: 7px;
 }
 }