


html {
	margin: 0;
	padding: 0;
	background: #a3a598 url(/img/portal/bg.gif) repeat-x top left;
}

body.portal {
	margin:0;
	padding: 0;
	background: url(/img/portal/bg-container.gif) no-repeat top center;
}

/*------------------------------------
Container
------------------------------------*/
.container-portal {
	width: 897px;
	/*width: 598px;*/
	height: 667px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

.portal-buttons {
	height: 267px;
	width: 897px;
	/*width: 598px;*/
	position: absolute;
	/*top: 184px;*/
	top:147px;
	left: 11px;
}

.portal-buttons ul {
	margin: 0;
	list-style: none;
}

.portal-buttons ul li {
	width: 285px;
	height: 267px;
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
}

.portal-buttons ul li.corp {
	background: url(/img/portal/btn-corp.gif) no-repeat;
}

.portal-buttons ul li.kennis {
	background: url(/img/portal/btn-kennis.gif) no-repeat;
}

.portal-buttons ul li.rcs {
	background: url(/img/portal/btn-rcs.gif) no-repeat;
}

.portal-buttons ul li span.logo a {
	width: 278px;
	/*height: 87px;*/
	height: 267px;
	display: block;
	position: absolute;
}

.portal-buttons ul li span.tekst a {
	width: 259px;
	height: 154px;
	display: block;
	position: absolute;
	top: 90px;
	left: 3px;
	color: #fff;
	font-size: 10px;
	text-indent: -9999px;
	padding: 10px;
	text-decoration: none;
}

.portal-buttons ul li.corp span.tekst  a:hover {
	text-indent: 0;
	background: #1b88b1;
}

.portal-buttons ul li.kennis span.tekst  a:hover {
	text-indent: 0;
	background: #9e9a39;
}

.portal-buttons ul li.rcs span.tekst  a:hover {
	text-indent: 0;
	background: #ac4101;
}




.portal-buttons .button a.kennis {
	background: url(/img/portal/btn-kennis.gif) no-repeat;
}

.portal-buttons .button a.rcs {
	background: url(/img/portal/btn-rcs.gif) no-repeat;
}
