* 
{ /* reset all elements */	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

html { height: 100% }

html>body html 
{
	font-size: 16px;
}

body 
{	
	line-height: 1.3em;
	font: 76%/130% Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000;
	background: #fff url(../images/bg.png) repeat top left;
}

html, body 
{
	text-align: center; /* voor IE */
} 
 
.pagewidth 
{
	width: 905px !important;
	width: 925px;	
	text-align: left; /* voor IE */
	margin: 0 auto; /* center but not IE */
	background: #fff;
	padding: 0 10px 0 10px;
} 	

#header-container
{
	height: 168px;
	width: 909px;
}
#header 
{
	height: 168px;
	width: 909px;
	background: #fff url(../images/header.gif) no-repeat top left;
}	#menu 
	{
		position: relative;
		top: 140px;
		left: 275px;
		width: 450px;
		height: 36px;
		color: #fff;
	}
	div.search
	{
		position: relative;
		top: -52px;
		left: 463px;
	}
        .inputbox
        {
            border: none;
        }

	#logo
	{
		display: block;
		position: relative;
		top: -85px;
		left: 745px;
        	background: #fff url(../images/vbi.gif) no-repeat top left;
		width: 160px;
		height: 56px;
	}
	#logo span
	{
	       display: none;
	}
	
#navigation 
{
	float: left;
	width: 220px;
}

#maincontent 
{ 
	float: left;
	width: 502px !important;
	width: 512px;
}

.content{ padding: 0 15px 0 15px; } /* padding for content */

#breadcrumb
{
	padding-top: 10px;
	padding-bottom: 15px;
}

#banners 
{
	float: left;	
	width: 180px;
}

	.moduletableportlet
	{
		padding: 10px 0 10px 5px;
		margin-bottom: 8px;
		border: 1px solid #000;
		font-weight: bold;
		background-color: #ADB8D1;	
	}
	.moduletableportlet a
	{
		text-decoration: underline;
	}		

.clr{ clear: both; }

/* printer styles */ 
@media print { 
/* hide the left column when printing */
#navigation{ display: none; }

/* hide the right column when printing */
#banners{ display: none; }
}
