Komisch...
ich habe doch überall schon die Farbe #ffffff hinterlegt und trotzdem sieht es so aus.
#header {
height: 165px;
background:#ffffff url(img/header.jpg) no-repeat right top;
margin:0 auto;
padding:0;
}
#header h1
{
font-size:2em;
margin:10px 0 0 10px;
}
#header h1 a:link,#header h1 a:visited
{
border-bottom:none;
background:none;
}
#header h1 a:hover,#header h1 a:active
{
border-bottom:#fff 1px solid;
background:none;
}
#header h4
{
font-size: 0em;
font-style:italic;
margin: 5px 0 0 10px;
padding:0;
}
#header *
{
color:#ffffff;
}