/* CSS FILE  */

body {	
	background-color:#FFFFFF;
	
}

/*---------------------------------------*/
/*------------- ENTER PAGINA ------------*/
/*---------------------------------------*/

/* ENTER_IMG */
.enter_img { 
position: relative; 
top: 100px; 
width: 600px; 
height: 300px; 
margin-left: auto; 
margin-right: auto;
text-align: center;
}

	/* SPLASH_IMG */
	.enter_img #splash_img { 
	width: 327px /*436px */; 
	height: 380px /* 507px*/; 
	border: 0px solid #000000;
	}

/* ENTER_IMG */

    .enter_txt a:link, a:hover, a:visited{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #000099;
	text-align:center;
	text-decoration: none;
	}

/*---------------------------------------*/
/*------------- HOOFD PAGINA ------------*/
/*---------------------------------------*/

	/* MAIN_NAV */

    .main_nav{
	position: absolute;
	overflow: visable;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 100%;
	background-color:#010080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-align:center;
	padding-top: 20px;
	}

    .main_nav a:link, .main_nav a:hover, .main_nav a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	font-size: 18px;
	}

    .main_nav a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
	line-height: 30px;
	font-size: 18px;
	}
		
	/* MAIN_CONTENT */

    .main_content {
	position: absolute;
	overflow: visible;
	top: 0px;
	left: 140px;
	width: 700px;
	height: 100%;
	background-color:#ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	}

    .main_content a:link, .main_content a:hover, .main_content a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	}

    .main_content a:hover{
	text-decoration: underline;
	}

