
/* copyright ArtProLog 2007 Ursula Bartels */


/* box3 SPALTEN */
#spalte2 {
	width: 705px;
}

#spalte3 {
	display: none;
}

/* box3 CONTENT */
#content {
	width:auto;
	float:none;
	padding-right: 0px;
}

#content2 {
	display: none;
}

/* box3 FOOTER */
#footerbox {
	width:705px;
	padding-right: 0px;
}

@media print {
  #spalte2,
  #content {
	width:600px;
	padding: 0px;
	}
}

