/*
	GENERAL
*/

/* Algemene instellingen: */
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #EFEFEF;
	scrollbar-base-color: #4D7696;
	overflow: hidden;
}

.whitelink {
	textcolor:#FFFFFF;
}

div#navigation_v{
	position: absolute;
	left: 22px;
	width: 199;
	z-index: 5;
	height: 200;
	padding-top: 20px;
	padding-left: 10px;
	top: 160px; 
}
div#navigation_v_bg {
	position: absolute;
	left: 20px;
	width: 199;
	z-index: 4;
	top: 160px;
	height: 295;
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
	filter: Shadow(Color=gray, Direction=135, Strength=5);
}
div#nieuws {
	position: absolute;
	z-index: 3;
	top: 13px;
	right: 15px;
	clip: rect(auto auto auto 95);
	left: 75%;
	background-image: url(../images/amsterdam.jpg);
}

div#content_top {
	position: absolute;
	margin: 0 0 0 210;
	height: 70%;
	overflow: auto;
	top: 173px;
	left: 0px;
	width: 80%;
	z-index: 2;
}


div#footer {
	position: absolute;
	height: 36px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(../images/bottom1.jpg);
	text-align: center;
	z-index: 7;
	color: #FFFFFF;
	padding: 10px;
}
div#loginbg {
	width: 511px;
	height: 100px;
	background-image: url(../images/panheader.jpg);
}

div#navigation_h {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 100px;
	left: 0;
	z-index: 1;
	padding-top: 5px;
}

td.contentrighttop {
	height: 11px;
}
td.contentrightleft {
	width: 230;
	height: 223px;
	vertical-align: top;
	padding: 0px;
	background-color: #EFEFEF;
}
td.contentrightright {
	height: 223px;
	background-image: url(../images/contentrightbg.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 10px 20px 60px 3px;
	background-color: #EFEFEF;
}
.texta {
	font-size: 10px;
	background-color: #CCCCCC;
	border: 2px solid #666666;
}
.checkb {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	width: 15px;
	height: 15px;
}
div#navigation_v_bg_c {

	position: absolute;
	left: 20px;
	width: 199;
	z-index: 4;
	top: 160px;
	height: 408;
	background-image: url(../images/navbarcustomer.gif);
	background-repeat: no-repeat;
	filter: Shadow(Color=gray, Direction=135, Strength=5);
}
div#navigation_v_c {

	position: absolute;
	left: 22px;
	width: 199px;
	z-index: 5;
	height: 375px;
	padding-top: 20px;
	padding-left: 10px;
	top: 160px;
}
.textmenubar {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
}

.managementtext {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: top;
	line-height: 20px;
}
.managementtext td {
}
.managementtext a {
}