body {
	background-color: #000000;
	background-image: url(/img/achtergrond-test.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	overflow-x : hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0px;
	behavior: url(/scripts/iepngfix.htc);
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0a042a;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a042a;
	font-weight: bold;
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}
a:link {
	color: #0a042a;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #0a042a;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #195489;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #195489;
	text-decoration: none;
	font-weight: bold;
}
.pxborder {
	border: 1px solid #0a042a;
}
.nav
{
	text-align:left;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:150px;
	margin-top:0px;
	width:300px;
	height:450px
}
.logo
{
	text-align:left;
	position:absolute;
	top:62px;
	left:50%;
	margin-left:-325px;
	margin-top:0px;
	width:650px;
	height:90px
}
.content
{
	text-align:left;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-325px;
	margin-top:0px;
	width:650px;
	height:485px;
	overflow-y:auto;
}
.intro
{
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-325px;
	margin-top:-150px;
}
.smalllogo
{
	text-align:left;
	position: absolute;
	top: 100%;
	left: 10px;
	margin-top: -30px;
	float: left;
}
.sub
{
	text-align:center;
	position:absolute;
	top:585px;
	left:50%;
	margin-left:-325px;
	width:450px;
	height:30px
}




input, textarea, select{
	border:0;
	margin:3px;
	padding:0px 3px;
	font:90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;

}

label{
	float:left;
	margin:5px;
	width:100px;
	display:block;
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(/img/shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(/img/shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(/img/shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(/img/shadowTopRight.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

	.frmShdwCheck img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0;
	background:#f7f7f7 !important;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px !important;
	padding: 0 0 3px 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#666666;
	text-decoration:none;
}

.frmShdwSelectDropShown{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:absolute;
	background:#ffffff;
}

.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0;
	margin:5px 5px 0px 0px;
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	border-bottom:1px dashed #ffffff;
	text-decoration:none;
	color:#666666;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
		border-bottom:1px dashed #cccccc;
	}
	
	.frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		border-bottom:1px dashed #cccccc;
		text-decoration:none;
		color:#666666;
	}
	

	
