* {
	margin: 0;
	padding: 0;
	font: 16px/16px Arial,Helvetica,sans-serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link-white {
	padding: 0 20px 0 20px;
	font: italic 16px/20px Arial,Helvetica,sans-serif;
	color: #fff;
	background: transparent url(/includes/img/bg-link-white.gif) no-repeat 0 5px;
}
a.link-grey {
	padding: 0 20px 0 20px;
	font: italic 16px/20px Arial,Helvetica,sans-serif;
	color: #b3b3b3;
	background: transparent url(/includes/img/bg-link-grey.gif) no-repeat 0 5px;
}

h1 {
	margin: 0 0 18px 0;
}
h2 {
	font: 24px/24px Arial,Helvetica,sans-serif;
	color: #fff;
}
p {
	width: 600px;
	margin: 0 0 18px 0;
}
p, p * {
	color: #000;
}
p a {
	color: #fff;
}
blockquote {
	display: block;
	clear: both;
	width: 600px;
	margin: 18px 0 18px 50px;	
}
ol {
	width: 582px;
}
ol li {
	margin: 0 0 18px 30px;
	color: #000;
}
pre {
	margin: 0 0 18px 50px;
}
table.thoughts {
	margin: 0 0 18px 50px;
	border-collapse: collapse;
	border: 1px solid #000;
}
table.thoughts td {
	padding: 2px 5px;
	vertical-align: top;
	border: 1px solid #000;
}

table.thoughts td, table.thoughts td * {
	color: #000;
}
table.footnotes {
	margin: 0 0 18px 0;
	border-collapse: collapse;
}
table.footnotes td {
	padding: 2px 5px;
	vertical-align: top;
	font: 14px/18px Arial,Helvetica,sans-serif;
	color: #000;
}
table.footnotes td a{
	font: 14px/18px Arial,Helvetica,sans-serif;
	color: #fff;
}

.green-dark {
	color: #006b33;
}
.green-light {
	color: #7dff00;
}
.green-bright {
	color: #00ff00;
}
.white {
	color: #fff;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

#containerGlobal {
	position: relative;
	min-width: 1040px;
	width: 100%;
	height: 1000px;
	overflow: hidden;
	background: transparent url(/includes/img/bg-global.jpg) no-repeat;
}

#content {
	position: relative;
	width: 700px;
	height: 800px;
	overflow: auto;
}

#content em {
	font-style: italic;
}

#content * {
	font: 14px/18px Arial,Helvetica,sans-serif;
}

#content sup a {
	font: 10px/10px Arial,Helvetica,sans-serif;
	color: #fff;
}

#containerArrows {
	position: absolute;
	right: -190px;
	top: -231px;
	z-index: 0;
	text-align: right;
	background: transparent;
}
#containerArrows img {
	width: 710px;
	height: 944px;
}

#containerLogo {
	position: absolute;
	left: 17px;
	top: 11px;
	text-align: right;
}
#containerLogo img {
	width: 32px;
	height: 56px;
}

#containerContent {
	position: absolute;
	left: 67px;
	top: 128px;
	background: transparent;
}

#containerNav {
	position: absolute;
	left: 67px;
	top: 53px;
	z-index: 1;
	background: transparent;
}

#infoBox {
	position: absolute;
	width: 337px;
	height: 159px;
	padding: 33px 45px 0 65px;
	z-index: 1;
	background: transparent url(/includes/img/bg-infobox.png) no-repeat;
	display: none;
}
#infoBox.green-dark {
	background: transparent url(/includes/img/bg-infobox-green-dark.png) no-repeat;
}
#infoBox.green-bright {
	background: transparent url(/includes/img/bg-infobox-green-bright.png) no-repeat;
}
#infoBox.green-light {
	background: transparent url(/includes/img/bg-infobox-green-light.png) no-repeat;
}

#infoBox table {
	height: 117px;
}
#infoBox table tr td {
	font: bold 12px/16px Arial,Helvetica,sans-serif;
	color: #fff;
	vertical-align: middle;
}
#infoBox  a{
	font: bold italic 12px/16px Arial,Helvetica,sans-serif;
	color: #fff;
}

#tableSearch td {
	padding: 20px 10px 20px 0px;
}

label {
	font: 16px/16px Arial,Helvetica,sans-serif; 
}
select {
	width: 160px;
	height: 24px;
}
input {
	width: 156px;
	height: 20px;
}
select.refinement {
	width: 50px;
}
input.refinement {
	width: 100px;
}

.refine-button {
	font: 16px/16px Arial,Helvetica,sans-serif;
	color: #7dff00;
}
.search-button {
	font: 18px/18px Arial,Helvetica,sans-serif;
	color: #00ff00;
}

#vraag {
	width: 370px;
}
