@charset "utf-8";
/* CSS Document */

body
{
background-color:#345d11;
background-image:url(../img/bg.jpg);
background-attachment:fixed;
}

.header{
	width:100%;
	height:282px;
	width:960px;
	margin:0 auto;
}

.leftlogo{
	margin-left:12px;
	width:240px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	height:80px;
	float:left;

	}

 
.banner{
	width:960px;
	height:200px;
	float:right;
	background-image:url(../img/banner.png);
}

.translation{
	margin-right:12px;
	padding-top:12px;
	vertical-align:central;
	width:960px;
	height:20px;
	float:right;
	text-align:right;
}

.menutop{
	vertical-align:central;
	width:960px;
	height:50px;
	float:right;
	text-align:right;
}

.container{
	width:960px;
	margin:0 auto;
	background-color:#F8F8F8;
	background-image:url(../img/bg_content.png)

}
.containercontact{
	width:960px;
	margin:0 auto;
	background-color:#F8F8F8;


}

.containerhome{
	width:960px;
	margin:0 auto;
	background-color:#F8F8F8;
	background-image:url(../img/homebg.png)

}


.sidebar{
	width:246px;
	height:100%;

	float:right;
	background-repeat:repeat;

}

.sidebarplaygroundcontact{
	width:232px;
	height:250px;
	margin-top:16px;
	float:right;
	background-image:url(../img/sidebar-contactus.png);

}



.sidebarplayground{
	width:232px;
	height:auto;
	margin-right:16px;
	margin-top:16px;
	float:right;

}

.contenttext{
	padding:16px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
}


.contactsidebartextlinks{
	padding:0px 12px 8px 12px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../img/bg_list.png)
}

.contactsidebartext{
	padding:12px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../img/sidebar-contactus.png);
}

.contactus{
	padding-left:8px;
	padding-right:8px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.contenthome{
	width:680px;
	margin-bottom:16px;
	margin-left:16px;
	margin-right:16px;
	float:left;
	height:100%; 

}

.contentartificialproducts{
	width:680px;
	margin-bottom:16px;
	margin-left:16px;
	margin-right:16px;
	float:left;
	height:100%; 

}

.tabletext{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;

}




.contentaboutus_company{
	width:680px;
	margin:16px;
	float:left;
	height:350px;
	text-align:justify;

}
.contentaboutus_mission{
	width:680px;
	margin:16px;
	float:left;
	height:100%;
	text-align:justify;

}

.contentaboutus_certificates{
	width:680px;
	margin:16px;
	float:left;
	height:450px;
	text-align:justify;

}
.contentservices{
	width:680px;
	margin:16px;
	float:left;
	height:250px; 
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
}

.contentproducts{
	width:680px;
	margin:16px;
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
	float:left; 	
	height:640px; 
	
}

.contentproducts_sports{
	width:680px;
	margin:16px;
	float:left; 	
	height:100%;
}

.contentproducts_artificialgrass{
	width:680px;
	margin:16px;
	float:left; 	
	height:100%;
}


.contentproducts_equipment{
	width:680px;
	margin:16px;
	float:left; 	
	height:100%;
 
	
}


.contentproductsfitness1{
	width:680px;
	margin:16px;
	float:left; 	
	height:840px;
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
 
	
}

.contentproductsartificial{
	width:680px;
	margin:16px;
	float:left; 	
	height:400px; 
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
	
}

.contentproductsrubber{
	width:680px;
	margin:16px;
	float:left; 	
	height:400px; 
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
	
}


.contentprojects{
	width:680px;
	margin:16px;
	float:left;
	height:340px; 
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;

}

.contentcontactus{
	width:920px;
	margin:16px;
	float:left;
	height:100%; 

}

.contentaboutus{
	width:680px;
	margin:16px;
	float:left;
	height:400px;
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
 
}

.clearboth{
	clear:both;
}
.footer1{
	background-color:#00CC66; 
	height:120px;
}

.footer2{
	width:960px;
	margin:0 auto;
	background-image:url(../img/footer.png);
	background-repeat:repeat;
	height:44px;
}

.footer2text{
	padding:6px;
	height:44px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}

.headertext{
	margin:6px 0px 6px 6px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#F00;
	text-shadow:#999;
	
}
.titletext{
	margin:6px 0px 6px 6px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#060;
	text-shadow:#999;
	
}



A:link {text-decoration: none; color:#000000}
A:visited {text-decoration: none; color:#000000}
A:active {text-decoration: none; color:#000000}
A:hover {text-decoration:underline; color:#F00}


.sidebar_ar{
	width:232px;
	margin-left:8px;
	margin-top:28px;
	float:left;
	height:250px;
}

.container_ar{
	width:960px;
	margin:0 auto;
	background-color:#F8F8F8;
	background-image:url(../img/bg_content_ar.png)

}

.contentcontactus_ar{
	width:680px;
	margin:16px;
	float:left;
	height:100%; 

}
