html { margin: 0; padding: 0; }
body {
  background: #fff;
  color: #9f0800;
  font: 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif; 
  margin: 0; 
  padding: 0;
}

/***********************************************
  generelle Klassen
***********************************************/
.ir {
  font: 0px/0px sans-serif;
  text-indent: -1000px;
  text-decoration: none;
  overflow: hidden;
}
.clr {
	display: block;
	clear: left;
	height: 0px;
}
.small {
  font-size: 10px;
}

/***********************************************
  Seitenaufbau
***********************************************/
div#mainwrapper   { margin: 18px auto 0 auto; text-align: center; width: 900px;}
div#flash-wrapper { height: 536px; margin-top: 18px; }


p.bodytext { padding-left: 8px; text-align: left; width: 700px; }

a#noflash { background: url(../_img/noflash.gif) 0 0 no-repeat; display: block; height: 535px; width: 899px; }