/* default css */
/*@import url('default/print.css');*/

/* custom css */
/*@import url('custom/print.css');*/

/*
@import url('layout.css');
@import url('layout-adjustments.css');
@import url('content.css');
@import url('content-adjustments.css');
*/

@import url('screen.css');

/* hide bg images */
body, #content, #content_main {
    background-color: transparent;
    background-image: none;
}

/* hide navigations */
#meta_top,
#nav_main,
#nav_content,
#nav_sub,
#nav_quick,
#meta_foot,
#cross-selector-menu,
#cross-selector-button,
#language-selector-menu,
.category-selector
{
    display: none;
}

/* logo image with white bg */
#logo img {
    background-image: url('../img/logo-white.jpg');
}


/* hide left column and extend right col to 100% */
#content_left {display: none;}
#content_right {width: 100%;}

/* hotspots */
#products-container #header {
    position: absolute;
    top: -40px;
    left: 0px;
}

#products-container #content_top {
    position: absolute;
    top: 60px;
    left: 30px;    
}

#products-container #content_wide {
    padding-top: 60px;
}

.hotspot-list {
    position:static;
    float: left;
    padding-top: 20px;    
}

.hotspot-spot {
    background-image: none;
    left: 0 !important;
    top: 0 !important;
    margin: 0;
    overflow: hidden;
    height: auto;
    width: auto;
    position: static !important;
    float: left;
    clear: none;
    width: 300px;
}
.hotspot-spot .hotspotcapsule {
    display: block;
    width: 300px;
}

/* Teaser 3 cols */
.three-cols {
    float: left;
    clear: both;
    width: 100%;
}



#additional-print-contactdata {
    display: block;
}

/* IE7 */
* + html #content_wide {    
    float: left;
    width: 100%;    
}
