* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin:0px;
  padding:0px;
  font-size:12px;
  color:#333333;
  background-color:#000000;
  background-image:url(images/bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;

}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#start {
  position:relative;
  width:984px;
  margin:auto;
}

#inhalt {
	position:relative;	
	min-height: 650px;
   height: auto !important;
   height: 650px;
}

#logo {
	position:absolute;
	left:0px;
	top:25px;
}
#flash {
	position:absolute;
	top:143px;
	left:0px;
	width:984px;
	height:507px;
}



