#Content {
	float: none; 
	width:auto; 
	height: auto;
	/*overflow: damit mozilla die langen tabellen komplett ausdrucken kann*/
	overflow:visible; 
	padding-left:0px;
	background-color:transparent;
	min-height: auto;
}

/*################### ab hier: fast gut! ###########################*/

body {
	background:#fff;
}

#Functions, .PrevNextBrother, #AdditorStatus, #AdditorMessage, #AdditorPageInfo, #AdditorPopup {
	display:none;
}


div.LeftOffset, div#OuterFrame {
	position:static;
	top:0px;
	left:0px;
	height:auto;
	width:auto;
	padding-bottom:30px;
	margin:0px;
	display:block;
	clear:both;
	float:none;
}

#Frame {
	float: none;
	background-color:#fff; 
	border:none;
}

#Logo {
	width:auto;
	margin-top:0px; 
	margin-bottom:0px;
	background-color:white;
}

#Menu {
	background-color:#FFF;
	overflow:auto;
	min-width:auto;
}

.MenuOffset {
	float: none;
	display:block;
	background:none;
}

.MenuOffset ul {
	display:none;
}

.PathItem, .PathItem a, h1.title {
	color:#000;
}

h1.title {
	font-size: 2em;
	padding-left: 0px;
	background:none;
	margin-left: 0px;
}

.SomeChildPagesEntryTitle {
	background-color:#000;
	color:#FFF;
}


