html
{
	height: 100%;
	width: 100%;
}
body
{
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url('../img/bodybg.gif');
	background-repeat: repeat-x;
	background-color: #ab6000;
}

.container
{
	position: relative;
	z-index: 2;
	width: 955px;
	height: 680px;
}

.bank
{
	positon: relative;
	height: 292px;;
	width: 374;
	z-index: 1;
	margin-top: -200px;
	float: left;
}

.topbar
{
	background-image: url('../img/top_bg.gif');
	background-repeat: no-repeat;
}

.hoofdmenu
{
	margin-left: 17px;
}

.submenu
{
	background-image: url('../img/sub_bg.gif');
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
	margin-left: 17px;
	padding-left: 14px;
}

.contentframe
{
	background-image: url('../img/content_bg.gif');
	background-repeat: no-repeat;
}

.bottomtitle
{
	background-image: url('../img/bottomtitle.gif');
	background-repeat: no-repeat;
	height: 29px;
}

.bottombg
{
	background-image: url('../img/bottom_bg2.gif');
	background-repeat: no-repeat;
}

.sfeerfoto
{
	margin-left:19px;
}

.contact_top
{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	line-height: 18px;
}
.contact_top div
{
	margin: 10px;
}

.content_container
{
	margin-left: 19px;
	margin-top: 11px;
}

.content
{
	height: 237px;
	overflow: auto;
	font-family: arial;
	font-size: 11px;
	color: #010101;
	line-height: 21px;
	margin-left: 10px;
}

.rightframe
{
	margin-left: 15px;
}

.rightframe img
{
	margin-bottom: 8px;
}

h1
{
	font-family: arial;
	font-size: 15px;
	color: #6d1874;
	margin: 0px;
	margin-bottom: 10px;
}

a.ex:link, a.ex:visited, a.ex:active {
	font-family: arial;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a.ex:hover {
	text-decoration: underline;
}

a.subLink:link, a.subLink:visited, a.subLink:active 
{
	display: block;
	float: left;
	height: 26px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #6d1874;
	padding-left: 10px;
	padding-right: 10px;
}
a.subLink:hover
{
	background-image: url('../img/sublinkbg.gif');
}

a.con:link, a.con:visited, a.con:active, a.con:hover {
	color: #fff;
	text-decoration: underline;
}

a:link, a:active, a:visited
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color: #ef7d2c;	
}