@charset "utf-8";
/* CSS Document core_menuBottom-20150120.css / 20 Jan 2015 */



#bottom_menu {
	float:right;
	margin-right:6%;
	width:570px;
}
#bottom_menu a, #bottom_menu div {
	display:block;
	float:left;
	margin-left:20px;
	padding:14px 12px;
	font:12px 'FranklinGothicBookRegular', Arial, sans-serif;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:4px;
	height:auto;
}
#bottom_menu a {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
#bottom_menu div {
	cursor:pointer;
}
#bottom_menu #bt_callback {
	width:40px;
	height:40px;
	padding:2px 0 0 0 !important;
}
.bt_callback_on, #bottom_menu #bt_callback:hover {
	background:transparent url("../img/button_callback-on.png") 0 2px no-repeat;
}
.bt_callback_off {
	background:transparent url("../img/button_callback-off.png") 0 2px no-repeat;
}
#bottom_menu #bt_gplus {
	background:transparent url("../img/button_gplus-off.png") 0 2px no-repeat;
}
#bottom_menu #bt_gplus:hover {
	background:transparent url("../img/button_gplus-on.png") 0 2px no-repeat;

}





#bottom_menu_portfolio, #bottom_menu_manufaktur {
	width:920px; /* = 960 - right padding */
	height:80px;
	position:absolute;
	bottom:-80px;
	right:0px;
	z-index:9;
	background-color:#040404;
	padding-right:40px;
}
#bottom_menu_portfolio a, #bottom_menu_manufaktur a {
	float:right;
	margin-top:20px;
	margin-left:15px;
	padding:14px 12px;
	font:12px 'FranklinGothicBookRegular', Arial, sans-serif;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:4px;
	text-decoration:none;
	outline:none;
}


