html {
    margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: auto;
	height: 100%; 
	width: 100%; 
	max-height: 100%; 
	max-width: 100%; 
}

body {
	font-family: Arial; 
	font-size: 10pt;
	font-weight: 500;
	color: #72777a;
	background-color: #010e22;
	background-image: url(images/index_02.png) ;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
}

h1{
	font-family: Verdana;
	font-size: 12pt;
	color: #454545;
}
p{
	font-family: Verdana; 
	font-size: 10pt;
	font-weight: 500;
	color: #72777a;
}


form {
	font-family: Arial;
	font-size: 10pt;
	color: #454545;
	font-weight: 500;
}

TEXTAREA, SELECT, OPTION {
	color: #3366CC;
	background-color: #FFFFFF;
	border: inset 0px #6cc6ff;
}

input
{
color: #1c96dc;
background: #ffffff;
border: 1px solid #6cc6ff;
}

button.verstuurknop {
	width: 21px;
	height: 21px;
	background: transparent url(images/login.png) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

a:link {	color: #0099ff; }
a:visited { color: #0099ff; }
a:hover { color: #0099ff; }
a:active { color: #0099ff; }

#pagina{
	position: absolute;
	background-image: url(images/index_08.png);  
	height: 199px;
	width: 212px;	
	margin-top: 10%;
	margin-left: 584px;
} 


#header{
	position: absolute;
	background-image: url(images/index_01.png);
	width: 971px;
	height: 53px;
	margin-top: 0px;
	margin-left: 0px;

}
#headersub{
	position: absolute;
	background-image: url(images/index_03.png);
	width: 584px;
	height: 12px;
	margin-top: 53px;
	margin-left: 0px;
}

.tekst {
	margin-left:7px;
}



#tekstvak{
	position: absolute;
	background-image: url(images/tekstbg.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 796px;
	
	min-height:625px;
	height:auto !important;
	height:625px;
	
	margin-top: 65px;
	margin-left: 0px;
	padding-bottom: 5px;
	
	

}


#ruimtebovenlogin{
	position: absolute;
	background-image: url(images/index_04.png);
	width: 212px;
	height: 27px;
	margin-top: 53px;
	margin-left: 584px;
}

#login{
	position: absolute;
	background-color: #b1d9f4;
	width: 208px;
	
	min-height:500px;
	height:auto !important;
	height:500px;
	
	margin-top: 80px;
	margin-left: 584px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #6cc6ff;
} 



#bubbels{
	position: absolute;
	background-image: url(images/index_05.png); 
	background-repeat: no-repeat;
	width: 175px;
	height: 613px;
	margin-top: 53px;
	margin-left: 796px;
}

/* B E G I N         M E N U        L I N K S*/
#menu_home a{ 
	position:absolute;
	background: transparent url(images/spacer.gif)  no-repeat top left; 
	display: block;
	width: 89px;
	height: 53px;
	margin-top: 0px;
	margin-left: 246px;
	border: 0px;
	z-index: 1;
	}	
#menu_home a:hover { background-image:url(images/menu/home_hover.png)  }	
#menu_home a.homecurrent{ background: url(images/menu/home_hover.png) no-repeat; }	

#menu_portfolio a{ 
	position:absolute;
	background: transparent url(images/spacer.gif)  no-repeat top left; 
	display: block;
	width: 120px;
	height: 53px;
	margin-top: 0px;
	margin-left: 335px;
	border: 0px;
	z-index: 1;
	}	
#menu_portfolio a:hover { background-image:url(images/menu/portfolio_hover.png)}	
#menu_portfolio a.portfoliocurrent{ background: url(images/menu/portfolio_hover.png) no-repeat; }

#menu_tutorials a{ 
	position:absolute;
	background: transparent url(images/spacer.gif)  no-repeat top left; 
	display: block;
	width: 122px;
	height: 53px;
	margin-top: 0px;
	margin-left: 455px;
	border: 0px;
	z-index: 1;
	}	
#menu_tutorials a:hover { background-image:url(images/menu/tutorials_hover.png)}	
#menu_tutorials a.tutorialscurrent{ background: url(images/menu/tutorials_hover.png) no-repeat; }

#menu_about a{ 
	position:absolute;
	background: transparent url(images/spacer.gif)  no-repeat top left; 
	display: block;
	width: 103px;
	height: 53px;
	margin-top: 0px;
	margin-left: 577px;
	border: 0px;
	z-index: 1;
	}	
#menu_about a:hover { background-image:url(images/menu/about_hover.png)}	
#menu_about a.aboutcurrent{ background: url(images/menu/about_hover.png) no-repeat; }

#menu_contact a{
	position:absolute;
	background: transparent url(images/spacer.gif)  no-repeat top left; 
	display: block;
	width: 116px;
	height: 53px;
	margin-top: 0px;
	margin-left: 680px;
	border: 0px;
	z-index: 1;
	}	
#menu_contact a:hover  { background-image:url(images/menu/contact_hover.png) }	
#menu_contact a.contactcurrent { background: url(images/menu/contact_hover.png) no-repeat; }
/* E N D         M E N U        L I N K S*/
	