.column {
	float: left;
	width: 268px;
}
.column#right .box {
	margin-left: auto;
}
.column#center .box {
	margin-left: auto;
	margin-right: auto;
}
ul {
	margin: 0 0 1em 0;
	padding: 0;
}
ul li {
	background: url(images/bullet.gif) no-repeat 2px 6px ;
	padding: 2px 5px 2px 10px;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}
.box ul {
	margin: 3px 20px 0;
}
.box ul li  {
	background: url(images/bullet.gif) no-repeat 2px 5px ;
	padding: 1px 5px 1px 10px;
	margin: 0;
	display: block;
	width: 230px;
	list-style-position: outside;
	list-style-type: none;
}
.box ul li:hover {
	background: url(images/bullet_hover.gif) no-repeat 2px 5px ;
}
.box#nieuws .hdr {
	background: url(images/box_id_nieuws.gif) no-repeat bottom left;
}
.box#carriere .hdr {
	background: url(images/box_id_carriere.gif) no-repeat bottom left;
}
.box#sparen .hdr {
	background: url(images/box_id_sparen.gif) no-repeat bottom left;
}
.box#links .hdr {
	background: url(images/box_id_links.gif) no-repeat bottom left;
}
.box#online .hdr {
	background: url(images/box_id_online.gif) no-repeat bottom left;
}
.box#snel .hdr {
	background: url(images/box_id_snel.gif) no-repeat bottom left;
}
.box#nieuws h3 {
	width: 150px;
}
.box#carriere .c {
	background: url(images/box_header_id_carriere.gif) no-repeat top left;
}
.box#online .c {
	background: url(images/box_header_id_online.gif) no-repeat top left;
}
.box#snel .c {
	background: url(images/box_header_id_snel.gif) no-repeat top left;
}
.footer_bg {
	background: url(images/footer_bg.jpg) repeat-x top left ;
}
font.tip {
	color: #dc7303;
	margin: 0 0 0 8px;
	font-weight: bold;
	font-size: 10px;
}
.footer {	
	width: 980px;
	margin: 0 auto;
	padding: 55px 0 40px 0;
	background: url(images/footer.jpg) no-repeat top left ;
	position: relative;
}
.footer2 {
	margin: 0 287px 0 109px;
	width: 584px;
}
.footer_message {
	width: 744px;
	height: 166px;
	display: block;
	background: url(images/footer_message.gif) no-repeat top left;
	position: absolute;
	right: 0;
	top: -166px;
}
.footer_message span {
	display: none;
}
.footer h1 {
	color: #666;
}
.footer h2 {
	color: #666;
	margin: 0 0 1.3em 0;
	font-weight: normal;
}
.inputstyle {
	width: 235px;
	height: 12px;
	background: url(images/input_bg.gif) no-repeat top left;
	padding: 4px 3px; 
	margin: 0 0 1em 0;
}
.inputstyle input {
	border: 0px solid #FFF;
	width: 235px;
	margin: 0;
	padding: 0;
}
.textareastyle {
	background: url(images/textarea_bg.gif) no-repeat top left;
	width: 395px;
	height: 112px;
	padding: 4px 3px; 
	margin: 0 0 1em 0;
}
.textareastyle textarea {
	border: 0px solid #FFF;
	width: 395px;
	height: 112px;
	margin: 0;
	padding: 0;
}
.button {
	width: 151px;
	height: 30px;
	background: url(images/button_bg.gif) no-repeat top left #fca925;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border: 0px solid;
}
.button:hover {
	background: url(images/button_bg_hover.gif) no-repeat top left #fca925;
	cursor: pointer;
}
