
/* hide from ie on mac \*/

html {
	height: 100%;
	overflow: hidden;
	}

#myFlash {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

/* end hide */
	
body {
		height: 100%;
		margin: 0;
		padding: 0;
}

#abfrage {
	background: url(../bg_abfrage.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 350px;
	margin: 100px;
	padding: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#abfrage h1 {
	font-size: 0.8em;
}

#abfrage p {
	font-size: 0.8em;
}

#abfrage a, img {
	color: #666;
	border: none;
	font-weight: bold;
	text-decoration: none;
}

#abfrage a:hover {
	text-decoration: underline;
}
