html, body
{
	margin: 0px;
    min-height: 100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
    margin-top: 0px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p
{
    margin:0px;
}

a:link
{
	color: #0056A1;
	text-decoration: none;
}

a:visited
{
    color: #0056A1;
    text-decoration: none;
}

a:active
{
    color: #0056A1;
    text-decoration: none;
}

a:hover
{
    color: #0056A1;
    text-decoration: underline;
}

img
{
	border: solid #0056A1 3px;
}

.websiteholder
{
	width: 785px;
}

.top
{
	width: 100%;
	height: 14px;
	background: #0056A1;
	font-size: 0px;
}

.header
{
	width: 100%;
	height: 212px;
	background: #0056A1 url('../images/header.gif');
}

.height
{
    min-height: 100%;
    height:auto !important; /* voor moderne browsers */
    height:100%; /* voor IE */
}

.menuholder
{
    margin:0px;
	width: 181px;
	background: url('../images/menubackground_vertical.gif');
	border-right: solid 1px #91ABD2;
}

.menu
{
    margin:0px;
	width: 181px;
	height: 308px;
	background: url('../images/menubackground.gif') no-repeat;
}

.menuitemholder
{
    width: 181px;

    padding-top: 4px;
    padding-bottom: 1px;
    
    border-top: solid 1px #91ABD2;
    
    overflow: hidden;
    overflow-y: visible; /* IE FIX */
}

.menuitem:link
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.menuitem:visited
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.menuitem:active
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.menuitem:hover
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.contentholder
{
	width: 486px;
    height:100%;
    
    overflow: auto;
	overflow-y: visible;  /* IE FIX */
}

.content
{
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
	background: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bannerholder
{
	width: 116px;
	background: #DBE4F0;
	border-left: solid 1px #91ABD2;
}

.banner
{
	margin-top: 10px;
}

.footer
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 14px;
	background: #0056A1;
}

.imlink:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.imlink:visited
{
    color: #FFFFFF;
	text-decoration: none;
}

.imlink:active
{
    color: #FFFFFF;
	text-decoration: none;
}

.imlink:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

