/* CSS basis */
body {
	margin-left: 		20px;
	margin-top: 		20px;
	margin-right: 		20px;
	margin-bottom: 		20px;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	color: 				#01354d; /* donkerblauw */
}

#container {
	width:				850px;
	height:				auto;
	position:			relative;
	margin-left:		auto;
	margin-right:		auto;
	top:                0px;
	border: 	        1px solid;  border-color:#01354d; /* donkerblauw */
}
	/* CSS einde basis */




/* CSS kop */

#kop {
	position: 			relative;
	top:				25px;
	left:				25px;
	width: 				800px;
	height:				93px;
	background-color:	#DEE7EE; /* lichtblauw */
}


#kop_links {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 321px;
	height: 71px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	border-left: 1px solid;
	border-color: #01354d; /* donkerblauw */
	border-top: 1px solid;
	border-color: #01354d; /* donkerblauw */
	border-bottom: 1px solid;
	border-color: #01354d; /* donkerblauw */
	}
	
#kop_rechts {
	position: absolute;
	top: 10px;
	left: 331px;
	width: 456px;
	height: 71px;
	background-color: #FFFFFF; /* wit */
	border-right: 1px solid;
	border-color: #01354d; /* donkerblauw */
	border-top: 1px solid;
	border-color: #01354d; /* donkerblauw */
	border-bottom: 1px solid;
	border-color: #01354d; /* donkerblauw */
	/* Typografie */
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height: 70px;
	color: #01354d; /* donkerblauw */
	/* Typografie einde */	
	}
	
/* CSS einde kop */




/* CSS buttons oranje */

	
#terug {
	position: 			relative;
	top:				35px;
	left:				343px;
	width: 				170px;
	height:				43px;
	background-color:	#fadbbd; /* lichtoranje */
	}
	
#terug_tekst {
	position:			absolute;
	top:				10px;
	left:				10px;
	width: 				148px;
	height:				21px;
	background-color:	#ff6900; /* oranje */
	border:	1px solid;  border-color:#FFFFFF; /* wit */
	/* Typografie */
		font-size:      	12px;
		font-style:			normal;
		font-weight:		normal;
		line-height:		22px;
		color:              #FFFFFF; /* wit */
	/* Typografie einde */	
	}	
	
#help {
	position: 			relative;
	top:				-8px;
	left:				720px;
	width: 				105px;
	height:				43px;
	background-color:	#fadbbd; /* lichtoranje */
	}
	
#help_tekst {
	position:			absolute;
	top:				10px;
	left:				10px;
	width: 				83px;
	height:				21px;
	background-color:	#ff6900; /* oranje */
	border:	1px solid;  border-color:#FFFFFF; /* wit */
	/* Typografie */
		font-size:      	12px;
		font-style:			normal;
		font-weight:		normal;
		line-height:		22px;
		color:              #FFFFFF; /* wit */
	/* Typografie einde */	
	}	
	
/* CSS einde buttons oranje */
	
	
	
	
/* CSS menu */

#menu_index {
	position: 			relative;
	left:				25px;
	width: 				800px;
	height:	auto;
	background-color:	#DEE7EE; /* lichtblauw */
}

.menu_tekst {
	font-size:      	12px;
	font-style:			normal;
	font-weight:		normal;
	color:              #01354d; /* donkerblauw */
}

.balk_links {
	width: 				224px;
	height:				21px;
	background-color:	#01354d; /* donkerblauw */
	border-left:		1px solid;  border-color:#01354d; /* donkerblauw */
	border-top:			1px solid;  border-color:#01354d; /* donkerblauw */
	border-bottom:		1px solid;  border-color:#01354d; /* donkerblauw */
	/* Typografie */
		font-size:      	12px;
		font-style:			normal;
		font-weight:		normal;
		line-height:		20px;
		color:              #FFFFFF; /* wit */
	/* Typografie einde */
}

.balk_rechts {
	width: 				554px;
	height:				22px;
	background-color:	#FFFFFF; /* wit */
	border:				1px solid;  border-color:#01354d; /* donkerblauw */
	/* Typografie */
		font-size:      	12px;
		font-style:			normal;
		font-weight:		normal;
		line-height:		20px;
		color:              #01354d; /* donkerblauw */
	/* Typografie einde */	
}

/* CSS einde menu */



/* CSS login */

#login {
	position: 			relative;
	top:				10px;
	left:				25px;
	width: 				800px;
	height:				42px;
	background-color:	#fadbbd; /* lichtoranje */
	margin-bottom:		35px;
}

.login_but {
	position:			absolute;
	top:				10px;
	left:				10px;
	width: 				780px;
	height:				21px;
	background-color:	#ff6900; /* oranje */
	border:	1px solid;  border-color:#FFFFFF; /* wit */
	/* Typografie */
		font-size:      	12px;
		font-style:			normal;
		font-weight:		bold;
		line-height:		18px;
		text-align:			right;
		color:              #FFFFFF; /* wit */
	/* Typografie einde */		
	
}
/* CSS einde login */
