/*Print CSS*/

/* Elemente ausblenden */
#search, #contenttop {
	display: none;
}

#content {
	position: relative;
	left: 256px;
	/*bottom: 0px;*/
	top: 0px;

		
	width: 472px;
	/*min-height: 100%;*/
	background-color: #fff3cb;
		
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	margin-top: 203px;
}