/* CSS basis */
body {
	margin-left: 		20px;
	margin-top: 		20px;
	margin-right: 		20px;
	margin-bottom: 		20px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#00131e; /* donkerblauw */
}

#container {
	width:				850px;
	height:				auto;
	position:			relative;
	margin-left:		auto;
	margin-right:		auto;
	top:                0px;
	border: 	        1px solid;
	border-color:#00131e; /* donkerblauw */
	overflow: visible;
	background-color:#ddeef6;
}
	/* CSS einde basis */


/* CSS menu */

#menu_index {
	position: 			relative;
	left:				25px;
	width: 				800px;
	height:				auto;
	background-color:	#d1d2d2; /* lichtblauw */
}

#menu_verwerken {
	position: 			relative;
	top:				50px;
	left:				25px;
	width: 				800px;
	height:				auto;
	background-color:	#FFEA97; /* lichtblauw */
	padding-bottom:     10px;
	margin-bottom:		75px;
}

#menu_verwerken2 {
	position: 			relative;
	top:				50px;
	left:				0px;
	width: 				800px;
	height:				auto;
	background-color:	#c0deed; /* lichtblauw */
	padding-bottom:     10px;
	margin-bottom:		75px;
}

.help_vlak {
	background-color:	#c0deed; /* lichtoranje */
}

.help_vlak_tekst {
	top:				10px;
	left:				10px;
	background-color:	#002233; /* oranje */
	border:	1px solid;  border-color:#002233; /* wit */
	/* Typografie */
		font-family: 		Verdana, Arial, Helvetica, sans-serif;
		font-size:      	11px;
		font-style:			normal;
		font-weight:		normal;
		line-height:		14px;
		color:              #aaddff; /* wit */
	/* Typografie einde */	
	}
	
.exit {
	background-color:		#FFFFFF; /* wit */
	padding:1px;
	border:					1px solid;  border-color:#00131e; /* donkerblauw */
}


.menu_tekst {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:      	12px;
	font-style:			normal;
	font-weight:		bold;
	color:              #00131e; /* donkerblauw */
	padding-left:         5px;
}

/* CSS einde menu */


/* CSS WIT */

#wit {
	position: 			relative;
	top:				10px;
	left:				25px;
	width: 				800px;
	height:				10px;
}
	
#wit25 {
	position: 			relative;
	top:				25px;
	left:				25px;
	width: 				800px;
	height:				25px;
}

/* CSS EINDE WIT */

/* CSS verwerken */

#verwerken {
	position: 			relative;
	top:				20px;
	left:				318px;
	width: 				170px;
	height:				43px;
	background-color:	#df0000; /* oranje */
	}
	
#verwerken_tekst {
	position:			absolute;
	top:				10px;
	left:				10px;
	width: 				148px;
	height:				21px;
	background-color:	#00131e; /* donkerblauw */
	border:	1px solid;  border-color:#FFFFFF; /* wit */
	/* Typografie */
		font-family: 		Verdana, Arial, Helvetica, sans-serif;
		font-size:      	11px;
		font-style:			normal;
		font-weight:		normal;
		line-height:		22px;
		color:              #FFFFFF; /* wit */
	/* Typografie einde */	
	}

/* 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: 				776px;
	height:				21px;
	background-color:	#df0000; /* oranje */
	border:	1px solid;  border-color:#FFFFFF; /* wit */
	/* Typografie */
		font-family: 		Verdana, Arial, Helvetica, sans-serif;
		font-size:      	11px;
		font-style:			normal;
		font-weight:		normal;
		line-height:		22px;
		color:              #FFFFFF; /* wit */
	/* Typografie einde */		
	
}
/* CSS einde login */

