/**************************************************************************************************************************************
***																																	
***										
***																																	
**************************************************************************************************************************************/

html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

/* hide from ie on mac \*/
html {
  height: 100%;
  overflow: auto;
}
			
/* end hide */
		
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #2f3545;
}

/*************************************************************************************************************************************

	Presets & Allgemeines

*************************************************************************************************************************************/

#flashcontent {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width:  100%;
	
}

#info {
	position:absolute;
	height:410px;
	width:708px;
 	margin:-205px 0px 0px -354px;
 	top: 50%;
 	left: 50%;
}

a:link, a:hover, a:visited, a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}

#foot {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #a4a4a4;
	width:604px;
	margin: 0 0 0 15px;
	line-height: normal;
}

#foot p {
	margin: 0 0 0 0;
}

