@CHARSET "UTF-8";
@import url(base.css);

.column {
	/*float: left;--------IE-Printbug-Verursacher*/
	float: none;
}

div#topBar,
ul.nav_main,
div#subnav,
div#rightcolumn,
div#footer {
	display: none;
}

div#leftcolumn,
div#centercolumn {
	width: 99%;
}

.column div.innerpadding {
	border-bottom: 1px solid #5F5E5E;
}