body {
background-image:url(../images/bg-kachel.gif);
background-repeat:repeat;
padding:0;
margin:0;
}

div#main_frame{
  position:absolute;
	height:Inherit;
	left:50%;
	height:100%;
	margin-left: -443px;
}

div#center_frame{
  position:relative;
	width:886px;
	padding:8px 0px 0px 0px;
	height:100%;
}

div#hauptnavi{
  position:relative;
  width:886px;
  background-image:url(../images/bg-navi.gif);
  background-repeat:no-repeat;
  height:33px;
}

div#header{
	width:886px;
	height:228px;
	background-image:url(../upload/bilder/Seitenkopf/kopfbild.jpg);
}

div#hauptnavi-abstand{
  position:relative;
  padding:0px 2px 0px 15px;
}


div#content{
  position:relative;
  width:886px;
  background-image:url(../images/bg-kachel-content.gif);
  background-repeat:repeat-y;
  height:auto;
}

div#content-left{
  position:relative;
  width:187px;
  height:auto;
  float:left;
}

div#content-left-abstand{
  position:relative;
  padding:5px 8px 10px 17px;
}

div#content-center{
  position:relative;
  width:512px;
  height:auto;
  float:left;
}

div#content-center-abstand{
  position:relative;
  padding:15px 29px 10px 29px;
  text-align:justify;
}

div#content-right{
  position:relative;
  width:187px;
  height:auto;
  float:left;
}

div#content-right-abstand{
  position:relative;
  padding:10px 22px 10px 15px;
  vertical-align:top;
}


div#footer{
  position:relative;
  width:886px;
  background-image:url(../images/bg-footer.gif);
  background-repeat:no-repeat;
  height:27px;
}

div#footer-abstand{
  position:relative;
  padding:3px 29px 5px 29px;
}

div#btn{
  position:relative;
  padding:5px 0px 0px 0px;
}

