Edit style.css and change:
#kopf {
float:left;
height:46px;
position:relative;
width:900px;
}
#navigation {
background:url("images/navigation-bg.gif") no-repeat #557DA2;
border-bottom:1px solid #FFFFFF;
float:left;
height:42px;
letter-spacing:1px;
position:relative;
text-transform:uppercase;
width:900px;
word-spacing:1px;
}
to:
#kopf {
float:left;
height:80px;
position:relative;
width:900px;
}
#navigation {
background:url("images/navigation-bg.gif") no-repeat scroll 0 0 #557DA2;
border-bottom:1px solid #FFFFFF;
float:left;
height:42px;
letter-spacing:1px;
margin-top:50px;
position:relative;
text-transform:uppercase;
width:900px;
word-spacing:1px;
}
That did it!
What does kopf stand for?
Thanks again
Rick
On your theme, it appears to be the header block. I guess the developer wasn’t a native English speaker. 🙂