/* /program/themes/cornelia/print.css - additional printer style for theme 'cornelia' for Website@School
 *
 * This file is part of Website@School, a Content Management System especially designed for schools.
 * Copyright (C) 2008-2023 Ingenieursbureau PSD/Peter Fokker <peter@berestijn.nl>
 *
 * This program is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by
 * the Free Software Foundation supplemented with the Additional Terms, as set
 * forth in the License Agreement for Website@School (see /program/license.html).
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
 * for more details.
 *
 * You should have received a copy of the License Agreement for Website@School
 * along with this file. If not, see http://websiteatschool.eu/license.html
 *
 * @author Peter Fokker <peter@berestijn.nl>
 * @copyright Copyright (C) 2008-2023 Ingenieursbureau PSD/Peter Fokker
 * @license http://websiteatschool.eu/license.html GNU AGPLv3+Additional Terms
 * @package wastheme_cornelia
 * $Id: print.css,v 1.5 2023/06/29 13:57:57 peter Exp $
 *
 */
#header {
  display:		none;
}
#quicktop_container {
  display:		none;
}
#leftmargin,
#rightmargin {
  display:		none;
}
#content {
  margin:		10px 0px;
  padding:		5px;
  border:		1px #2244CC solid;
}
#content_inside {
  margin-left:		10px;
}
#quickbottom {
  display:		none;
}
#address {
  display:		block;
}
/* eof /program/themes/cornelia/print.css */
