/**********FONTS RELATED**********/
body,td,th,input,textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #595959;
	margin: 0px;
}

/**********FONTS RELATED END**********/

/**********LINKEN RELATED - hou dit na FONTS RELATED aangezien dit hiermee relateerd **********/
a:link {
	color: #00507D;
    text-decoration: underline;
}

a:visited {
    color: #026EAB;
	text-decoration: underline;
}

a:hover {
    color: #00507D;
	text-decoration: underline;
}

a:active {
    color: #00507D;
	text-decoration: underline;
}

.footer a:link{
color: #ffffff;
text-decoration:none;
font-size:11px;
}

.footer a:visited{
color: #ffffff;
text-decoration:none;
font-size:11px;
}

.footer a:hover{
color: #ffffff;
text-decoration:none;
font-size:11px;
}

.footer a:active{
color: #ffffff;
text-decoration:none;
font-size:11px;
}

	
/**********LINKEN RELATED END**********/


/**********LAYOUT RELATED**********/

body {
	background-color: #666666;
	/*background-image: url();
	background-position:center;
	background-repeat: no-repeat;
	background-position:top;*/
	}
	
#main {
	width:760px; 
	position:absolute; 
	left:0px; 
	margin-left:0px; 
	margin-top:0px; 
	overflow: visible; 
	z-index: 1; 
	height:100%;
	}

#nav_top {
	visibility:hidden;
	}
	
#logo {
	visibility:hidden;
	}
	
#left_nav {
	visibility:hidden;
	}
	
	
.contentTabel{
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}


.content {
	width: 100%;
	background-color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
		}


.footer {
	background-color:#0099FF;
	height:23px;
	text-align:center;
	padding:2px;
	color: #FFFFFF;
	}


/**********LAYOUT RELATED END**********/

/********** SCROLLBAR RELATED **********/
body {
	scrollbar-arrow-color:#006795;
	scrollbar-base-color:#8DBDD3;
	scrollbar-darkshadow-color:#006394;
	scrollbar-face-color:#8DBDD3;
	scrollbar-highlight-color:#8DBDD3;
	scrollbar-track-color:#EFF8FC;
	scrollbar-shadow-color:#8DBDD3;
	}
	

/********** SCROLLBAR RELATED END **********/


