/************
Kolom opmaak
************/

#column-left {
	width: 221px;
	padding-right: 0px;
	vertical-align: top;
	background-color:#F6F2EB;
}
#column-normal {
	width: 485px;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: top;
}
#column-right {
	width: 206px;
	margin-bottom: 50px;
	padding-top: 30px;
	vertical-align: top;
	overflow:hidden;
}

#border-top {
	padding-top: 15px;
	height: 30px;
}

/************
Background driehoekje
************/

#content {
	background-image:url(../images/body_triangle_right.gif);
	background-repeat:no-repeat;
	background-position: 100% 75%;
	width: 912px;
}

/************
softe achtergrond linker kolom
************/
#border-top #border-top-left {
	background-image:url(../images/body_top_left_gray.gif);
}
#content {
	border-left: solid 15px #F6F2EB;
	padding-left: 0px
	
}
#border-top #border-top-middle,
#border-bottom #border-bottom-middle {
	background: url(../images/border_gray.gif) repeat-y left #FFFFFF;
}
#border-bottom #border-bottom-left {
	background-image:url(../images/body_bottom_left_gray.gif);
}
/************
rechter kolom
************/

#column-right h1 {
	background: url(../images/dashed_line_red.gif) bottom repeat-x;
	border: none;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}


