html,body
{
	height:100%;
	width:1000px;
	text-align:center;
	padding:0px;
	overflow:hidden;
	font-family: Verdana;
	font-size:8pt;
	color:blue;
	background-color:#ffffff;
}

#menucontainer
{
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height:100%;
	background-image: url(../images/bg_left.gif);
	background-repeat:repeat-y;
	padding-top:25px;
	border:0px;
}

#banners
{
	position:absolute;
	left:0px;
	bottom:10px;
	width:160px;
	text-align:center;
	background-image: url(../images/bg_left.gif);
	background-repeat:repeat-y;
}

#contentcontainer
{
	position:absolute;
	top:0px;
	left:160px;
	width:864px;/*1024 - 160*/
	height:100%;
	background-image:url(../images/bg_right.gif);
	background-repeat:repeat-y;	
	overflow:auto;
	display:block; 
}
/*
#header
{
	position:absolute;
	top:0px;
	left:160px;
	padding-top:10px;
	width:800px;
	height:300px;	
	background-image:url(../images/bg_right.gif);
	background-repeat:repeat-y;
	border:0px;
}
*/
table
{
	border-collapse:collapse;
	border:solid 1px #333399;
}
table.limits{border-style:none;border-width:0px;}
td.limits{border-style:none;border-width:0px;}
td
{
	border-style:solid;
	border-color:#333399;
	border-width:1px;
	font-family: Verdana;
	font-size:8pt;
}
h1
{
	color: #ff5500;
	font-size: 16pt;
	font-weight: bold;	
	font-style: oblique;
	width:830px;
	padding:5px 0px 5px 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;	
	font-style: oblique;
	margin-bottom:0px;
	color:blue;
}

a{color: #ff5500;text-decoration: none;}
a:hover{color: #333399;text-decoration: underline;}
a:active{color: #333399;text-decoration: underline;}

a.types{color: #333399; font-size: 10pt;text-decoration: none;}
a.types:hover{color: #333399; font-size: 10pt;text-decoration: underline;font-style: normal;}

select
{
	background-color: #FF5500;
	color: #FFFF00;
	font-size: 8pt;
	width: 100px;
	margin-top: 2px;
	margin-left: 4px;
}

hr
{
	width: 90%;
}

marquee{color: #FF5500;}

/*Merken Menu*/
/*Gemeenschappelijke styles*/
/*table.merken{border-collapse: collapse;}*/
span.merk_off,span.merk_over
{
	float:left;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-color:#ff5500;
	border-collapse: collapse;
	display:block;
	color:blue;
	width:115px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	margin-left:4px;
	margin-bottom:4px;
}
/*Individuele styles*/
span.merk_off{background:transparent;}
span.merk_off a{text-decoration:none;color:#0000ff;}

span.merk_over{background-color:#ff5500;}
span.merk_over a{text-decoration:none;color:#0000ff;}

	   a.menu{font-size:10px;font-weight:bold;color:blue;font-style:normal;}
 a.menu:hover{font-size:10px;font-weight:bold;color:blue;font-style:normal;}
a.menu:active{font-size:10px;font-weight:bold;color:blue;font-style:normal;}	
