/* CSS Document Vluchtelingenwerk */
* {	
margin: 0;
padding: 0;
font-family:"trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
}
body{
background:#fff url(assets/bg.jpg) top center no-repeat;
background-attachment:fixed;
overflow-x:hidden;
}
/********* BUITENKANT ***********/
#box{
width:780px;
margin:0 auto;
}
/********** BOVENKANT ************/
#menu{
height:153px;
width:545px;
float:left;
background-color:#fff;
background-image:url(assets/bgmenu.gif);
display:inline;
}
.logo{
float:right;
background-image:url(assets/logo.jpg);
width:235px;
height:153px;
padding:0px 0px 0px 0px;
vertical-align: bottom;
text-align:left;
color:#ff8c00;
}

/**************** TEKST ************/
#tekst{
float:left;
width:524px;
padding:14px;
font-size:11px;
color:#333;
line-height:16px;
border-top:1px solid #999;
}
#tekst p{
padding:8px 0px;
}
h1{
color:#C90917;
font-size:14px;
background:url(assets/h1.gif) bottom left no-repeat;
padding-bottom:12px;
margin:8px 0px -4px 0px;
margin-top:8px;
font-weight:bold;
}
/**************** RECHTERKANT *****************/
.rechtsVestigingen
{
width:200px;
border:1px solid #BCD5E9;
font-size:13px;
line-height:17px;
color:#3d5977;
padding:10px 0px 10px 10px;
margin:12px 0px;
background-color:#E3EFFA;
}

.rechtsVestigingen ul
{
list-style:none;
}

.rechtsVestigingen a:link,  .rechtsVestigingen a:visited, .rechtsVestigingena a:active
{
font-size:12px;
line-height:17px;
color:#3d5977;
text-decoration:none;
}

.rechtsVestigingen strong
{
font-size:12px;
}

.rechtsVestigingen a:hover
{
color:#C90917;
}

.rechtsVestigingen h3{
background-image:url(assets/dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
font-size:12px;
margin-bottom:6px;
}

.rechtsVestigingen li
{
 text-decoration=none;
list-style:none;
}


#right{
float:right;
display:inline;
width:223px;
padding:0px 0px 0px 5px;
border-top:1px solid #999
}
	
	#right .socialNetworks{border: none; margin-top: 5px; margin-right: 2px;}
	
.img{
padding:4px;
background-color:#FFFFFF;
border-right:1px solid #BCD5E9;
border-bottom:1px solid #BCD5E9;
}
.rechts{
width:200px;
border:1px solid #BCD5E9;
font-size:11px;
line-height:17px;
color:#3d5977;
padding:10px 0px 10px 10px;
margin:12px 0px;
background-color:#E3EFFA;
}
.adres{
background-image:url(assets/adresbg.gif);
background-position:right bottom;
background-repeat:no-repeat;}
.rechts h3{
background-image:url(assets/dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
font-size:12px;
margin-bottom:6px;
}
h2{
padding:12px 0px 0px 0px;
font-size:12px;
}
/*************** BANNERS *******************/
.banner{margin-bottom:8px}
/***************** MENU *********************/
.menu{
width:166px;
float:left;
margin-left:10px;
display:inline;
}
.menu li{
display:inline
}
.menu a{
width:149px;
float:left;
margin:0px 9px 8px 0px;
padding:0px 0px 0px 8px;
text-decoration:none;
border-left:2px solid #85b8d6;
font-size:14px;
line-height:17px;
font-weight:bold;
}
.menu a:link, .menu a:visited{
color:#666;
}
.menu a.current{
color:#fff;
background-image:url(assets/menubg.gif);
}
.menu a:hover{
color:#000;
border-color:#1C285A;
}
.kopje{
color:#fff;
background-image:url(assets/kopjebg.gif);
background-repeat:no-repeat;
width:149px;
float:left;
height:20px;
margin:0px 9px 6px 0px;
padding:0px 0px 0px 10px;
text-decoration:none;
font-size:14px;
font-weight:bold;
}
/**************** LINK STYLES *******************/
a:link, a:visited{
color:#C90917;}

a:hover, a:active{
color:#333333;}

.rechts a:link, .rechts a:visited, #footer a:link, #footer a:visited{
color:#315A94;}

.logo a:link,
.logo a:visited, 
.logo a:hover,  
.logo a:active{
	color:#FF8C00;
	text-decoration: none;	
}
/*************** FOOTER ********************/
#footer{
padding:5px 7px 5px 5px;
border-top:1px solid #999; 
width: 768px; 
font-size:11px; 
color:#666; 
text-align:right; 
background-image:url(assets/footer.gif); 
background-position:bottom;
}