@charset "utf-8";
/* CSS Dokument */
/* Positionierung von Hauptelementen /*

/* main */

* {
	padding: 0px;
	margin: 0px;
}

body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/bg_flashintro.jpg);
	background-position: top;
	font-family: Verdana;
	font-size: 13px;
}

/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#ContainerFlashIntro {
	float: center;
	text-align: center;
}

#FlashIntro {
	width: 820px;
	height: 600px;
    margin-bottom: 0px;
	margin-left: 175px;
	margin-right: 0px;
	margin-top: 100px;
}
