html,
body,
#seite {
	min-height: auto;
}

html,
body,
* html #seite {
	height: auto;
} 

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff !important;
}

body,
.inhalt,
.inhalt h2 {
	color: #000 !important;
}

#seite #oben,
.seitenbild,
#seite #mitte .links,
#seite #mitte .rechts,
#unten {
	display: none !important;
}

#druckversion {
	display: none;
}

#seite #mitte .zentrum .links {
	display: block !important;
	width: 500px !important;
	background-image: none !important;
	background-color: #fff !important;
}

#seite {
	width: 500px;
	height: auto;
	margin: 0px;
	padding: 0px;	
	background-image: none !important;
	background-color: #fff !important;
}

#seite #mitte,
#seite #mitte .zentrum {
	margin: 0px;
	padding: 0px;
}

#seite #mitte .zentrum,
#seite #mitte .rechts {
	display: block;
	float: none;
}

#seite #mitte .rechts {
	width: auto;
}