@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../index/BG.jpg);
    background-attachment: fixed;
	
background-position: top;
background-position:top;
background-repeat: no-repeat;
}

a.meer {
	display: none;
	padding-right: 14px;
	background-position: center right;
	background-repeat: no-repeat;
    font-weight: normal;
  font-size: 10pt;
  font-family:Arial, Helvetica, sans-serif;
  color:#111;
   margin-right:20px;
  margin-top:5px;
  margin-left:50px;
  text-align:left;
    background-image: url('arrow.gif');
}

a.open {
	background-position: center right;
	background-repeat: no-repeat;
    background-image: url('arrow-down.gif');
}
