body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	margin:0;
	padding:0;
}

a:link
{
	text-decoration: none;
	border-style: hidden;
	color: #000;
	padding: 0;
	margin: 0;
}

a:visited
{
	text-decoration: none;
	border-style: hidden;
	color: #000;
	padding: 0;
	margin: 0;
}

a:hover , a:active , a:focus 
{
	text-decoration: underline;
	border-style: hidden;
	color: #fff;
	padding: 0;
	margin: 0;
}

a.selected { 
	color:white;
	border-style: hidden;
}

a img {
	border: none;
	border-style: hidden;
}

#page {
    background: #fff url(img/logo.gif) no-repeat top;
    margin: 0 auto;
    border-top:1px solid white;
    width: 800px;
    height:auto;
}

h2 {
    padding: 160px 10px 2px 260px;
	color: #f33;
	font-style: italic;
	font-size: 18px;
}
	
#menu {
    background: #fff url(img/bg.gif) no-repeat top left;
	width:170px;
	padding-top:40px;
	padding-bottom:20px;
}

#menu p {
	padding-left: 0px;
}

#content { 
	float:right;
	background: #fff url(img/bg10.jpg);
	width: 560px;
	padding:2px 10px 0px 15px;
	margin:0px 0px 0px 20px;
}

#content img { padding-bottom:15px;}

#content p { padding-left:22px;}

#content a , a:active , a:hover , a:focus { 
	color: #bb0606;
	border-style: hidden;
}

#content ul { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#content-nav { 
	margin:0px 20px 0px 0px;
}

#content-nav a , a:active , a:hover , a:focus { 
	color: #ffffff;
	border-style: hidden;
}

ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left:20px;
	font-size: 14px;
	font-family: "trebuchet MS";
	font-weight: bold;
	color:black;
}

blockquote {
	color: #363;
	color: #bb0606;
	font-style: italic;	
	margin-left: 22px;
}
	
blockquote.notes {
	color: #363;
	color: #bb0606;
	font-style: italic;	
	margin-left:0px;
	text-align:right;
	width:162px;
}
	
img.ruimte {
	padding:0px;
}

img.note {
	padding:0px;
}

#footer {
	background:#ffffff;
	color:#7790b9;
	font-size:8pt;
	border-top:1px solid #cccccc;
	clear:both;
	padding:2px 16px 0px 16px;
	position:relative;
	margin: 0 auto;
	width: 750px;
	top:5px;
	}	
	
div.footer-tekst {
    margin-bottom:10px; 
	height:16px; 
	color:#aaaaaa;
}
	
div.footer-tekst a {
	text-decoration:none !important;
	margin-left:16px;
	color:#aaaaaa;
}

div.footer-tekst a:hover {
	text-decoration:underline !important; 
	color:#aaaaaa;
}
	
.floatlinks {float:left;}
.floatrechts {float:right;}