@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
background:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

#scrolldown{
position:absolute;
top:200px;
left:500px;
}

#container{
padding-top:100px;
display:block;
position:relative;
}

#midden{
display:block;
margin:0 auto;
width:1000px;
}
#middenzomer{
display:block;
margin:0 auto;
width:800px;
}
#image{
cursor:pointer;
}
a img{
border:none;
}
.home{
display:block;
}
.home#zomer{

}
/*Het fameuze previous next en home navigatiesysteem*/
#home{
margin-left:0px;
margin-top:0px;
}
.imgnav{
cursor:pointer;
float:left;
height:15px;
width:20px;
background-position:top;
}
#first{
cursor:pointer;
background:#FFFFFF url("images/first.jpg") no-repeat;
}
#first:hover{
background-position:bottom;
}
#prev{
background:#FFFFFF url("images/prev.jpg") no-repeat;
}
#prev:hover{
background-position:bottom;
}
#next{
background:#FFFFFF url("images/next.jpg") no-repeat;
}
#next:hover{
background-position:bottom;
}
#last{
background:#FFFFFF url("images/last.jpg") no-repeat;
}
#last:hover{
background-position:bottom;
}
#comehome{
float:left;
width:93px;
height:15px;
margin:0 10px 0 10px;
background:#FFFFFF url("images/homeweb2.jpg") top no-repeat;
}
#comehome:hover{
background:#FFFFFF url("images/homeweb2.jpg") bottom no-repeat;
}
/*anker op index om het steeds-weer-scrollen te voorkomen*/
#home_anker{
position:absolute;
top:700px;
}