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

