body {
	margin-top:0px;
	margin-left:0px; 
	background: #FFF1CA url(/images/background.jpg) top center repeat-x;
}

BODY, TD, INPUT, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


A {
	color: rgb(153,0,0);
}

div#left{
	position: absolute;
	left: 0px;
	top:0;
	width:100%;
	height:55px;;
	background-image: url(/images/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	overflow:hidden;
	
	}
	
div#right{
	position:absolute;
	top:0px;
	right:0px;
	width:70px;
	height:105px;
	background: transparent url(/images/background_right.jpg) top left no-repeat;
}
	
div#link_naar_home {
	position: absolute;
	z-index:10;
	top: 0px;
	left: 0px;
	width:125px;
	height:80px;
	cursor:pointer;
	
	}
	
DIV#content {
	position: absolute;
	width:730px;
	/*width: expression(document.documentElement.clientWidth - 201);*/
	height: 400px;
	left:121px;
	/*left: expression(document.documentElement.clientWidth/2-(this.clientWidth/2));*/
	background-image: url(/images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	
	
}



DIV#portal {
	position: absolute;
	top: 0px;
	left: 0px;
	width:654px;
	height: 414px;
	background-image: url(/images/background_portal_standard.png);
	
}





DIV#navigation {
	display: block;
	position: absolute;
	left: 100px;
	top: 58px;
	height: 23px;
	margin: auto;
	padding-top: 0px;
	
}	

DIV#navigation A {
	display:-moz-inline-box;
	display:inline-block;
	text-align: center;
	text-decoration: none;
	background-image: url(/images/tab.png);
	background-position: top left;
	color: rgb(20,99,99);
	width: 125px;
	height: 23px;
	text-align: center;
	margin-right: -3px;
	cursor: pointer;
	
}

DIV#navigation A SPAN {
/*	display:inline-block;*/
	margin-top: 4px;
	height: 18px;
}

DIV#navigation A:hover {
	background-image: url(/images/tab_hover.png);
}

DIV#navigation A#selected {
	background-image: url(/images/tab_selected.png);
	cursor: default;
}

DIV#navigation A#login {
	background-image: url(/images/tab_login.png);
	color: rgb(255,255,255);
}

DIV#navigation A#login:hover {
	background-image: url(/images/tab_login_hover.png);
}

DIV#submenu A, DIV#submenu A:hover {
	display: inline;
	background-image: none;
	text-decoration: underline;
	margin-top: 4px;
	width: auto;
	margin-left: 35px;
}

DIV#form {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 560px;
	height: 355px;
	padding-left:30px;
	overflow-y: auto;
	
}

DIV#text {
	position: relative;
	top: 120px;
	left: 75px;
	line-height: 140%;
	width: 660px;
	height: 435px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	
	
	
}

DIV#text H1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: rgb(153,0,0);
	margin-bottom: 5px;
}

DIV#text2 {
	position: relative;
	top: 120px;
	left: 75px;
	line-height: 140%;
	width: 700px;
	height: 435px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	
}

DIV#text2 H1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: rgb(153,0,0);
	margin-bottom: 5px;
}

DIV#footer {
	position: absolute;
	width: 98%;
	top: 552px;
	left:0px;
	font-size: 10px;
	color: rgb(102,102,102);
	line-height: 180%;
	text-align:left;
	padding-left:10px;
	background-color:#FFF1CA;
	
}

DIV#footer DIV#logos {
	position: absolute;
	right: 0px;
	top: 2px;
	background-color:#FFF1CA;
}

DIV#footer A {
	color: rgb(102,102,102);
}

ul { margin-left:20px;}

li {list-style: disc ; color:red;} 

span.blacktext {color:#000;}