/* --------------------------------------------------------------------------------------
   Immanuel 1970 | Style Sheet
   -------------------------------------------------------------------------------------- */
html, body, #flash_content {
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color:#FFFFFF;
}
#NoFlashContentBlock {
	width: 350px;
	left: auto;
	top: 50px;
	right: auto;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	position: relative;
	bottom: auto;
	padding:10px;
}
.NF_Title {
	font-size: 14px;
	font-weight: bold;
}
.NF_Intro {
	font-size: 12px;
	font-weight: bold;
}
.NF_Tekst {
	font-size: 12px;
	font-weight: normal;
}
#NoFlashContentWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
#NoFlashContentWarning p {
	height: 90%;
	width: 90%;
	padding: 10px;
}
.FlashLink {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}