html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   background-color: #000000;
   font-size: 12px;
   text-align:left;
  }

body {background:url(bilder/rahmen.gif) repeat-x;}
      
#seite {
  background-color: #ffffff;
  width: 635px;
	position: relative;
	left: 50%;
	margin-left: -317px;
  height: 100%;
 }

#mitte {
  width: 635px;height:100%;
  background : url(bilder/back.gif); 
  top:0px;
 }    

.text {
  background-color: #000;
  padding-top:255px;
  margin-left:135px;
  font:12px arial;
  width:380px;
  line-height: 20px;
  color: #44aaee;
 }

.banner {
  background : url(bilder/banner.gif);
  height: 252px;
  width:635px;
  position: absolute;
	top:0px;
	left:0px;
  }   
