Gregor,
the css for forms is the one that makes FF put search down.
The code
Code: Select all
form div,
form p {
font-size: 1em;
margin: 0 0 1em 0;
padding: 0;
}
makes it happen. I don't know if you use forms, or not, but this little code is doing it. If you decide to unattach forms or change anything, you can change the padding in the div#search as mentioned earlier, to give it some air.
Something cosmetic, "volgende pagina" is lowercase, "Vorige" is uppercase; "^top" is English; "^Boven".
Your menu is not working correct in both IE and FF, if you select"Fotoalbum", the following 2 entries get selected as well and get a Parent-id even though they have no childs.
Ronny