body {
  	font-family:helvetica, sans-serif;
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}
h1 {
	display:inline;
	}
#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

/*
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/
#inhalt
  {
  background:#fff;
	position:absolute;
	top: 55px;
  width:100%;
  }

#info {
	width:100%;
	background:#f00;
	color:#f00;
	position:absolute;
	top: 0px;
	text-align:center;
	padding:10px 0px;
  	filter:alpha(opacity=55); /* IE */
  	-moz-opacity: 0.55; /* Mozilla */
  	-khtml-opacity:0.55;
  	opacity: 0.55; /* Opera */
	font-size:9pt;
}
#intext {
	width:100%;
	position:absolute;
	top: 0px;
	text-align:center;
	padding:10px 0px;
	color:#fff;
	font-size:9pt;
}
#menu {
	width:100%;
	position:absolute;
	top: 0px;
	text-align:right;
	color:#fff;
	font-size:9pt;
}

#anzeige {
	background:#000;
	width:300px;
  color:#fff;
	padding:5px;
  position:absolute;
	bottom: 0px;
	left: 0px;
  text-align:center;
  	filter:alpha(opacity=75); /* IE */
  	-moz-opacity: 0.75; /* Mozilla */
  	-khtml-opacity:0.75;
  	opacity: 0.75; /* Opera */
}
.titel {
	font-size:16pt;
	}
.teaser {
	font-size:10pt;
	}
.nummer {
	font-size:24pt;
	font-weight:bold;
	}
.preis {
	font-size:8pt;
	}

.weiter {
	background:#000;
	width:150px;
  color:#fff;
  position:absolute;
	bottom: 0px;
	right: 0px;
  text-align:center;
	font-size:8pt;
  padding:5px 0;
  	filter:alpha(opacity=75); /* IE */
  	-moz-opacity: 0.75; /* Mozilla */
  	-khtml-opacity:0.75;
  	opacity: 0.75; /* Opera */
}
.legal {
font-size:8pt;
}
.weiter:hover {
	background:#f00;
	cursor:pointer;
}
.norm {
color:inherit;
text-decoration:none;
}
.nise
{
  	filter:alpha(opacity=01); /* IE */
  	-moz-opacity: 0.01; /* Mozilla */
  	-khtml-opacity:0.01;
  	opacity: 0.01; /* Opera */
  	width:10px;
  	height:10px;
	overflow:hidden;
}
