/* CSS Document */

/* Grundlayout */


div#main_frame{
  position:absolute;
	height:Inherit;
	left:50%;
	height:100%;
	margin-left: -448px;
}

div#center_frame{
  position:relative;
top:24px;
	width:896px;
	padding:0px 0px 0px 0px;
	height:100%;
	background-color:#FFFFFF;
	background-image:url(../images/bg-kachel-content.gif);
	background-repeat:repeat-y;
}

div#seitenkopf{
  position:relative;
	width:896px;
	padding:7px 0px 0px 0px;
	height:132px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
  z-index:5;
}
	
div#hauptbild{
  position:relative;
	width:896px;
	padding:0px 0px 0px 0px;
	height:auto;
  z-index:0;
}

div#content{
  position:relative;
	width:896px;
	padding:0;
	height:auto;
  background-image:url(../images/bg-kachel-content.gif);
	background-repeat:repeat-y;
}

div#linke-spalte{
  position:relative;
	width:872px;
	padding:0;
	height:auto;
	float:left;
	width:216px;
	padding:24px 0px 0px 24px;
}

div#rechte-spalte{
  position:relative;
	padding:0;
	height:auto;
	float:left;
	width:570px;
	padding:30px 0px 0px 30px;
}


