body {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#login_box {
	width: 400px;
	height: 200px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0px 0px 0px -200px;
	padding: 10px 10px 10px 10px;
	border: #2E3549 solid 1px;
	background: #FFFFFF;
}

	#login_box input{
		font: 11px Arial;
		color: #000000;	
		background: #FFFFFF;
		border: 1px solid #2E3549;
		width: 220px;
		margin: 0px 0px 0px 0px;
	}
	
	#login_box td{
		font: 12px Arial;
		color: #000000;	
	}

	#login_box a{
		font: 13px Arial;
		color: #000000;	
		font-weight: bold;
		text-decoration: underline;
		line-height: 24px;
	}
	
	.login_box_header{
		font: 16px Arial;
		font-weight: bold;
		color: #000000;	
		width: 280px;
	}

	
	
#container {
	width: 1020;
	height: 823px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0px 0px 0px -510px;
	border: #2E3549 solid 1px;
	background: #FFFFFF;
}
	
	
#header {
	width: 1020px;
	height: 30px;
	background: #2E3549; /* Kleur1 */
}


#plmenu {
	width: 210px;
	height: 780px;
	border-right: #CCCCCC solid 1px;
	margin: 10px 0px 0px 0px;
}

#contentframe {
	width: 800px;
	height: 780px;
	background: #FFFFFF;
	margin: -780px 0px 0px 215px;

}

#page_footer {
	width: 1020px;
	height: 30px;
	top: 925px;
	left: 50%;
	margin: 0px 0px 0px -510px;
	position: absolute;
	
	font: 14px Arial;
	font-weight: bold;
	color: #000000;	
}


.login_header {
	height: 30px;
	align: right;
}

.login_header a{
	font: 12px Arial;
	font-weight: bold;
	color: #FFFFFF;	/* Kleur2 */
}


.total_tekst
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;		
}

.total_tekst_form
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;		
}

	.total_tekst_form input{
	font-weight: normal;
	font-size: 11px;
	font-color: #E30043;
	clear: both;
    height: 22px;
	background: #FFFFFF;
	border: #CCCCCC solid 1px;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 2px 0px;		
	}



