/*	
	Style sheet voor printvriendelijke versie De Webmees
	(c) 1997-2003 Hans Werksman
	http://www.xs4all.nl/~werksman/webmees
	webmees@xs4all.nl
	Laatste wijziging: 17-10-03 16:39:02
*/

.noprint {
	display: none;
}

.favo {
	display: none;
}

.advertentieline {
	display: none;
}

#advline {
	display: none;
}

#adv {
	display: none;
}

.payoff {
	display: none;
}

.linkermarge  {
	display: none;
}

.printvriendelijk {
	width: 650px;
}

body {
	margin-left : 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color : #000;
	background-color: #fff;	
	font: 9pt/15pt Verdana,Helvetica, Arial, sans-serif;
}	

P, caption, div, input, blockquote, ul, OL, TD  {
	color : #000;
	font: 9pt/15pt Verdana,Helvetica, Arial, sans-serif;
}	


h1, h2, h3, H4  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	color : #000;
	display: block;
    font-weight : bold;
	line-height: 100%;
}

H1  {
	font-size : 24px;
	text-align: left;
}

H2  {
	font-size : 160%;
}

H3  {
	font-size : 140%;
}

H4  {
	font-size : 100% !important;
	font-weight : bold;
	background : #fff;
	border-style : outset;
	border-color : #dcdcdc;
	border-width : 1px;
	padding: 2px;
}

BLOCKQOUTE	{
	margin-left: 10px;
	margin-right: 10px;
}	
	
pre  {
	font-family : "Courier New", Courier, monospace;
	font-size : 9pt/15pt;
	line-height : 1.5em;
	font-weight : bold;
	color : #000;
	margin-left : 10px;
	margin-right : 20px;
	border-style : outset;
	border-color : #dcdcdc;
	border-width : 1px;
	padding: 2px;
	white-space : pre;
}

EM  {
	font-style : italic;
	font-weight : bold;
}

I  {
	font-style : italic;
}

HR  {
	color: silver;
} 

	
strike  {
	text-decoration : line-through;
	color : #808080;
	font-weight : bold;
}

strong, B {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-weight : bold;
}

th  {
	font-size: 15px;
	font-weight : bold;
	color : #000;
	background : #dcdcdc;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	border : 1px solid #000;
}


/* randen van tabellen*/



.rand  {
	border-left : 1px solid #000;
	border-top : 1px solid #000;
	border-right: 0px;
	border-bottom: 0px;	
	font-size : 11px;
	line-height : 12px;
	padding: 4px;
	width: 200px;
}

input.zend  {
	color : #f00;
	font-weight : bold;
	background : #dcdcdc;
	border : 1px solid #000;
	text-align : center;
	font-size: 12px;
	line-height: 14px;	
}






