@charset "utf-8";
/* CSS Document */

a{text-decoration:none; color:inherit;}
input:focus{
outline:none;
}

body{
		background-image:url(img/bg.png);
width:1024px;
margin: auto;	
}

#container{	
		width:990px;
		height:5700px;
		
}

#header{
		padding:10px 0 15px 0;
		width:990px;
	
}

#header-left{
		text-align:left;
}

#header-right{
		float:right;
		width:220px;
}

#search{
		float:right;
		
}

#search-field{
		border:0px;
		background-image:url(img/search-bg.png);
		background-repeat:no-repeat;
		width:127px;
		height:33px;
		padding-left:15px;
}

#menu{
	padding-bottom:80px;
}

#menu a{
	color:black;
	
}

#menu a:hover{
	color:white;
	background-color: rgb(0, 102, 255);
	border-radius: 3px;
	padding: 2px;
	text-decoration: none;
	
}

#menuimg{
	text-align:center;
}

.row p{
	margin:0;
	position:relative;
	bottom:15px;
}

.descriptions_l{
	padding-top:20px; 
	float:left;
	width:450px;
}
.descriptions_r{
	padding-top: 20px;
	float: right;
	width:590px;
}

.descriptions_l ul{
	text-align: right;
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	text-shadow: 1px 1px 2px white;
	
}

.descriptions_r ul{
	padding-left:170px; 
	list-style-type:none;
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	text-align: right;
	text-shadow: 1px 1px 2px white;


}

.productimg-l{
	float:right; 
	width:400px; 
}

.productimg-r{
	float:left; 
	width:400px; 
}

.productimg-l img{
	width:400px;
	height:auto;
}

.productimg-r img{
	width:400px;
	height:auto;
}


h2{
	background: rgba(255, 255, 255, 0.35);
	border-radius: 5px;
	text-shadow: 1px 1px 0px white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none;

}


#partnerek{
	width:190px;
	height:781px;
	background-image:url(img/partnerek-bg.png);
	background-repeat:no-repeat;
	float:right;	
	position:relative;
	right:4%;
	margin-bottom:250px;
	
	
}

#fellepo-img{
	position:relative; 
	left:0; 
	top:0;
}

.seo-text{
	font-size: 9px; 
	color:rgb(228, 228, 228); 
	text-shadow:none; 
	display:inline;
}
