body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #022561;
    margin: 0px;
}
.style1 {
	font-size: 9px
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.iframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #022561;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #022561;
	text-align: justify;
}
.button {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: nonek;
	background-color: #C73B20;
	cursor:pointer;
	cursor:hand;
}
.checkbox {
	border: 1px solid #022561;
	background-color:#C73B20;
	color: #022561;
}
.table {
	width:100%;
	height:100%;
	vertical-align:middle;
}
a:link {
	color: #022561;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #022561;
}
a:hover {
	text-decoration: underline;
	color: #022561;
}
a:active {
	text-decoration: none;
	color: #022561;
}
.checkbox {
	border: 1px solid #022561;
	background-color:#C73B20;
	color: #022561;
}
.text {
	font: 12px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}
.titel {
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #343168;
	font-weight: bold;
}
A:link, A:active {
	text-decoration :	none;
	color :	#343168;
	background :	transparent;
}
A:visited {
	color :	#343168;
	background :	transparent;
	text-decoration :	none;
}
A:hover {
	color :	#343168;
	background :	#transparent;
	text-decoration :	underline;
}
.buttonlink {
	FONT-WEIGHT: normal;
	COLOR: #FFFFFF;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Helvetica, sans-serif;
}
.text {
	font: 12px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}
.navitrans {
	background: rgba(34,3,254,0.28) none repeat-x fixed;
}
.titel {
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #343168;
	font-weight: bold;
}
.colortext {
	FONT-WEIGHT: bold;
	COLOR: #343168;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Helvetica, sans-serif;
}
.menulink {
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
}
.menulink A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menulink A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menulink A:hover {
	color: #343168;
	text-decoration: none;
}
.heading {
	FONT-WEIGHT: bold;
	COLOR: #343168;
	FONT-FAMILY: Helvetica, sans-serif;
}
BODY {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Helvetica, sans-serif;
	color: #343168;
}
TD {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Helvetica, sans-serif;
}
TH {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Helvetica, sans-serif;
}
UL {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Helvetica, sans-serif;
}
P {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Helvetica, sans-serif;
}
.input {
	width: 170px;
	border: 1px solid #343168;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: nonek;
}
.verzend {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: nonek;
	background-color: #343168;
}
#apDiv1 {
	position:absolute;
	width:175px;
	height:30px;
	z-index:auto;
	right: 600px;
	top: 210px;
    border: 0px solid #FFFFFF;
    text-align: left;
    margin: 0px;
	padding: 0px;
}    

#zilt {
	width:55px;
	height:30px;
	border: 0px solid #FFFFFF;
    text-align: left;
    float: left;
}

 
#rilt {
	width:97px;
	height:30px;
    border: 1px solid #FFFFFF;
	overflow: hidden;
    border: 0px solid #FFFFFF;
    float: left;
    margin-left:5px;
}   
  
body {
	margin:44px 0 0;
	padding:0;
}

 
#content {
	width:800px;
	height:600px;
	position:relative;
	margin:0 auto;
	border:#000 thin solid;
}

.scroll-pane {
	width: 400px;
	height: 207px;
	overflow: auto;
}

.inner-pane {
	width: 350px;
	padding-left:10px;
	padding-top:-10px;
}

.inner-pane a {
	text-decoration:underline;
	font-weight:bold;	
}
/*
 * CSS Styles jScrollPane.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
	margin-left: 25px;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
{
	margin: 0 -3px 0 0;
}

/*
 * CSS Styles Litebox.
 */
 
#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	min-width:250px;
	max-width:450px;
	height:auto;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	min-width:250px;
	max-width:450px;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: left;
	min-width:250px;
	max-width:450px;
}
#closeButton {
	top: 5px;
	right: 5px;
}
#lightbox img {
	border: none;
	clear: both;
	min-width:250px;
	max-width:450px;
	height:auto;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url(../f23cms/lightbox/overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../f23cms/lightbox/overlay.png", sizingMethod="scale");
}

