@charset "utf-8";

body {
	background-image: URL("../images/bg.png");
	
	background-color: #000000;
	text-align: center;
	color: #113687;
}

#container {
	width: 894px;
	background-color: #FFFFFF;
	border-right: 3px solid #113687;
	border-left: 3px solid #113687;
	border-bottom: 3px solid #113687;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 894px;
	height: 85px;
	background-image: URL("../images/header_bg.jpg");
}

#france {
	width: 100px;
	height: 40px;
	display: block;
	float: right;
	margin-right: 60px;
	margin-top: 20px;
	color: #FFFFFF;
	
}




#menu {
	width: 140px;
	background-image: URL("");
	
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	border-top: 3px solid #113687;
	float: left;
}

#menu a {
	width: 140px;
	height: 30px;
	display: block;
	background-position: top left;
	text-indent: -1000px;
	overflow: hidden;
}

#menu a:hover {
	background-position: bottom left;
}

#menu a#btn_home {
	background-image: URL("../images/menu_home.png");
}
#menu a#btn_abuotus {
	background-image: URL("../images/menu_abuotus.png");
}
#menu a#btn_services {
	background-image: URL("../images/menu_services.png");
}
#menu a#btn_portfolio {
	background-image: URL("../images/menu_portfolio.png");
}
#menu a#btn_contact {
	background-image: URL("../images/menu_contact.png");
}
#menu a#btn_links {
	background-image: URL("../images/menu_links.png");
}

#menu a#btn_home_fr {
	background-image: URL("../images/menu_home_fr.png");
}
#menu a#btn_abuotus_fr {
	background-image: URL("../images/menu_abuotus_fr.png");
}
#menu a#btn_services_fr {
	background-image: URL("../images/menu_services_fr.png");
}
#menu a#btn_portfolio_fr {
	background-image: URL("../images/menu_portfolio_fr.png");
}
#menu a#btn_contact_fr {
	background-image: URL("../images/menu_contact_fr.png");
}
#menu a#btn_links_fr {
	background-image: URL("../images/menu_links_fr.png");
}



#szolg {
	width: 300px;
	background-image: URL("");
	
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	
	float: left;
}

#szolg a {
	width: 188px;
	height: 159px;
	display: block;
	background-position: top left;
	text-indent: -1000px;
	overflow: hidden;
}

#szolg a:hover {
	background-position: bottom left;
}

#szolg a#btn_stone {
	background-image: URL("../images/portfolio_stone.png");
	margin-bottom:30px
}
#szolg a#btn_wood {
	background-image: URL("../images/portfolio_wood.png");
	margin-bottom:30px
}
#szolg a#btn_metal {
	background-image: URL("../images/portfolio_metal.png");
}


#szolg a#btn_stone_fr {
	background-image: URL("../images/portfolio_stone_fr.png");
	margin-bottom:30px
}
#szolg a#btn_wood_fr {
	background-image: URL("../images/portfolio_wood_fr.png");
	margin-bottom:30px
}
#szolg a#btn_metal_fr {
	background-image: URL("../images/portfolio_metal_fr.png");
}





#content {
	width: 512px;

	margin-top: 10px;
	margin-left: 61px;
	margin-right: 61px;
	margin-bottom: 10px;
	
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	border-top: 3px solid #113687;
	float: left;
}

#content h1 {
	font-size: 20px;
	margin: 0px auto 20px auto;
	text-align: center;
}
#content p {
	margin: 0px 0px 20px 0px;
}

#footer {
	width: 884px;
	border: 3px solid #6B6B6B;
	background-color: #113687;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #FFFFFF;
}

