/* algemeen */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 50px;
	text-align: center;
	scrollbar-arrow-color: #4f007d;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #ded4e8;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #ded4e8;
	scrollbar-darkshadow-color: #ded4e8;
}

/* tekst */

h1 {
	margin: 40px 40px 14px 40px;
	font: bold 10pt arial;
	line-height: 14px;
	color: #fff;
}
h2 {
	margin: 0 40px 0 40px;
	font: bold 8pt arial;
	line-height: 14px;
	color: #fff;
}
p, ul {
	font: 8pt arial;
	line-height: 14px;
	color: #fff;
}

.p1 {
	margin: 0 40px 14px 40px;
}
.p2 {
	margin: 14px 40px 40px 40px;
}
.p3 {
	margin: 68px 40px 14px 40px;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

/* lijsten en navigatie */

ul {
	list-style: none;
}
ul.list li {
	padding-left: 15px;
	background: url(../layout/bullet.gif) no-repeat 0 4pt;
}
div#header_left ul, div#content_left ul {
	width: 100%;
	text-align: right;
	font: 8pt arial;
	line-height: 16px;
}
div#header_left ul li {
	height: 16px;
	border-bottom: 1px solid #fff;
}
div#content_left ul li {
	height: 16px;
	border-bottom: 1px solid #000;
}
div#header_left ul li a, div#content_left ul li a {
	display: block;
	height: 100%;
	padding-right: 15px;	
	text-decoration: none;
}
div#header_left ul li, div#header_left ul li a {
	color: #fff;
}
div#content_left ul li, div#content_left ul li a {
	color: #000;
}
div#header_left ul li a:hover {
	background-color: #4f007d;
}
div#content_left ul li a:hover {
	background-color: #ded4e8;
}
div#header_right p {
	margin: 172px 20px 0 0;
	text-align: right;
	font: bold 17px arial;
	line-height: 22px;
}

/* kolommen */

div.c1 {
	float: left;
	width: 290px;
}
div.c2 {
	float: left;
	width: 290px;
}
div.c1 h1, div.c1 p, div.c1 ul {
	margin-right: 20px;
}
div.c2 h1, div.c2 p, div.c2 ul {
	margin-left: 20px;
}

div.c3 {
	float: left;
	width: 350px;
}
div.c4 {
	float: left;
	width: 230px;
}
div.c3 h1, div.c3 p, div.c3 ul {
	margin-right: 20px;
}
div.c4 h1, div.c4 p, div.c4 ul {
	margin-left: 20px;
	font-style: italic;
}
div.c5{
	clear: both;
	width: 100%;
	margin: 0 40px 14px 40px;
}
div.c5 p, div.c5 ul {
	margin-right: 20px;
}
div.c5 h1{
	margin-left:0px;
}

/* afbeeldingen */

div.bg_home {
	background: url(../layout/home.jpg) 0 0;
}
div.bg_bedrijf {
	background: url(../layout/bedrijf.jpg) 0 0;
}
div.bg_klachten {
	background: url(../layout/bedrijf.jpg) 0 0;
}
div.bg_disclaimer {
	background: url(../layout/bedrijf.jpg) 0 0;
}
div.bg_specialisten {
	background: url(../layout/specialisten.jpg) 0 0;
}
div.bg_deskundig {
	background: url(../layout/deskundig.jpg) 0 0;
}
div.bg_daadkrachtig {
	background: url(../layout/daadkrachtig.jpg) 0 0;
}
div.bg_dienstbaar {
	background: url(../layout/dienstbaar.jpg) 0 0;
}
div.bg_doortastend {
	background: url(../layout/doortastend.jpg) 0 0;
}
div.bg_partners {
	background: url(../layout/partners.jpg) 0 0;
}
div.bg_vacatures {
	background: url(../layout/bedrijf.jpg) 0 0;
}
div.bg_contact {
	background: url(../layout/home.jpg) 0 0;
}
div.bg_nieuws {
	background: url(../layout/nieuws.jpg) 0 0;
}

/* layers */

div#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 775px;
}
div#header {
	width: 100%;
	height: 203px;
}
div#header_left {
	float: left;
	width: 175px;
	height: 203px;
	background-color: #000;
}
div#header_right {
	float: right;
	width: 600px;
	height: 203px;
}
div#content {
	width: 100%;
	padding-bottom: 25px;
}

*:first-child+html #content {
   margin-bottom: -25px;
}


div#content_left {
	float: left;
	width: 175px;
	height: auto !important;
}
div#content_right {
	float: left;
	width: 600px;
	background-color: #4f007d;
	height: auto !important;
}

#content_right p.new{
	margin: 5px 40px 5px 40px;
	font: 9pt arial;
	line-height: 15px;
	color: #fff;
}

#content_right a{
	font: 9pt arial;
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}

#content h2.new{
	margin-top: 10px;
}

#content a.jump{
	margin: 0 40px 0 40px;
}

#content_right a:hover{
	text-decoration: none;
}

#content_right ul.new, #content_right ol.new{
	font: 9pt arial;
	line-height: 15px;
	color: #fff;
}

#content_right ul.new{
	list-style: square;
	margin: 5px 58px 5px 58px;
}

#content_right ol.new{
	margin: 5px 58px 5px 58px;
}

*:first-child+html #content_right ol {
  margin: 5px 62px 5px 62px;
}

div#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 60px;
}
div#footer_left {
	float: left;
	width: 175px;
	height: 60px;
	background: url(../layout/finivista.gif) 0 0;
}
div#footer_right {
	float: right;
	width: 600px;
	height: 60px;
	background-color: #ded4e8;
}

/* iFrames */

#iframe_aanmelden {
	border: 0px;
	width: 100%;
}

#iframe_inloggen {
	border: 0px;
	width: 100%;
}

.actueel {
	text-decoration: underline;
	font-weight: normal !important;
	font-size: 11px !important;
	font: arial;
}
