/* CSS Document */ A:hover{ text-decoration: underline; } .container { position: absolute; top: 50%; left: 50%; height: 570px; width: 900px; margin-top: -300px; /* == hoogte / 2 */ margin-left: -450px; /* == breedte / 2 */ border: 0px; text-align: center; vertical-align: middle; } .zoekboek { position: absolute; width: 145px; height: 25px; top: 70px; left: 170px; border: 0px; Z-index: 10; } .logo { position: absolute; width: 260px; height: 80px; top: 0px; right: 200px; border: 0px; background-image: url(http://www.cascadeparcs.nl/system/images/logo.jpg); Z-index: 6; } .menu { position: absolute; width: 358px; height: 25px; top: 120px; left: 75px; border: 0px; Z-index: 5; text-align: left; } .midden { position: absolute; width: 220px; height: 220px; top: 215px; left: 330px; border: 0px; background-image: url(http://www.cascadeparcs.nl/system/images/home_midden.jpg); Z-index: 11; opacity:.90; filter: alpha(opacity=90); -moz-opacity: 0.90; } .home_zb { position: absolute; width: 360px; height: 170px; top: 155px; left: 75px; border: 0px; background-color: #FFFFFF; Z-index: 4; } .onspark { position: absolute; width: 310px; height: 210px; top: 115px; left: 440px; border: 0px; background-color: #FFFFFF; Z-index: 3; } .lastminute { position: absolute; width: 263px; height: 228px; top: 330px; left: 172px; border: 0px; background-color: #FFFFFF; Z-index: 2; } .contact { position: absolute; width: 350px; height: 190px; top: 330px; left: 440px; border: 0px; background-color: #FFFFFF; Z-index: 1; } .menutekst { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none; }