body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	background-color: #333333;
}
	#flash-background{
	width:100%;
	height:100%;
	text-align:left;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	margin: 0px;
	}

#website{
	width:100%;
	height:100%;
overflow: hidden;
	text-align:left;
	position:relative;
	z-index:2;

	margin-top: 0px;

	margin-left: 0px;
	}
a {
  color: #E8A400;
}
a:hover {
	background-color: #FFFFFF;
}
img.shot {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
img {
  border: 0;
}
h1 {
	z-index: 1;
	color: #E8A400;
	font-style: italic;
	font-weight: normal;
	margin-top:2.4em;
	position: relative;
	padding-right: 10px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#inhalt {
	margin-left: 0px;
	margin-right: auto;
	width: 840px;
	top: 0px;
	position: relative;
}
#beta {
  position: absolute;
  top: 70px;
  left: 800px;
  width: 172px;
  background-color: #FDF6DF;
  padding: 5px;
  border: 3px solid #E5B22E;
  border-left-width:2px;
  border-top-width:2px;
  color: #000;
  text-align: center;
  font: 0.8em/1.5em Verdana;
  font-weight: bold;
}
#about-bubble p, #ref-bubble p, #downloads-bubble p, #docs-bubble p, #designer-bubble p {
  z-index: 1;
  position: relative;
  font-size:0.9em;
  padding-right: 10px;
  color: #1A1917;
}
#header {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 10;
}
#footer {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	width: 550px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 550px;

}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
  background: transparent;
}
#footer img {
  position: relative;
  top:6px;
}
#about-bubble, #ref-bubble, #downloads-bubble, #docs-bubble, #designer-bubble {
	position: absolute;
	width: 275px;
	height: 273px;
	text-align: center;
}
#designer-bubble {
	position: absolute;
	width: 120px;
	height: 40px;
	text-align: center;
}
#about-bubble-handle, #ref-bubble-handle, #downloads-bubble-handle, #docs-bubble-handle, #designer-bubble-handle {
  cursor: move;
}
#ref-bubble {
  z-index: 10;
}

#ninja {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 84px;
  overflow: hidden;
}

#ninja img, #ninja div {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#ninja img {
  right: -20px;
}

#ninja div.consulting-wrapper {
  width: 240px;
  height: 74px;
}

#ninja div.consulting {
	width: 240px;
	height: 74px;
	left: 0px;
	background-image: url(img/flyer_intro.png);
	background-position: left top;
}

#ninja div.ninja {
	width: 252px;
	height: 84px;
	background-image: url(img/flyer_announcement.png);
	background-position: right top;
}
