/* Responsive Full Background Image Using CSS
 * Tutorial URL: http://sixrevisions.com/css/responsive-background-image/
*/
body {
	background-image: url(../../img/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#464646;
}

html, body 
{
	height: 100%;
}

.INHALT
{ 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../../img/geldschein.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 80% auto;
}