
#header {
background: #fff url("/business/css/../images/header_background.png");
}


ul.menu > li:hover > a {
    background-image: url("/business/css/../images/menu/hover.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

ul.menu > li ul > li:hover > a {
    background-image: url("/business/css/../images/menu/hover_sub.png");
    background-repeat: no-repeat;
    background-position: center left;
}

ul.menu li li {
    background: url("/business/css/../images/menu/sub_sep.gif") bottom left no-repeat;
}

.content-right-open{
background: #fff url("/business/css/../images/background.png") left repeat-y;
}

#header_navigation ul li {
background: transparent url("/business/css/../images/picto/2d2d2d/arrow_right.png") no-repeat 0 3px;
}

#header_navigation ul li:hover {
background: transparent url("/business/css/../images/picto/b82516/arrow_right.png") no-repeat 0 3px;
}


.content h1,
.content-right h1,
.content-double h1{
background-image:url("/business/css/../images/h2-haken.jpg");
}

.errorIcon{
background: transparent url("/business/css/../images/error.png") no-repeat;
}

.pin{
background: #fff url("/business/css/../images/icons/pin.png") no-repeat;
}

.pin-in{
background: #fff url("/business/css/../images/icons/pin-in.png") no-repeat;
}

.product-description{
background: url("/business/css/../images/product-description-background.png") bottom repeat-x;
}

.product-description:hover{
background: url("/business/css/../images/product-description-background_invert.png") top repeat-x;
}

.wizard-frame{
background: url("/business/css/../images/product-description-background.png") bottom repeat-x;
}

.wizard-frame:hover{
background: url("/business/css/../images/product-description-background_invert.png") top repeat-x;
}

.card-description{
background: url("/business/css/../images/product-description-background.png") bottom repeat-x;
}

.card-description:hover{
background: url("/business/css/../images/product-description-background_invert.png") top repeat-x;
}

.edit:hover{
background: url("/business/css/../images/edit.png") right no-repeat;
}

.dd .ddTitle span.arrow {
background:url("/business/css/../images/dd_arrow.png") no-repeat 0 0;
}
