/* B A S I C S 
------------------------------------------- */

html {
  height: 100%
  }

body {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #F1F1F1 url("grafik/bg.gif") center repeat-y;
  font-size: 100.01%;
  }
    
* html .clearfix { height: 1%; overflow: visible; } /* IE6 Fix */
*+html .clearfix { min-height: 1%; } /* IE7 Fix */
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }


/* P O S I T I O N
------------------------------------------- */

#weiche {
  margin: 0 auto;
  width: 1012px;
  background: url("grafik/header.jpg") no-repeat;
  }
  
#header {
  height: 170px;
}
  
#center {
  width: 760px;
  margin: 10px 100px;
  border-bottom: 1px solid #00355F;
  }
  
#st_josef {
 float:left;
 } 

#bergmannsheil {
 float:right;
 } 

#footer {
  width: 760px;
  margin: 10px 100px;
}

#footer p {
 font-family: Arial, Sans Serif;
 font-size:12px;
 color:#00355F;
}




