/* -------------------------------------------------------------------- basics */
* { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49392B;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49392B;
}

body.website {
	background-color: #E5E1DE;
	background-image: url(img/backgr_body.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 15px;
	clear: both;
}
h2 {
	font-size: 23px;
	clear: both;
	color: #A0BE43;
	margin-left: 36px;
	margin-bottom: 29px;
	letter-spacing: 0em;
}
h3 {
	font-size: 11px;
	clear: both;
	color: #DB001B;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
p {
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}
a:link, a:visited {
	color: #49392B;
}
a:hover, a:active {
	color: #DB001B;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(img/bullet.gif);
	line-height: 20px;
}
hr {
	border: none;
	border-bottom: 1px solid #FF0000; 
	height: 0;
}
.imgR {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 5px;
}
.imgPortret {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A69D96;
}
/* -------------------------------------------------------------------- achtergronden */
#CMS {
	background-image: none;
	background-color: #fff;
}

body #columnLeft {
	background-image: url(img/backgr_arbeidsrecht.jpg);
	background-repeat: no-repeat;
}

body#index #columnLeft {
	background-image: url(img/backgr_arbeidsrecht.jpg);
}

body#sociale_verzekeringen #columnLeft {
	background-image: url(img/backgr_sociale.jpg);
}

body#arbeidsrecht #columnLeft {
	background-image: url(img/backgr_arbeidsrecht.jpg);
}

body#strafrecht #columnLeft {
	background-image: url(img/backgr_strafrecht.jpg);
}

body#familierecht #columnLeft {
	background-image: url(img/backgr_familierecht.jpg);
}

body#huurrecht #columnLeft {
	background-image: url(img/backgr_huurrecht.jpg);
}

body#index #columnLeft {
	background-image: url(img/backgr_arbeidsrecht.jpg);
}



