/*==================================================================================================================
  Hauptattribute
==================================================================================================================*/

html{
   overflow-y:scroll;
   overflow-x:hidden;
}

html,body{
	height:100%;
	margin:0px;
	padding:0px;
	/*   overflow:hidden;*/
}

body{
	/*   overflow-y:scroll;*/
}


/*==================================================================================================================
  ID bezogen
==================================================================================================================*/

#footer{
	width:922px;
	margin:auto;
	height: 30px;
}

#push{
    height:30px;
}

#site{
	width:922px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -35px; /* the bottom margin is the negative value of the footer's height */
}

html>body #site {
	margin: 0px auto -30px; /* the bottom margin is the negative value of the footer's height */
}



/*==================================================================================================================
  Klassen
==================================================================================================================*/


