Very Fast
1; You don't need global containers like that ("konteineris"), try moving CSS properties from it to body, and remove the container.
2; headerimage does not really need a wrapper div, you can just create an id and apply it directly to the image.
3; What's with the <p><a><img /></a></p>?
4; Please move CSS to an external file.
why?