/* sidens baggrund */
body
{
   background: #f1f1f1;
}

/* links generelt */
a:link, a:visited, #header ul li a, #subnavigation a:link, #subnavigation a:visited
{
   color: #999999;
}
#subnavigation a.selected
{
   color: #000;
}

/* overskrifter generelt */
h2, .productItem h3, .miniProductItem h3, .maxiProductItem h3
{
   color: #999999;
}

/* footer baggrund */
#footer address
{
   background: #000000;
}

/* baggrundsfarvede felter */
#inspiration .inner, #shortcuts li li a:hover, #search .button
{
   background: #666666;
}
#search .button
{
   border: solid 1px #999999;
}

/* faktaboks */
#sidebar .factbox
{
   background: #999999;
}
