/* CSS Document */

body {background-image:url(../images/achtergrond.png); background-repeat:no-repeat; background-attachment:fixed; background-position:center bottom; background-size: 100% auto; min-height:562px;}

#tekst	{ float:left; width:260px; margin:20px 0 0 0; background:hsla(60,22%,91%,0.8); padding:5px;}

#banner	{ background:#F3F0E9; padding:15px;
width:300px; float:left; margin:40px 0 0 0;
}

#latest	{ float:right; width:170px;  margin:20px 0 0 0;}
.latestimg	{ float:left; width:75px; height:75px;margin:5px;}
.latestimg img	{ width:75px; height:75px; }

#footer	{ position:fixed; width:100%; bottom: 30px; left:0; background-color:#008163; color:#EDEDE3;}

#bekijkhierdevoorraad	{ background:url(../images/bekijk_hier_de_voorraad.png); width:261px; height:209px; z-index:50; position:absolute; margin: 50px 0 0 270px;}
#bekijkhierdevoorraad a	{ display:block; width:261px; height:210px; border-radius:0 180px 500px 200px;}


@media screen and (max-width: 1000px) {
	body {background-size: 1010px auto; background-position:left bottom; background-attachment: scroll; width:1000px;}
}


@media screen and (min-width: 1920px) {
	body {background-size: 1920px auto;}
}


