This site is archived.

"faq" in navigation appears to me below other links, css class "price-registered" got an extra padding-left value here

I found a solution in css

header a.price-registered {

background-position:100% 100%;
display:block;
padding-left:60px;
padding-right:15px;
}

instead of

header a.price-registered {

background-position:100% 100%;
display:block;
padding-left:70px;
padding-right:15px;
}

/* copied code from firebug ;) */