html, body
{
	margin				: 0;
	padding				: 0;
}
body
{
	background-color	: #fff;
	font-size			: 9pt;
	font-family			: arial;
	color				: #000;
}

a img
{
	border				: none;
}
a
{
	color				: #adbed6;
	text-decoration		: none;
}
a:hover
{
	text-decoration		: underline;
	color				: #5a4d7b;
}

#container 
{ 
	margin				: 0 auto;
	width				: 1002px;
}
#header
{
	height				: 101px;
	background			: url('../../images/header.png') left top no-repeat;
}

#aanvraag
{
	float				: right;
	margin				: 0 0 0 0;
	height				: 101px;
	width				: 530px;
	display				: block;
	background			: url('../../images/aanvraag.gif');
}

#aanvraag span
{
	float				: left;
	padding				: 37px 0 0 287px;
	width				: 240px;
	display				: block;
	font				: bold italic 16px 'trebuchet ms';	
	color				: #fff;
	line-height			: 20px;
}

#logo
{
	padding				: 45px 0 0 160px;
}
#logo a
{
	display				: block;
	width				: 270px;
	height				: 13px;
	color				: #000;
	text-transform		: uppercase;
	font-weight			: bold;
	font-family			: arial;
	letter-spacing		: 4px;
}
#logo span
{
	color				: #5a829c;
	margin-left			: -8px;
}
#logo a:hover
{
	text-decoration		: none;
}

#main
{
	background			: url('../../images/nav.jpg') left top repeat-y;
}

/* left, navigation */
#navigation
{
	width				: 199px;
	padding				: 81px 10px 10px 10px;
	float				: left;
	background			: url('../../images/navtop.jpg') left top no-repeat;
	font-size			: 8pt;
}

#navigation h3
{
	margin				: 0 0 5px 0;
	padding				: 15px 0 0 0;
	font				: 13pt Georgia, "Times New Roman", Times, serif;
	background			: url(images/background_h3.gif) repeat-x bottom;
	color				: #fff;
}

#navigation p, #navigation form
{
	margin				: 0 0 10px 0;
	padding				: 0px;
}
fieldset
{
	border				: none;
	margin				: 0px;
	padding				: 0px;
}
fieldset legend
{
	display				: none;
}

#navigation a
{
	color				: #5a4d7b;
}


/* text */
#content
{
	background			: url('../../images/contenttop.png') left top repeat-x;
	margin-left			: 219px;
}
#text
{
	padding				: 20px;
}

#text h1 a, #text h2 a, #text h3 a, h4 a
{
	text-decoration		: none;
}

h1 a
{
	color				: #fff;	
}
#text h2
{
	margin				: 20px 0 0 0;
	padding				: 0px;
	color				: #5a4d7b;
	border-top			: 5px solid #94aac6;
	font				: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

h2 a
{
	color				: #5a4d7b;	
}

h2 a:hover
{
	color				: #94aac6;
}

p.entrynavigation
{
	font-size			: 8pt;
	margin				: 9px 0 0 0;
	padding				: 0px;
}

p.entrynavigation a
{
	margin				: 0 4px;
	padding				: 0 1px;
	color				: #000;
	background			: url(images/background_h3.gif) repeat-x bottom;
}

p.entrynavigation a:hover
{
	color				: #94aac6;
}

.entry a:hover
{
	text-decoration		: none;
	color				: #94aac6;
}

.entry span.date, .entry span.tags
{
	margin-top			: 12px;
	display				: block;
	font-size			: 7pt;
	border-bottom		: 1px solid #94aac6;
	color				: #666;
}

.comments {
	color: #666;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
}

.comment {
	color: #000;
	margin: 10px 0px 20px 0px;
	background: #ccc;
	padding: 15px;
	border-left: 3px solid #666;
}

div.message a
{
	color: #fff;
	text-decoration: none;
}
div.message a:hover
{
	color: #fff;
	text-decoration: underline;
}

.commentform, .commentform a {
	font-size: 8pt;
	color: #666;
}

.commentinput {
	width: 170px;
	margin: 0px 0px 3px 0px;
}

.entryfooter {
	margin: 20px 0px 0px;
}

.entryfooter a:hover
{
	color: #5a4d7b;
}

.meta {
	float: right;
	font-size: 0.95em;
	letter-spacing: 0;
	margin-top: 10px;
}


/* footer */

#footer
{
	clear				: both;
	background			: #adbed6 url('../../images/nav.jpg') left top repeat-y;
	height				: 67px;
	font				: bold 12px 'trebuchet ms';
	color				: #fff;
}

#footer img
{
	position			: absolute;
	z-index				: 1000;
	margin				: -10px 0 0 60px;
}
body #footer ul
{
	margin-left			: 230px;
	padding				: 10px 0 30px 0;
	list-style-type		: none;
}
#footer li
{
	margin-left			: 10px;
	float				: left;
}
#footer a
{
	color				: #fff;
	text-decoration		: underline;
}
#footer a:hover
{
	text-decoration		: none;
}