/* CSS Document */



html, div, body{
	height:100%;
	width:100%;
}

html, body, div {
	margin: 0;
	padding: 0;
	background-color: #669900;
	overflow: visible;
}



	
div#haupt {
	background-color: transparent;
	height:96%;
	width:96%;
	left:2%;
	top:2%;
	margin: 0px;
	position:absolute;
	overflow: visible;
	visibility: visible;
	z-index: 10;
	}

	
div#nixflash {
	height:200px;
	width:400px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	left: 200px;
	top: 200px;
	position: relative;
	}
	

object,embed{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow: visible;
	text-align: center;
}

img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
