.thumbnail {
	float: left;
	width: auto;
	background-color: #f47621;   /* oranje*/
	padding: 10px;
	border-top: 1px solid #1a2c64;   /* blauw*/
	border-right: 2px solid #1a2c64;   /* blauw*/
	border-bottom: 2px solid #1a2c64;  /* blauw*/
	border-left: 1px solid #1a2c64;    /* blauw*/
	margin: 0px 4px 10px 0px;
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
	width: auto;
	margin: 0px 4px 10px 0px;
	background-color: #f47621;  /* oranje*/
	padding: 10px;
	border-top: 3px solid #1a2c64;  /* blauw*/
	border-right: 5px solid #1a2c64;   /* blauw*/
	border-bottom: 5px solid #1a2c64; /* blauw*/
	border-left: 3px solid #1a2c64;   /* blauw*/
}
div.floatright img {
	border-top: 5px solid #1a2c64;   /* blauw*/
	border-right: 4px solid #1a2c64;  /* blauw*/
	border-bottom: 4px solid #1a2c64; /* blauw*/
	border-left: 5px solid #1a2c64;   /* blauw*/
}
.floatleft {
	float: left;
	width: auto;
	margin: 0 4px 10px 0px;
	background-color: #f47621;    /* oranje*/
	padding: 10px;
	border-top: 4px solid #1a2c64;   /* blauw*/
	border-right: 5px solid #1a2c64;  /* blauw*/
	border-bottom: 5px solid #1a2c64;  /* blauw*/
	border-left: 4px solid #1a2c64;   /* blauw*/
}
div.floatleft img {
	border-top: 5px solid #1a2c64;    /* blauw*/
	border-right: 4px solid #1a2c64;  /* blauw*/
	border-bottom: 4px solid #1a2c64;   /* blauw*/
	border-left: 5px solid #1a2c64;    /* blauw*/
}
p {
	margin-top: 0;
}
table {
	margin: 0px auto;
}
div {
	color: #1a2c64;     /* blauw*/
	font-family:  Tahoma,  Arial  Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
pre {
	color: #1a2c64;  /* blauw*/
	font-family:  Tahoma,  Arial  Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-align: auto;
}
p {
	color: #1a2c64;      /* blauw*/
	font-family:  Tahoma,  Arial  Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 5px;
	margin-left: 2px;
	margin-right: 6px;
}
hr {
	height: 1px;
	width: auto;
	color: #f47621;   /* oranje*/
}
/* body {
	font-size: 75%;
	line-height: 1.5em;
	font-family: Tahoma,  Arial  Helvetica, sans-serif;
}*/
u {
	color: #f47621;        /* oranje*/
}
li {
	color: #f47621;    /* oranje*/
}
h1, h2, h3, h4, h5, h6 {
	color: #1a2c64;    /* blauw*/
	font-family:  Tahoma,  Arial  Helvetica, sans-serif;
	line-height: 1;
}
h1 {
	text-transform: uppercase;
	font-size: 2em;
	text-align: center;
	margin-bottom: 0.6em;
}
h2 {
	font-size:2em;
     font-weight: bold;
     text-transform: uppercase;
     text-align:center;
     }
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
}
body {
	background: #fff url(image/background_body.png) 0 0 repeat-x;
	color: #313131;
}
a {
	font-family: font-family: Tahoma,  Arial  Helvetica, sans-serif;
	color: #1a2c64;     /* blauw*/
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;     
	color: #1a2c64;   /* blauw*/
}
a:visited {
	text-decoration: none;
	color: #1a2c64;     /* blauw*/
}
a:hover {
	text-decoration: underline;
	color: #f47621;    /* oranje*/
}
a:active {
	text-decoration: none;
	color: #b2b2b2;
}
