﻿div#containerportal {
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
}
   
div#headerportal {
    position:absolute;
	width:1000px;
	height:198px;
	top:0; /* stick to top */
	/* background-image :url('images/bg_tophome.png'); */
	background-image :url('images/bg_topportal.gif');
    background-repeat: no-repeat;
    z-index: 100;
    }

div#contentportal {
    position:absolute;
	width:1000px;
	top:110px;
    z-index: 50;
}

div#footerportal {
    position:relative;
	width:1000px;
	height:35px;
	background-image:url('images/bg_bottomportal.gif');
    background-repeat: no-repeat;
    background-position: top;
}

.buttonoranje
{
    background-image:url('images/bg_buttonoranje.gif');
    background-repeat:repeat-x;
    padding-left: 20px;
    cursor:pointer;
}

.buttonoranje A:link    { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }
.buttonoranje A:visited { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }
.buttonoranje A:hover   { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }
.buttonoranje A:active  { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }

.buttonblauw
{
    background-image:url('images/bg_buttonblauw.gif');
    background-repeat:repeat-x;
    padding-left: 20px;
    cursor:pointer;
}

.buttonblauw A:link    { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }
.buttonblauw A:visited { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }
.buttonblauw A:hover   { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }
.buttonblauw A:active  { color: #FFFFFF; text-decoration: none; font-size:22px; font-weight:bold; }


div.boxcontentportal
{
    width:214px;
    height: 163px;
    overflow: auto;
    line-height:normal;
}


div.boxcontentportal a
{
    color: #000000;
}


td.portalbox
{ 
    background-color: #FFFFFF;
    padding: 10px;
    border: solid 1px #FF5900;
    text-align: left;
}


