a,
h {
	color: black;
}

body {
	background: none;
}
#header,
#left,
#nav,
#themenbloecke,
#project,
#footer {
	display: none;
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#main {
	margin-bottom: 0;
	float: none;
}
#content {
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
	float: none;
}

#content h1 {
  page-break-before: always;
}

#content .print-only {
  display: block;
}
#content .screen-only {
  display: none;
}


/* @group Hinweistexte im Formular müssen angezeigt werden */
.hint {
	position: relative;
	left: 0;
	width: 100%;
	font-size: .8em;
	color: #999999;
	background: white;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.hint .hint-pointer {
	display: none;
}
/* @end */