@charset "utf-8";
* {
margin: 0;
padding: 0;}

img, #homemidden, #filmtop, #homedvd { behavior: url(iepngfix.htc); }

body {
font-family: "Trebuchet MS";
background: black;
font-size: 62.5%;
padding: 0;
margin: 0;
}

#homecontainer {
width: 920px;
margin-left: auto;
margin-right: auto;
border: 1px solid black;
}

#hometop {
width: 920px;
height: 184px;
background: url(images/home-top.jpg);
}

#homemidden{ 
width: 920px;
height: 174px;
background:  black;
background-image: url(images/Panmanbios.png);
}

#homemiddendvd{ 
position: relative;
width: 920px;
height: 174px;
background:  black;
background-image: url(images/panmandvd.png);
}

 /* dit zorgt voor clickable background image om de dvd te bestellen */
#homemiddendvd a {

position: absolute;
top: 0;
left: 0;
width: 920px;
height: 172px;

}

#homemiddendvd a h1 {

display: none;

}

#homebottom {
width: 920px;
height: 288px;
background: url(images/home-bottom.jpg);
}

#homemenu {
margin-right: 10px;
float: right;
}

#homemenu ul {
padding: 0;
margin: 0;
list-style-type: none;
}

#homemenu ul li {
float: left;
font-size: 3em;
font-family: "Trebuchet MS";
padding-left: 20px;
padding-right: 20px;
border-right: 3px solid black;
letter-spacing: 0.1em;
}

#homemenu ul li.laatstelink {
border-right: 0px;

}

#homemenu ul li a {
color: black;
text-decoration:  none;
}

#homemenu ul li a:hover{
position: relative;
border-bottom:  3px solid black;
}