html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

a:focus, img:focus, object:focus{
	outline: none;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

p,h1,h2 {
	color: #ccc;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-transform: uppercase;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
}

p {
	padding-bottom: 10px;
}

.hidden{
	display: none;
}

#navi{
	width: 900px;
	height: 149px;
	top: 70px;
	position: absolute;
	background: #242222 url(/gfx/navi_bg.gif) top left;
}

#navi ul{
	position: absolute;
	width: 900px;
	top: 30px;
	left: 12px;
	margin: 0;
	padding: 0;
}

#navi ul li{
	margin: 0;
  padding: 0;
	list-style: none;
	float: left;
	display: block;
	width: 178px;
	height: 89px;
}

#navi ul li a{
  display: block;
  width: 162px;
  height: 89px;
}

#navi ul li#navi_item_01 a{
  background: url(/gfx/navi_item_01.jpg) top left;
}

#navi ul li#navi_item_02 a{
  background: url(/gfx/navi_item_02.jpg) top left;
}

#navi ul li#navi_item_03 a{
  background: url(/gfx/navi_item_03.jpg) top left;
}

#navi ul li#navi_item_04 a{
  background: url(/gfx/navi_item_04.jpg) top left;
}

#navi ul li#navi_item_05 a{
  background: url(/gfx/navi_item_05.jpg) top left;
}

#content {
	width: 900px;
	position: absolute;
	top: 250px;
}

#flashDiv  {
	width: 900px; 
	margin:0 auto;
	padding: 0;
	position: relative;
	border: 1px solid #000;
}

#noFlash{
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
  height: 50px;
  background-color: #850907;
}

#noFlash p {
	margin: 10px 0;
	font-size: 12px;
}

#noFlash img {
	margin: 10px 10px;
	float: left;
}

#text{
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}


.row {
	margin-bottom: 40px;
	float: left;
}

.image {
	width: 420px;
	float: left;
}

.textbox {
	margin-left: 20px;
	float: left;
	width: 420px;
}

.textbox p {
	font-size: 12px;
}


#impressum p, #impressum h2{
  font-size: 11px !important;
  color: #666;
}

/* Clearfix-Hack */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}