@charset "UTF-8";
/* CSS Document */


#welcometitle {	position:absolute;	width:368px;	height:27px;	z-index:1;	left: 65px;	top: 14px; }  /* Title DIV */
#fields {	position:absolute;	width:200px;	height:144px;	z-index:2;	left: 156px;	top: 73px; }  /* Fields and content DIV  */
#lostpassword {	position:absolute;	width:88px;	height:18px;	z-index:3;	left: 340px;	top: 176px; }  /* Password DIV */
#copyright {	position:absolute;	width:472px;	height:28px;	z-index:4;	top: 230px; } /* Copyright / Footer DIV */
.login {	font-size: 11px;	font-weight: bold;	color: #555555; } /* Username and Password text style */
.fields {	color: #777777;	font-size: 12px;	padding: 6px;	background-color: #f5f5f5;	border: 1px solid #dedbd1;} /* Form field style */
.button {	color: #FFFFFF;	font-size: 12px;	padding: 5px 10px 5px 10px;	background-color: #757575;	border: 1px solid #888888;} /* Button style */
.copyright {position:absolute;top: 80px;font-size: 10px;color: #757575;	font-style: italic;} /* Copyright text style */
a:link, a:visited, a:active {	color: #0E3D4D;	text-decoration: none;}  /* Links */
a:hover {	text-decoration: underline;	color: #000000;} /* Links Hover */
.welcome {font-family: Arial, Helvetica, sans-serif; color: #2b7c98; font-size: 18px; letter-spacing: -1px; }/* Welcome text style */
.box {	position: relative;	top: 90px;right: 0;margin: 0 auto;width: 497px;height: 230px;text-align: left;left: 0px;background-image: url(../images/login_box.jpg);} /* Box DIV, do not edit  */
#negative {	  /* Negative message DIV */
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0 auto;
	width:491px;
	text-align: center;
	height:45px;
	left: 0px;
	background-color: #ffa4aa;
	border: 1px solid #800000;
}


/* ### LOGIN CONTAINER ### */
	#loginCntr { margin-bottom: 15px; position: relative; z-index: 10; background: url('../images/domeinMid.gif') repeat-y 0 0;}
	#loginCntr .top { background: url('../images/partnersTop.gif') no-repeat center top}
	#loginCntr .bottom { padding: 10px 20px 10px 20px; height: 450px; background: url('../images/domeinBottom.gif') no-repeat center bottom}
		/* ### login BOX ### */
		.loginBox  { }


	/* ### MENU CONTAINER ### */
	#contCntr { padding-bottom: -15px; width: 1114px; height: 100%;}	
		
		/* ### menu BOX ### */
		.menuBox {  width: 254px; float: left; background: url('../images/nieuwsMid.gif') repeat-y 0 0;}
		.menuBox .top { background: url('../images/nieuwsTop.gif') no-repeat center top;}
		.menuBox .bottom { padding: 15px; height: 600px; background: url('../images/nieuwsBottom.gif') no-repeat center bottom;}
		.menuBox h2 { border-bottom: 1px dotted #a1a1a1; }
		.menuBox ul { list-style: none; }
		.menuBox ul li { height: 20px; line-height: 20px;  font-size: 11px;  list-style: none; border-bottom: 1px dotted #a1a1a1; }
		.menuBox ul li a { color: #5e5e5e; text-decoration: none; }
		.menuBox ul li a:hover { color: #4d769e; font-weight: bold; }
		.menuBox ul li a.active { color: #4d769e; font-weight: bold; }
		
		/* ### BANNER BOX ### */
		.contentBox { width: 830px; height: 100%; float: right; }
	
	
