.border-center {
width: 100%;
clear: both;
text-align: justify;
/*background:#ffffff; Entfernt Sebastian 09.10.12*/
}

.border-center_top { background: url(images/border-center_top.png) repeat-x top; }
.border-center_right { background: url(images/border-center_right.png) repeat-y right; }
.border-center_bottom { background: url(images/border-center_bottom.png) repeat-x bottom; }
.border-center_left { background: url(images/border-center_left.png) repeat-y left; }
.border-center_top-right { background: url(images/border-center_top-right.png) no-repeat top right; }
.border-center_top-left { background: url(images/border-center_top-left.png) no-repeat top left; }
.border-center_bottom-right { background: url(images/border-center_bottom-right.png) no-repeat bottom right; }
.border-center_bottom-left { background: url(images/border-center_bottom-left.png) no-repeat bottom left; }

#center {
	position:relative;
	z-index:30;
	float:right;
	width:580px;
	margin-right:35px;
	margin-top:26px;
	padding:0px; /* ohne rand uf 10px */
	min-height:300px;
	line-height:150%;
	text-align:left;
	margin-bottom:1px;
	border-left:solid 2px #f2f2f2; /* strich bis runter - außer im ie6 */
	padding-left:23px; /* strich bis runter - außer im ie6 */
}

* html #center {
	width: 590px;
	/*margin-right:22px;*/
	padding-left:260px;
	margin-right:0px;
	padding-right:0px;
  margin-top:0px;
	float:none;
	height:auto !important;
	height:750px;
	padding-top:26px;
	border-left:none;  /* strich bis runter - aus im ie6 weil sonst ganz links*/
	/*padding-left:23px;  strich bis runter - außer im ie6 */
} 

#stage {
	background: #ffffff;
}

#flashcontainer {
	margin-left:-45px;
	margin-top:-20px;
}

* html #flashcontainer {
	 margin-left:-25px;
	 margin-top:-20px;
}

/*#logo {
	position:absolute;
	background: transparent url(images/logo.png) no-repeat 50% 0;
	width:223px;
	height:82px;
	top:0px;
	left:0px;
}
*/

/*#slogan {
	position:absolute;
	background: transparent url(images/slogan.png) no-repeat 50% 0;
	width:319px;
	height:82px;
	top:0px;
	right:0px;
	z-index:10;
}
*/

#centerfull {
	position:relative;
	z-index:30;
	float:right;
	width:785px;
	margin-right:45px;
	margin-left:30px;
	margin-top:26px;
	padding:0px; /* ohne rand uf 10px */
	min-height:300px;
	line-height:150%;
	text-align:left;
	margin-bottom:1px;
}

* html #centerfull {
	width: 785px;
	margin-right:22px;
	padding-left:10px;
	margin-top:0px;
	float:none;
	height:auto !important;
	height:630px;
	padding-top:26px;
} 

.sidebar-left {
	z-index:15;
	display:block;
	position:relative;
	width:200px;
	padding-top:24px;
	/*top:24px; schiebt über footer */
	padding-left:20px;   /*mit margin nimmt es ie6 nicht*/
	min-height:300px;
	padding-bottom:50px;
}

* html .sidebar-left {
	/*margin-left:110px;*/
	/*margin-top:192px;*/
	padding-left:30px;
	position:absolute;
	top:24px;
	/*padding-right:0px;*/
}