/* ***************************************************** */
/* LETTERTYPEN                                           */
/* Belangrijk om als eerste te benoemen.                 */
/* ***************************************************** */

body
{
font-family:arial, sans-serif;
font-size:12pt;
font-weight:normal;
line-height:20px;
}

/* ***************************************************** */
/* ALGEMENE INSTELLINGEN                                 */
/* ***************************************************** */

body {
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding:0;
width:100%;
height:100%;
background-color:#ffffff;	/* default */
color:#ffffff;				/* default */
background-image:url('siteimages/main/basis/bg_col_home.gif'); 
background-repeat:repeat-y; 
background-position:0px 0px;

}

#framework {
position:absolute;
margin-left:-475px;
margin-top:0px;
top: 0px;
left: 50%;
width:950px;
height:auto;
}

#home_img {
position:absolute;
top:0;
left:0;	
}

#menu {
position:absolute;
top:470px;
left:120px;		
}
#menu_landen {
position:absolute;
top:570px;
left:0;	
width:950px;
text-align:center;	
}
/* ***************************************************** */
/* TYPO                                                  */
/* ***************************************************** */
p, h1, h2, h3 {
font-weight:normal;
margin:0;
padding-top:0px;
padding-right:0px;
padding-left:0px;
border:0;
}

.clearfix {
margin:0;
padding:0;
border:0;
display:block;
clear:both;
}




/* ***************************************************** */
/* Navigatie linken                                      */
/* ***************************************************** */
a
{ 
color: #ffffff;
text-decoration:none;
}
a:hover
{ 
color: #009036;
text-decoration:none;

}
a:visited
{ 
}
a:active
{
  outline: none;
}
a:focus { 
-moz-outline-style: none; 
}

