*{
    margin:0;
    padding:0;
}

html{
    /*overflow-y:scroll;*/
}

body {
    background-color:#fff;
    font-family:arial-narrow,arial,sans-serif;
}

a {
    outline: none; /* om stippellijntjes rondom de gelinkte afbeelding in firefox tegen te gaan */
}

a:link,
a:visited,
a:active
{
    text-decoration: none;
    color: #000;
}

img{
    border:0;
}

/*font sizes*/
div.koptekst{
    font-size:1.4vw;
}
div.menuBottom{
    font-size:0.9vw;  
 }
 div.tip{
    font-size:0.9vw;    
 }


div.koptekst{
    position:relative;
    width:100%;
    margin-top:1.9%;
    padding-bottom:2.1%;
}

div#expo{
position:relative;
width:100%;
margin-left:auto;
margin-right:auto;
}

div#expo img{
width:100%;
height:100%;
}

area.fancybox{
cursor:url(../images/zoomin.cur),auto;
}

body#eemshaventriptieken div#persoon{
   position:absolute;
   width:4%;
   left:35%;
   margin-top:-14%;
}

 
div.koptekst span.tekstLinks,
div#tip span.tekstLinks

{
    float:left;
    margin-left:1%;
}
span.tekstRechts{
    float:right;
    margin-right:1%;
}

div.tip{
    position:absolute;
    margin-top:0.2%;
    margin-left:6.5%;
}
body#plankoningsoord div.tip{
    margin-left:9.3%;   
}

div.menuBottom{
    float:right;    
    margin-top:0.2%;
    width:21%;
    width:26.4%;
}
.buffer{
    position:relative;
    clear:both;
    height:1px;
}
span.linksymbool{
    float:left;
    padding:0.6% 0 1.4% 2%;
}
span.linksymbool img{
    width: 80%;
    height:80%;
}

span.hyperlinktekst{
    float:left;
    padding:0.6% 4% 0.6% 0;
}

img[usemap] {
        border: none;
        height: auto;
        max-width: 100%;
        width: auto;
}

div.contactgegevens{
   background-color:#eee;
   height:100%;
   margin-right:1.4%;
}
div.contactgegevens p{
    padding:16% 10% 18% 10%;
    text-align:center;
}


