@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
	border:none;
}

html {
	background:url(../grafiken/bg-page.png) fixed repeat;
	height:100%;
	overflow: hidden;
	width:100%;
	font:normal 17px/24px Georgia, "Times New Roman", Times, serif;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../grafiken/bg-page.png) fixed repeat;
	font:normal 17px/24px Georgia, "Times New Roman", Times, serif;
}

#flashcontent {
		height: 100%;
}
