@charset "UTF-8";
/* CSS Document */

.over #inhoud {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #4A40A3;
	background-color: #FFF;
	width: 90%;
	height: 90%;
	position: relative;
	top: 0px;
	margin: 0em;
	padding: 5%;
}
.over .overDiv  {
	width: 43%;
	margin: 0em 0em 1% 2%;
	padding: 1.5%;
	position: relative;
	height: 80%;
	overflow: visible;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border: solid #000890 0.2em;
}
.over .overDiv p {
	font-size: 0.9em;
	padding: 0em;
	margin: 0.5em 0em 0.5em;
}
.over .overDiv h1 {
	font-size: 1.6em;
	padding: 0em;
	margin: 0em 0em 1em;
}
.over .overDiv h2 {
	font-size: 1.3em;
	padding: 0em;
	margin: 0em 0em 0.5em;
}
.over .overDiv h3 {
	font-size: 1.1em;
	padding: 0em;
	margin: 0.5em 0em 0.3em;
	clear: both;
}
.over .overDiv ul {
	font-size: 0.8em;
	margin: 0px 0px 0px 2em;
	padding: 0px;
	list-style-type: circle;
}
.over .overDiv blockquote {
	margin: 0.5em 1em 0.5em 3em;
	font-style: italic;
	color: #8081A1;
	text-align: right;
}
.over .overDiv blockquote .sprkr{
	font-style: normal;
	margin-top: 0em;
	line-height: 1.2em;
	font-size: 70%;
}
#inhoud .overDiv .overview .lft {
	float: left;
	margin: 0% 1% 2% 0;
}
#inhoud .overDiv .overview .rgt {
	float: right;
	margin: 0% 0 2% 1%;
}
#inhoud .overDiv .overview .st {
	width: 30%;
	height: auto;
}
#inhoud .overDiv .overview .lg {
	width: 50%;
	height: auto;
}
#inhoud .overDiv .overview .fll {
	width: 100%;
	height: auto;
}


.overDiv .viewport {
	overflow: hidden;
	position: relative;
	width: 95%;
	height: 100%;
}
.overDiv .overview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.overDiv .thumb .end, .overDiv  .thumb {
	 background-color: #000890;
}
.overDiv .scrollbar {
	position: relative;
	float: right;
	width: 3%;
	max-width: 10px;
}
.overDiv .track {
	background-color: #E6EEFE;
	height: 50%;
	width:100%;
	position: relative;
	padding: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid #000890 1px;
}
.overDiv .thumb {
	height: 20px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.overDiv .thumb .end {
	overflow: hidden;
	height: 20px;
	width: 100%;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
.overDiv .disable{ display: none; }
.clrleft {
	clear: left;
}
.clrrght {
	clear: right;
}
.clrboth {
	clear: both;
}
.fltlft {
	float: left;
}
.fltrght {
	float: left;
}
