/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
 	padding:0;
	margin:0;
	background:none;
}
div#main {
	position:relative;
	width:1024px;
	min-height:650px;
	height:660px;
	padding-bottom:100px;
	background:url(../img/intro_bg.gif) bottom left no-repeat;
}
div#flash_klo, div#flash_haeh, div#flash_noe, div#flash_egal {
	position:absolute;
}
div#flash_klo {
	left:355px;
	top:-15px;
}
div#flash_haeh {
	left:155px;
	top:152px;
}
div#flash_noe {
	left:-155px;
	top:302px;
}
div#flash_egal {
	left:435px;
	top:295px;
}

