/***********************************************************
 * File: print.css 
 * Project: Maatschappij der Nederlandse Letterkunde
 *
 * Copyright: (c) 2006 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}	
h1 {
	font-size: 14px;
	font-weight:bold;
	color: #BB4212; 
	margin: 0;
	padding:0;
}
h2 {
	font-size: 12px;
	font-weight:bold;
	color: #BB4212; 
	margin: 0;
	padding:0;	
}
h3 {
	font-size: 11px;
	font-weight:bold;
	color: #BB4212; 
	margin: 0;
	padding:0;
}
#wrapper {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px; 
	margin: 0px auto; 
	text-align: left; 	
	width: 992px; 
}
#top {
	display:none;
}
#onder {
	width:992px;	
	clear: both;
}
#menu {
	display: none;
}
#hetmenu {
	display: none;
}

#content {
	width: 992px;
	padding: 0;
	padding-top: 0px;
	padding-left: 14px;
	float: left;	
}
#links {
	display: none;
}
#links img {
	display: none;
}
#links .tekst {
	display: none;
}
#rechts {
	width: 992px;
	padding-top: 4px;
	float: left;	
}
#rechts .kopje {
	font-size: 12px;
	font-weight:bold;
	color: #000; 
}
#rechts .subkopje {
	font-size: 11px;
	font-style:italic;
	color: #000; 
}
#content a {
	color:#000;
	text-decoration:underline;
}

#contentfooter {
	clear: both;
	height: 0px;
}

#mnlzoek {
	display: none;
}
#mnlzoek input.zoekveld {
	display: none;
}

#footer {
	display: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}