﻿/* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt version:2.6.0 */
html{}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:100%;}
h5{font-size:80%;}
h6{font-size:70%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
/*End YUI reset*/

strong, th{font-weight:bold;}
em{font-style:italic;}
th, td{padding:3px;}
table{margin-left: 1px;}

/*End css algemeen*/
@media screen, projection {
	body {
		margin: 8px;
/*		font-weight: normal;*/
		font-size: 10pt;
/*		margin: 0px 20px 0px 12px;
		color: #000077;
		line-height: normal;
		font-style: normal;*/
		font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
/*		text-decoration: none;*/
		overflow: scroll;
	}
}
@media print {
	body {
/*		font-weight: normal;*/
		font-size: 10pt;
		margin: 30px 25px 25px 60px;	/* Let op: als marge links+rechts te klein, dan passen afb. niet! */
/*		color: #000000;
		line-height: normal;
		font-style: normal;*/
		font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
/*		text-decoration: none;*/
	}
	img {
		max-width: inherit;	/* 600px; */
		width: expression(document.body.clientWidth > 600? "600px": "auto" );	/* max-width voor IE, haha */
/*		width: 90%;*/
	}
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25pt;
}
.logo_kleineletter {
	font-size: 9pt;
}
a {
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
/*	color: #9933CC;*/
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
a:hover {
/*	color: #FF00CC;*/
	color: #0000FF;
	text-decoration: underline;
}
@media print {
	a:link {
		color: #000000;
	}
	a:visited {
		color: #000000;
	}
	a:active {
		color: #000000;
	}
	a:hover {
		color: #000000;
	}
}
@media screen, projection {
	#container {
		position: relative;
		margin: 0 auto 10px auto;
		width: 950px;
	}
}
@media print {
	#container {
		position: inherit;
		margin: 0 auto 10px auto;
		width: auto;
	}
}
#session {
	position: absolute;
	left: 5px;
	top: 45px;
	width: 310px;
	height: 13px;
	background-color: transparent;
	overflow: hidden;
	display: none;
}
.indent {
	position: absolute;
	left: 0px;
	margin-left: 180px;
}
p {
	margin: 19px 0px 18px 0px;
	padding: 10px;
}
h1 {
	margin: 0px 0px 0px 0px;
/*	margin:10px 0 16px 0;*/
	padding: 0px 0px 0px 0px;
}
.klein {
	font-size: 10pt;
}
.bladwijzer a:link, .bladwijzer a:visited, .bladwijzer a:active, .bladwijzer a:hover,
a.bladwijzer:link, a.bladwijzer:visited, a.bladwijzer:active, a.bladwijzer:hover {
	color: #0000FF;
}
@media print {
	.bladwijzer a:link, .bladwijzer a:visited, .bladwijzer a:active, .bladwijzer a:hover,
	a.bladwijzer:link, a.bladwijzer:visited, a.bladwijzer:active, a.bladwijzer:hover {
		color: #000000;
	}
}
.menu {
	font-family: Arial;
}
.menu li {
	float: left;
}
.menu a {
	color: #009933;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.menu a:hover {
	color: #003300;
	text-decoration: none;
}
