body {
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	margin: 0px auto;
	width: 800px;
	height: 600px;
	background: #3399CC;
}

#footer {
	margin: 0px auto;
	width: 800px;
	height: 20px;
	background: #b01f1f;
	font-size: 0.8em;
	padding-top: 5px; 
	text-align: center;
	font-weight: bold;
}

.framework {
	 
}

.left_menu {
	float: left; 
	width: 150px; 
	height: 469px;
}

.menu_bottomitem {
	border-bottom: 1px solid #b01f1f;
}

#content {
	float: left; 
	width: 500px; 
	height: 469px; 
	overflow: auto; 
	background: url('/grfx/achtergrond.jpg');
}

.content_text,
.content_text_title {
	text-align: left; 
	padding: 10px 10px 10px 20px;
}

.content_text_title {
	font-weight: bold;
}

.content_alert,
.content_alert_new {
	float: left; 
	color: #FF0000; 
	font-weight: bold;
}

.content_alert_new {
	margin-right: 10px;
}

.menu_topitem,
.menu_item,
.menu_bottomitem {
	text-align: center; 
	width: 150px; 
	height: 20px; 
	background: #67aacb; 
	border-top: 1px solid #b01f1f; 
	padding-top: 3px;
}

.menu_topitem a,
.menu_item a,
.menu_bottomitem a {
	text-decoration: none;
	color: #000000;
}

.address {
	float: left; 
	width: 130px; 
	padding: 10px 5px 0px 10px; 
	color: #0f1872;
}

.address_line {
	margin-top: 10px; 
	font-family: arial; 
	font-size: 0.7em;
}

.menu_topitem {
	margin-top: 10px; 
}	

.menu_selected {
	background: #158cc8; 	
}

.top_l,
.top_m,
.top_r {
	float: left; 
}

.top_l, 
.top_r {
	width: 150px; 
	height: 106px;	
}

.top_r {
	 text-align: center;
	 float: right;
}

.top_m {
	 width: 500px; 
	 height: 80px;
}

.framework img {
	margin-top: 5px;
}

.topmenu {
	float: left; 
	height: 24px; 
	width: 94px;
}

img {
	border: 0px;
}

.btn {
	height: 22px;
	width: 100px;
	cursor: pointer;
}

.left_border,
.right_border {
	background-image: url('/grfx/tm.gif');
    background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 7px;
	float: left;
	margin-top: 4px;
}

.right_border {
	background-position: 0px -23px;
}

.left_border_inactive,
.right_border_inactive {
	background-image: url('/grfx/tm.gif');
    background-repeat: no-repeat;
	background-position: 0px -46px;
	height: 22px;
	width: 7px;
	float: left;
	margin-top: 4px;
}

.right_border_inactive {
	background-position: 0px -69px;
}

.home, .diensten, .bankieren, .linken {
	width: 80px;
}

.download {
	width: 80px;
}

.btn_link,
.btn_inactive {
	background: #158cc8;
	border-top: 2px solid #b01f1f;
	height: 20px;
	float: left;
	text-align: center;
	margin-top: 4px;
	padding-top: 2px;
}

.btn_inactive {
	background: #67aacb !important;
}

.btn_link a,
.btn_inactive a {
	text-decoration: none;
	font-weight: bold;
	color: #111111;
}

.btn_inactive a {
	color: #777777;
}

.breadcrumb {
	height: 20px; 
	width: 790px; 
	background: #b01f1f; 
	padding-left: 10px; 
	padding-top: 5px; 
	font-weight: bold; 
	font-size: 0.8em;
	color: #111111;
}

.breadcrumb a,
#footer a {
	color: #111111;
}