#LayoutTop, #LayoutLeft, #LayoutRight, #LayoutBottom  {
	position: static;
	display: none
}

#main {
	display: block;
}

#LayoutCenter, #LayoutContent {
	position: static;
	display: block;
	left: 0px;
	margin-top: 20px;
	margin-left: 0px;
	width: auto;
	background-color: #FFFFFF;
	border: none;
}

.ui-widget-content.padding {
	padding-left: 0px;
}

.nonprint {
	display: none;
}

.onlyprint {
	display: block;
}

.onlyprint table {
	width: 100%;
}

td.druckobenl {
	background-color: #e6e7e8;
}
td.druckobenr {
	background-color: #e6e7e8;
	font-size: 10px;
	text-align: right;
	padding: 2px;
	white-space: nowrap;
	font-size: 10pt;
	color: #000000;
	font-family: Arial,Sans-Serif;
}

.breadcrumb {
	position: static;
	background-color: #e6e7e8;
	float: left;
	color: #000000;
	width: auto;
	line-height: 12px;
}

.breadcrumb a {
	color: #000000;
}

.druckknopf {
	float: right;
}

td.druckoben2 {
	background-color: #e6e7e8;
	color: #000000;
	font-size: 13px;
	padding: 4px;
	border-bottom: 1px solid #004389;
	border-top: 1px solid #004389;
}