html, body, #content { 
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	min-width:780px;
	min-height:480px;
}
#content {
	position:absolute;
	z-index:10;
}
#placeholder {
	z-index:5;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:780px;
	height:480px;
}
#inhalt {
	display:none;
}
a:focus, object:focus {
	outline: none;
	-moz-outline-style: none;
} 