/* CSS Document */

/* main classes */
html {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
body {
	margin:0;
	padding:0;
	height: 101%;
	width: 100%;
	color: #000;
	background-color: #FFF;
	font-family: "Arial", Arial, Helvetica, sans-serif;
}
img {
	padding: 0px;
	margin: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
p, p p, p p p {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 18px;
}
p a, p a:visited  {
   text-decoration: underline;
}
p a:hover  {
   text-decoration: none;
}	
h1 {
	margin:0 0 12px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
}
h2 {
	margin:0 0 12px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
h3 {
	margin:0 0 12px;
	line-height:16px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
h4 {
	margin:0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
h5 {
	margin:0 0 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
h6 {
	margin:0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
h6.small {
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
	color: #000;
}

/* layout */

#wrap {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	background-image: none;
}

#mainWrap {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	position: relative;
	text-align: left;	
}
#leftWrap, #rightWrap, #tabWrap, #fondsNav, #fondsSticker, .zoek, #icons  {
	display: none;
}

#centerWrap {
	width: 70%;
	margin: 0;
	padding: 0;
	text-align:left;
	z-index: 20;
}

/* content */

.content {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
}
.content img {
	margin-bottom: 15px;
}
.contentitem {
	margin-top: 20px;
	padding: 10px;
	background-image: url(/site_images/back_item.png);
	background-repeat: repeat-y;
	background-position: left top;
}
* html #leftWrap .contentitem {
	margin-right: 5px;
}
.contentitem h5 {
	border-bottom: 1px solid #C6C7C9;
	padding-bottom: 10px;
}
.contentitem a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	line-height: 15px;
}
.content p ul, .content p ul ul, .content p ul ul ul {
	list-style-type: none;
	margin:15px;
	padding:0;
	}
* html .content p ul, * html .content p ul ul, * html .content  p ul ul ul {
	margin-left:20px;
	}
.content ol, .content ol ol {
	padding:0;
	color: #940031;
	margin:20px;
	list-style-type: decimal;
	}
* html .content ol, * html .content ol ol, * html .content  ol ol ol {
	margin-left:30px;
	}
.content li {
	list-style-type: none;
	list-style-image: url(/site_images/bullit.gif);
	margin:0;
	padding:0;
	}

.results {
	text-align:left;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	margin: 0px;
	display: block;
	border-top: 1px solid #C6C7C9;
	text-decoration: none;
}

.results p {
	text-align:left;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	margin: 0px;
}


/* lijst */

.lijst {
	width: 210px;
	position: relative;
}
.links {
	text-align:left;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	margin: 0px;
	display: block;
	border-top: 1px solid #C6C7C9;
	text-decoration: none;
}
.links p, .links a, .links a:visited {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
}
.lijst .bericht,
.lijst .linklijst  {
	text-align: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	display: block;
	border-top: 1px solid #C6C7C9;
	text-decoration: none;
	cursor: pointer;
}
.lijst .bericht img, .lijst .linklijst img {
	padding-bottom: 12px;
	margin: 0px;
	float: left;
}
.lijst .bericht h4, .lijst .linklijst h4, .lijst h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	border: none;
}
.lijst .bericht h7, .lijst .linklijst h7 {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}
.lijst .bericht p, .lijst .linklijst p, .lijst p {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 5px;
	border: none;
}
.lijst .bericht a, .lijst .bericht a:visited {
	float: right;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.lijst .bericht:hover {
	text-decoration: none;
}
.lijst .bericht h4 a:link, .lijst .bericht h4 a:visited, .lijst .bericht p a:link, .lijst .bericht p a:visited    {
	border: none;
}
.lijst .linklijst a, .lijst .linklijst a:visited {
	display: block;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
}
.lijst .linklijst a:hover {
	text-decoration: none;
}
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* lijstgroot */

.lijstgroot {
	width: 100%;
}
.lijstgroot .bericht {
	text-align:left;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	border-top: 1px solid #C6C7C9;
	text-decoration: none;
}
.lijstgroot .bericht img {
	padding-bottom: 12px;
	margin: 0px;
}
.lijstgroot .bericht a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.lijstgroot .bericht a.right, a.right {
	float: right;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 10px;
}
.lijstgroot .bericht a.right:hover, a.right:hover {
	text-decoration: none;
}

/* lijst */

.lijstbreed{
	width: 100%;
	margin-top: 18px;
}
.lijstbreed .bericht {
	text-align:left;
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	display: block;
	border-top: 1px solid #C6C7C9;
	text-decoration: none;
}
.lijstbreed .bericht img {
	padding-bottom: 12px;
	padding-right: 12px;
	margin: 0px;
	width: 100px;
	float: left;
}
.lijstbreed .bericht h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.lijstbreed .bericht h7 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.lijstbreed .bericht p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}
.lijstbreed .bericht a, .lijstbreed .bericht a:visited {
	float: right;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 18px;
}
.lijstbreed .bericht a:hover {
	text-decoration: none;
	color: #000000;
}
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}



/* gallery */

.thickboxwrapper  {
	position: relative;
	z-index: 100;
}

a.thickbox {
	float: left;
	margin: 0 6px 6px 0;
	width: 69px;
	height: 69px;
	overflow: hidden;
	text-align: center;
}
a.thickbox img {
	margin: 0 0 0 -50%;
}


/* volgende / vorige */

#volgende {
	float: right;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige {
	float: left;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige a, #vorige a:visited, #volgende a, #volgende a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#vorige a:hover, #volgende a:hover {
	text-decoration: none;
}
/* forms en buttons */

form {
	padding: 0px;
	margin: 0px;
}
.invulveld {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	cursor: text;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px 0px 2px 2px;
	height: 15px;
	border: 1px solid #999;
}
input, select,  textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	cursor: text;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px 0px 2px 2px;
	border: 1px solid #999;
}
.submitbutton {
	background-color: #999;
}
