/* CSS Document Zakelijk advies en beheer */
/******** BODY *************/
* {	
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}

body{
background-color:#ededed;
color:#000000;
padding:7px;
margin: 5px;
}

table{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

/********** BOX *********/
#box{
width:905px;
padding:7px;
background-color:#fff;
color:#666;
margin-left:auto;
margin-right:auto;
margin-top:14px;
margin-bottom:10px;
border:1px solid #ccc;
}
/********** HEADER *********/
#logo{
float:left;
width:300px;
height:150px;
background:#e6eefb url(assets/logo.jpg) no-repeat 28px 25px;
color:#333;
border:1px solid #e1e6f3;
}
#header{
float:right;
width:595px;
height:150px;
background:#CCFF99 url(assets/header_new.jpg);
color:#333;
border:1px solid #ccc;
}
#clear{
clear:both;
}
/********** QUOTE *********/
#quote{
float:right;
width:547px;
padding:6px 10px 9px 40px;
background:#0167b1 url(assets/quotebgr.gif) no-repeat;
color:#fcfcfc;
margin-top:7px;
height:34px;
}
.quotation{
font-size:12px;
font-style:italic;
background-color:#0167b1;
color:#fcfcfc;
}
.naam{
font-size:12px;
color:#eeffff;
margin-top:5px;
}
/********** ADRESS *********/
#adress{
float:left;
width:282px;
padding:6px 10px 5px 10px;
background-color:#0167b1;
margin-top:7px;
line-height:1.6em;
font-size:12px;
color:#eeffff;
}
#adress a:link, #adress a:visited{
background-color:#0167b1;;
color:#eeffff;
text-decoration:none;
}
#adress a:hover{
background-color:#0167b1;
color:#fff;
text-decoration:underline;
}
/********** BLOKKEN MET FOTOS *********/
.blok{
margin:10px 7px 0px 0px;
width:294px;
padding:0px 2px;
float:left;
}
.blokright{
margin:10px 0px 0px 0px;
width:286px;
padding:0px 2px;
float:left;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
.blokbottom{
margin:10px 7px 0px 0px;
width:294px;
padding:0px 2px;
float:left;
}
#footer{
background-color:#0167b1;
border:1px solid #fff;
width:894px;
font-size:11px;
color:#fcfcfc;
margin-top:4px;
padding:3px 5px;
text-align:right;
}
.img{
border:1px solid #cfd9e7;
}
/********** TITELS *********/
.blok h1, .blokright h1, .blokbottom h1{
font-size:12px;
line-height:16px;
font-weight:bold;
color:#333;
background-color:#fff;
margin-bottom:4px;
padding-left:1px;
height:22px;
}
h2{
font-size:12px;
line-height:16px;
font-weight:bold;
color:#333;
background-color:#fff;
margin-bottom:0px;
height:22px;
}
.titel{
display:block;
width:291px;
text-align:center;
font-size:11px;
border-top:1px solid #cfd9e7;
border-left:1px solid #cfd9e7;
border-right:1px solid #cfd9e7;
padding:3px 0px;
background-color:#E6EEFB;
color:#333;
}
.titel a:link, .titel a:visited{
background-color:#E6EEFB;
color:#333;
text-decoration:none;
padding-right:10px;
background-image:url(assets/arrow.gif);
background-position:right;
background-repeat:no-repeat;
}
.titel a:hover, .titel a:active{
background-color:#E6EEFB;
color:#0067B1;
text-decoration:none
}

titelblauw
{

	display:block;
	width:391px;
	text-align:center;
	font-size:11px;
	border-top:1px solid #cfd9e7;
	border-left:1px solid #cfd9e7;
	border-right:1px solid #cfd9e7;
	padding:3px 0px;
	background-color:#0067b1;
	color:#fff;
}

.titelblauw a:link, .titelblauw a:visited
{
	background-color:#0067b1;
	color:#fff;
	text-decoration:none;
}

.titelblauw a:hover, .titelblauw a:active
{
	background-color:#0067b1;
	color:#fff;
	text-decoration:none
}


/********** DIVIDER *********/
div.hr {
clear:both;
height: 12px;
background:#fff url(assets/hr.gif) repeat-x scroll bottom;
margin:0px 2px;
padding-top:4px;
}
div.hr hr {
display: none;
}
/********** LIST *********/
li{
list-style-type: none;
margin:0px;
background-image:url(assets/list.gif);
background-repeat:no-repeat;
background-position:0px 4px;
padding:1px 0px 0px 14px;
}
ul{
width:130px;
padding-bottom:9px;
}
/********** MERKEN LOGOS *************/
#merken{display:block; height:60px; clear:both; padding:8px 0px 4px 0px;}
#merken img{padding:0px 7px 0px 3px;}

/********** REGULIERE LINKS *********/
a:link, a:visited{
background-color:#fff;
color:#0167b1;
text-decoration:underline
}
a:hover, a:active{
background-color:#fff;
color:#a1c4e8;
text-decoration:none
}
