body {
 font-family:verdana;
 font-size:14px;
 color:#000000;
 background-image:url('images/silkblack.jpg');
}

.menu {
 width:120px;
 height:1000px;
 position:absolute;
 left:0px;
 top:0px;
 background-image:url('images/menu.png');
 background-repeat:no-repeat;
 background-position:center;
}

#container {
 position:absolute;
 width:800px;
 margin-left:-400px;
 left:50%;
}

.page_content {
 position:absolute;
 left:130px;
 top:90px;
 width:650px;
 height:800px;
 overflow:auto;
 background-color:#FFCCFF;
}

.menu_img{
 border:none;
}

#cursiefjes {
 position:absolute;
 left:10px;
 top:465px;
 width:100px;
 height:123px;
}

#cursiefjes:hover {
 background-image:url('images/menu/cursiefjes_klein.png');
}

#boeken {
 position:absolute;
 left:10px;
 top:693px;
 width:101px;
 height:123px;
}

#boeken:hover {
 background-image:url('images/menu/boeken_klein.png');
}

#verhalen {
 position:absolute;
 left:11px;
 top:379px;
 width:99px;
 height:75px;
}

#verhalen:hover {
 background-image:url('images/menu/verhalen_klein.png');
}

#kaarten {
 position:absolute;
 left:10px;
 top:248px;
 width:100px;
 height:122px;
}

#kaarten:hover {
 background-image:url('images/menu/kaarten_klein.png');
}

#links {
 position:absolute;
 left:10px;
 top:11px;
 width:99px;
 height:132px;
}

#links:hover {
 background-image:url('images/menu/links_klein.png');
}

#gedichten {
 position:absolute;
 left:10px;
 top:598px;
 width:100px;
 height:87px;
}

#gedichten:hover {
 background-image:url('images/menu/gedichten_klein.png');
}

#bestellen {
 position:absolute;
 left:10px;
 top:154px;
 width:100px;
 height:84px;
}

#bestellen:hover {
 background-image:url('images/menu/bestellen_klein.png');
}

.header {
 position:absolute;
 left:130px;
}
