/* Aufbau */

.structure {
	width:100%;
	height:auto;
}

.logo, .nav, .top_link {
	display:none;
}

div.header {
	color:#ff9900;
	display:none;
}

div.header_print {
	color:#000000;
	font-weight:bold;
	font-size:14pt;
	border:solid 3px #ff9900;
	padding:8px;
	display:block;
	text-align:center;
	margin:0px;
	margin-bottom:2em;
}

.text {
	vertical-align:top;
	margin:0px;
	padding:0px;
}
