/* Start of CMSMS style sheet 'picavet home' */
body {
margin:0;
padding:0;
}


#pagewrapper {
 position:fixed;
 top:7px;
 left:7px;
   border:1px;
  border-color:#d7d7d7;
  border-style:solid;
  width:978px;
  height:538px;
}


img {                                /* if img is inside "a" it would have borders, we don't want that */
   border: 0;
   padding-bottom:10px;
}

div#naam{
position:relative;
top:-115px;
left:570px;                                          /* was 90px*/
font-family:Arial, Helvetica, sans-serif;
font-size:48px;
color:#777776;
}

/*div#main {
position:fixed;
top:30px;
left:130px;
}
*/

/* opmaak links  */

.home a:link {
color:#777776;
text-decoration:none;
}


.home a:visited {
color:#777776;
text-decoration:none;
}

.home a:active {
color:#777776;
text-decoration:none;
}

.home a:hover{
color:#777776;
text-decoration:underline;
}



/* End of 'picavet home' */

