Ich hab mal schnell mit Edit-CSS dran rumgespielt, in die Richtung könnte es gehen:
PHP
/*************************************
+Header
*************************************/
#header{text-align:left;
margin-top:-15px;
background:#ffffff url("http://audioklassiks.de.dd13518.kasserver.com/Bilder/Blog/banner.2.jpg") 0 0 no-repeat;
border-bottom:1px solid #c4cC91;
height:120px;
width:1104px;
}
#header h1{
font-size:2.2em;
font-weight:normal;
padding-top:40px;
padding-left:0px;
width:700px;
}
#header h1 a{
color:#555555;
}
#header p{
font-size:1em;
padding-top:5px;
padding-left:20px;
}
/*************************************
+Hn
*************************************/
h1, h2, h3{
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: -1px;
}
h2{
font-size:1.5em;
padding-right:5px;
}
h3{
font-size:1.2em;
}
/*************************************
+Navigation
*************************************/
#nav{
background:#dddddd;
border-bottom:1px solid #555;
font-size:1.2em;
margin-top:-0.9em;
width:1104px;
}
#navwrap{
display:block;
width:700px;
}
#nav ul{
list-style-type:none;
}
Alles anzeigen