/* GENERAL */
BODY {
	margin : 0;
	background-color : #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 12px;
	text-align : left;
}

A:LINK {
	
}

STRONG{
	color : #0066CC;
	font : normal normal bold 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
TABLE {
	border: 0px;
	font : normal normal 9px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

INPUT {
	font : 12px  Arial, Helvetica, sans-serif;
	padding-left : 3px;
}

TEXTAREA {
	font : 12px  Arial, Helvetica, sans-serif;
	padding-left : 3px;
}

BLOCKQUOTE {
	margin : 22px;
}

H1 {color : #0066CC;
	font : normal normal bold 14px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

SELECT{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 3px;
}

/* PAGE LAYOUT ELEENTS */
#pagina{
	z-index : 1;
	top : 24px;
	width : 800px;
	height : 600px;	
	position : relative;
	background : url(../images/back-content.gif);
	border : 1px solid #333399;
	padding-top : 38px;
	padding-left: 22px;
}

#balk{
	z-index : 1;
	left : 0px;
	top : 0px;
	width : 798px;
	height : 598px;	
	position : absolute;
	border-left : 22px solid #0099CC;
	border-top : 22px solid #0099CC;
	
}

#logo {
	z-index : 2;
	padding-top : 10px;
	top : 0px;
	left : -8px;
	width : 200px;
	height : 400px;	
	position : absolute;
	text-align : left;
}

#titel{
	z-index : 1;
	left : 44px;
	top : 16px;
	height : 40px;
	width : 600px;
	position : relative;
}

#lijn{
	z-index : 1;
	left : 218px;
	top : 70px;
	height : 4px;
	width : 559px;
	position : absolute;
	border-top: 1px solid #003399;
}


#content {
	z-index : 1;
	left : 212px;
	top :126px;
	width : 586px;
	height : 420px;
	visibility : visible;
	position : absolute;
	padding-top : 14px;
	padding-right : 14px;
	background-color : transparent;
	text-align : left;
	font : normal normal 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow-x : hidden;
	overflow-y : auto;
	list-style : disc inside;
	scrollbar-track-color : #F3F9FB;
	scrollbar-face-color : #F3F9FB;
	scrollbar-darkshadow-color : #99CCFF;
	scrollbar-base-color : #99CCFF;
	scrollbar-arrow-color : #0099CC;
	scrollbar-shadow-color : none;
	}

#statusbalk {
	z-index: 1;
	left:0px;
	top:558px;
	width:800px;
	height: 20px;
	position : absolute;
	padding-left : 30px;
	font : normal bold 10px Arial, Helvetica, sans-serif;
	text-align : left;
	color : #006699;
	
}
