/************************************************** sto.com layout *****/
/*************************************** Copyright (c) 2014 Sto ********/
/***********************************************************************/
/************************* grid stylesheet includes page framework *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/

html,
body
{
	height: 100%; /* for sticky footer */
}

/************************************************************/
/* START: sticky footer */
#page_wrapper
{
	min-height: 100%;
	
	margin: 0 auto -123px;
}

.footer_position
{
	clear: both;
	
	height: 123px;
}

#footer 
{
	position: relative;
	clear: both;
	width: 960px;
	
	height: 73px;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 20px 0 15px;
}
/* END: sticky footer */
/************************************************************/