#wrapper {
	padding: 20px;
}

body, * {
	color: black !important;
	background: white !important;
}

th, td {
	border: solid #CCC 1px;
}

#header {
	height: auto;
}



#header h1{
	background: red !important;
	padding: 0;
	margin: 0;
	height: auto;
	line-height: 1.4em;
	font-size: 180%;
}

#header h1 span {
	display: block;
}

#logo, #navigation, #sub_navigation, #mainsub  {
	display: none;
}

#inhalt { 
	margin-top: 7px;
	width: 520px;
	margin-left: 0;
	margin-bottom: 15px;
}