/* Flash */

html {
	height: 100%;
}

#flashcontent {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

iframe {
	border: none;
}

/* HTML-Version */


body {
	color: #555;
	background-color: #e4e4e4;
	font: small sans-serif;
	text-align: center;
}

#noflash_message, #alternative_text {
	text-align: left;
	width: 600px;
	padding: 0;
	margin: 4em auto;
}


#noflash_message p {
	background: #fff;
	color: #555;
	border: 1px solid #f60;
	padding: 1em;
}

/*
#noflash_message {
	display: none;
}
*/

/*
#alternative_text {
	display: none;
}
*/

#alternative_text h2 {
	font-size: 1.2em;
	font-weight: normal;
}
