/*
 * Screen style sheet.
 *
 * @name $Id: screen-layout.min.css
 * @domain: kommunale-infrastruktur.ch
 *
 * @author		Martin Melheritz martin@visioninternet.ch
 * @date created	23/03/2021
 * @last modified	23/03/2021
 * @copyright 		Copyright (C) 2011 Visioninternet Science & Consulting
 *
 * This is a commercial software product, please visit http://www.visioninternet.ch for more information.
 */
body {
	padding: 0;
	margin: 0;
}
div.bar-header,
div.wrap-footer,
div.wrap-main-title,
div.content-bottom-gap {
	display: none;
}
div#content, div.wrap-body { overflow: visible !important; }