/**
 * $Id: print.css 865 2010-09-14 doc $
 * Website Baker template: luxadvies standaars
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file defines the CSS styles used for print devices.
 *
 * LICENSE: GNU General Public License
 * 
 * @author     MirteVG
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker 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 General Public License for more details.
*/

body,td,th {
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}

b, strong {
	color: #C60;
}

img {
	border: 1px solid #C60;
	padding:3px;
	margin-right:10px;
}
a:link, a:visited, a:active {
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
 h1 {
	color: #C60;
	font-size: 20px;
	font-family: verdana, arial;
	border-bottom-color: #C60;
	border-bottom-width: 1px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	margin: 0;
	margin-bottom: 15px;
}

 h2 {
	padding: 0;
	margin: 0;
	line-height: 14px;
	font-weight: bold;
	font-size: 16px;
	color: #C60;
	margin-top: 5px;
	margin-bottom: 5px;
}

 h3 {
	padding: 0;
	margin: 0;
	line-height: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #C60;
}

#header {	display: none;

}
#toplogo {
	display: none;
}	
#menu {
	display: none;
}
#content {
	vertical-align: top;
}
#right {
	display: none;
}

#footer {
	display: none;
}